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.


All times are GMT. The time now is 10:14 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.02364 seconds
  • Memory Usage 1,754KB
  • 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
  • (5)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