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-29-2004 07:24 PM

Quote:

Originally Posted by Sam FT
NTLDR I wanted to point out another problem. Html doesn't work for the News blocks/threads on the front page. Yes I do have it HTML enable for that news forum id. I can use BB Code on the problem which is no problem. But I would like to use HTML instead.

I can't confirm this. I've just tested it in a forum with HTML enabled and it works correctly both on vB's showthread and on vBindex.

Sam FT 04-29-2004 07:45 PM

Quote:

Originally Posted by NTLDR
I can't confirm this. I've just tested it in a forum with HTML enabled and it works correctly both on vB's showthread and on vBindex.

Ok I think it has to do with the editor. I ran some test with both Standard and Enhanced. Standard correctly displayed HTML and Enhanced didn't. So it is something that has to do with the Enhanced editor..maybe.

NTLDR 04-30-2004 10:03 AM

I've tried all 3 editiors on my test board and they all work correctly both on vBindex and showthread using vBindex 3.0.0 RC5 and vB 3.0.0.

Sam FT 04-30-2004 02:52 PM

Ok what I am doing is post news with source and author like this

Source: HTML link
Author: John Smith

Body of Story

And it is only seems to happen to the source link...

GoTTi 04-30-2004 03:54 PM

well some kiddies came on the board and flamed the shoutbox...so here is my issue:

i have new registrations set to verfiy email and they wait in the "wait for email verify" usergroup. those users arent allowed to post threads and so on till verified. i want the users to be verified to be able to use the shoutbox also, how can i go about this happening?

also, since they posted useless junk in the shoutbox, how can i do a mass delete of postings in it? a DB querie or something to empty?

Pseudomizer 04-30-2004 04:10 PM

Quote:

Originally Posted by Da_GoTTi
well some kiddies came on the board and flamed the shoutbox...so here is my issue:

i have new registrations set to verfiy email and they wait in the "wait for email verify" usergroup. those users arent allowed to post threads and so on till verified. i want the users to be verified to be able to use the shoutbox also, how can i go about this happening?

also, since they posted useless junk in the shoutbox, how can i do a mass delete of postings in it? a DB querie or something to empty?

You want users with the status "Awaiting email confirmation" to be able to shout ? Sorry, but this will not solve your problem. The kiddies will register with a fake emailadress and do it again.

And for the deletion in your database what do you need ? To empty up the whole shoutbox or just some entries ?

Cheers,

GoTTi 04-30-2004 04:24 PM

pseud i think u need to read my post again.

Pseudomizer 04-30-2004 04:39 PM

Quote:

Originally Posted by Da_GoTTi
pseud i think u need to read my post again.

DaG ? If you want only registered users to shout then please read the vbindex options in your admincp.

And if you want to delete the shoutbox issue the following command:

PHP Code:

DROP table vbindex_shoutbox

And after this recreate the shoutbox table with:

PHP Code:

