![]() |
Quote:
|
Don't have permissionsl, followed the instructions 'NOTE: If you get errors stating that you don't have permission to view the page on either the "Moderate Quotes" page or the main quotes page, you should rebuild the bitfields by going to www.yourdomain.com/admincp/index.php?do=buildbitfields' but didn't change anything, still can't moderate comments. Have uninstalled. Running 3.6.4
|
Quote:
Another little issue - if you put in a search term that it can't find, the redirect is wrong. Instead of pointing to http://www.[domain].com/[forum]/quotes.php, it redirects to http://www.[domain].com/quotes.php |
I discovered that today too, BaconDelight. I spent an hour or two trying to track down the root of that problem with no success - even changing every
$vbulletin->url = 'quotes.php?' to $vbulletin->url = $vbulletin->options['bburl'] . '/quotes.php?' in both the quotes.php and functions_quoteit.php files. That didn't break anything (that I noticed), but it didn't fix the problem either. |
Hmm. It used to be like that, until I discovered it was redirecting to domain.com/domain.com/forums/quotes.php. Maybe they changed something again, I'll take a look.
|
Quote:
|
Hi,
I wanted to upgrade from 3.0 to 3.07 and I am getting this error message: Database error in vBulletin 3.6.4: Quote:
|
The 'delete' function seems to behave strangely. When I click delete on a quote an empty confirmation box pops up, and when I click "ok" the quote disappears, but the quote-box header remains. I have to refresh to get a new random quote.
|
Sorry to keep piling them on, but I found another one Cap'n.
While I was working on the templates instead of disabling the hack I just made it non-viewable to the registered users usergroup, and that worked fine. However, when I went to make it non-viewable to unregistered/not logged in usergroup, I got this error upon saving the settings: Code:
Invalid SQL: |
Quote:
|
Hey!
It's awesome to see this updated, and so much hard work going into answering all these questions.. I have a small one of my own. I'm running 2.1 of this on 2 different sites (and it's working on vBulletin 3.6.4).. Do I have to upgrade to the vB 3.50/QuoteIt 3.05 version BEFORE upgrading to this QuoteIt 3.07+ version? I attempted to upgrade directly from QuoteIt 2.1 to THIS LATEST version and I get this error message: Quote:
|
I finally gave in and renewed my license because my test server wasn't cutting it, but then my host chose that moment to go down. Never buy hosting from fuitadnet.com
yonglvnv - Don't worry, I haven't forgotten about vBadvanced, I'm still trying to sort out that weirdness. jluerken - That'll be fixed in a little while. zetetic - The database error should be fixed in the latest version. Make sure you upload all the 3.07 files. The delete problem means that the phrase must not be getting passed to the Javascript. Got a link? everyone with no permission errors - If you're getting errors approving quotes, make sure you gave yourself permission in the usergroup manager. If you're getting errors viewing quotes, let me know what the QuoteIt! Permissions are for your usergroup. A link might help, too. |
Alien - Could you find out what version of mySQL you have? That's kind of a strange error, I don't see how modifying a column creates a duplicate.
|
Here you go: 4.1.21
|
Thanks, this mod is worth the wait.
|
I've uploaded 3.08, which should fix the database errors during installation.
Alien - Wonderful, the exact same version I have. I haven't found a workaround, but I've hidden the installer errors, so you should hopefully be able to install without a problem. Let me know if there are any further errors. |
Cap'n Steve,
v 3.08 still contains the language Chooser bug. Enabling the random quote options now does not make wrong entries in the language chooser, it simply turns it off :( Editing a language makes the language chooser visible again but turns off the random quote option. This can be reproduced at any time :D Can you please take a look at this again? |
Hay Cap'n!
v3.08 allowed the upgrade to go through without error. Right after install I edited the QuoteIt options but left things as they were. Then, I clicked on "Moderate Quotes" to take a look (I know we were up to date and there were no quotes to moderate), and I get this error: Quote:
Quote:
|
Quote:
after many testing on my test forum, today i install this on my live forum. which had the old version from vb3.5. so after the update, all quotes add dates showing todays date (January 16th, 2007) screenshot attached bellow... |
Cap'n Steve,
had a weird situation. After upgrading to 3.8, QuoteIt disappeared from vba cmps page. Completely uninstalled the 3.8 and reinstalled QuoteIt and was locked out of my admincp. The error on blank admin page and top of all my website pages were "Warning: Invalid argument supplied for foreach() in /includes/functions.php on line 3553" which is "foreach ($_FIELDNAMES AS $field => $bitvalue)" in functions.php file. Ended up disabling all hooks through my config.php file so I can sign back in to admincp page to disable this mod. I'm also seeing some error messages when doing a fresh install of QuoteIt. Trying to install 3.7 gave me the same error. Do you think uninstall didn't clean up everything? |
Still looking at the language chooser and vBadvanced bugs.
yonglvnv - It's not reading the permissions for some reason. Did you still have includes/xml/bitfield_quoteit.xml on the server? soulface - That's right. The date wasn't stored in earlier versions so it uses the date you installed it as the default date. Alien - I was afraid of that. I have no idea what your problem is, but it's not modifying or adding columns. I'll keep searching for the reason behind that, but until then you have two options: Try and get your host to upgrade MySQL (I'm not sure if that will help) or modify the tables yourself through phpMyAdmin. Here's the structure for each table (column name is on the left, definition after the =>): quotes Code:
quoteid => INT (10) UNSIGNED NOT NULL AUTO_INCREMENT Code:
userid => INT (10) UNSIGNED NOT NULL Code:
ip => VARCHAR (15) NOT NULL Code:
categoryid => INT (10) UNSIGNED NOT NULL AUTO_INCREMENT Code:
quotes => PRIMARY KEY (quoteid), KEY (approved), KEY (rating), KEY (average) user Code:
quoteitoptions => INT(10) UNSIGNED NOT NULL DEFAULT 0 Code:
quoteitpermissions => INT(10) UNSIGNED NOT NULL DEFAULT 2567 |
The latest download has resolved the issue with the edit button, it now does an AJAX edit.
I still have the language bar issue. Normally I only have 1 language (English) and the drop down selection is not visible. When I install QuoteIT the drop-down shows up and has a random selection (I have seen A, E, and blank). I will leave it up so you can take a look. I am also having issues with the vBadvanced module. I set it up per the instructions but it does not show up. I have not had time to trouble shoot yet, but if you can give me some common problem areas to look at it would help :) Thank you for making the mod...it is something I thought I was going to lose when I moved to vB. |
Hey!
I went over the table structure carefully, and I have everything you showed above in your table structure EXCEPT for this in the quotes table: date => INT (10) UNSIGNED NOT NULL DEFAULT 0 views => INT (10) UNSIGNED NOT NULL DEFAULT 0 categoryid => INT (10) UNSIGNED DEFAULT NULL postid => INT (10) UNSIGNED DEFAULT NULL |
The vBadvamced module problem seems to be related to permisisions. If I edit the get_random_quote() function and remove the "canviewquote" check it works fine. I need to fix the layout but that is a skin issue and not a QuoteIT issue.
May be off on the names, I am at work ATM. |
Okay, added the entries above and so far so good without mysql errors in the admincp..
I'll also upgrade to the latest version you posted shortly. |
Sorry Cap'n, I haven't had a chance to work on this for the last couple days so I can't give any feedback about the current revision. However, would you mind updating the filename or OP with the current rev number when you release new revisions? I'd like to make sure I grab the latest.
Thanks again for all your work on this. |
so I have to reinstall in order to get the edit button to look normal? I finally got it installed and showing, but it's very large on the forum index and the edit button looks like an edit button on the board.
|
this may be the dumbest question ever but where exactly is the modules/moderate.php at so I can edit the file according to the vbadvanced installation instructions?
|
The modules directory should be in your forum root. So like yoursite.com/forum/modules/
|
zetetic - It's at the top, right under the title, but the easiest way to check is to go to "Manage Products" in your admincp and then there'll be a "Check Version" option in the list next to QuoteIt!
thepub - That module and the directory itself come with vBadvanced. I'm not sure what you mean about the edit button. The actual image is too large? You'll have to edit the quote_listbit template to change the size. |
Quote:
UPDATE: Quote IT 3.08 still doesn't show on my vba module, but it shows again when I downgrade to 3.07. Some parts of formatting is still off as I posted before, otherwise, I'm happy with 3.07. Could you help? |
I've reinstalled the latest version, but I still can't seem to get the edit button to work.
|
Cap'n Steve, played around with it a bit with 3.07, I finally got the formatting thing kind of figured out and everything looks like where they are supposed to be. Anyway to get rid of blank lines over and below the quotes and make the actual quotes a bit wider to take up less lines? Basically want to compact the height as much as possible.
|
The new version is up. vBadvanced problems should be fixed, although it's still ugly in some styles, so I recommend you use quotesideblock.php as the module even if it's going to be used in the center block. Quick Language Chooser should also be fixed, but you must save your QuoteIt! Options first.
Firen - Did you redo that edit to clientscript/quoteit_moderation.js that I posted a while ago? Does it say anything? yonglvnv - The margins are set in clientscript/vbulletin_css/quoteit_main.css, look for the .quote and .quotetext lines. If you're using Internet Explorer, the spacing is one of the things I couldn't quite get right, that's set in the other css files. |
YES! Quick Language Chooser bug is fixed! also the CMPS module. working fine...
one question, i want to use tahoma as the font of Quotes, Auther name & context text. how do i do that ? |
I mean the size of the quoter is very large on my board in comparison to the demo you posted.
www.theneighborhoodpub.com take a look for yourself. I cannot get tit to show on the main page so you will have to click on forums to view it. |
Quote:
|
edit button is working and quoter is working except it still is not showing up on the main page of my forum and I set it up to do so according to the module and instructions. I'm getting there lol!
|
Firen - Could you give registered users permission to edit their own quotes for a minute on your site? I'll take a look at it.
thepub - It looks normal to me. It should be using the width used by the style. You are missing the images though, you might want to upload those to whatever images directory the style uses. To get it working in vBadvanced, there's one extra instruction in the latest version. You should also make sure the random quote is enabled. If it still won't work, you can post a screenshot of the module settings and your QuoteIt! options. soulface - In quoteit_main.css, find these three lines: Code:
.quotetext { Code:
.author { Code:
.context { Code:
font-family: Tahoma; |
Quote:
|
All times are GMT. The time now is 04:54 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:
|