Lottis
06-08-2006, 03:33 PM
I have upgraded to 3.6.0
And all the templateses are ok, but not this one;
F): Inside template 'threadbit':
Find:
$thread[title_editable]
<div>
<span style="float:$stylevar[right]">
Replace With:
$thread[title_editable]
<div <if condition="$thread['titlestyle']">style="$thread[titlestyle]"</if>>
<span style="float:$stylevar[right]">
Next Find:
<if condition="$show['gotonewpost']">
<strong><a href="showthread.php?$session[sessionurl]t=$thread[threadid]$thread[highlight]" id="thread_title_$thread[realthreadid]">$thread[threadtitle]</a></strong>
<else />
<a href="showthread.php?$session[sessionurl]t=$thread[threadid]$thread[highlight]" id="thread_title_$thread[realthreadid]">$thread[threadtitle]</a>
</if>
Replace With:
<if condition="$show['gotonewpost']">
<strong><a href="showthread.php?$session[sessionurl]t=$thread[threadid]$thread[highlight]" id="thread_title_$thread[realthreadid]" <if condition="$thread['titlestyle']">style="$thread[titlestyle]"</if>>$thread[threadtitle]</a></strong>
<else />
<a href="showthread.php?$session[sessionurl]t=$thread[threadid]$thread[highlight]" id="thread_title_$thread[realthreadid]" <if condition="$thread['titlestyle']">style="$thread[titlestyle]"</if>>$thread[threadtitle]</a>
</if>
Also, when i try to enter the mainmeny, i get only my history.
And this is on the top;
Warning: Invalid argument supplied for foreach() in /vbplaza.php on line 389
Warning: Invalid argument supplied for foreach() in /vbplaza.php on line 1843
Warning: usort() [function.usort]: The argument should be an array in /includes/functions_vbplaza.php on line 864
Warning: Invalid argument supplied for foreach() in /vbplaza.php on line 1863
When i try to enter some of the modules, i get this message;
The action you are trying to do is not found.
On the top, i get this;
Warning: Invalid argument supplied for foreach() in /vbplaza.php on line 389
I know, this issent a hack fore 3.6.0, but perhaps this can help the arthour to fix this portabel. ;P
Any ideas, how?
And all the templateses are ok, but not this one;
F): Inside template 'threadbit':
Find:
$thread[title_editable]
<div>
<span style="float:$stylevar[right]">
Replace With:
$thread[title_editable]
<div <if condition="$thread['titlestyle']">style="$thread[titlestyle]"</if>>
<span style="float:$stylevar[right]">
Next Find:
<if condition="$show['gotonewpost']">
<strong><a href="showthread.php?$session[sessionurl]t=$thread[threadid]$thread[highlight]" id="thread_title_$thread[realthreadid]">$thread[threadtitle]</a></strong>
<else />
<a href="showthread.php?$session[sessionurl]t=$thread[threadid]$thread[highlight]" id="thread_title_$thread[realthreadid]">$thread[threadtitle]</a>
</if>
Replace With:
<if condition="$show['gotonewpost']">
<strong><a href="showthread.php?$session[sessionurl]t=$thread[threadid]$thread[highlight]" id="thread_title_$thread[realthreadid]" <if condition="$thread['titlestyle']">style="$thread[titlestyle]"</if>>$thread[threadtitle]</a></strong>
<else />
<a href="showthread.php?$session[sessionurl]t=$thread[threadid]$thread[highlight]" id="thread_title_$thread[realthreadid]" <if condition="$thread['titlestyle']">style="$thread[titlestyle]"</if>>$thread[threadtitle]</a>
</if>
Also, when i try to enter the mainmeny, i get only my history.
And this is on the top;
Warning: Invalid argument supplied for foreach() in /vbplaza.php on line 389
Warning: Invalid argument supplied for foreach() in /vbplaza.php on line 1843
Warning: usort() [function.usort]: The argument should be an array in /includes/functions_vbplaza.php on line 864
Warning: Invalid argument supplied for foreach() in /vbplaza.php on line 1863
When i try to enter some of the modules, i get this message;
The action you are trying to do is not found.
On the top, i get this;
Warning: Invalid argument supplied for foreach() in /vbplaza.php on line 389
I know, this issent a hack fore 3.6.0, but perhaps this can help the arthour to fix this portabel. ;P
Any ideas, how?