Icy Phoenix

     
 


Post new topic  Reply to topic 
Page 2 of 2
Goto page Previous  1, 2
 
Reply with quote Download Post 
Post Re: How To Send PM To All Users? 
 
A Question

Because when you create this kind of mod does not even prepare for later?

Example:

Code: [Download] [Hide]
  1. <?php  
  2. /**  
  3. *  
  4. * @package Icy Phoenix  
  5. * @version $Id$  
  6. * @copyright (c) 2008 Icy Phoenix  
  7. * @license http://opensource.org/licenses/GPL-license.php GNU Public License  
  8. *  
  9. */  
  10.  
  11. /*  
  12. define('IN_ICYPHOENIX', true);  
  13. if (!defined('IP_ROOT_PATH')) define('IP_ROOT_PATH', './');  
  14. if (!defined('PHP_EXT')) define('PHP_EXT', substr(strrchr(__FILE__, '.'), 1));  
  15. include(IP_ROOT_PATH . 'common.' . PHP_EXT);  
  16. */  
  17.  
  18. define('IN_PHPBB', true);  
  19. $phpbb_root_path = './';  
  20. include($phpbb_root_path . 'extension.inc');  
  21. include($phpbb_root_path . 'common.' . $phpEx);  


As you can see from line 11 to line 16 syntax is prepared for new and future versions.

Tomorrow wants a move to the new version will not do anything else you delete the old routine and uncomment the new

Hello Fucile
 



 
fucile - View user's profileSend private message 
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: How To Send PM To All Users? 
 
@ fucile

It is no good to simply prepare the header strings for the future, as the MOD core-file script has to be changed also, else nothing will work.

Better to leave it as a MOD for today - And convert it all to the new code in readiness for when the time comes for the next release of IP.
 



 
 
Back to topPage bottom
Reply with quote Download Post 
Post Re: How To Send PM To All Users? 
 
I've remove italian version!
 




____________
http://img407.imageshack.us/img407/...nnerbakabk0.png
 
Last edited by HaoAsakura on Tue 06 Jan, 2009 08:19; edited 1 time in total 
HaoAsakura - View user's profileSend private messageVisit poster's website 
Back to topPage bottom
Reply with quote Download Post 
Post Re: How To Send PM To All Users? 
 
Lopalong wrote: [View Post]
@ fucile

It is no good to simply prepare the header strings for the future, as the MOD core-file script has to be changed also, else nothing will work.

Better to leave it as a MOD for today - And convert it all to the new code in readiness for when the time comes for the next release of IP.



Thanks Lopalong for the explain
 
 



 
fucile - View user's profileSend private message 
Back to topPage bottom
Reply with quote Download Post 
Post Re: How To Send PM To All Users? 
 
I have coded a MASS PM feature for next version...

I will update SVN soon so you can test it.
 




____________
Luca
SEARCH is the quickest way to get support.
Icy Phoenix ColorizeIt - CustomIcy - HON
 
Mighty Gorgon - View user's profileSend private messageVisit poster's websiteView user's personal gallery 
Back to topPage bottom
Reply with quote Download Post 
Post Re: How To Send PM To All Users? 
 
Oh wow!

You really tweaked that feature, MG!  Awesome work!
 




____________
| Icy Phoenix ColorizeIt! |
Bipolar Disorder - Not good for you and definitely not good for everyone else.
 
Chaotic - View user's profileSend private messageVisit poster's websiteView user's personal gallery 
Back to topPage bottom
Reply with quote Download Post 
Post Re: How To Send PM To All Users? 
 
Did you already test it?
 




____________
Luca
SEARCH is the quickest way to get support.
Icy Phoenix ColorizeIt - CustomIcy - HON
 
Mighty Gorgon - View user's profileSend private messageVisit poster's websiteView user's personal gallery 
Back to topPage bottom
Reply with quote Download Post 
Post Re: How To Send PM To All Users? 
 
Limun and I are playing around with it and so far it looks great.
 




____________
| Icy Phoenix ColorizeIt! |
Bipolar Disorder - Not good for you and definitely not good for everyone else.
 
Chaotic - View user's profileSend private messageVisit poster's websiteView user's personal gallery 
Back to topPage bottom
Post new topic  Reply to topic  Page 2 of 2
Goto page Previous  1, 2


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