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)

EricR 11-18-2004 06:04 PM

Quote:

Originally Posted by marc_t
Is there a site with add-ons to vbindex existing? Like if you have a certain forum, where you have got reviews of books and you wanna have one of those reviews schown randomly in a custom box on the right side?

There used to be Core Forums but now that url just redirects to this thread. Apparantly this thread is now the sole point of contact for this portal script. Unfortunately the support has also disappeared as I never did get a response for my own issue. Core Forums had a few good modifications / add-ons too, so it's a shame to have lost that.

Scerina 11-19-2004 05:09 AM

I am gettin this mySQL error message on my vB index homepage:

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 vb3thread AS thread
LEFT JOIN vb3user AS user ON (thread.postuserid = user.userid)
LEFT JOIN vb3post AS threadpost ON (thread.firstpostid = threadpost.postid)
LEFT JOIN vb3deletionlog AS deletionlog ON(thread.threadid = deletionlog.primaryid AND type = 'thread')

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

LEFT JOIN vb3subscribethread AS subscribethread ON(subscribethread.threadid = thread.threadid AND subscribethread.userid = 1)
WHERE forumid IN (http://www.underworld-chaos.net/boar...=newpost&t=432)
AND deletionlog.primaryid IS NULL
AND forumid NOT IN (0)
AND thread.open <> 10
AND thread.visible = '1'
AND thread.postuserid NOT IN (90,61)

ORDER BY thread.dateline DESC
LIMIT 10
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.underworld-chaos.net/boards/showthread.php?goto=newpost&

mysql error number: 1064

Date: Friday 19th of November 2004 02:07:16 AM
Script: http://www.underworld-chaos.net/boards/vbindex.php
Referer:
Username: Pandora
IP Address: *CONFIDENTIAL*

Can someone please help me???

~Pandora~

MPM.com 11-20-2004 10:04 AM

Right, I have read 40+ pages now and cant seem to find the answer to this.

I have installed this hack and everything seems fine, I still need to change path to smilies though.

The only problem is, I use a flash header which has links to forum and home. This seems to have been changed when I installed the hack. It is pointing to the wrong address on the home page.

I havent renamed the home page yet so see the link here:

http://www.mobilephonemadness.com/vbindex.php

Any idea what I need to change to fix this? Where are the variables such as $stylevar[imgdir_misc] defined?


Thanks In Advance
Mark
www.mobilephonemadness.com

BrandNIC 11-20-2004 03:25 PM

Quote:

Originally Posted by kwopper
You have to remember you can have only one "index.php" file in one area. I have vBindex running in the same spot as VBull is.

Before you install vBindex your link to your site would be like... http://www.yoursite.org/index.php

Once vBindex is installed by default you would access the portal page via this...
http://www.yoursite.org/vbindex.php

Now what I have done for my site to make the portal the first page members see is the following...
  • login to admincp, vBulletin Options, scroll down the list and select Forums Home Page Options. Change the Script Name for Forum Home Page(by default its Index) So for this example we'll change it to forum.
  • Via your ftp change VBulletin's "index.php" to "forum.php"
  • Via your ftp change vBindex "vbindex.php" to "index.php"

Now when you login to your site via http://www.yoursite.org/index.php you will be taken to the portal page. To directly access the forums the link would be http://www.yoursite.org/forum.php

vBindex also adds a link to the nav bar to the forums. I hope that helps.

This is my very first post here since I'm such a newb at this I thaught I'd say thanks for the hack and a HUGE thank you to KWOPPER for these instructions.
I just last week purchased VB and installed vbindex last night, It was a bit of work till I came across this one post.
Things went as smooth as anyone would want.
One question I have though is it ok that I removed the powered by disclamer at the bottom of the vbindex page?
I have purchased the branded free licence for VB and didnt see a point in having it there.I did however keep (vBindex Copyright ? MMII - MMIV Winter Systems). on the page per the posted disclaimer.
I have it setup at http://www.offroadrc.com
Any feedback would be appreciated.


******Clicks Install******

apn3a 11-20-2004 07:43 PM

hi, can anyone help me transfer the statistics box (threads, posts and newest member)from the forum to the vbindex portal?

b6gm6n 11-20-2004 09:47 PM

has anyone got the photopost block code handy, cannot find it in this thread, i have photopost and vbindex, i would like to include some thumbs on vbindex, please advise, cheers

-b6

tjad 11-20-2004 10:47 PM

lol I attempted to install this and I'm not sure where itwent. I got the options in the control panel but I don't see it as my first page. Help please
http://www.werbeyond.com/forum/index.php?

urmyantichrist 11-21-2004 01:52 AM

<a href="http://www.werbeyond.com/forum/vbindex.php?" target="_blank">http://www.werbeyond.com/forum/vbindex.php?</a> Here's your vbindex page, looks like you've got some errors though..,.

jbristor 11-23-2004 01:09 AM

Nice Hack which I have installed. Everything is fine but I get these errors once in awhile:

--------------------------------
Database error in vBulletin 3.0.3:

Invalid SQL: ## COUNT SHOUTS ##
SELECT COUNT(*) AS shouts
FROM vbindex_shoutbox
WHERE 1 = 1

AND shoutbox.userid NOT IN (137,465,508,197)
mysql error: Unknown table 'shoutbox' in where clause

mysql error number: 1109

--------------------

Or several variations of the same error message.

Code Monkey 11-24-2004 12:28 AM

Anyone ever figure out why Firefox opens the index page out of align randomly? This was mentioned on the old core forums but never replied to I believe.


All times are GMT. The time now is 10:17 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.02618 seconds
  • Memory Usage 1,752KB
  • 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_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (4)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