[RC] cBB QuickMod 1.0.3

A place for MOD Authors to post and receive feedback on MODs still in development. No MODs within this forum should be used within a live environment!
Get Involved
Locked
User avatar
canidev
Registered User
Posts: 208
Joined: Sun Jun 26, 2011 5:40 pm
Location: Spain
Contact:

[RC] cBB QuickMod 1.0.3

Post by canidev »

Modification Name: cBB QuickMod
Author: CaniDev

Modification Description:QuickMod is a mod for phpBB3 forums that adds moderation options directly in the forums and the search results, offering a great comfort to the forum moderators and avoiding the need to use the Moderation Panel to perform the most common operations.
Modification Version: 1.0.3

Features:
  1. Compatible with phpBB 3.0.8, 3.0.9,3.0.10, 3.0.11 and 3.0.12
  2. Quick installation and easier to use.
  3. Flexibility and speed with the use of technologies such as jQuery.
  4. Among the moderate options included are: Rename, move, change topic type, Lock, etc ...
  5. Full customizable from the ACP.
  6. Include the prosilver and subsilver 2 styles modified.
  7. Include English and Spanish languages.
Screenshots:
ScreenShots in CaniDev WebSite

Demo URL: http://demo.canidev.com/phpbb/ucp.php?m ... mod-v1.0.3

Modification Download: http://www.canidev.com/app/?i=cbb-quickmod-v1.0.3
Last edited by canidev on Wed Oct 02, 2013 5:18 pm, edited 9 times in total.
User avatar
brandsrus
Registered User
Posts: 102
Joined: Thu Jan 19, 2006 5:36 pm
Location: Leeuwarden, The Netherlands
Contact:

Re: [DEV] cBB QuickMod 1.0.0

Post by brandsrus »

Interesting MOD... I will follow this!
For more information, contact me with pm or e-mail
User avatar
4_seven
I've Been Banned!
Posts: 5155
Joined: Wed Apr 30, 2008 1:41 am

Re: [DEV] cBB QuickMod 1.0.0

Post by 4_seven »

good work again :geek:

the topic-renaming reminds me of this one:
http://www.phpbb.com/community/viewtopi ... #p12936425
so may i [abd] it.

keep it running :D
Current Mods | Mod Base | php(BB) programming | No help via PM
User avatar
canidev
Registered User
Posts: 208
Joined: Sun Jun 26, 2011 5:40 pm
Location: Spain
Contact:

Re: [DEV] cBB QuickMod 1.0.0

Post by canidev »

4_seven wrote:good work again :geek:

the topic-renaming reminds me of this one:
http://www.phpbb.com/community/viewtopi ... #p12936425
so may i [abd] it.

keep it running :D
I have not tried the mod you specify, but I see it have many options to customize the title of the topics / messages.

This mod only changes the title of the topic and de subject of it's first message.
The idea of ​​this mod came from a function that exists in other forums (not free), which I found interesting and decided to do something similar for phpBB3. ;)
User avatar
Meis2M
Translator
Posts: 1009
Joined: Wed Mar 03, 2010 11:32 am
Location: IR.Damghan
Name: میثم نوبری
Contact:

Re: [DEV] cBB QuickMod 1.0.0

Post by Meis2M »

thank u very much. subsilver2 support?
phpBB persian international support
Follow us in Instagram
Free upgrade and install extensions on your forum - drop me PM
Ultimate phpBB SEO Friendly URL extension
User avatar
canidev
Registered User
Posts: 208
Joined: Sun Jun 26, 2011 5:40 pm
Location: Spain
Contact:

Re: [RC] cBB QuickMod 1.0.0

Post by canidev »

Mod updated to RC version.
Download link and demo are now avaliable, see the first topic for more details.
thank u very much. subsilver2 support?
Yes, of course
:)
User avatar
Ashley.S.
Registered User
Posts: 469
Joined: Mon Aug 04, 2008 6:01 pm
Location: Falmouth, Cornwall, UK
Name: Ashley .S.
Contact:

Re: [RC] cBB QuickMod 1.0.0

Post by Ashley.S. »

Just what phpBB3 needs, I may test this out when I have some spare time 8-)
Regards,
-Ashley.S. [ PurephpBB Founder ]
User avatar
Jessica
Former Team Member
Posts: 4342
Joined: Sun Jul 18, 2010 2:53 pm
Location: Pennsylvania, USA
Name: Jessica
Contact:

Re: [RC] cBB QuickMod 1.0.0

