Quote:
Originally Posted by BeerLuver
OK, I'm a bit stuck on trying to edit this skin's colors & images. Mainly I am trying to get that navbar at the top to display correctly on the forum display, but it looks fine on the homepage and in a thread display. Here's two screenshots I took directly on my iPod Touch so you can see:

This is how it should look. The buttons are nicely inset into the navbar
But when I try to view a forum section, this is how it looks (assuming this is in relation to the forumdisplay template's code):

You can see the buttons are not lined up/overlayed properly and the navbar is too thin.
Does anyone have any clue as to what code I need to alter/fix to correct this display issue? OR what code would I put in to display the forum's title on the navbar maybe? So it says Showcase; like it says Thread on the other? Maybe that would fix the navbar height issue here.
|
did u figure out how to change the forum colors ok?
Quote:
Originally Posted by Flugel
Cool man, thanks. Just need to work on this New Thread button. Has anyone managed that yet?
|
Code:
<center><if condition="$show['newthreadlink']">
<a class="mobile_button" href="newthread.php?$session[sessionurl]do=newthread&f=$foruminfo[forumid]" rel="nofollow">New Thread</a><else /> </if></center>
^^^^thats what i used for new thread.
here is the code for return to top.
Code:
<A NAME="top">
right below
<div class="page-margin">
In the footer add:
<A HREF="#top">Return to Top</A>
right below
$spacer_close
<!-- /content area table -->