![]() |
Quote:
I have no idea when the next version will be out, sorry. :speechless: |
Quote:
|
Edit the "Random Quote" plugin, and after the last line add this
PHP Code:
|
Sweet, works like a charm now. :) Thanks
|
Figured out my error...
I had forgotten to revert the old templates from the previous Quote It version for 3.0.x Great hack!! Totally loving this :) |
Ooo!! Idea for ya!
Quotes: xx in postbit :) Basically kinda like post count, but quote count :) Sure it'd involve adding a field to the user table and then adding a way to increase the count when adding a quote and decrease the count when the quote is being deleted :) But that would certainly up the traffic on the quotes :) |
Good idea. It sounds pretty easy to do, so it'll probably be in the next version.
|
Apart from the default templates (which I've since edited to my liking, see attachment) this is a great hack. Thanks Steve! :up:
|
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? |
Anyone know how to stop the link to "Submit to Quotes" from appearing when a user is viewing their private messages?
|
Quote:
Code:
<!-- BEGIN QuoteIt! --> Code:
<!-- BEGIN QuoteIt! --> |
Thanks Cyricx, that did the trick. :up:
|
Quote:
There's no way to sort quotes by date yet. Unfortunately I didn't think of that until after I released version 2. |
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?
|
Just edit the Random Quote plugin so it uses the global_start hook and add this code at the end:
PHP Code:
|
Thanks. :)
|
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:
"" Quote:
Quote:
|
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). |
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 |
Attempted to install the mod after I had it on vB 3.0.7
Code:
Database error in vBulletin 3.5.0: |
Somehow you kept the settings through the upgrade. It might still work, but if not, edit the product-quoteit.xml file and delete everything between <installcode> and </installcode>. Then reimport the file, making sure "allow overwrite" is checked.
|
[sql]Database error in vBulletin 3.5.1:
Invalid SQL: INSERT INTO vb3_setting (varname, grouptitle, value, defaultvalue, datatype, optioncode, displayorder, advanced, volatile, product) VALUES ( 'showquote', 'forumhome', '1', '0', 'boolean', 'yesno', 90, 0, 1, 'quoteit' ), ( 'ratequote', 'forumhome', '0', '0', 'number', '<select name=\\\"setting[ratequote]\\\" tabindex=\\\"1\\\" class=\\\"bginput\\\">\r\n<option value=\\\"0\\\" \" . iif($setting[\'value\']==0, \'selected=\"selected\"\') . \">\" . $vbphrase[\'disabled\'] . \"</option>\r\n<option value=\\\"1\\\" \" . iif($setting[\'value\']==1, \'selected=\"selected\"\') . \">\" . $vbphrase[\'plus_or_minus\'] . \"</option>\r\n<option value=\\\"2\\\" \" . iif($setting[\'value\']==2, \'selected=\"selected\"\') . \">\" . $vbphrase[\'1_to_5\'] . \"</option>\r\n</select>', 100, 0, 1, 'quoteit' ), ( 'averagethreshold', 'forumhome', '', '', 'number', '', 110, 0, 1, 'quoteit' ), ( 'totalthreshold', 'forumhome', '', '', 'number', '', 120, 0, 1, 'quoteit' ); MySQL Error : Duplicate entry 'ratequote' for key 1 Error Number : 1062 Date : Friday, November 4th 2005 @ 12:38:57 PM Script : http://www.zcworld.net/forums/admincp/plugin.php Referrer : http://www.zcworld.net/forums/adminc...?do=productadd IP Address : 216.76.169.217 Username : Sephiroth Classname : vb_database[/sql] That's after I edited the xml. o_O; edit: However, http://www.zcworld.net/forums/quotes.php just gives me a white screen. |
Delete everything between <options> and </options> and try again.
|
how the heck do i make it so the quotes show on all pages threw the template navbar.
thats where i ran the last version of the quoteit but this one even though thats where i put it only loads on home |
Follow the instructions in this post to add it to every page.
|
Interesting mod, might install later, thanks :)
|
Thank you. :)
*clicks install* |
I'm having what seems to be a different problem. I've got the quotes showing up in my portal homepage, but whenever anyone, myself included, attempts to add a quote, edit a quote, or view all quotes (in short any access to quotes.php) all we get is a blank page with just html and body tags in it.
Any ideas? |
Installed it - great Mod. One Question tho, is it possible to make the number of Quotes to moderate appear in the AdminCP Control Panel Home below Threats, Events and so on to moderate?
Cheers OS |
Quote:
Couple of other suggestions from me, the Quote Number (#X) goes up one for every submitted qotm, regardless of whether or not it actually gets approved. So you end up with quote numbers scattered all over the place and people asking where the missing numbers are. And would it be possible for number of ratings (Total Ratings:) to count the number of times a quote has been rated, as opposed to adding up the scores it has been given? A quote gets rated twice and already has a Total Rating of 10, which is rather confusing to say the least. It's a great mod anyway, love it :D |
Quote:
Quote:
Quote:
|
please tell me this is a fully phrased hack!! :)
I'm all over it if it is...looks great!! :D :D |
Certainly is phrased :)
I'm allllllmost done setting this to use much less tables, but I'm stuck. On the FORUMHOME I have it set so that if the rating dropdown is available, the average vote scores etc don't show. Once you've voted, it is reversed. This works fine on FORUMHOME using the basic <if><else /></if> that's already in place in the mod, but it doesn't work on the View All Quotes page? The <else /> part just doesn't display. And secondly the last things I need to customise are $sortby and $votebutton, I can't find where to do so for this mod? Are they standard vBulletin variables and not specific to the mod? Edit: Hm, the title of my View All Quotes page is Array[bbtitle]? |
Quote:
|
Thanks for a great port of your hack steve.
Only one problem left, even with context on, the context field is not filled in with a thread reference, it is blank. Any ideas why this could be or how to fix? Thanks :) |
Quote:
|
Quote:
|
Seems after i installed the quoteit, i have 2 title bars.. (top one is the CMPS title, and the bottom is the Quoteit title) I want to get rid of one of the bar so it doesnt look funny... Can anyone help me with this? Do i remove or replace a code? Here's my quoteit_random template:
PHP Code:
|
I can't see your site right now, do you mean you have a second navbar? The quote shouldn't have anything to do with that. Is that your entire quote_randomquote template? I can see already that you're missing a couple lines if it is.
|
yeah, 2 navbars. 1 navbar is from the CMPS module, and the other is from the template module i guess..
yeah, that is my entire _quote_randomquote template. If im missing lines, please post them or revise so that one of the title bar dissapears. P.S- I had to remove the "/table" line from the bottom of the template because it was messing up the tables of any modules i put after this quoteit module. By removing it, it fixed the problem... |
All times are GMT. The time now is 04:17 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 | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|