I'm using box_grey and I'm having issues with the forum. It's not stretching out the full length of the page. Has anyone else had this problem? Any ides?
I'm not sure what happened, but suddenly the content on the right side on firefox, and left on IE is pushed out of screen or to the bottom of the page. I have no idea what started this. All worked well a few hours ago and the only change was someone adding a new event. The page is at http://tipnational.org
i have error message on page ( page.tpl.php ) line 100
line 100 ----> contain ( include("header.tpl.php"); ) and every include in this page ..its gives me same warining
I was just woundering if I could make a log in button so that when you log in it says, "Welcome back (name of user)! (Log out link)." Have a look at my website (www.holmesey.com) and up the top right hand corner I have a button that says Log In. When someone log in, can I make that say "Welcome back (name of user)! (Log out link)."????
I'm new to this and I've started to make my own Theme.
Now i noticed that the left sidebar in which the menu is in, is called via {$sidedbar_left} in smarty.
But {$primary_links} are an array.
is there a way to change the {$sidebar_left} to an array too ?
Cuze an array which I can go through with foreach would be way better to use..