![]() |
Quote:
|
Auto-increment will not touch any rows below the last increment. Any rows it has already incrented to would never be rassigned. That's not how auto-increment works. It might have bothered you for unknown reasons but it would not have hurt anything leaving it was it was. I have over 1670 quotes in my quotes table and the increment is now at 2,000 and something. And it works like it should. The missing rows do nothing.
|
Quote:
|
"Warning: Invalid argument supplied for foreach() in \includes\functions.php on line 3717"
Getting this error, all I've done is upload the files... |
I rebuilt bit fields and its ok.
//edit: Is there any way to make the box smaller in height? |
You could either remove some information or change the spacing between rows.
|
I just installed this by uploading the xml to my forum and now I can't access my ACP without getting this error:
Quote:
|
<a href="showthread.php?p=1153153#post1153153" title="vBulletin.org Forum - Post 1153153">Disable the plugin system</a> to get into your admincp. Then try reuploading the files and reinstalling before re-enabling the plugins.
|
I have installed this in v3.7.0 BETA 5 and it all works ok except for the edit button in the quote - (I have given myself full edit/delete rights).
In Firefox nothing happens when I click edit - in I.E. I get this error message: Attachment 76826 Any suggestions on how to fix this would be greatly appreciated as this mod is a great enhancement - thanks Capt |
Try editing clientscript/quoteit_moderation.js. Find this:
Code:
var author = agent.handler.responseXML.documentElement.getElementsByTagName('author')[0].firstChild.data; Code:
alert(agent.handler.responseText); |
Thanks Cap't
Unfortunately now I get this msg popup followed by the msg in the bottom of the attachment - note this is on my test installation that isn't moded at all Attachment 77018 When I can get this final thing working I will post the code changes I made to get these following layouts including a random quote in a left column on the forum home without using any extra mods, addons or plugins - if any one is interested: Attachment 77028 Attachment 77029 or if you prefer across the bottom of the home page: https://vborg.vbsupport.ru/attachmen...4&d=1177652340 |
Does the other AJAX stuff (like voting) work properly? Try reuploading the Javascript files.
|
How do I delete a quote I have already approved?
I would also like to make the Quote it box smaller. How do I do this? thanks for a great mod! |
There should be a delete button when you're viewing a quote. Just make sure you've given yourself the proper permissions.
Like I said earlier, there are a few posts in the thread like this one that have edited styles. |
Quote:
I have just completely deleted QuoteIT from my test forum (note this is vb v3.7.0 BETA 5), downloaded QuoteIT again, installed it, made no template mods. The results are that: - In Firefox v2.0.0.12 1. Quote rating works although you have to refresh the page to show that you have scored it (the same as in vb v3.6.8) 2. Clicking the highlight check box works 3. Delete works but again you have to refresh the page manually to see that it is deleted 4. When you add a quote and click submit the page returns only showing the newly added quote not the list of quotes 5. Clicking edit in a quote does nothing - In I.E. 7.0.5730.11 1. Quote rating brings up an error "Line: 87 Error: Object expected" but rating was successful after you refresh the page 2. Clicking the highlight check box works but brings up the error "Line: 61 Error: Object expected" on both select and unselect 3. Delete brings up an error "Line: 87 Error: Object expected" but delete was successful after you refresh the page 4. Same as in Firefox 5. Clicking Edit brings up the error "Line: 312 Error: 'agent.handler.responseXML.documentElement' is null or is not an object Hope this helps and screen shots of my settings are attached. |
Ok, one more thing to try. In quotes.php, find
PHP Code:
PHP Code:
|
Thanks Cap't - that worked :)
However (there is always an however) - the only thing that seems to cause an error now is the clicking of the highlight check box and only in I.E. - the one that turns the quote background yellow - all though what it is for I do not know Thanks again Cap't! |
Thanks for bringing that to my attention. I guess Jelsoft decided to mess with $_REQUEST['ajax'] in global.php for some reason. I'll release a fixed update as soon as the final version of 3.7 is released.
What do you mean about the highlighting? It's used with the list at the bottom for inline moderation if that's what you're asking. What's the error? |
Quote:
The error in I.E. only on the moderation select box that highlights the quote yellow is: "Line: 61 Error: Object expected" but it still works once you clear the error box. If you select to debug the error it is in the quoteit_common.js file and is the line that says "array_push(groupElements, allTags[i]);" If that helps! |
are you goin to release a new version for vb3.70? great new and it gonna be another MOMth!
|
I'll release a slightly updated version to fix the AJAX problems when 3.7 is finalized.
|
EDIT: It works now. Dunno why it didn't at first.
Anyways, some more questions/problems: 1: How can I edit quotes? There's no longer an option under the quotes on the display page, nor one on the admin CP. 2: It won't let me moderate quotes. It keeps saying I don't have the necessary admin permissions, but there's no "quotes admin" option in the admin permission list. Any help is much appreciated. |
What happens when you go to quotes.php?do=editquote"eid={insert a quote's id here}? It could be a permissions problem, try saving the permissions even if you don't need to change anything.
The moderation permission is called "Can Approve Quotes" and it's in with the regular usergroup permissions. |
Ah, that solves things. Didn't realize that the permissions were in usergroups, lol.
The edit problem was that no edit link appeared, and it still doesn't, although I think that could be because I had my style guy edit the display to be how it used to be (back in 3.5 or whatever version), and he may have edited out the edit link by mistake. I'll post again if there's still a problem. EDIT: We also have a problem with un-moderated quotes still showing up in the random quote box. Any ideas? It's not that big of a deal, but it kind of defeats the purpose (our use of the quotebox revolves completely around the random display, pretty much). |
Try setting "Show unapproved quotes to moderators" to no in the QuoteIt! Options. They should just be showing up for you because you're logged in.
|
Quote:
Thanks for the help. |
Ok, more problems (mostly surrounding random quote):
1: The delete shout button's pop-up box has no text, only ok/cancel buttons. Why? 2: The random quote box doesn't recognize line breaks. While on other views, multi-line quotes (such as two people talking) are correctly interpreted (seperate lines), in the random quote they all run together in one big line (only going to the next line when it reaches the end of the box). Basically, this (in quote views besides the random quotebox): Quote:
Quote:
|
1. Sounds like a phrase isn't getting output. Look in the source of the page (in your browser) and see what it says on the line containing "quotes_phrase_are_you_sure".
2. It sometimes does that. Try editing and resaving it. 3. Lol. "quoterow" is the class given to each quote. It also uses "alt1" and "alt2" for alternating rows. |
Nope, the problem of quotes in the random box not reading line breaks remains, even after re-saving them. Any other ideas?
|
Nope, right now I'm not sure what's causing it, sorry.
|
so 3.7 is finally coming!! is new quotes database too coming... :)
|
Nope, sorry. I'm still too busy with other projects to really work on this. I'll add the fix to make sure it works with 3.7, though.
|
A new version has been uploaded to make the AJAX compatible with vBulletin 3.7.
|
Quote:
|
For the life of me I've tried installing the CMPS Module for a random quote and I've followed the steps 10 times and still I can't get it to appear on my homepage.
I've uploaded the modules (both sideblock and regular) I've created a PHP File Module and entered the correct templates to use I've uploaded the plugin as well, though there is no instruction to... Anyone help please :) I love this mod though - great work! |
Try this:
Quote:
|
I am having the same problem, not showing for a new instal in 3.7. If you want to look let me know and I will send a login to you.
Thanks again for all the work! -Jason |
I have it working just fine but the line breaks are really annoying. They vanish, I edit, they come back, they later vanish again.
|
trackpads - What problem? The one with vBadvanced? Did you try the advice in the post above yours?
Deyth - I know, the BBCode and other formatting is pretty flakey. I don't know why, though. :( |
Sorry, I didnt quote the post. I am having the same VBCMPS issue regardless but I looked at it last night and the forumhome mode is really what I am going to use so np.
Thanks again for working on the hack Steve. I appreciate it!!!!! -Jason |
All times are GMT. The time now is 05:32 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:
|