Post by Jessica »

a must have mod...
Pro-choice, Atheist, Pro-LGBT rights
Everybody is a genius. But if you judge a fish by its ability to climb a tree, it will live its whole life believing that it is stupid. - Albert Einstein
Avdon
Registered User
Posts: 186
Joined: Tue Jun 02, 2009 4:55 pm
Location: Germany
Name: Danny Alkhaldy

Re: [RC] cBB QuickMod 1.0.0

Post by Avdon »

Absolutely great mod!
I installed it on a local machine and it did fine, but when I'm trying it on a live website I got pop up error message:
<br />
<b>Fatal error</b>: Cannot redeclare recalc_nested_sets() (previously declared in /var/www/web0/html/forum/includes/functions_admin.php:30) in <b>/var/www/web0/html/forum/includes/functions_admin.php</b> on line <b>60</b><br />
User avatar
canidev
Registered User
Posts: 208
Joined: Sun Jun 26, 2011 5:40 pm
Location: Spain
Contact:

Re: [RC] cBB QuickMod 1.0.0

Post by canidev »

Avdon wrote:Absolutely great mod!
I installed it on a local machine and it did fine, but when I'm trying it on a live website I got pop up error message:
<br />
<b>Fatal error</b>: Cannot redeclare recalc_nested_sets() (previously declared in /var/www/web0/html/forum/includes/functions_admin.php:30) in <b>/var/www/web0/html/forum/includes/functions_admin.php</b> on line <b>60</b><br />
Try this:

Open: /includes/quick_mod.php
Find:

Code: Select all

include($phpbb_root_path . 'includes/functions_admin.' . $phpEx);
And replace with:

Code: Select all

		if(!function_exists('move_topics'))
		{
			include($phpbb_root_path . 'includes/functions_admin.' . $phpEx);
		}
PD: The download file is updated with this change.
Avdon
Registered User
Posts: 186
Joined: Tue Jun 02, 2009 4:55 pm
Location: Germany
Name: Danny Alkhaldy

Re: [RC] cBB QuickMod 1.0.0

Post by Avdon »

Thanks canidev,
That edit solved the problem, and now the mod works as it should.

I'm using Prime Trash Bin MOD in my forum so the operation "delete topic" actually keep the topic and mark it as deleted. But cBB QuickMod doesn't work with it, so "delete topic" delete it permanently.
Is there a way to make cBB QuickMod compatible with Prime Trash Bin?
User avatar
canidev
Registered User
Posts: 208
Joined: Sun Jun 26, 2011 5:40 pm
Location: Spain
Contact:

Re: [RC] cBB QuickMod 1.0.0

Post by canidev »

Avdon wrote: I'm using Prime Trash Bin MOD in my forum so the operation "delete topic" actually keep the topic and mark it as deleted. But cBB QuickMod doesn't work with it, so "delete topic" delete it permanently.
Is there a way to make cBB QuickMod compatible with Prime Trash Bin?
I will consider this and I try to make an addon to do the mod compatible with Prime Trash Bin, but I do not know when this addon will be available.
User avatar
Pico88
Registered User
Posts: 878
Joined: Sat Mar 07, 2009 10:24 pm
Location: Poland
Name: Lukasz

Re: [RC] cBB QuickMod 1.0.0

Post by Pico88 »

Great mod :!:

I found a little bug during rename topic. If a topic name consists of special charts, after renaming the special charts are changed to ?? . :)
Please do not PM me for support.
User avatar
canidev
Registered User
Posts: 208
Joined: Sun Jun 26, 2011 5:40 pm
Location: Spain
Contact:

Re: [RC] cBB QuickMod 1.0.0

Post by canidev »

Pico88 wrote:Great mod :!:

I found a little bug during rename topic. If a topic name consists of special charts, after renaming the special charts are changed to ?? . :)
To solved, open: /includes/functions_quick_mod.php
Find:

Code: Select all

	$new_title = request_var('topic_title', '');
Replace with:

Code: Select all

	$new_title = request_var('topic_title', '', true);
The download file is updated and fixed. :)
User avatar
Alorse
Registered User
Posts: 174
Joined: Sun Apr 06, 2008 8:18 pm
Location: Colombia
Name: Fredo
Contact:

Re: [RC] cBB QuickMod 1.0.0

Post by Alorse »

Great mod, I'll try it, a taste that you speak Spanish: D
Locked

Return to “[3.0.x] MODs in Development”