PDA

View Full Version : vB 3.6.0


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?

ericgtr
06-09-2006, 01:40 PM
I have the same issue regarding "The action you are trying to do is not found." after upgrading to 3.6. I went back and checked all the usergroup setting and they were not changed. I expected it though so no complaints, just though I would report it as well. :)

CMX_CMGSCCC
06-20-2006, 07:03 PM
Thanx for the heads up on the template changes, I'll try to note that in the next v1.5.7 release.

As far as the other foreach errors, I have found those myself and fixed them in the v1.5.7 Beta 1 at www.vbplaza.com already, so they will be fixed for the final v1.5.7 release as well.

Due to the severity of the error that is caused by installin vBulletin 3.6.0 Beta X, I will release v1.5.7 in the next couple of days without a ton of new features being added. There will be some changes in v1.5.7, but the majority of the bigger chances will have to wait for v1.5.8

I want to release v1.5.7 very quickly to be compatible with vB 3.6.0 due to the fact that vbPlaza becomes basically useless if u installed the beta on ur production server.

-CMX
-CMX

ericgtr
06-20-2006, 07:21 PM
Great to hear, thanks!

Wordplay
06-24-2006, 09:09 PM
you've got to be the most dedicated mod writer on this site. always replying to every post in this forum.

thank you!

Omega Prime
06-25-2006, 02:51 AM
Thanks for getting a 3.6-compatible version out soon! I just installed this moments ago and didn't realize the errors were a 3.6 issue til reading some threads here. Hopefully 1.5.7 will be out by July 1st, as that's when I plan on unveiling it to my members :)

Omega Prime
06-27-2006, 07:51 PM
Due to the severity of the error that is caused by installin vBulletin 3.6.0 Beta X, I will release v1.5.7 in the next couple of days without a ton of new features being added. There will be some changes in v1.5.7, but the majority of the bigger chances will have to wait for v1.5.8

Since it's been a week since your return, any word yet on a 3.6-compatible release?

CMX_CMGSCCC
06-28-2006, 02:14 PM
Very soon, it's released in beta form to Branding Free customers at http://www.vbplaza.com/forums/ just today. With any luck, the public release will be a day or two away.

-CMX