![]() |
I would like very much to have the capability of installing multiple QuoteIt! databases within the same domain. These would be wholly independent of one another, but still function within the same VB database. I assume this would entail different database prefixes and possible duplication and renaming of key QuoteIt! files to maintain correlation to the intended access. Is this a feasible effort or a manic pipe dream?
|
I'm not quite sure what you mean. You want multiple QuoteIt! installations within the same MySQL database? Would they be accessed through the same quotes.php? What would the actual differences be between these databases from the user's perspective?
|
I hope I'm not duplicating a prior question so, apologies in advance: Is there a means by which one could insert something in the signature field to have these quotes randomly work for a couple of 'chosen' users? Thanks!
|
You should be able to use the [quotes] and [randomquote] bbcodes in signatures, but you can't limit them to specific users.
|
Quote:
Allow Quote BB Code No is everywhere in the Signature Permissions visible on the user entry screen (UserCP). I've went through the permissions I can't seem to find/toggle the appropriate entry... Could someone spell it out clearly enough that Stevie Wonder could see it? [randomquote] in a signature would translate into exactly what I'm looking for Thanks for your assistance, patience and tolerance! |
Well, ordinarily the option to enable quote bbcodes is under "QuoteIt! Options", although now that I try it on my site, vBulletin 3.7 seems to have broken something with the bbcodes. :( Can you get [quotes] or [randomquote] working anywhere on your site?
|
Quote:
{R1211286651:0} {R1211286652:0} [quotes]42[/quotes] {Q1211286651:42} {Q1211286652:42} Neither seems to allow an Edit (as opposed to the creation of New) - The system states that "quotes" for instance, already exists. So, deleting them was a thought. At first glance, they appear to delete however, a subsequent shot at re-entry states that they're still there and in fact, they mysteriously pop back in ... (This is under Custom BB Codes) Yours work in the FAQ display? (Mine does but I'm too new to find how it's called) **** UPDATE: I uninstalled and found that my editing capability with BB Code is back. Could there be a header issue? I'd love to get this one working on 3.7 |
The entries in the bbcode manager are just for show, the actual bbcodes are controlled with plugins. You're right about the FAQ; for some reason that's the only place the bbcode seems to work, which is very strange. I'll have to investigate more as soon as I get some free time.
|
Quote:
Good luck with the free time! Let me know if you get excess as I need some too.. Thanks |
Quote:
Quote:
Quote:
|
Quote:
Is it my imagination or is it working like a charm on 3.7 at MonkeyCrap.com? (I'm lurking awaiting the say I can paste something into a signature and have a random quote pulled up..._ |
gpc10347 - Where are you seeing it work on my site? I still can't get it to work, so maybe it is your imagination. ;)
Dr. Bantham - First of all, have you tried the categories? That might be able to do what you want. If not: WARNING: None of this has been tested, so don't try it on your live website. I guess the simplest way to do this would be to to copy and rename quotes.php, admincp/quoteadmin.php, modcp/quotemod.php, and includes/functions_quoteit.php. Edit the new files and replace all mentions of any of those file names with the names you gave to the new copies. Next, duplicate all the QuoteIt! database tables (quotes, quoteratings, guestquoteratings, and quotecategories) and rename them. Edit the files you created in the previous step and replace all references to the old tables with references to the renamed ones. Your new quotes database would share settings, templates, and permissions with the "real" installation, and quotes in the new database won't be available for things like the bbcodes, but it should basically work. |
Quote:
|
Lol!
Are you still able to use the quote bbcodes on my site, though? Where at exactly? |
Quote:
|
Quote:
Dr. Bantham: Can you make [quotes] or [randomquote] work in signatures? Also, do you open and close the tag with any characters required between them ( [randomquote]stuff [/randomquote] ) *** No luck whatsoever with vbAdvanced CMPS regardless of what I do in it's admin area. I sure could use a hint or two more on this one.... Thanks for the hints here and there though - As of this morning, I have a forumhome template displaying a random quote, bbcodes work (sort of) inside thread messages. I can add, edit and delete quotes (all together now) However ; ) I've found that a prior mod (the one used here at The Org) is interfering in the style selection: The White Quote symbol is coming from another hack and refers to .quote for it's style: See attached image please... Code:
/* ***** open and close quotes images ***** */ Whew... It must be 5 somewhere.. |
I know I know. Now, I'm talking to myself - however, all gowds chillun talk to themselves - them self... whatever.
I have the Bbcodes working. A little wierd with the oddball characters needed but I can deal with it. Still hoping for a means to place it in the signature... Anyone? I also have random quote capabilities with vBad Vanced but turning it on, moves the calendar and essentially destroys the page layout. (Most like a TD isn't ended properly or a missing table tag...) Looks fantastic on the forum pages though.. (whew) What's the best file to begin editing to get the CMPS addition to behave in the center column? |
The newest QuoteIt! version shouldn't make any difference, especially since the only changes were in quotes.php, which isn't even used for the bbcode.
I don't know how the bbcodes broke before, but if you've got them working in posts now, they should also work in signatures. Even if they don't work fully, there should be at least some output in the form of {R:$bunchofnumbers}. So is there anything happening with bbcode in signatures or do the tags just vanish? The other mod might make things ugly (like with the two images shown in the screenshot), but they'd still work. To fix it, just rename .quote to something else in either mod and replace all of that mod's references to the quote class (look for class="quote in the templates) with references to the new name you gave it. vBadvanced quotes just use the quote_randomquote template along with the additional CSS in clientscript/vbulletin_css/quoteit_vbadvanced.css. Finally, what do you mean by "oddball characters"? |
Quote:
Got it. The oddball characters are specifically the Magic Stuff between the randomquote tags that makes it work. Previewing my signature might be what prevented me from seeing it. The { } encased numbers are what I see previewed but if I save and view a post - it's there! Still having issues with it breaking the tables on vbAdvanced but - I'm 95% where I hoped I'd be... Thanks much! |
Quote:
Quote:
Quote:
|
Quote:
Quote:
Quote:
Here's an off the wall issue that might be related. Viewing source from an interior page that works shows this: <script type="text/javascript"> and it may be a co-incidence but the bad page (from CMPS) shows this view source: <script type=\"text/javascript\"> Escaped quotes mean anything to you? UPDATE: Commented out line 809 in functions_quoteit.php and it's officially working on my front page in vBavanced. $tempinclude = str_replace('"', '\"', $tempinclude); I'll shut up for a little while! |
Well, that information is a little disturbing, but will probably be very helpful when I get around to writing the next version. I don't know what was changed in the bbcode or in vBadvanced, but thanks for giving me some clues.
|
Is there any *easy* way to make it smaller, height-wise?
|
I don't know what you consider easy, but you can edit the padding in clientscript/vbulletin_css/quoteit_main.css or remove the information you don't need displayed in the quote_listbit template.
|
Quote:
|
Quote:
Dr. Bantham.. Apologies for the interruption however, your site has got o be one of the best examples of vBulletin going. Seriously. Intriguing to the point of engaging - it's an extraordinary showpiece that I've recommended to others... (Please continue) |
Quote:
|
The latest version is just a two line workaround in quotes.php, as shown in this post.
|
I love the mod and everything seems to be working great so far. I have one question though and I apologize if this has been asked earlier. Is there a way we can take out the two quote gifs that default around the quote in the random quote box. They never seem to line up right and I would rather just eliminate them if I could.
Thank you much! |
Just remove these sections from the quote_listbit template:
HTML Code:
<img src="{$stylevar['imgdir_misc']}/quotation-open.png" alt="“" width="60px" height="51px" class="quoteimage openquote" /> HTML Code:
<span width="60px" height="51px" class="closequote ieimage"> </span> |
I downloaded and installed from this link -
https://vborg.vbsupport.ru/showthrea...rivate+message http://sportsunit.com/forum <- Please check here, it's my forum. it's giving me error messages all of a sudden. I can't even go into admin panel . Also I can not go into threads or posts. I have over 1000 members logging to my forum, i need this fixed asap. Please help me . |
Disable the plugin system as shown in this post. Then uninstall the product, re-enable the plugin system, reupload the QuoteIt! files and reinstall it.
|
will this work with 3.7
|
Yes, it works on vBulletin 3.7.x.
|
Hi Cap'n Steve,
Got a little problem with my QuoteIt installation. Ever since a version back (not sure exactly) I now find that I cannot save certain options in the control panel like moderate quotes. If I select yes then hit save it goes thru the motion but upon the refresh shows it still as off. Can you advise on where these options are stored in the database so I can go hunt for them or failing that tell me how to get the datastore setting rebuilt. I have uninstalled the product, reinstalled and tried again with a fresh install. Same problem. Any help much appreciated. |
Try running this query (replace $TP with your table prefix):
[sql]DELETE FROM $TPdatastore WHERE title = "quote_settings"[/sql] Then go to your language manager and run "Rebuild All Languages". Finally, reupload all of the QuoteIt! files and then try to save settings again. |
Quote:
Tried all that and didn' work (even reimported the product with overwrite). I downloaded the zip in this thread and the quoteadmin.php is dated back in 2007, is this correct? Now, the settings look correct when I look at the datastore thru a mysql tool but only some of the settings are being reflected in the control panel. Very strange. Any other ideas? |
*sigh* I tried to install this yet again and this time there is nothing showing at all. I checked my settings and followed the instructions so why would nothing at all show?
|
thepub - Do you have any quotes in the database? If not, try going to quotes.php?do=addquote and adding one. The only thing that I can think of is somehow you got a partial install, so try reinstalling.
DBs - Yes, quoteadmin.php hasn't been changed in a while. Do you have any sort of caching enabled (APC or something similar)? Any other mods installed? I really have no idea what would cause this, but try posting a screenshot of the options page along with what's actually in the datastore under quote_settings and I'll take a look at it. |
Cap'n Steve,
Yes I use XCache. As a test I disabled XCache and the options are working correctly so I guess that there is an issue between XCache and QuoteIT ? Let me know if you need me to test anything in an effort to solve this. Appreciate any help. |
All times are GMT. The time now is 06:15 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 | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|