Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > Premium Archives > vbBux / vbPlaza
vB 3.6.0 Details »»
vB 3.6.0
Version: , by Lottis Lottis is offline
Developer Last Online: Aug 2009 Show Printable Version Email this Page

Version: Unknown Rating:
Released: 06-08-2006 Last Update: Never Installs: 0
 
No support by the author.

I have upgraded to 3.6.0
And all the templateses are ok, but not this one;

Quote:
F): Inside template 'threadbit':

Find:
Code:
		$thread[title_editable]
		<div>
			<span style="float:$stylevar[right]">
Replace With:
Code:
		$thread[title_editable]
		<div <if condition="$thread['titlestyle']">style="$thread[titlestyle]"</if>>
			<span style="float:$stylevar[right]">
Next Find:
Code:
			<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:
Code:
			<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;
Quote:
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;
Quote:
The action you are trying to do is not found.
On the top, i get this;
Quote:
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?

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #2  
Old 06-09-2006, 01:40 PM
ericgtr's Avatar
ericgtr ericgtr is offline
 
Join Date: Apr 2003
Location: Portland, Oregon
Posts: 1,407
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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.
Reply With Quote
  #3  
Old 06-20-2006, 07:03 PM
CMX_CMGSCCC CMX_CMGSCCC is offline
 
Join Date: Sep 2003
Posts: 1,218
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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
Reply With Quote
  #4  
Old 06-20-2006, 07:21 PM
ericgtr's Avatar
ericgtr ericgtr is offline
 
Join Date: Apr 2003
Location: Portland, Oregon
Posts: 1,407
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Great to hear, thanks!
Reply With Quote
  #5  
Old 06-24-2006, 09:09 PM
Wordplay Wordplay is offline
 
Join Date: Nov 2001
Location: Dengoku
Posts: 864
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

you've got to be the most dedicated mod writer on this site. always replying to every post in this forum.

thank you!
Reply With Quote
  #6  
Old 06-25-2006, 02:51 AM
Omega Prime's Avatar
Omega Prime Omega Prime is offline
 
Join Date: Sep 2002
Location: ::Infinity::
Posts: 169
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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
Reply With Quote
  #7  
Old 06-27-2006, 07:51 PM
Omega Prime's Avatar
Omega Prime Omega Prime is offline
 
Join Date: Sep 2002
Location: ::Infinity::
Posts: 169
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
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?
Reply With Quote
  #8  
Old 06-28-2006, 02:14 PM
CMX_CMGSCCC CMX_CMGSCCC is offline
 
Join Date: Sep 2003
Posts: 1,218
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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
Reply With Quote
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 03:09 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.04302 seconds
  • Memory Usage 2,269KB
  • Queries Executed 21 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (4)bbcode_code
  • (5)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (8)post_thanks_box
  • (8)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (8)post_thanks_postbit_info
  • (7)postbit
  • (8)postbit_onlinestatus
  • (8)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete