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 02-27-2006 05:12 AM

Does it actually say the identifier is blank? Can you take and post a screenshot of the values you have filled out before you hit save?

kizzmet 02-27-2006 06:05 PM

Quote:

Originally Posted by Cap'n Steve
Does it actually say the identifier is blank? Can you take and post a screenshot of the values you have filled out before you hit save?

Here you go..the fields I enter and the results it gives me.

Cap'n Steve 02-28-2006 03:26 AM

Just put whatever you want in the Identifier field. I suggest "Random Quote".

kizzmet 02-28-2006 12:43 PM

*sigh* so simple too. That worked thank you.

And noticing the 18 pages of questions and you being on the ball to answer each one, thanks for doing such an awesome job. Your hack is great and your support is great. *cheers*

Torqued 02-28-2006 04:26 PM

I upgraded from vB 3.0.7 -> 3.5.4.

What do I need to do to upgrade this mod? When I try to run the install xml, I get this:

Invalid SQL:

INSERT INTO datastore
(title, data) VALUES
("quote_settings", "1:0::1:5:0:::");

MySQL Error : Duplicate entry 'quote_settings' for key 1
Error Number : 1062

I'd really like to not lose all my quotes. :(

tnx

Cap'n Steve 03-01-2006 02:11 AM

Try using this instead of the version in the zip file:

Torqued 03-01-2006 11:46 PM

Thanksk, Cap'n Steve! That worked!!

Christie189 03-02-2006 03:17 PM

Awesome hack!

Is there anyway to make this so that guests/unregistered users wouldn't be able to see it on my main page? Thanks in advance. :)

Oh and also, in the postbit. How do I change the link (submit to quotes) to an image?

S@NL - BlackBik 03-02-2006 08:14 PM

Quote:

Originally Posted by Christie189
Is there anyway to make this so that guests/unregistered users wouldn't be able to see it on my main page? Thanks in advance. :)

As far as I know not at this moment.
Quote:

Originally Posted by Christie189
Oh and also, in the postbit. How do I change the link (submit to quotes) to an image?

First make an image. Then upload it to directory images/_s2/buttons on your server, where _s2 is the dir for your style.
Then edit the link like this:
Code:

<!-- hack: BEGIN QuoteIt! -->
<a href="$vboptions[bburl]/quotes.php?$session[sessionurl]do=submitpost&amp;postid=$post[postid]"><img src="$stylevar[imgdir_button]/quoteit.gif" alt="$vbphrase[submit_to_quotes]" border="0" /></a>
<!-- END QuoteIt! -->


Cap'n Steve 03-03-2006 05:19 AM

To hide the quote from guests, in your FORUMHOME template find
HTML Code:

$showrandomquote
and replace it with
HTML Code:

<if condition="$vbulletin->userinfo[userid]">
$showrandomquote
</if>



All times are GMT. The time now is 03:59 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.01356 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
  • (1)bbcode_code_printable
  • (2)bbcode_html_printable
  • (3)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
  • (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