CREATE TABLE vbindex_shoutbox (
                  
shoutid int(11NOT NULL                        
                                                                  auto_increment

                                                                  
userid int(11NOT NULL default '0',
                  
shout text NOT NULL,
                  
dateline int(11NOT NULL default '0',
                  
PRIMARY KEY  (shoutid)
                ) 
TYPE=MyISAM 

Cheers,

GoTTi 04-30-2004 05:04 PM

what am i lookin for in vbindex options?

NTLDR 04-30-2004 05:52 PM

Quote:

Originally Posted by Sam FT
And it is only seems to happen to the source link...

I've tried using HTML to create a link, clicking the URL button in the WYSIWYG toolbar and via [url] BB Code and all three methods work correctly.

redlabour 04-30-2004 08:39 PM

It isnĀ“t work - it still stands still at : Importing vBindex Phrases, and all other steps. Firewall is deactived and chmod at 755 ! What is wrong there ?

This is typical Hack Stuff vor VB - only one language and a unprofessional and uncompletely Installinstruction. Thanx for another lost hour of my life. :tired:

Dio Br@ndo 05-02-2004 05:27 PM

i intall it butwith vb3.0.0 gold doesnt work (i dont show nothing collums :\ :/ )

why?

the installation was perfect..

NTLDR 05-02-2004 05:28 PM

You haven't configured the options as per the install instructions.

Dio Br@ndo 05-02-2004 05:36 PM

the only thing i need to do was to put in vbiconfig.php the root that the installation show me to write, and i do it. i save....after i press always NEXT and i write FULL Path for images, i save and on next step the process go in loop (set images path -> next -> set images path -> next -> ....) so i press the botton for overpass that step (the instruction says to do that if process go in loop)......i add in index.php of admin cp the line for add in admin cp the page for setting the forum....

that's all.....i miss something??

NTLDR 05-02-2004 06:19 PM

As the final setp states:

Quote:

Please configure the vBindex Options via the vBulletin Admin Control Panel

Dio Br@ndo 05-02-2004 06:26 PM

hehehehe i set up that. i chose Both side columns and i set 2 left:
? Latest 10 thread
?Calendar
right columns:
? Birthday
? Pool

below i activate all...i save....and.....NOTHIG!! i try 4 times....

i also try to re installa and nothing.....

i dont know what i must to do!! :(

GoTTi 05-02-2004 06:34 PM

NTLDR - how can i make only registered users who verify there email address allowed to post in the shoutbox?

NTLDR 05-02-2004 06:45 PM

Find:

PHP Code:

if (!$bbuserinfo['userid']) 

Replace with:

PHP Code:

if (!$bbuserinfo['userid'] || is_member_of($bbuserinfo3)) 

This will be fixed in the next version.

draculanowaday 05-03-2004 06:49 AM

Still can't fix my problem. Please help me
please read 2 post under and tell me how to fix this problem
https://vborg.vbsupport.ru/showpost....postcount=1374
https://vborg.vbsupport.ru/showpost....postcount=1386

draculanowaday 05-03-2004 07:09 AM

after uninstall and reinstall still got problem :(
Code:

Unable to add cookies, header already sent.
File: /home/virtual/site27/fst/var/www/html/forum/vbiconfig.php
Line: 34


Pseudomizer 05-03-2004 10:00 AM

Quote:

Originally Posted by draculanowaday
after uninstall and reinstall still got problem :(
Code:

Unable to add cookies, header already sent.
File: /home/virtual/site27/fst/var/www/html/forum/vbiconfig.php
Line: 34


Try uploading the original file vbiconfig.php.

Cheers,

NTLDR 05-03-2004 10:26 AM

Quote:

Originally Posted by draculanowaday
after uninstall and reinstall still got problem :(
Code:

Unable to add cookies, header already sent.
File: /home/virtual/site27/fst/var/www/html/forum/vbiconfig.php
Line: 34


Make sure you edit the file *EXACTLY* how the instructions say and that you have no whitespace before <?php or after ?> in either vbiconfig.php, vbindex.php, includes/functions.php, includes/functions_user.php, includes/config.php, includes/init.php.

deano1 05-03-2004 11:13 AM

hello
i have a strange problom that was just brought to my attention

none of the links in the navbar work on the portal
the /VB is missing in the link , all of them

but it does work on the forum page
i have tried everything to fix this
but can't
need help

see, links no works , missing /VB in the link
http://www.deanosworld.net/

help

NTLDR 05-03-2004 12:27 PM

Make sure your board URL is set correctly in the admin cp and if you have edited the vbindex_navbar template that you have prefixed any additions with $vboptions[bburl]

deano1 05-03-2004 12:50 PM

Quote:

Originally Posted by NTLDR
Make sure your board URL is set correctly in the admin cp and if you have edited the vbindex_navbar template that you have prefixed any additions with $vboptions[bburl]

the board url is correct

can you look at the code in the template
i reverted it back to what is should be
but still have the problom

deano1 05-03-2004 12:52 PM

i just noticed too
that i can't log in from the portal

page not found

Paraone 05-03-2004 02:24 PM

I tried getting some help at coreforums.net but I can't post or do anything, says I don't have permission, but anyway I installed vBindex 3.0.0 RC5 and I run vBulletin 3.0.1...the install went fine...but then when I go to


http://clan-tu.com/vbindex.php i get this error

Warning: chdir(): No such file or directory (errno 2) in /home/clan-tuc/public_html/vbindex.php on line 144

Warning: main(./global.php): failed to open stream: No such file or directory in /home/clan-tuc/public_html/vbindex.php on line 145

Fatal error: main(): Failed opening required './global.php' (include_path='') in /home/clan-tuc/public_html/vbindex.php on line 145


any idears?

GoTTi 05-03-2004 02:57 PM

Quote:

Originally Posted by NTLDR
Find:

PHP Code:

if (!$bbuserinfo['userid']) 

Replace with:

PHP Code:

if (!$bbuserinfo['userid'] || is_member_of($bbuserinfo3)) 

This will be fixed in the next version.


do i do this in vbindex.php??

NTLDR 05-03-2004 03:19 PM

Quote:

Originally Posted by deano1
the board url is correct

can you look at the code in the template
i reverted it back to what is should be
but still have the problom

Your board URL must be wrong.

NTLDR 05-03-2004 03:20 PM

Quote:

Originally Posted by Paraone
any idears?

You haven't edit vbiconfig.php as per step one of the install instructions.

NTLDR 05-03-2004 03:20 PM

Quote:

Originally Posted by Da_GoTTi
do i do this in vbindex.php??

Yes.

Paraone 05-03-2004 04:13 PM

Quote:

Originally Posted by NTLDR
You haven't edit vbiconfig.php as per step one of the install instructions.



thats odd, i did, could it be the path is wrong the /home/blahblahblah path? maybe i made a typo..i will check again thanks..

deano1 05-03-2004 04:55 PM

Quote:

Originally Posted by NTLDR
Your board URL must be wrong.

was the code OK ?

here is the board url stuff
it looks right to me

please help
thanks

U-Dox 05-04-2004 07:52 PM

Quote:

In your includes/adminfunctions_template.php file:

Find:'forumhome' => $vbphrase['forum_home'],

Below that Add:'index' => 'Index',

i have vb3 and its not showing that in my adminfunctions_template.php

what should i go?

selectah 05-04-2004 10:00 PM

Hello, i've read through the thread but cant find a solution to this error that i am getting...

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,

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)

WHERE forumid IN ()
AND deletionlog.primaryid IS NULL
AND forumid NOT IN (0,32)
AND thread.open <> 10
AND thread.visible = '1'


ORDER BY thread.sticky DESC, thread.dateline DESC
LIMIT 10
mysql error: You have an error in your SQL syntax near ')
AND deletionlog.primaryid IS NULL
AND forumid NOT IN (0,32)
AND threa' at line 16

mysql error number: 1064

Date: Tuesday 04th of May 2004 11:55:15 PM
Script: x
Referer: x
Username: x
IP Address: x

Hope you can help.

selectah 05-04-2004 10:51 PM

i solved this myself :) its cos i didnt specify source forum ids for the news and poll blocks :)

Pseudomizer 05-04-2004 11:38 PM

Quote:

Originally Posted by selectah
i solved this myself :) its cos i didnt specify source forum ids for the news and poll blocks :)

You are right. forum in () should not be blank.

Cheers,

U-Dox 05-05-2004 02:42 AM

please excuse that last message i sent...

im getting this when i try to go to tha vbindex

"Warning: main(./vbiconfig.php): failed to open stream: No such file or directory in /home/streeti/public_html/street/vbindex.php on line 137

Fatal error: main(): Failed opening required './vbiconfig.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/streeti/public_html/street/vbindex.php on line 137;
"

i dont know what to do... i followed ALL the steps correctly. and i even went to line 137 to see what i could do.. no luck

Please Help...

Pseudomizer 05-05-2004 07:17 AM

You did not copy the file vbiconfig.php into the folder of the vbindex.php.

P.S.: Did you edit vbiconfig.php for the settings ?

Cheers,

NTLDR 05-05-2004 12:09 PM

Quote:

Originally Posted by U-Dox
i have vb3 and its not showing that in my adminfunctions_template.php

what should i go?

Thats got nothing to do with this hack.


All times are GMT. The time now is 09:35 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.03582 seconds
  • Memory Usage 1,853KB
  • 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
  • (6)bbcode_php_printable
  • (18)bbcode_quote_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
  • (40)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