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)

Cyricx 10-24-2005 03:44 PM

Quote:

Originally Posted by Rabbitoh Warren
Anyone know how to stop the link to "Submit to Quotes" from appearing when a user is viewing their private messages?

In your postbit or postbit_legacy template find:

Code:

<!-- BEGIN QuoteIt! -->
<a href="$vboptions[bburl]/quotes.php?$session[sessionurl]do=submitpost&amp;postid=$post[postid]">$vbphrase[submit_to_quotes]</a>
<!-- END QuoteIt! -->

And REPLACE IT with:
Code:

<!-- BEGIN QuoteIt! -->
<if condition="THIS_SCRIPT=='showthread' OR THIS_SCRIPT=='showpost'">
<a href="$vboptions[bburl]/quotes.php?$session[sessionurl]do=submitpost&amp;postid=$post[postid]">$vbphrase[submit_to_quotes]</a> </if>

<!-- END QuoteIt! -->


Rabbitoh Warren 10-24-2005 03:55 PM

Thanks Cyricx, that did the trick. :up:

Cap'n Steve 10-25-2005 03:52 AM

Quote:

Originally Posted by Loukrhtia
I took today a good look at the templates quote_listquote and quote_listbit cause I wanted to change them to fit the look of my forum better...
The problem with the looks ot this -otherwise excellent- mod is that it uses it's own CSS classes!!!! Why do so and not use vbulletin's classes? It would fit much more if it was done this way and it would also save you the time to make your own CSS classes from vbulletin variables...

edit: Also, by the way, how can I set the default sorting method to show new additions at the top?

I could have used more default classes, but I like my pretty buttons. ;) Like I said, it was a nightmare trying to get certain things to look good in every browser and hopefully I'll have time to redesign it soon.

There's no way to sort quotes by date yet. Unfortunately I didn't think of that until after I released version 2.

TwinsForMe 10-25-2005 09:15 PM

On the older version, I had edited FORUMDISPLAY, SHOWTHREAD, and search_results, so the quotes would show up in each forum, when viewing a thread, and after hitting "New Posts". How can I do the same with this version?

Cap'n Steve 10-25-2005 10:15 PM

Just edit the Random Quote plugin so it uses the global_start hook and add this code at the end:
PHP Code:

$threshold ''

Then add the $showrandomquote to whatever templates you want to.

TwinsForMe 10-25-2005 11:12 PM

Thanks. :)

Holidazed 10-27-2005 12:12 AM

I added the latest quote version and the install went smooth. However, after I add my first quote, it does not display on the forumhome page. I just see
Code:

""
When I attempt to edit it, the form is empty as if I never made a quote at all. If when editing, I add text in the fields and press the submit button, I get the same message as Neutral Singh (show below)

Quote:

Originally Posted by Neutral Singh
Please complete all the fields. Press the back button, correct the problem then try again.

In addition, I have the same problem as Don Corleone (shown below)

Quote:

Originally Posted by Don Corleone
I installed this mod, but there is something wrong with the template, take a look:

http://img160.imageshack.us/img160/639/quote8ag.th.jpg

see this empty space?
how do I remove it?

Help!!

Cap'n Steve 10-27-2005 04:09 AM

To fix the spacing, see this post.

For the other problem, do you have quote moderation turned on? You might have to approve the quote. If not, you should redownload and reimport the hack (be sure to allow overwrite and revert your QuoteIt! templates).

Holidazed 10-27-2005 04:27 PM

Thank you. The problem is in my big fat fingers. I had it misconfigured. I also fixed the spacing issue due to y our help.

Thank you

Snort_2005 10-28-2005 05:24 AM

Attempted to install the mod after I had it on vB 3.0.7

Code:

Database error in vBulletin 3.5.0:
 
Invalid SQL:
 
  INSERT INTO vb3_datastore
  (title, data) VALUES
  ("quote_settings", "1:0::1:5:0:::");
 
MySQL Error  : Duplicate entry 'quote_settings' for key 1
Error Number : 1062
Date        : Friday, October 28th 2005 @ 01:05:52 AM
Script      : http://www.zcworld.net/forums/admincp/plugin.php
Referrer    : http://www.zcworld.net/forums/admincp/plugin.php?do=productadd
IP Address  : 216.76.169.190
Username    : Sephiroth
Classname    : vb_database



All times are GMT. The time now is 11:16 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.01322 seconds
  • Memory Usage 1,746KB
  • 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_code_printable
  • (1)bbcode_php_printable
  • (4)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