vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.5 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=113)
-   -   QuoteIt! - Quote Database (https://vborg.vbsupport.ru/showthread.php?t=97585)

Cap'n Steve 06-15-2006 03:16 AM

The rogue phrase is one of many things that will be fixed in the next version. I know it's taken a long time, but it's getting close to being done. ;)

Canis Firebrand 06-15-2006 10:36 AM

Good to hear. I really like the plugin. Looking forward to the new release. :)

jaks 06-15-2006 06:50 PM

I guess there would have to be an update to the a VBA module aswell?

Jaks :knockedout:

hurry 06-25-2006 03:28 AM

Hello. I wanted an option to switch off the rating system as it takes up too much vertical space on the forum pages. How can I do this?

Bubble #5 06-25-2006 04:52 PM

Guess this doesn't work with 3.6 :(

Cap'n Steve 06-26-2006 12:24 AM

You can disable the rating system in your admincp.

Thanks for the heads up about 3.6. I haven't even downloaded it yet.

Alien 06-26-2006 12:58 AM

This works fine at least if you already have it installed before upgrading to 3.6, I haven't tested a fresh install. :)

TPOCJames 08-04-2006 03:43 AM

Question:

Can you set it so that only administrators can view the quotes.php page?

Maybe I should just do an <if> tag on all of the content? ;)

Cap'n Steve 08-04-2006 07:31 AM

You could do that, but it'd probably be better to do this:

In quotes.php, find
PHP Code:

require_once('./global.php'); 

after that, add
PHP Code:

if (!$vbulletin->userinfo['permissions']['adminpermissions']) {
    
print_no_permission();
    exit;



MortysTW 08-04-2006 11:15 PM

Quote:

Originally Posted by Cap'n Steve
Attached are instructions for adding a random quote block to vBadvanced CMPS. vBportal seems to have become a commercial product, if anyone knows how to create addons for that, please let me know.

UPDATE: Added instructions for adding quotes to the quick moderation block.

I think you might be linking to the wrong file or something. There aren't any instructions on how to add it to the Quick Moderation block. But besides that, I can't seem to get it to work at all. No errors, its just invisible.

I add and remove modules and create my own all the time. So I'm familiar with vBadvanced. But for the life of me I'm not sure why this block isn't appearing at all.

I've got RANDOM turned on in the vBulletin Options > QuoteIt and also in the vbulletin options>vbulletin options>forumhome

But I'm trying to get it to appear in the vBadvanced home page. I don't want it in my forums so I haven't edited those templates to get it to appear there at all.

Only thing I can figure is that with the "THRESHOLD" boxes, it says to leave it BLANK yet when I delete the ZERO and hit save, when I go back, there is a ZERO again. But making those a 1 or 3 has no affect. :(


All times are GMT. The time now is 04:36 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.01468 seconds
  • Memory Usage 1,740KB
  • 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
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)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