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)

VaaKo 10-06-2005 09:38 PM

I installed this mod, but there is somethign wrong with the template, take a look:

https://vborg.vbsupport.ru/

see this empty space?
how do I remove it?

I found this extra code in the html: <td class="alt1" width="30%"></td>
in the template: quote_randomequote
if I remove it will it work?

and also, when I try to moderate the quotes, it says that some phrases are missing..

DefenceTalk 10-06-2005 09:57 PM

NO border?

http://www.defencetalk.com/forums

Why isn't there any border for random quote table?

VaaKo 10-06-2005 09:57 PM

nevermind, I took care of it

but I noticed that guests can see and click on the link "add a quote"
shouldn't this be visible to registered users only?
how can I make it work like that?

NuclioN 10-06-2005 09:59 PM

How did you remove that space on the left side in the quote box? :)

Bubble #5 10-06-2005 09:59 PM

Looks great Cap'n Steve! Was a sinch to install :)

However, could you please give us more detailed information on how Average Threshold, Total Threshold, and Enable Context should be used?

Thanks!

fringehead 10-07-2005 02:18 AM

Nice job Captain! I clicked install!

Cap'n Steve 10-07-2005 04:02 AM

If you don't want any space to the left of the quotes, in the quote_listbit template, find
HTML Code:

        <td width="30%" class="alt1"></td>
                <td class="alt1">

and replace that with
HTML Code:

        <td colspan="2" class="alt1">
then, in quote_randomquote find
HTML Code:

        <tr><td class="alt1" width="30%"></td>
                <td class="alt1">

and replace that with
HTML Code:

        <tr><td colspan="2" class="alt1">

If you want to add an image to the left of the quote, edit quote_listbit and quote_randomquote and put the image between <td class="alt1" width="30%"> and </td>.

Cyricx, edit quote is also working fine on my test server. Save a copy of the page with the error on it and attach it to a post so I can take a look.

Defencetalk, in quote_randomquote find border="0" and delete that.

VaaKo 10-07-2005 09:30 AM

how can I allow my moderators to moderate quotes as well?

and how will I be able to add a border for the random quote table?
cause there was 2 border="0" and I removed them both and still not getting a border for the table
I think I should be adding 1 instead of 0

VaaKo 10-07-2005 09:45 AM

nevermind I solved it

DefenceTalk 10-07-2005 09:48 AM

Quote:

Originally Posted by Lebanese Forces
border="0"

Yup, removing border=0 doesn't do anything. If you change it to 1, it doesn't come out right like the rest of the borders.


All times are GMT. The time now is 09:26 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.01624 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
  • (4)bbcode_html_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