![]() |
That did not seem to do anything for me. I must admit though that I've been working on an attempt of my own to implement a new module, but so far have not been succesful. I might have accidently messed up the template in the process.
Once again, though, thanks for all your help and effort. By far the best support I've seen on any mod. |
I edited the plugin in the previous post, try uploading it again. I included some code that might give me a little more information, but if this doesn't help, I'm running out of ideas.
|
Man, you're going to hit me or something, but I figured it out.
When looking at the main options, I noticed it stated something in the field for the Portal Output Global Variables, that one page (which would be my portal) was not configured to use the default. After I added the showrandomquotes to the variables list there, it worked. I need to figure out the proper layout to use, but at least things seem to finally work :) I'm feeling all embarrassed now for it bieng so obvious, and having wasted your time like that :( |
Yeah, I knew it had to be something simple I wasn't seeing. Glad you got it working!
|
I still have a problem with unapproved quotes being viewable to all members - has anyone had this problem and found a fix?
:) |
I don't know what would cause that problem. Try re-saving your QuoteIt! options, and your usergroup permissions. If that doesn't work, enable debug mode and then view the quotes page on a non-moderator account, show the queries being run and post any quotes related queries that you see.
|
It's only with the random quote on the index page where the unapproved quotes show. I have three boards that have used quote it for years with the same problem. I did a clean install of vb and QuoteIt and got the same thing happening.
Here are the quote-related queries on the index page: SELECT COUNT(*) AS count FROM quotes AS quotes WHERE quotes.average >= 0 AND quotes.rating >= 0 SELECT quotes.*, categories.title AS category, users.username FROM quotes AS quotes LEFT JOIN user AS users ON quotes.userid = users.userid LEFT JOIN quotecategories AS categories ON categories.categoryid = quotes.categoryid WHERE quotes.average >= 0 AND quotes.rating >= 0 LIMIT 281, 1 SELECT rating AS yourvote FROM quoteratings WHERE quoteid = 575 AND userid = 6370 Thanks Steve :) I love QuoteIt, whether regular members see the spam or not ;) :) |
Ok, try this. In includes/functions_quoteit.php find this
PHP Code:
PHP Code:
|
Has anyone tried this mod out with VB4.0?
|
Quote:
|
All times are GMT. The time now is 01:05 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:
|