![]() |
Here's the entire template. You're apparently missing the opening <style> tag on the first line which would cause problems. Taking out the closing </table> tag would also cause problems, but it still has nothing to do with the navbar. Did the two navbars appear before or after you changed the template? I can't duplicate either of your problems so it must have something to do with your style or the other modules.
HTML Code:
<style type="text/css"> |
Hey Cap'n, good job on quoteit, but I've managed to break something. I had an old version of quoteit installed, but I reverted all the templates necessary afterwards.
When I try to submit a quote, I get the following error: Code:
|
I've just installed this and it seemed easy enough to do, however nothing is showing up when I add a quote? When I click to view all quotes it just takes me to the submit quote form. I didn't add the submit posts code, should I of added that as well? The options for showing quotes is in my forum home page options in my admincp which turns it on and off fine but no quotes, what have I done wrong? Also, where can I view all quotes that have been entered in my admincp? Thanks
|
Did you check in your AdminCP under Moderation -> Moderate Quotes? Because depending on your settings you have to approve them first.
|
Hi OneShot
No, I hadn't checked but I just looked now and there is no option in the moderation section to moderate posts? |
Quote:
|
I'm stumped on this one, I don't know why the quotes aren't showing up. Could it be something to do with my version of mySQL? :(
|
Quote:
|
Quote:
funinthesun - If there's no "Moderate Quotes" link under Moderation, did you upload includes/xml/cpnav_quoteit.xml? To see quotes in the moderation que without the link, point your browser to admincp/quoteadmin.php?do=moderate |
Hi Cap'n Steve
Yes, I uploaded the cpnav_quoteit.xml file to includes/xml. I thought it was a simple install to be honest. I've pointed my browser to http://www.mysite.com/quotes.php?do=moderate and it's just a blank white page? :confused: |
My fault. It's admincp/quoteadmin.php?do=moderate. :o
|
Ok, that worked an brought the page up for me, I found the two quotes that had been submitted and they were both set to ignore. When I clicked approve on both of them it said "Could not find phrase 'quote_x_has_been_approved'. :confused:
|
Also, moderate quotes is now showing up in the moderation section now but when I click on it, it says no quotes need moderation.
|
P.S Quoteit! Options is showing on the vbulletin options drop down now and the setting was set to not show random quote so that may be why it was showing up? I've still got the Quoteit! options in my vbulletion options -> forums home page options as well. OK, just changed it back to show random quote and tada it worked :D Thanks very much for your help :)
|
View all quotes in now also working and it shows up as viewing quotes in the who's online. Thanks again :)
|
Sorry, forgot to say thanks for your help. Got it all smartened up, and in the end I just removed the voting mechanism from View All Quotes entirely so the if/else statement wasn't needed. There's always someone who likes to screw with the ratings and being able to vote so many times at once was too open to abuse IMO.
Great mod, thanks again. |
Sorry, me again! Lol. Is there any way you can tell who's voted on the quotes?
|
Quote:
|
I had the same issue as Snort_2005 on page 7 of this thread. I think you should add to "Allow Overwrite" - I didn't do that and ended up with the same mySQL errors.
I have attached the upgrade XML that was edited per your instructions (page 7) and this worked perfectly. Thanks again for this hack! [INSTALLED] |
Can anyone suggest what I should add into the "adv_portal_moderation" to get the link to the quotes to moderate to show correctly on my quick moderate module in vbAdvanced?
|
I think there is a modification at vbadvanced page
|
Quote:
|
Quote:
|
HTML Code:
Database error in vBulletin 3.5.1: |
I'm guessing you had QuoteIt! 1.2 but never upgraded to 2.0, right? I never even considered that situation when I released this version. :ermm: The next version should handle the upgrade better, but until then these queries should fix it:
Code:
UPDATE $TPquotes ADD COLUMN (votes SMALLINT(10) UNSIGNED NOT NULL DEFAULT 0, rating MEDIUMINT(10) NOT NULL DEFAULT 0, average FLOAT(3, 2) NOT NULL DEFAULT 0.00, context VARCHAR(250)) Code:
ALTER TABLE $TPquotes ADD INDEX rating Code:
ALTER TABLE $TPquotes ADD INDEX average |
For those interested, I've added instructions for adding quotes to the vBadvanced quick moderation in this post.
|
Why doesn't this hack work in the header?
We added $showrandomquote (as mentioned in this thread) and made the changes to the plugin, but it still doesn't show up :( What would block it from showing up? |
To only allow administrators to add quotes, in quotes.php, find
PHP Code:
PHP Code:
|
Quote:
Yes I replaced $TP with the correct table prefixes..well I don't use prefixes at all anyway >>. none of the queries work at all. |
That's weird, do you remember the error it showed?
|
Quote:
|
I don't know, could you attach the html page or post a link to your site?
|
Quote:
|
Great hack and working fine for me but just wondering how do you add a heap of quotes so that each time a page is reloaded a new random quote shows up please?
Thank you..:) |
Quote:
|
Quote:
|
Quote:
Maybe the good Cap'n will add it in as a (much needed) feature (hint, hint) :surprised: |
Quote:
I didn't think there was much demand for batch adding, but I could probably whip up some add-on to do it. |
This is what we are using. The 3 images are just background images.
HTML Code:
<table width="90%" cellpadding="0" cellspacing="0" align="center"><tr> $randomquote[quote] seemed to work well anyplace else we put it, but unfortunately we only need it in the header... :ermm: Why doesn't it work there? |
Well I guess the best thing to do would be to change your quote_randomquote template to what you just posted, then follow the instructions for moving the Random Quote plugin to the Global Start hook and then just put $showrandomquote in the header template.
|
All times are GMT. The time now is 04:01 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:
|