flick how do i change the backround color of the rectangle where my logo is
Coming soon..
Condition and vbnavbar for 1.4.14
|
flick how do i change the backround color of the rectangle where my logo is
Coming soon..
2009-02-05, 04:18 AM
Coming soon..
2009-02-05, 09:41 AM
(2009-02-05, 01:33 AM)flick Wrote: @Luke Beale: Thanks for your feedback. With regards to the drop down, there seems to be a small problem directly copying-pasting sometimes from the code provided on the Forums to the template editor, which results in random blank spaces that affect the dropdown menu. Thanks ![]() As you can be below it removes the header and menus when added those str_replace to that fille. Also it shows the user login area when a member is logged in... how do I stop it from doing that?
@Luke Beale: I guess I should have checked the code again (with the latest version) to make sure it was up to date with MyBB 1.4.x
![]() Try this instead: (will update the instructions on the other post too) Quote:Find p/s:Having just remembered that class_templates.php is already available as a download (from the first post) is it possible to find out if this file was downloaded and used to overwrite the default file on your forum? (2009-02-05, 05:42 AM)indigored Wrote: ya, heres a screenshot: @TomL: Thanks for the help ![]() @indigored: This is one thing I should probably point out from the inherited header. The template section that you want to look at is Header Templates/header and the specific code part is:
It is (hopefully) quite self explanatory, and this is essentially the beginning of the the div (or box) where your logo sits. The default white colour of the header is set by so any colour changes should be made here.For instance, a black background would have the value
Current motto: Cross referencing threads by providing links is a good idea!
Back-on Online - Back-on Fansite http://www.backon-online.com/ WordPress Snippets http://www.wpsnippets.com/
2009-02-08, 02:50 AM
how do I show a table for guests only ?
I mean how do I use condition "if" "else" condition here ?
2009-02-08, 02:53 AM
You'd need to do an if condition and check $mybb->user['uid'] == 0, but inside an if thing. Something like this, but replacing if( with however it's done.
2009-02-08, 03:26 AM
Appreciate the info buddy
![]()
2009-02-08, 10:51 PM
It still doesn't seem to want to work
![]() Tried replacing the file and making the code changes. |
« Next Oldest | Next Newest »
|