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 03-26-2004 08:06 PM

The Powered by: vBindex Version 3.0.0 RC4 part and the XHTML image can both be removed. Just the vBindex copyright must remain, and the vBulletin Copyright if you don't have the branding-free option :)

hockyfan 03-26-2004 08:10 PM

Thanks, great hack by the way, installed with ease! :)



h

Funkworkz 03-27-2004 12:34 AM

Hmm, I upgraded from RC3, and on the homepage, the Internet Explorer "Error" symbol flashes before the images start to load, did I miss a step?

(It also says there is an error for no reason when the page is completly loaded as well)

http://www.exius-ent.com/index.php

(Ignore the Style, Im still working on it..)

mattyk72 03-27-2004 01:54 AM

I have the following error message at the top of my portal

Warning: chdir(): No such file or directory (errno 2) in /home/thewar/public_html/vbindex.php on line 143

Also, my logo is off center

http://www.thewarpath.net/vbindex.php

JoeBiscuit 03-27-2004 07:09 AM

Ok, i have spent way too long trying to find a fix for what I want to do. Maybe you can help me out.

Here's what I'm trying to do. I have made a new "extra" page, I created the regular template to house the $php_output and then the php template. I'm trying to make the php code pull a single post and display it's body information into the page. I have had no luck so far. Here is what I currently have.

Code:

$query = 'SELECT pagetext FROM post WHERE postid = 20886';
if ($r = mysql_query($query))
{
  while ($row = mysql_fetch_array ($r))
  {
    echo $row['pagetext'];
  }
}

What am I missing here? The page loads fine, but the body of the post doesn't output. Any help on this would be greatly appreciate because I just don't know what to do now.

tehste 03-27-2004 09:25 AM

Hey. After voting on the randome poll off the vbindex main page, any other attempts to view that page would return with this database error:

Code:

Database error in vBulletin 3.0.0:

Invalid SQL:
                        ## GET POLL ##
                        SELECT thread.pollid, thread.forumid, open, threadid, replycount, question, poll.dateline,
                        options, votes, active, numberoptions, timeout, multiple, voters,
                        pollvote.voteoption, pollvote.userid AS voteuserid
                        FROM thread AS thread
                        LEFT JOIN poll AS poll ON (thread.pollid = poll.pollid)
                        LEFT JOIN deletionlog AS deletionlog ON(thread.threadid = deletionlog.primaryid AND type = 'thread')
                        LEFT JOIN pollvote AS pollvote ON(thread.pollid = pollvote.pollid AND pollvote.userid = 2)
                        WHERE forumid NOT IN (0)
                        AND deletionlog.primaryid IS NULL
                        AND thread.pollid <> 0
                        AND thread.open <> 10
                        AND thread.visible = '1'
                        AND thread.forumid IN (1,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28)
                       
                       
                        ORDER BY RAND() DESC
                        LIMIT 1
mysql error: Got error 28 from table handler

mysql error number: 1030

Date: Saturday 27th of March 2004 03:20:07 AM
Script: http://www.lemonpoo.com/

Any Ideas how to fix this? And what caused it... And weather it is fixed in RC4


Edi: After refreshing it numerous times as soon as it happened it stayed on the error page... I then waited 10 mins and re-freshed again and it was fixed... I even kept refreshing to see if the same poll I voted on worked in the main page.. And it did. Very curious, anyi ideas

Also you can see I grab my randome poll from practically all the forums bar 4ish... Is this bad for the code? Also, If i set it on to all, and there is a poll in a forum wich not everyone has acsess to, will someone without rights to view that forum be able to view the poll.
And is there a way to set it to all and just leave a few not checked ever....

gamevn 03-27-2004 12:01 PM

This portal workd good to with vb3gold.
but how do i add new pages to it.

tobkat 03-27-2004 12:46 PM

Does anybody know, how I can edit the Phrases that came with vbindex RC 4 ?

NTLDR 03-27-2004 05:17 PM

Quote:

Originally Posted by tobkat
Does anybody know, how I can edit the Phrases that came with vbindex RC 4 ?

Admin CP -> Phrase Manager -> vBindex (or vBindex Control Panel) and you'll see a list of all the vBindex added ones. Note vBindex uses some default vB phrases too.

NTLDR 03-27-2004 05:18 PM

Quote:

Originally Posted by gamevn
This portal workd good to with vb3gold.
but how do i add new pages to it.

See the link to the tutorial in the first post.


All times are GMT. The time now is 09:07 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.02271 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_code_printable
  • (2)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