Icy Phoenix

     
 


Post new topic  Reply to topic 
Page 1 of 2
Goto page 1, 2  Next
 
Reply with quote Download Post 
Post Modification - Merge Double Or Last Posts By The Same User 
 
Here's a handy little MOD that's a lot more friendly than the bump restrictions currently used by Icy Phoenix.




    Package Icy Phoenix Modifications
    File $Id: double_post_merge-en.txt
    Version for Icy Phoenix: 1.3.0.*
    Author: Mercuree ( Igor )
    Copyright (c) Mercuree
    Email:
    License h**p://opensource.org/licenses/GPL-license.php GNU Public License

    Extra credits for this MOD:
        Extensively Modified for Icy Phoenix by Lopalong. 28th September 2009

    Title:
    Double post merge

    Description:
    This mod merges post text on posting to the last message in topic instead of adding a new one, only if the poster of the last message and the poster of current text is the same person (double post becomes one post)

    Configuration location: ACP > Menu > Modifications > Merge Double Posts




Download: Merge Double Posts




 
 
Last edited by Guest on Mon 11 Jan, 2010 11:21; edited 1 time in total 
 
Back to topPage bottom
Icy Phoenix is an open source project, you can show your appreciation and support future development by donating to the project.

Support us
 
Reply with quote Download Post 
Post Re: Modification - Merge Double Or Last Posts By The Same User 
 
Great Lopa', thanks !

I prefers this as the service actually installed.
 



 
InformproSend private message  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Modification - Merge Double Or Last Posts By The Same User 
 
Thank's man!!!  
 




____________
http://img407.imageshack.us/img407/...nnerbakabk0.png
 
HaoAsakuraSend private messageVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Modification - Merge Double Or Last Posts By The Same User 
 
Heeee Lopalong you are releasing many USEFUL mods ^^
Thanks a lot for this one too
 



 
YrosSend private messageVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Modification - Merge Double Or Last Posts By The Same User 
 
What a very useful MOD!!!!!!
Thanks... Installing..
 



 
DanielcSend private messageVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Modification - Merge Double Or Last Posts By The Same User 
 
Great work yet again!
 




____________
| Icy Phoenix ColorizeIt! |
Bipolar Disorder - Not good for you and definitely not good for everyone else.
 
ChaoticSend private messageVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Modification - Merge Double Or Last Posts By The Same User 
 
Lopalong wrote: [View Post]
Here's a handy little MOD that's a lot more friendly than the bump restrictions currently used by Icy Phoenix.

Yes it is more friendly than the current one... but has BUMP restriction to be friendly?

I prefer blocking bumps at the source instead of adding extra charge on admins to adjust, merge, fix, move... topics and posts later.

Anyway, this is a good addon for all those people (and I guess are a lot ) which doesn't like my point of view about BUMPING restrictions.
 




____________
Luca
SEARCH is the quickest way to get support.
Icy Phoenix ColorizeIt - CustomIcy - HON
 
Mighty GorgonSend private messageSend e-mail to userVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Modification - Merge Double Or Last Posts By The Same User 
 
Mighty Gorgon wrote: [View Post]
Lopalong wrote: [View Post]
Here's a handy little MOD that's a lot more friendly than the bump restrictions currently used by Icy Phoenix.

Yes it is more friendly than the current one... but has BUMP restriction to be friendly?

I prefer blocking bumps at the source instead of adding extra charge on admins to adjust, merge, fix, move... topics and posts later.

Anyway, this is a good addon for all those people (and I guess are a lot ) which doesn't like my point of view about BUMPING restrictions.


I think this mod could be included in the default package, with a special option to those who wants/doesn't want to enable this.
 



 
DanielcSend private messageVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Modification - Merge Double Or Last Posts By The Same User 
 
I think Lopa already coded it to be an extra addon with only two small edits in core files.
 




____________
Luca
SEARCH is the quickest way to get support.
Icy Phoenix ColorizeIt - CustomIcy - HON
 
Mighty GorgonSend private messageSend e-mail to userVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Modification - Merge Double Or Last Posts By The Same User 
 
Mighty Gorgon wrote: [View Post]
I think Lopa already coded it to be an extra addon with only two small edits in core files.


I agree MG,

There comes a time when one has to really evaluate what should be added every time a user suggests something should be.

@Daniel,

No offence - But if everything was added that every user would like to see as a default application - Icy Phoenix would need two men and a boy just to lift it.  

OT:

@MG,

I've got another one for you too that I'm about to post. Maybe you would like to run an eye over the code before it's "Officially" released.  

And don't give me any MG_VIEWTOPIC stuff as viewtopic.' . PHP_EXT works just fine!  
 
 
 
Back to topPage bottom
Reply with quote Download Post 
Post Re: Modification - Merge Double Or Last Posts By The Same User 
 
Yes, i understand you Lopalong and MG..
But i was thinking on it because MG said that will remove some unused features in IP, so, i think this is a good and small mod..
Anyway, there is no problem, i frequently visit this page and i can install the mod if i want (in next releases)..
 



 
DanielcSend private messageVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Modification - Merge Double Or Last Posts By The Same User 
 
Hi
    I have a problem with this mod as you can see from the image below (not sure where the nn has come from) :-

 double

however I think it might have something to do with my Slash Problem what do you think ??? have I done the mod wrong or am I right and this is a knock on effect of the my slash problem ???

cheers

Nick
 



 
n1cks21Send private messageVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Modification - Merge Double Or Last Posts By The Same User 
 
Try this.

In the script:

Find:

$separator = ' \n\nAdded after';

BACKSPACE OUT:  \n\n and then hit ENTER twice.

Find:

                        $separator .= ':
\n\n ';
And do the same thing.




You should be able to see what I mean with this.

$separator = '

Added after';

BACKSPACE OUT:

and then hit ENTER twice.

Find:

                        $separator .= ':


 ';
 
 
 
Back to topPage bottom
Reply with quote Download Post 
Post Re: Modification - Merge Double Or Last Posts By The Same User 
 
Hum, lopa, it's not
Code: [Download] [Hide]
  1. '\n' 
but
Code: [Download] [Hide]
  1. "\n" 
LOL
 



 
InformproSend private message  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Modification - Merge Double Or Last Posts By The Same User 
 
And:

Is Not:

    'L_CLOSE_WINDOW'        => $lang['Close_window'],


Is:

    "L_CLOSE_WINDOW"        => $lang['Close_window'],

What Rubbish!




So long as the encapsulation is the same on both ends, quotes and semi-quotes mean the same thing.

And did you take the time to read the other posts where people have installed it and don't have this problem?

Did you also note that it appears only n1cks21 has problems with slashes (For whatever reason) and this is hopefully a fix for that particular problem.

Possibly not!
 
 
 
Back to topPage bottom
Post new topic  Reply to topic  Page 1 of 2
Goto page 1, 2  Next


Display posts from previous:    

HideWas this topic useful?

Link this topic
URL
BBCode
HTML




 
Permissions List
You cannot post new topics
You cannot reply to topics
You cannot edit your posts
You cannot delete your posts
You cannot vote in polls
You cannot attach files
You can download files
You cannot post calendar events