vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.5 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=113)
-   -   vBSupport v2.0.0 Beta 2 (https://vborg.vbsupport.ru/showthread.php?t=94023)

CypherSTL 11-06-2006 05:23 PM

If you wish to use this mod and are 3.6.x it is best to stick with 3.6.0 as 3.6.1 and 3.6.2 are not compatable, there where to many code changes in 3.6.1 and even more in 3.6.2

Also remember this mod IS for 3.5.4 anyways, so it is just by chance it even works with 3.6.0

dethfire 11-15-2006 07:36 PM

bump for conversion

JamieLee2k 11-16-2006 02:07 PM

Trying to put in the template change in the navbar

The following error occurred when attempting to evaluate this template:

Parse error: syntax error, unexpected T_CHARACTER, expecting ']' in xxxxxx/xxxxxxx/xxxxxxxx/xxxxxxx/xxxxxx/forum/includes/adminfunctions_template.php(3593) : eval()'d code on line 101

This is likely caused by a malformed conditional statement. It is highly recommended that you fix this error before continuing, but you may continue as-is if you wish.

Can anyone tell me why this might be wrong, it has worked fine in other styles I have done just not this new one

DS MrSinister 11-30-2006 02:49 AM

yes its missing a ] after the q.

try this code!

Code:

<!-- vbSupport start -->
                        <if condition="$vboptions['vbsupport_enabled']"><td class="vbmenu_control"><a href="vbsupport.php$session[sessionurl_q]">$vbphrase[vbsupport_title]</a></td></if>
<!-- vbSupport end -->


MrPHD 12-02-2006 01:24 PM

Installed and working nice.Thanks

erkme73 12-05-2006 03:10 PM

Your website needs just a few more pop-ups... Any chance this will be modded to work on 3.6.x?

BobbyBig 12-05-2006 06:23 PM

Please make that workable for 3.6.4 - Because this is really great mod

Guest201202001 12-06-2006 08:23 AM

for the version 3.6.4??? this is a good mod

erkme73 12-06-2006 11:35 PM

I just got done reading about 80% of the posts in this thread. It's pretty clear that the problem isn't specifically 3.6.x - it's only if you UPGRADE from an older version to a newer version of vBulletin that the line40 error pops up. I would have hoped this would not have been too challenging to solve, but clearly either the interest or technical level isn't there to beat the bug out of the code.

I would really like to install this, or something like it. Has anyone been able to install this mod on an upgraded 3.6.4 version of vBulletin? Are there any comparable mods/hacks that would offer the same features?

TIA...

Guest201202001 12-13-2006 11:44 PM

works very well with 3.6.4

if u r going to take an error: like this
Code:

Database error in vBulletin 3.6.4:

Invalid SQL:

SELECT
post.*, post.username AS postusername, post.ipaddress AS ip, IF(post.visible = 2, 1, 0) AS isdeleted,
user.*, userfield.*, usertextfield.*,

avatar.avatarpath, NOT ISNULL(customavatar.userid) AS hascustomavatar, customavatar.dateline AS avatardateline,customavatar.width AS avwidth,customavatar.height AS avheight,
level,
IF(displaygroupid=0, user.usergroupid, displaygroupid) AS displaygroupid

FROM vbs_ticket_post AS post
LEFT JOIN user AS user ON(user.userid = post.userid)
LEFT JOIN userfield AS userfield ON(userfield.userid = user.userid)
LEFT JOIN usertextfield AS usertextfield ON(usertextfield.userid = user.userid)

LEFT JOIN avatar AS avatar ON(avatar.avatarid = user.avatarid) LEFT JOIN customavatar AS customavatar ON(customavatar.userid = user.userid) LEFT JOIN reputationlevel AS reputationlevel ON(user.reputationlevelid = reputationlevel.reputationlevelid)
WHERE post.postid IN (0,141,153)

ORDER BY post.dateline;

MySQL Error : Unknown column 'level' in 'field list'
Error Number : 1054


jusd add this query at your forum DB:
Code:

ALTER TABLE user ADD level INT UNSIGNED NOT NULL DEFAULT '0'


this worked to me.


All times are GMT. The time now is 06:29 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.05729 seconds
  • Memory Usage 1,737KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (3)bbcode_code_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (2)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.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/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.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
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete