vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.0 Full Releases (https://vborg.vbsupport.ru/forumdisplay.php?f=33)
-   -   vBindex v3.0.0 RC5 (https://vborg.vbsupport.ru/showthread.php?t=59524)

NTLDR 04-10-2004 08:23 PM

Quote:

Originally Posted by ???`S?LV?R???`
"You need to edit your CSS for each style as per the install intructions." how would i go about doing that?

Admin CP -> Style Manager -> All Options (foreach style)

NTLDR 04-10-2004 08:25 PM

Quote:

Originally Posted by Dsmed
will this work with php4 vb? if not, do i only have to change all the php extensions to php4?

Should be 100% compatible with the different extensions, in vbiconfig.php find:

PHP Code:

define('SCRIPT_EXTENSION''.php'); 

Replace with:

PHP Code:

define('SCRIPT_EXTENSION''.php4'); 

Then rename the .php files to .php4 WITH THE EXCEPTION of vbiconfig.php WHICH MUST have a .php extension, and will work with .php regardless of what your server is set to use for PHP.

NTLDR 04-10-2004 08:27 PM

Quote:

Originally Posted by gmarik
Is there any way to ged rid of that error, what to change in the functions.php file maybe?

Somewhere in adminfunctions_template.php lists the two phpinclude templates to ignore that error. Full details of this optional edit will be with vBindex 3.0.0 (Final) which will be the next release assuming no major bugs are found.

Brahm 04-11-2004 12:00 AM

I know you have heard this before, but AWESOME HACK!!! Thanks for all the work you put into this. It installed EASY and QUICK. Thanks Again...

???`S?LV?R???` 04-11-2004 12:46 AM

hmm im somewhat confused exactly what id have to do, i know what your talking about just still confused, can you give an exact example?

tobkat 04-11-2004 12:03 PM

Quote:

Originally Posted by ???`S?LV?R???`
hmm im somewhat confused exactly what id have to do, i know what your talking about just still confused, can you give an exact example?

uhm.... answer ?

redlabour 04-11-2004 05:02 PM

Very nice project - but not very useful if you can´t create unlimited sites and boxes from the AdminCP. That´s a MUST HAVE FEATURE ! Why does this one didn´t have it ? Ok - you can do it manually - but who whant´s that ?

Dsmed 04-11-2004 05:22 PM

Quote:

Database error in vBulletin 3.0.0:

Invalid SQL:
## GET NEWS ##
SELECT thread.*,thread.iconid AS threadiconid, threadpost.pagetext AS pagetext,
threadpost.attach AS attachcount,
avatarpath, NOT ISNULL(avatardata) AS customavatar, user.avatarrevision, customavatar.dateline AS customdateline,
NOT ISNULL(subscribethread.subscribethreadid) AS issubscribed,
IF(user.displaygroupid = 0, user.usergroupid, user.displaygroupid) AS displaygroupid
FROM thread AS thread
LEFT JOIN user AS user ON (thread.postuserid = user.userid)
LEFT JOIN post AS threadpost ON (thread.firstpostid = threadpost.postid)
LEFT JOIN deletionlog AS deletionlog ON(thread.threadid = deletionlog.primaryid AND type = 'thread')

LEFT JOIN customavatar AS customavatar ON (customavatar.userid = user.userid)
LEFT JOIN avatar AS avatar ON (avatar.avatarid = user.avatarid)

LEFT JOIN subscribethread AS subscribethread ON(subscribethread.threadid = thread.threadid AND subscribethread.userid = 1)
WHERE forumid IN (http://www.highertuning.com/forums/f...splay.php4?f=2)
AND deletionlog.primaryid IS NULL
AND forumid NOT IN (0)
AND thread.open <> 10
AND thread.visible = '1'


ORDER BY thread.sticky DESC, thread.dateline DESC
LIMIT 4
mysql error: You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near '://www.highertuning.com/forums/forumdisplay.php4?f=2)
AND de

mysql error number: 1064

Date: Sunday 11th of April 2004 02:17:13 PM
Script: http://www.highertuning.com/
Referer:
Username: Dsmed
IP Address: 68.97.154.219

i keep getting this error when i enable the news groups...any idea on what im doing wrong?

thanks
-Brian

Tradjick 04-11-2004 05:37 PM

After I install vbIndex and export the style I get the error:
Quote:

XML Error: not well-formed (invalid token) at Line X
when reimporting it.
Do you have any idea why this is happening?

Pseudomizer 04-11-2004 05:44 PM

Quote:

Originally Posted by Dsmed
i keep getting this error when i enable the news groups...any idea on what im doing wrong?

thanks
-Brian

Hmm. As it looks like your problem is here:

WHERE forumid IN (http://www.highertuning.com/forums/...isplay.php4?f=2)
AND deletionlog.primaryid IS NULL
AND forumid NOT IN (0)
AND thread.open <> 10
AND thread.visible = '1'

The yellow words should be your forum number and not your link. I would assume that you have an error in your ACP. Where it says put in your forumID you put in the complete link to your specific forum. But this is wrong. Just type in the number "2" and nothing else and it should work.

Cheers,

Pseudomizer


All times are GMT. The time now is 01:43 AM.

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.02249 seconds
  • Memory Usage 1,755KB
  • 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
  • (2)bbcode_php_printable
  • (7)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (6)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