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)

SVTBlackLight01 03-30-2004 12:01 AM

I'm having problems opening the latest zip.

chas_h 03-30-2004 12:19 AM

Quote:

Originally Posted by SVTBlackLight01
I'm having problems opening the latest zip.

Me too, but I'm also having trouble with zips from the regular Vbulletin site. Maybe they have made a change that is corrupting them. Anyone else tried to download tonight?

Chas.

SVTBlackLight01 03-30-2004 12:22 AM

I just saw this thread.

https://vborg.vbsupport.ru/showthread.php?t=63146

Sam FT 03-30-2004 12:39 AM

Never mind find it....damn those if than else statements....

SolFirex5 03-30-2004 01:06 AM

I am having a Mysql db problem with the vbindex.php file, everything else works just fine. This is on a fresh install with only some changes made. I get:

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 elitedue_thread AS thread
LEFT JOIN elitedue_user AS user ON (thread.postuserid = user.userid)
LEFT JOIN elitedue_post AS threadpost ON (thread.firstpostid = threadpost.postid)
LEFT JOIN elitedue_deletionlog AS deletionlog ON(thread.threadid = deletionlog.primaryid AND type = 'thread')

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

LEFT JOIN elitedue_subscribethread AS subscribethread ON(subscribethread.threadid = thread.threadid AND subscribethread.userid = 1)
WHERE forumid IN (Announcements)
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 6
mysql error: Unknown column 'Announcements' in 'where clause'

When I visit the page...Help?

mattyk72 03-30-2004 02:29 AM

I uninstalled it for the time being, I'll give it one last shot because I really like the portal.

Quote:

Originally Posted by NTLDR
You need to edit the file EXACTLY as it is shown which would have been:


PHP Code:

// enter the path to your forums here that you were given during the
// install process
define('CHDIR_PATH''/home/thewar/public_html'); 


And not:

PHP Code:

// enter the path to your forums here that you were given during the// install processdefine('CHDIR_PATH', '/home/thewar/public_html'); 



SmEdD 03-30-2004 02:35 AM

Quote:

Originally Posted by SolFirex5
I am having a Mysql db problem with the vbindex.php file, everything else works just fine. This is on a fresh install with only some changes made.

Change your "News Forum ID" to an actual number! You can get the number by hovering over the forum and reading the URL in the bottom of the browser and look for "f=#".

Sam FT 03-30-2004 03:15 AM

Here is a bug for you NTLDR...at the bottom righthand corner of the vBindex page. The "Contact Us" is pointing to the wrong directory, it is should be /forums/sendmessage.php.

Also I know that vBulletin has the "Censored Words" feature for the posts. But what about using the "Censored Words" feature for the shoutbox?

???`S?LV?R???` 03-30-2004 03:30 AM

i just downloaded the vbindex rc5 zip file and unzipped it and it only had one file in there with no extension.

memorex 03-30-2004 03:32 AM

I edited and did everything to the letter, No errors. I can't find where it creates the portal page/info to put in and it didn't install its vs to my styles so I'm confused if it actually installed. I have all the options and everything. I'm just dumb i guess hehe Please help me.

Thanks


All times are GMT. The time now is 10:16 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.02155 seconds
  • Memory Usage 1,746KB
  • 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
  • (3)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