Quote:
Originally Posted by SkyCatcher
I don't know what you're trying to do but your <if> logic is off.
PHP Code:
<if condition="is_array($navbits)">
<span class="navbar"><a href="$vboptions[forumhome].php$session[sessionurl_q]" accesskey="1" title="$vboptions[bbtitle]"><strong>eGaming Supply Marketplace</strong></a> </span>
</if>
<if condition="$_SERVER['REQUEST_METHOD'] == 'POST'">
[b]What is supposed to be here??[/b]
<else />
$navbits[breadcrumb]
<br />
<br />
<div id="title_of_post"><a href="$scriptpath"title="$navbits[lastelement]">$navbits[lastelement]</a></div>
<br />
<br />
</if>
So if a $_POST request is issued... it does nothing.... if no request is issued it makes a bunch of breaks and a <div> ...
What exactly are you editing?
|
I'm trying to do this...notice on my main forum index there's a big gap:
www.egamingsupply.com/forum/
But when you're in a forum, thread, or post, the gap is filled up:
http://egamingsupply.com/forum/showt...=1283#post1283
I'm trying to have
no gap in the forum index page. Help?