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)

Bubble #5 12-07-2005 02:43 AM

We tried that. Still doesn't show up :(

Here is what is at the top of our header template:

HTML Code:

$showrandomquote
<table border="0" width="90%" cellpadding="0" cellspacing="0" align="center">
<tr>
<img src="$stylevar[imgdir_misc]/header_xmas.gif" width="890" height="50" border="0">
</tr>
<br />
<tr>
        <td align="left"><a href="index.php?"><img src="$stylevar[imgdir_misc]/headerlogo.png" width="269" height="227" border="0"></a></td>

Here is what we see from view source:

HTML Code:



<table border="0" width="90%" cellpadding="0" cellspacing="0" align="center">
<tr>
<img src="images/soness/misc/header_xmas.gif" width="890" height="50" border="0">
</tr>
<br />
<tr>
        <td align="left"><a href="index.php?"><img src="images/soness/misc/headerlogo.png" width="269" height="227" border="0"></a></td>
        <td align="center" valign="middle">

As you can see $showrandomquote is nowhere to be found :(

In listquote you have $header and $navbar listed above the code. Could that have anything to do with it? We tried moving them both to under the code but it didn't seem to help. The quotation marks for the quote DO show up, just not the actual quote itself :ermm:

Bubble #5 12-07-2005 02:56 AM

OK nevermind, we've got it Steve. Thanks ! :nervous:

Bubble #5 12-07-2005 07:19 AM

...would be GREAT if you could make an approve all button... :ermm:

Cap'n Steve 12-08-2005 04:46 AM

You can just set the number of quotes to moderate at once to some high number, then use the approve buttonto set them all to approve.

Bubble #5 12-08-2005 04:59 AM

Where do we set the number of quotes at?

And don't you have to click on each quote before you can approve it?

Cap'n Steve 12-08-2005 07:58 PM

It's under vBulletin Options -> QuoteIt! Options. Then you click the approve button at the top to set all the "action" radio buttons to "approve", then click the button at the bottom to save it. It works just like thread and post moderation.

Bubble #5 12-08-2005 08:52 PM

Thanks Steve :)

I just noticed that it has a feature there to turn moderation off. That would work out even better yet, since the Admin is the only one entering in quotes :nervous:

I think the only feature that this hack is missing is the ability to enter a page of quotes at once.

dieselpowered 12-16-2005 06:27 PM

Hi there, I just wanted to let you know that when adding a quote, editing a quote, or viewing all quotes, the title bar in the brower shows:

Array[bbtitle] - Add a Quote

I assume this is not correct...how do we fix?

Thanks!!

Cap'n Steve 12-16-2005 11:38 PM

Just find $vbulletin->options[bbtitle] and replace it with $vboptions[bbtitle] in your templates to fix the title problem.

Warrior 12-17-2005 05:34 AM

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>.[/QUOTE]
Sweet - I put some big transparent quotes using this...
Code:

<tr><td class="alt1" width="30%">
After this, put a left side transparent quote gif...

Code:

<a style="float:$stylevar[right];" href="$vboptions[bburl]/quotes.php?do=view&quoteid=$randomquote[quoteid]">#$randomquote[quoteid]</a>
And after this put a right side transparent quote gif...

Screenshot attached...


All times are GMT. The time now is 06:43 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.01377 seconds
  • Memory Usage 1,742KB
  • 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_html_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
  • (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