Oh no! Where's the JavaScript?
Your Web browser does not have JavaScript enabled or does not support JavaScript. Please enable JavaScript on your Web browser to properly view this Web site, or upgrade to a Web browser that does support JavaScript.
Not a member yet? Click here to register.
Forgot Password?

Nebula theme

Asked Modified Viewed 2,025 times
K
karrak
K
karrak 32
Van mi sosem változik..smile
  • Senior Member, joined since
  • Contributed 311 posts on the community forums.
  • Started 94 threads in the forums
  • Started this discussions
  • Answered 1 question
asked
Senior Member

if not U_CENTER It will also appear in the div.
there's always data
karrak attached the following file:
capture_001_03092016_182431.jpg [No information available / 131 Downloads]
0 replies

5 posts

K
karrak
K
karrak 32
Van mi sosem változik..smile
  • Senior Member, joined since
  • Contributed 311 posts on the community forums.
  • Started 94 threads in the forums
  • Started this discussions
  • Answered 1 question
answered
Senior Member

so it works for me
PHPFusion/Panels.php
249 line
define($p_side['name'], ($p_side['name'] === 'U_CENTER' ? $admin_mess : ''wink);

this
define($p_side['name'], ($p_side['name'] === 'U_CENTER' ? '' : $admin_mess));

And

themes/templates/deprecated_global_panel.php
137 line
define($p_side['name'], ($p_side['name'] === 'U_CENTER' ? $admin_mess : ''wink);

this
define($p_side['name'], ($p_side['name'] === 'U_CENTER' ? '' : $admin_mess));
0 replies
C
Chan
C
Chan 0
Lead Developer of PHP-Fusion
  • Super Admin, joined since
  • Contributed 3,841 posts on the community forums.
  • Started 232 threads in the forums
  • Answered 6 questions
answered
Super Admin

You're adding $admin_mess to all panels. Let me remove that from panels instead. I'll push it to footer.
0 replies
C
Chan
C
Chan 0
Lead Developer of PHP-Fusion
  • Super Admin, joined since
  • Contributed 3,841 posts on the community forums.
  • Started 232 threads in the forums
  • Answered 6 questions
answered
Super Admin

Guys, i'm going to refrain using my time on graphics on the Nebula theme, i'm sure modifications will be done to the Nebula once it gets out. Instead, I will contribute in what I can and what people can't in extending the features of the page instead.

I have removed the image graphic I did for the Articles header (haha.. kinda regret making it and spent 3 hours doing it, oh well it happens.. itchy hands)

Ok so here's the gist of my decision, I'm sure you just need to Core::set_param('any key', 'any values') checking the theme's Core file parameters. It's just as simple as that when you mod. Doesn't matter if there is default values, they are there for checking against isset errors only.

I've got request to extend Comments into Jquery, and Ratings into Jquery as well. I did not do yet because there is multisite in question. We need a complete RC cycle to just do these 2. Once it's implemented, we also need a toggler to disable using these Jquery too (CMS requirement is to have controls every step possible).

Good news is, I will attempt this next, but I cannot guarantee anything now. It will hurt a lot attempting because my jquery is just at foundation level still... the propagate() issues will take a lot of my time.

Please wait for update then.
0 replies
K
karrak
K
karrak 32
Van mi sosem változik..smile
  • Senior Member, joined since
  • Contributed 311 posts on the community forums.
  • Started 94 threads in the forums
  • Started this discussions
  • Answered 1 question
answered
Senior Member

I can not just figure it out. n over the mouse
only the Nebula theme
karrak attached the following file:
capture_001_06092016_154404.jpg [No information available / 104 Downloads]
0 replies
C
Chan
C
Chan 0
Lead Developer of PHP-Fusion
  • Super Admin, joined since
  • Contributed 3,841 posts on the community forums.
  • Started 232 threads in the forums
  • Answered 6 questions
answered
Super Admin

I think it's not there anymore. Please confirm?
0 replies

Labels

None yet

Statistics

  • Views 0 views
  • Posts 5 posts
  • Votes 0 votes
  • Topic users 2 members

2 participants

C
C
Chan 0
Lead Developer of PHP-Fusion
  • Super Admin, joined since
  • Contributed 3,841 posts on the community forums.
  • Started 232 threads in the forums
  • Answered 6 questions
K
K
karrak 32
Van mi sosem változik..smile
  • Senior Member, joined since
  • Contributed 311 posts on the community forums.
  • Started 94 threads in the forums
  • Started this discussions
  • Answered 1 question

Notifications

Track thread

You are not receiving notifications from this thread.

Related Questions

Not yet