[RC1] Change Author of Post v1.0.0

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! No new topics are allowed in this forum.
Forum rules
READ: phpBB.com Board-Wide Rules and Regulations

IMPORTANT: MOD Development Forum rules

On February 1, 2009 this forum will be set to read only as part of retiring of phpBB2.
Tom_OH
Registered User
Posts: 10
Joined: Fri Jul 29, 2005 12:30 am
Location: Ohio, USA

Post by Tom_OH »

The URL you mentioned was missing the "p" - it should have been "triplentry". That's the reason why the link does not work. Anyhow, it was not posible to register (was using my gmx.net e-mail address which has been working fine for 6 years now).

Again, maybe it is easier to simply post it here like 99% of the other teams do... otherwise people may lose interest in your mod :roll:

Tom
[/b]
radiotres
Registered User
Posts: 5
Joined: Fri Aug 19, 2005 12:19 am

Post by radiotres »

Hi chilling, thanks for such an useful mod. I've installed it but I get an invalid_session error when I try to update the author.
chilling
Registered User
Posts: 336
Joined: Tue Jul 06, 2004 11:59 am
Location: Winchester, England
Contact:

Post by chilling »

Which version of phpbb are you using ?

I only tested it upto 2.0.15 and on our own board we now use the CH Mod .... I'll try and find time over the weekend to create a new 2.0.17 board and install on that.
Christopher Hilling
SpaDental Management llp
https://www.spadental.co.uk
radiotres
Registered User
Posts: 5
Joined: Fri Aug 19, 2005 12:19 am

Post by radiotres »

2.0.6 with attachment mod and security fixes, should it work?
chilling
Registered User
Posts: 336
Joined: Tue Jul 06, 2004 11:59 am
Location: Winchester, England
Contact:

Post by chilling »

yes, should do :)
Christopher Hilling
SpaDental Management llp
https://www.spadental.co.uk
User avatar
onigumo
Registered User
Posts: 1755
Joined: Fri Oct 31, 2003 2:32 am
Contact:

Post by onigumo »

I'm unable to download your MOD. I click the link to download at your forum but the only linke on the resulting page is to the profile of the person to submit it.
I write articles on community building
@ The Infinity Program.
chilling
Registered User
Posts: 336
Joined: Tue Jul 06, 2004 11:59 am
Location: Winchester, England
Contact:

Post by chilling »

You need to be registereed and logged into our forum to be able to download ... See
(you will need to be registered on our forum to download the files - Register)
Christopher Hilling
SpaDental Management llp
https://www.spadental.co.uk
n0obie4life
Registered User
Posts: 232
Joined: Thu Dec 02, 2004 4:33 am

Post by n0obie4life »

Hey, great mod! The superduperblackmailing mod. LOL.

Can you make an option if to show this below
Last edited by <blah blah blah>


I don't want it :)
n0obie4life
Registered User
Posts: 232
Joined: Thu Dec 02, 2004 4:33 am

Post by n0obie4life »

And when I do something through the MODCP. I get an error.
Post_not_exist, Post :


I did a temp fix

Code: Select all

	// -- mod start: Change Author of Post
	case ('author_select' || 'author_confirm' || 'author_update'):
		// Add the main Change Author script
		include($phpbb_root_path . 'includes/change_author.'.$phpEx);
		break;
	// -- mod end: Change Author of Post
REPLACE WITH

Code: Select all

	case 'author_select':
		// Add the main Change Author script
		include($phpbb_root_path . 'includes/change_author.'.$phpEx);
		break;

	case 'author_confirm':
		// Add the main Change Author script
		include($phpbb_root_path . 'includes/change_author.'.$phpEx);
		break;

	case 'author_update':
		// Add the main Change Author script
		include($phpbb_root_path . 'includes/change_author.'.$phpEx);
		break;
n0obie4life
Registered User
Posts: 232
Joined: Thu Dec 02, 2004 4:33 am

Post by n0obie4life »

Idea for a next version.

ACP Option.

Replace all username with this username in the whole board.
Replace all username with this username in this partiticular forum.
Replace all username with this username in this partiticular topic.

Great mod!
chilling
Registered User
Posts: 336
Joined: Tue Jul 06, 2004 11:59 am
Location: Winchester, England
Contact:

Post by chilling »

New Release see:
08/09/2005 - BETA 0.0.3
* Fixed error "Post_not_exist, Post:" when trying to move or delete posting [FIX BY: n0obie4life]
Christopher Hilling
SpaDental Management llp
https://www.spadental.co.uk
chilling
Registered User
Posts: 336
Joined: Tue Jul 06, 2004 11:59 am
Location: Winchester, England
Contact:

Post by chilling »

New Release see:
2005-10-11 - 1.0.0
* No changes from BETA 0.0.3
* Submitted to phpBB MODS DB
Christopher Hilling
SpaDental Management llp
https://www.spadental.co.uk
mattr0x
Registered User
Posts: 155
Joined: Wed May 21, 2003 1:31 am
Contact:

Post by mattr0x »

i got it installed fine, but when i try to change the author, it goes through all the steps fine, but it will not change the author :cry:
chilling
Registered User
Posts: 336
Joined: Tue Jul 06, 2004 11:59 am
Location: Winchester, England
Contact:

Post by chilling »

Hopefully Aaron might be able to help you on this ... if you do not get a reply wihtin the next day or so send him a PM on our home forum....
Christopher Hilling
SpaDental Management llp
https://www.spadental.co.uk
Zenith63
Registered User
Posts: 22
Joined: Fri Jan 20, 2006 9:11 pm

Post by Zenith63 »

Same problem for me on 2.0.21, goes through the motions but the author doesn't change. I'd have expected some sort of confirmation page once the author has changed though? When I select a user, a page displays the confirmation of who the current poster is and who the new one will be, hit Change Author and it just jumps to the .../modcp? page. Shame, this would be so ahndy otherwise...
Post Reply

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