View Full Version : Mini Mods - BFC-Quote
Excalibur82
04-25-2009, 10:00 PM
ALL MODS HAVE GONE BACK TO STEVE M (https://vborg.vbsupport.ru/member.php?u=57508) AS I AM NOT MEANT TO CODE LIKE I CURRENTLY AM DOING.
SwollenCranium
04-25-2009, 11:35 PM
Warning: require_once([path]/includes/functions_download.php) [function.require-once]: failed to open stream: No such file or directory in [path]/admincp/quotes.php on line 22
Fatal error: require_once() [function.require]: Failed opening required '/*******/public_html/forums/includes/functions_download.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/*******/forums/admincp/quotes.php on line 22
Sweeks
04-26-2009, 12:11 AM
Will install once all clear is given.
Excalibur82
04-26-2009, 02:25 AM
Sorry, forgot to include the funtion files. I will update soon with files.
Excalibur82
04-26-2009, 02:52 AM
Updated and fixed. I was testing something with my download system and the quote system so needed to use the functions file but forgot to remove that line from the admin file. It should work for ya now.
Sweeks
04-26-2009, 08:58 AM
Trying this out now ;) Thank you :) Im hoping theres a way to moderate all quotes.
Sweeks
04-26-2009, 09:12 AM
Installed, the sidebar in the usercp doesnt stay the same when you click on the quotes section to add a new quote.
Sweeks
04-26-2009, 09:15 AM
Also I am getting:
"Could not find phrase 'bfc_quote_added'." after adding a quote. and the quotes are not showing where I placed the variable. Just an empty box with the username on the right and two "" where I think the quote should be. Disabled until fixed.
The Realist
04-26-2009, 09:52 AM
Installed and the first quote posted 100%.
When I try and post another it comes back with the following database error?
MySQL Error : You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 's birthday but never remembers her age.', username = 'Realist'' at line 2
Error Number : 1064
Request Date : Sunday, April 26th 2009 @ 09:58:58 AM
Error Date : Sunday, April 26th 2009 @ 09:58:58 AM
Script : http://www.xxxxxxx.co.uk/xxxxxxxxx/quotes.php?do=doaddqt
Referrer : http://www.xxxxxxx.co.uk/xxxxxxxxx/quotes.php?do=addqt
IP Address :
Username : Realist
Classname : vB_Database
MySQL Version : 5.0.77-community
The Realist
04-26-2009, 09:55 AM
Found the problem, it was in the quote I used.
The quote was: A diplomat is a man who always remembers a woman's birthday but never remembers her age.
And if I remove the (') from the word woman's the quote posts ok.
Any ideas why?
Excalibur82
04-26-2009, 08:18 PM
Realist: Hmmmm, I'll check a few things regarding the ' when adding a new quote.
Hrm, stupid phrase, I'll get it fixed.
Sweeks: Realist found the problem that you ran into so I'll fix it ASAP. Currently is not setup for moderating of quotes, will probably add that to next release.
The Realist
04-26-2009, 08:32 PM
ok, thanks.
Sweeks
04-26-2009, 09:57 PM
Great thank you. I look forward to the moderation of them too.
KrU$ty
04-27-2009, 04:38 AM
Im wondering if you plan on putting in usergroup permissions? I want to be the only one that can add quotes. Also a way to remove the users name from the quote, so that it dosn't look like it is quoting me, when it is quoting someone else.
Excalibur82
04-27-2009, 05:01 AM
KrU$ty: I am currently working on a version to release tomorrow that has moderate quotes through ACP. I will add a permissions based one on the release of 1.3 Actually was thinking about doing that today, glad you said something, just made up my mind for me. lol
I was thinking of using the username field if a quoted person's name was not entered that way there is no blank field. Haven't quite decided. I might include a separate page to pull those quotes without a username so members can see them.
Sweeks: I will have the new version ready tomorrow. Having a problem getting the page to display a redirect when no entries to approve and not redirect when you have entries that need approval.
KrU$ty
04-27-2009, 05:33 AM
KrU$ty: I am currently working on a version to release tomorrow that has moderate quotes through ACP. I will add a permissions based one on the release of 1.3 Actually was thinking about doing that today, glad you said something, just made up my mind for me. lol
I was thinking of using the username field if a quoted person's name was not entered that way there is no blank field. Haven't quite decided. I might include a separate page to pull those quotes without a username so members can see them.
Sweeks: I will have the new version ready tomorrow. Having a problem getting the page to display a redirect when no entries to approve and not redirect when you have entries that need approval.
Great.
I was thinking concerning the username, that perhaps when you enter a quote, have a separate text box for the username, and if it is left blank it uses the username of the person that entered it.
In that way, i can add the name of a person who i am quoting, for example Thomas Jefferson or someone else who is not a user on the forum. Just a thought.
thanks for your work.
Excalibur82
04-27-2009, 06:17 PM
There you go, new version released with moderation included. 26th or 27th shall be the release of v1.3 with usergroup perms. Forgot to mention, I did fix the phrase error.
rainyleaves
04-28-2009, 04:51 AM
Database error in vBulletin 3.8.2:
Invalid SQL:
SELECT * FROM `****_quotes` WHERE unapproved = 0 ORDER BY username ASC;
MySQL Error : Unknown column 'unapproved' in 'where clause'
Error Number : 1054
I updated 1.2.
I got this error when I click 'Manage Quotes' button.
smirkley
04-28-2009, 05:48 AM
Yes, I like this, and would love the idea of allowing or disallowing selected usergroups from using or seeing this in their User CP.
starman?
04-28-2009, 07:30 AM
Too many problems for me with this right now. Database error and forum failed to display at all. I had to disable the product. It's a shame as it has got load of potential. Running 3.8.2
Excalibur82
04-28-2009, 02:47 PM
rainyleaves: I know the problem right off hand, I forgot to include the new database alter. I'll get that updated now.
smirkley: Working on the usergroup perms now.
starman: There is only one error and if you did everything right and use the variable $quote then it should work fine.
Excalibur82
04-28-2009, 03:10 PM
Ok updated zip file with product xml file to add the new column to the quotes table.
rainyleaves
04-28-2009, 04:18 PM
Thanks, Excalibur82.
Works very good. :)
Excalibur82
04-28-2009, 05:11 PM
Great to hear.
odln018
04-28-2009, 05:40 PM
Hmmm, I'm not seeing the "Add quote" option in my user cp
disregard. ID10T error.
Excalibur82
04-28-2009, 06:46 PM
LOL, glad it's there for you. I was about to get concerned there for a sec.
odln018
04-28-2009, 06:52 PM
Yea, I installed it on my test board, and then tried to find it on my production one.
Excalibur82
04-28-2009, 07:21 PM
LOL, I do that when working on my test board and I keep jumping to my live board.
SwollenCranium
04-28-2009, 11:58 PM
Still not working as you describe:
See here, try an add a quote via the usercp and you get a working "submit quote" button but NO text field in which to enter quote text.
http://swollencranium.com/forums/picture.php?albumid=110&pictureid=1215
Excalibur82
04-29-2009, 02:27 AM
Ok I am gonna setup a separate test site and install a fresh version to see what is missing. Then update accordingly.
Excalibur82
04-29-2009, 03:52 AM
SwollenCranium: Ok I believe I found the problem. I take it your installing this on a custom style correct? If so then make sure you have Enable Standard & WYSIWYG Controls enabled under Message Posting Interface Options. Make sure you have BFC-Quote Templates in your Styles and Template Manager, expand that group and open bfc_quote_new and make sure there is $messagearea in the template.
I've installed this on a fresh install of vBulletin and didn't run into the same issue so I'm assuming its an issue with your custom style.
nightbloom
04-29-2009, 08:50 PM
I love this mod first of all. I want it to work. I have several problems.
When I try to alter a quote in the AdminCP, I get an SQL error. I also cant delete quotes unless they are already approved which is clunky. The BB codes show up in the editor, but not in the quote itself.
And yes please, add usergroup permissions to this because the general public on forums is 99% retarded and needs direct supervision.
ex quote: WHAT DOES THIS THING DO? - RandomGuy
SwollenCranium
04-29-2009, 09:14 PM
SwollenCranium: Ok I believe I found the problem. I take it your installing this on a custom style correct? If so then make sure you have Enable Standard & WYSIWYG Controls enabled under Message Posting Interface Options. Make sure you have BFC-Quote Templates in your Styles and Template Manager, expand that group and open bfc_quote_new and make sure there is $messagearea in the template.
I've installed this on a fresh install of vBulletin and didn't run into the same issue so I'm assuming its an issue with your custom style.
Yep.
Enable Standard & WYSIWYG Controls = Yes.
make sure there is $messagearea = Yep
<!-- message area -->
$messagearea
<!-- / message area -->
I'll assume that it simply will not work for me and uninstall.
Thanks.
nightbloom
04-29-2009, 10:36 PM
Can I also add a question. What is the point of the whole "approved" thing? They are immediately shown and have no "not yet approved" queue. Is it just my installation that is like that?
Excalibur82
04-30-2009, 07:37 PM
*Smacks forehead* Oops think I left out some checks for deleting and when adding quotes. Now with the editor not showing, can't say for sure whats up with that.
SwollenCranium: Do you have a link to the style you have installed? I want to install it on my test forum and see if that is the problem. Also, switch to your default style and see if shows up?
Sweeks
04-30-2009, 08:23 PM
Hope to get this installed soon :)
SwollenCranium
04-30-2009, 09:29 PM
SwollenCranium: Do you have a link to the style you have installed? I want to install it on my test forum and see if that is the problem.
Can't share the link, I purchased the style.
Also, switch to your default style and see if shows up?
Nope, tried that on day one, does not work for me at all, most likely due to another hack.
No worries, I just will not use it.
Excalibur82
04-30-2009, 09:30 PM
SwollenCranium: List all hacks you have installed, I'll find out what it is. Don't want to keep people from using it due to a hack, I'll do a work around if necessary.
Prisim
05-01-2009, 04:47 AM
Got Database error When i edit any of members quote
Any Solution ?
Prisim
05-01-2009, 04:47 AM
Error is invalid Sql Command Edit Quot check ur command
Excalibur82
05-01-2009, 06:00 AM
Prisim: Not to sound rude but did you read this thread? I am aware of those errors and I have posted that I am working on them currently.
Excalibur82
05-02-2009, 04:29 AM
Almost have v1.3 complete with usergroup perms and various errors fixed.
Sweeks
05-03-2009, 11:26 AM
Cant wait :)
odln018
05-05-2009, 07:21 PM
I put this into my prod forum, but it says I don't have permissions. Where would I set this?
hello!
tried to install first time and get this database error
Invalid SQL:
ALTER TABLE `quotes` ADD `unapproved` TINYINT( 1 ) NOT NULL;
MySQL Error : Table 'belapla_libar.quotes' doesn't exist
Error Number : 1146
Request Date : Tuesday, May 5th 2009 @ 04:30:57 PM
Error Date : Tuesday, May 5th 2009 @ 04:30:57 PM
Script : http://libar-libar.com/libar/vb/admincp/plugin.php?do=productimport
Referrer : http://libar-libar.com/libar/vb/admincp/plugin.php?do=productadd
IP Address :
Username :
Classname : vB_Database
MySQL Version : 5.0.67-community
some help?
have vb 3.8.2
reg
macc
Excalibur82
05-05-2009, 07:47 PM
odln018: Permissions are controlled through the usergroups.
macc: Not to sure what is causing that error. I will check it out and get an update released.
Leica.Robbiani
05-05-2009, 08:03 PM
Hi there,
when the ?Author?-line contains a ?'?, this Mod throws an database error.
Just another thing:
I had to change in every file the ?TABLE_PREFIX quotes ...? in something other (I've chosen ?fortunes?), because my database had already a table called ?quotes?. Why don't you call the whole Mod ?fortune?, because it's just the same as the little program ?fortune? on any Linux System with the games-section installed. So the chance will be great, that there's no conflicts with ?quotes?.
Best regards
Leica.Robbiani
have you some fix Leica?
macc
Excalibur82
05-05-2009, 09:05 PM
Leica.Robbiani: The author box shouldn't have ' as no username has an ' but if its say Italian or something I'll see what I can do to fix the issue, otherwise for the time just avoid using ' when adding an author name.
Now on the issue of the DB, I can probably change it to bfc_quotes instead that way it will be unique and I am the only one who codes using the name of bfc_ so I'll see how that works out.
Have you some solution for my database error ?
reg
macc
Excalibur82
05-05-2009, 09:46 PM
macc: Try installing using the product xml file I have attached to this post and tell me the results.
odln018
05-05-2009, 10:46 PM
odln018: Permissions are controlled through the usergroups.
macc: Not to sure what is causing that error. I will check it out and get an update released.
I must be blind, because when I try to edit the usergroup, I'm not seeing a BFC Quote option.
Excalibur82
05-06-2009, 01:26 AM
odln018: What version of vB are you using?
Leica.Robbiani
05-06-2009, 02:14 AM
Hi,
Leica.Robbiani: The author box shouldn't have ' as no username has an ' but if its say Italian or something I'll see what I can do to fix the issue, otherwise for the time just avoid using ' when adding an author name.
Well, a username can be Georgia O'Keefe, and so there will be of course an ?'? in the username ...
So it will be great if you have a solution for the problem.
Thanks a lot, anyway it's a great mod.
Best regards
Leica.Robbiani
Excalibur82
05-06-2009, 06:09 AM
Leica.Robbiani: Yeah you are correct, I don't know what I was thinking or doing when I said that. There is a solution but I won't be able to implement it till tomorrow once I've had some sleep.
odln018
05-06-2009, 09:29 AM
Leica.Robbiani: Yeah you are correct, I don't know what I was thinking or doing when I said that. There is a solution but I won't be able to implement it till tomorrow once I've had some sleep.
I'm using 3.8.1 for both boards (test and production)
macc: Try installing using the product xml file I have attached to this post and tell me the results.
i tried this file but when instal get error "eval code on line 6..." when tried to uninstall get this error Database error in vBulletin 3.8.2:
Invalid SQL:
DROP TABLE `quotes`;
MySQL Error : Unknown table 'quotes'
Error Number : 1051
Request Date : Wednesday, May 6th 2009 @ 10:23:05 AM
Error Date : Wednesday, May 6th 2009 @ 10:23:05 AM
Script : http://libar-libar.com/libar/vb/admincp/plugin.php?do=productkill
Referrer : http://libar-libar.com/libar/vb/admincp/plugin.php?do=productdelete&productid=bfc_quote&s=
IP Address :
Username :
Classname : vB_Database
MySQL Version : 5.0.67-community
and in my admincp - when click on manage quotes get this database error Database error in vBulletin 3.8.2:
Invalid SQL:
SELECT * FROM `quotes` ORDER BY username ASC;
MySQL Error : Table 'belapla_libar.quotes' doesn't exist
Error Number : 1146
Request Date : Wednesday, May 6th 2009 @ 10:26:41 AM
Error Date : Wednesday, May 6th 2009 @ 10:26:41 AM
Script : http://libar-libar.com/libar/vb/admincp/quotes.php
Referrer : http://libar-libar.com/libar/vb/admincp/index.php?do=nav
IP Address :
Username :
Classname : vB_Database
MySQL Version : 5.0.67-community
please some help -
regards
macc
now my forum page works not - get this error
Database error in vBulletin 3.8.2:
Invalid SQL:
SELECT * FROM quotes WHERE unapproved = 0 ORDER BY RAND() LIMIT 1;
MySQL Error : Table 'belapla_libar.quotes' doesn't exist
Error Number : 1146
Request Date : Wednesday, May 6th 2009 @ 10:29:29 AM
Error Date : Wednesday, May 6th 2009 @ 10:29:29 AM
Script : http://libar-libar.com/libar/vb/index.php
Referrer : http://libar-libar.com/libar/vb/admincp/index.php?do=head
IP Address :
Username :
Classname : vB_Database
MySQL Version : 5.0.67-community
some help?
macc
EnIgMa1234
05-06-2009, 02:57 PM
Run the following query from the admincp->maintenance->execute sql query
CREATE TABLE `quotes` (
`id` int(4) NOT NULL auto_increment,
`quote` mediumtext NOT NULL,
`username` varchar(255) NOT NULL default,
`unapproved` TINYINT( 1 ) NOT NULL",
PRIMARY KEY (`id`)
)
Use this at your own risk.
tried from phpmyadmin but get error -
my board and admincp - not accessible ...
some help ?
macc
edit - this error come up
ERROR: Oavslutat citat @ 174STR: "SQL: CREATE TABLE `quotes` ( `id` int(4) NOT NULL auto_increment, `quote` mediumtext NOT NULL, `username` varchar(255) NOT NULL default, `unapproved` TINYINT( 1 ) NOT NULL", PRIMARY KEY (`id`))
Leica.Robbiani
05-06-2009, 03:37 PM
Hi,
Leica.Robbiani: Yeah you are correct, I don't know what I was thinking or doing when I said that. There is a solution but I won't be able to implement it till tomorrow once I've had some sleep.
No problem, as far as I know about the problem I can live with it for a while. I know, sometimes a coder doesn't know is the head under the knees or above them ...
Have a nice sleep.
Best regards
Leica.Robbiani
some help for my problem?
i disabled all plugins and on my home page get this error
Fatal error: Call to undefined function print_portal_output() in /home/belapla/public_html/libar/vb/cmps_index.php on line 46
reg
macc
EnIgMa1234
05-06-2009, 04:15 PM
some help for my problem?
i disabled all plugins and on my home page get this error
Fatal error: Call to undefined function print_portal_output() in /home/belapla/public_html/libar/vb/cmps_index.php on line 46
reg
macc
Well vbAdvanced is also a hack so it will have plugins. That's why it isn't working. You've disabled the plugins necessary for it to run.
that error come after i tried instal this mod
but can not run query to my database - get error ... can you help me ?
Parse error: syntax error, unexpected T_STRING in /home/belapla/public_html/libar/vb/admincp/plugin.php(1995) : eval()'d code on line 6
this error i get when i should import blc_quotes mod.
reg
macc
and this database error Database error in vBulletin 3.8.2:
Invalid SQL:
ALTER TABLE `quotes` ADD `unapproved` TINYINT( 1 ) NOT NULL;
MySQL Error : Table 'belapla_libar.quotes' doesn't exist
Error Number : 1146
Request Date : Wednesday, May 6th 2009 @ 01:02:26 PM
Error Date : Wednesday, May 6th 2009 @ 01:02:26 PM
Script : http://libar-libar.com/libar/vb/admincp/plugin.php?do=productimport
Referrer : http://libar-libar.com/libar/vb/admincp/plugin.php?do=productadd
IP Address :
Username :
Classname : vB_Database
MySQL Version : 5.0.67-community
reg
macc
Excalibur82
05-06-2009, 05:07 PM
macc: We have already given you resolutions to your database errors. Your errors lie within vBAdvanced, please post on their site with your errors.
No, you have wrong - this error come from your product file
Parse error: syntax error, unexpected T_STRING in /home/belapla/public_html/libar/vb/admincp/plugin.php(1995) : eval()'d code on line 6
and database error what i wrote post above ...
when i try unistall your product i get my site down - now is site up but not your product ...
reg
macc
Excalibur82
05-06-2009, 07:36 PM
macc: Quit making so many posts in this thread. I know what errors are what and your issue lies with another product, BFC-Quote was not causing your errors, something was preventing my product from adding the tables to your database.
Do not joke please - test yourself product file what you attach (this file also give "eval - plugin error " and problem was also when i tried unistall that through my admicp- get database errors and site down -
you should be tested pruduct files before you put here - look in your first post - you forget this and this and that in product file and people get errors ...
all another product files )mods) i can install and no database errors - just with yours -
regards and hope that you will be more serious ...
maybe you should try unistall your product ...
macc
Flowsion
05-06-2009, 11:46 PM
I had the same error on installation. Fixed it by doing the following:
[17:47:23] <BullDog> CREATE TABLE `quotes` (
[17:47:23] <BullDog> `id` int(4) NOT NULL auto_increment,
[17:47:23] <BullDog> `quote` mediumtext NOT NULL,
[17:47:23] <BullDog> `username` varchar(255) NOT NULL,
[17:47:23] <BullDog> `unapproved` TINYINT( 1 ) NOT NULL,
[17:47:23] <BullDog> PRIMARY KEY (`id`)
[17:47:23] <BullDog> )
Then got an error for a duplicate entry so:
[17:50:25] <BullDog> ALTER TABLE `quotes` DROP COLUMN `unapproved`
Works fully now. (Remove the time and BullDog and do the query).
Edit:
Am I the only one not able to see usergroup settings or find settings for this thing anywhere?
Flowsion
05-07-2009, 12:13 AM
Last question, is there anyway I can import a .txt file to the database?
odln018
05-07-2009, 12:25 AM
Excalibur -
Please ignore the less professional members of this forum. They obviously lack some level of propriety.
When you get a second, if you could review my problem I'd appreciate it.
Sincerely,
Excalibur82
05-07-2009, 03:27 AM
Flowsion: I'm not seeing why you can't see usergroup perms. You and odln018 can't see usergroups. What version of vB are you running?
odln018: I've dealt with worse, but no biggie. Since you and Flowsion are having the same issue I will try to find out what the problem is.
Excalibur82
05-07-2009, 03:31 AM
macc: Make sure you have "OVERWRITE" set to 'YES' as my product are extensively tested before release and I have not gotten those errors at all.
Excalibur82
05-07-2009, 03:37 AM
Flowsion & odln018: Import the attached product xml and check usergroups then. Somehow the phrases didn't export with the product.
macc: I do apologize as I found a syntax error on my import product, I have fixed it and it should now properly import and update right.
NOTE: Unfortunately with this update you need to uninstall the product, if you are having issues then let me know and I will give you the code to drop the certain entries and/or tables.
odln018
05-07-2009, 09:22 AM
Whoops, I installed it before I got this message.
I'll need that code.
odln018
05-07-2009, 11:06 AM
Also, when I try to uninstall the product, I'm getting this:
Database error in vBulletin 3.8.1:
Invalid SQL:
DROP TABLE `quotes`;
MySQL Error : Unknown table 'quotes'
Error Number : 1051
Request Date : Thursday, May 7th 2009 @ 07:03:00 AM
Error Date : Thursday, May 7th 2009 @ 07:03:01 AM
Script : http://website.com/testforum/admincp/plugin.php
Referrer : http://website.com/testforum/admincp/plugin.php?do=productdelete&productid=bfc_quote&s=
IP Address : 209.51.16.230
Username : PV
Classname : vB_Database
MySQL Version : 5.1.30-community
odln018
05-07-2009, 12:45 PM
I've uninstalled, and tagged this one for future usage.
I'll keep my eye on it until it hits a more stable condition.
Leica.Robbiani
05-07-2009, 06:09 PM
Hi,
thanks a lot for the upgrade, now it works with the »'« in the usernames.
One thing I have to check out, the mod doesn't seem working correctly in the »Quote«-section in the usercp. I added a quote, but the usercp ist empty.
Although in the attachment is the german(Du) version of your mod.
Best regards
Leica.Robbiani
Excalibur82
05-07-2009, 06:20 PM
Um....is it an actual user that added the quote? If not then it won't display under any username.
Thanks for the german version. If you could keep up with translations then that would be grand.
Leica.Robbiani
05-07-2009, 06:36 PM
Hi,
Um....is it an actual user that added the quote? If not then it won't display under any username.
Sorry, was my mistake. When I post quotes under my username, it works. In most cases I use the names of the authors of the quotes, if I don't have any name, I give mostly ?Unknown? as username. As I said above, I use the game ?fortune? from Linux to find some good quotes, don't know what I was thinking ...
If you could keep up with translations then that would be grand.
No problem, when I find time, but you should make the mod fully phrased. This will be much easier for translations, for now I had to edit all files ...
Best regards
Leica.Robbiani
Leica.Robbiani
05-07-2009, 06:45 PM
Hi,
it's me again :)
A suggestion:
In the section ?Add quote? you can add another textfield. One for the author of the quote, and one for the vBulletin-user as the publisher of the quote. Displaying the quote on FORUMHOME should be the name of the author and the usercp is showing all quotes added by the vBulletin user.
Best regards
Leica.Robbiani
Excalibur82
05-07-2009, 09:28 PM
Leica.Robbiani: Great suggestion, I will definately do that.
whitetigergrowl
05-08-2009, 02:49 AM
No matter what I do, nothing shows for me. No box, nothing. I can add quotes, adjust user permissions. But nothing shows on the forumhome even after adding the template edit where asked to and making sure usergroup permissions are correct.
Edit: I noticed that if I remove the conditional, I can see things fine. So if I have it just as $quote, it's fine. But if I add the conditional around it, it disappears. And yes, my usergroup permissions are correct. So this is odd.
Excalibur82
05-08-2009, 04:24 AM
whitetigergrowl: Yes that is odd. I will check on the variable and see whats going on.
Excalibur82
05-09-2009, 03:06 AM
I have added an uninstall package to my original post. Just upload keeping directories intact then from there go to http://www.yoursite.com/admincp/quotes_uninstall.php
Follow on screen instructions and done, BFC-Quotes is uninstalled. Then just import the new product xml to install the newer version.
I will develop an upgrade portion that will allow you to keep the quotes already in the database.
kensaurus
05-10-2009, 06:05 PM
whitetiger, i got the same problem as you.
Excalibur82
05-10-2009, 06:33 PM
kensaurus: If you remove the if condition from around $quote it will work.
Ophelia
05-10-2009, 11:57 PM
Adding a "search" quotes would be great.
Excalibur82
05-11-2009, 12:19 AM
Not too sure about the search but I might add it and see how it goes.
I have the same issue running 3.8.2 Removing condition around the $quote makes it work. Everything else is fine.
Excalibur82
05-15-2009, 01:17 PM
Ok I will probably remove that part for the time being until I figure out why it's not working. I will check on things this evening and get an update released.
nightbloom
05-17-2009, 12:45 AM
Yeah I would really like the permissions to work again. =.= I had 1 member unable to use this due to having an ' in his name, but then fixing it broke permissions. It also made it so that you cant tell who is making the quotes now, they can input whatever name they like so finding out who is abusing the mod is impossible.
Can someone upload the version that was didnt allow name changes and Ill just fix that one member's name?
Excalibur82
05-17-2009, 01:52 PM
nightbloom: Sorry to hear your having problems like that. I will have to redo the permissions to use more of the vB perms than my own perms. If anyone has 1.3 and they are willing to upload for ya then that would be great as I won't have a release till tomorrow or Tuesday as I have another addon to update first.
quote auto pm members ???
vbplusme
05-26-2009, 10:05 AM
Adding \ to escape the single quote should make the database happy but the script should be checking and add the slashes automatically.
Excalibur82
05-26-2009, 08:37 PM
cSh: Great suggestion, I'll see what I can do. But need more details on what this auto PM would exactly entail.
vbplusme: Yeah I need to add a few more edits to it to fix the issues.
Excalibur82
06-02-2009, 09:09 PM
Update released, enjoy. Future release I hope will not take as long.
jl255
06-04-2009, 05:10 PM
anyone still having the db errors on installing or uninstalling? i'm pretty terrified of such issues....
davew
06-05-2009, 07:39 AM
Thanks for this Mod - love it!
It installed just fine for me, no problems at all..
Question!
Should my Moderators be able to edit/approve quotes? I've set Edit to yes for that UserGroup.
If not, would it be possible to add that please?
Thanks,
Dave
Excalibur82
06-05-2009, 09:25 PM
jl255: The errors were caused from the uninstall not removing old stuff but I have it hiding errors if it exists. Go ahead and give it a try. If any errors occur during install it won't cause your forum to shut down.
davew: Yes, the approval though is only for admins but I think I have it implemented on the new version to allow moderators to approve quotes, it will be done via ModCP though.
davew
06-05-2009, 09:32 PM
davew: Yes, the approval though is only for admins but I think I have it implemented on the new version to allow moderators to approve quotes, it will be done via ModCP though.
Thank you!
Excalibur82
06-07-2009, 12:10 AM
There is a delay in further development due to Blue Fire Creation changing hosts. Until we have fully propagated all addon development has ceased. As soon as we are back up and running, development will continue.
Excalibur82
06-07-2009, 11:33 PM
Site is up for the most part. Development has started up again.
Excalibur82
07-06-2009, 06:02 PM
I've had to put everything on hold, the company I was hosting with got hacked and all my data was lost. I only did monthly backups so it wasn't time for a new one, so I am having to restore a backup from mid June and some info I worked on will be lost. So for a week or 2 I have placed all my addons and such on hold till I get things settled in regards to my site.
Mythotical
11-13-2009, 01:51 AM
I will be taking over my old mods as things have not gone the way they were intended plus with the release of 4.0 I feel that it is time for me to start coding again. This mod included.
odln018
11-13-2009, 02:01 AM
Great news!
Mythotical
11-13-2009, 02:25 AM
Your telling me. LOL I'm excited, just disappointed that they release vB 4.0 Beta 3 to those who already paid to upgrade and I won't get my money in time which sucks.
Alien
11-16-2009, 07:16 PM
I'm looking forward to seeing this one updated for one of my vB 4 projects!
Love it!
Mythotical
11-17-2009, 06:15 PM
After getting a test of vB4 installed, starting the process of converting, so this will take some time, templates to update and code to change around as well.
kalisekj
11-17-2009, 08:11 PM
I Have installed and is working well. Note: After Making a Quote you have to go and approve it in Admincp before it will show up the field on Forumhome.
I would also Like to see BB Code Enabled for Colorization and other Effects!
Mythotical
11-19-2009, 02:48 AM
I Have installed and is working well. Note: After Making a Quote you have to go and approve it in Admincp before it will show up the field on Forumhome.
I would also Like to see BB Code Enabled for Colorization and other Effects!
I plan to do just that, but first I want to get the mods updated to 4.0 then begin an update for 3.8 versions of vB which will continue to be updated until 4.0 goes gold.
maxicep
11-27-2009, 05:35 AM
Add Quote Editor doesn't see in profile page. :down:
Mythotical
11-27-2009, 06:00 PM
Yes I am aware of the problem. I will have to fix this after I am done updating to 4.0. Right now I took Thanksgiving vacation so no coding till Monday.
maxicep
11-27-2009, 09:28 PM
How can i fix this problem for that time ?
Later, i will upgrade to 4.0 too but i need this now
Thx
Mythotical
11-27-2009, 09:45 PM
Its an issue with the editor which from what I have read should have been fixed. I will look into this fix Monday. I would today but vacation is vacation for me and my family.
maxicep
12-09-2009, 02:23 PM
We are waiting mate ... :)
Mythotical
12-09-2009, 02:36 PM
You'll be waiting just a bit longer. Sorry, finals and having to do updates for clients has put a damper on my updates. I'm hoping to be able to do something with them come Friday.
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.