Icy Phoenix

     
 


Post new topic  Reply to topic 
Page 1 of 1
 
 
Reply with quote Download Post 
Post Increasing Signature Max Chars Feature Request 
 
Per MG request in another thread, he asked me to come over here and make a new thread.

Basically what I am after, in absolutely no hurry, is the ability to choose a user group of choice to be able to increase that usergroups max char count in sig.

For example, now it is set at 255 char. I have a group called Donors. Donors get special features on the board regular users do not get, more chars in sig is a nice feature to give.
 




____________
"Don't gain the world and lose your soul, wisdom is better than silver and gold" -Bob Marley
 
MWE_001Send 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: Increasing Signature Max Chars Feature Request 
 
I believe that this is posible if signature is a VarChar field in the table SQL and not a Text field, and the VarChar change for each rank in the admin panel, but i'm not a good Php developer.
Please wait to MG.
 



 
Fer 10Send private message  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Increasing Signature Max Chars Feature Request 
 
It's actually a bit more complex than that, because the field in the DB can't change depending on the group. It'll need some PHP mods. I'll get to it this month when I'm back home :-).
 




____________
IcyPhoenix ADR RPGEzArena (modded phpBB2+ADR)
 
InformproSend private message  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Increasing Signature Max Chars Feature Request 
 
Well, this all was just a thought for me as a feature as described above. Without it, it is not a game changer for me. I am pretty clever at figuring out ways around things. But if this is possible months down the road or what ever then  cool. If not, oh well was but a mere thought anyhow.

I appreciate your all's efforts on this project none the less in any way shape or form you offer it. This is a pretty cool cms


Take care folks!

Ray
 




____________
"Don't gain the world and lose your soul, wisdom is better than silver and gold" -Bob Marley
 
MWE_001Send private message  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Increasing Signature Max Chars Feature Request 
 
Mh, it seems I lost the link to the old support topic... Do you still have it? Converting the mod should be rather quick.
 




____________
IcyPhoenix ADR RPGEzArena (modded phpBB2+ADR)
 
InformproSend private message  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Increasing Signature Max Chars Feature Request 
 
Ahem! It's in the "similar topics"    

http://www.icyphoenix.com/viewtopic.php?t=3969
 



 
mortSend private message  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Increasing Signature Max Chars Feature Request 
 
LOL sorry Inform. I was asked very nicely to stay out of old topics so I was staying true to my word that I would stear clear. MG had suggested I start this thread as a reminder to him but if you can port it, you the man!  
 




____________
"Don't gain the world and lose your soul, wisdom is better than silver and gold" -Bob Marley
 
MWE_001Send private message  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Increasing Signature Max Chars Feature Request 
 
mort wrote: [View Post]
Ahem! It's in the "similar topics"    

http://www.icyphoenix.com/viewtopic.php?t=3969
I stopped believing in this feature a long time ago! Apparently wrongfully. Thank you.

I'm starting to see how to convert it now.
 




____________
IcyPhoenix ADR RPGEzArena (modded phpBB2+ADR)
 
InformproSend private message  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Increasing Signature Max Chars Feature Request 
 
It's a feature one would never give a second thought to unless it was incentive for memberships for vendors or something like that. Like some boards you can choose who can use images and links in sigs and who cant and what groups get how many chars etc etc. That is a tad much really, but increasing chars per group would be awesome, BUT.... Not necessary by any means. I am clever and can find other incentives This was just a idea when I viewed that old topic.

As I said, not necessary though. I know you developers have enough going on without trying to add more to the package every time someone sends out a request. I can appreciate everything you guys do for the project in your own giving manner and I thank you all so very much. I would try to help but my skills are very limited to say the least. Now beta testing, I am a pro  LOL if it can go wrong, I will find it!  
 




____________
"Don't gain the world and lose your soul, wisdom is better than silver and gold" -Bob Marley
 
MWE_001Send private message  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Increasing Signature Max Chars Feature Request 
 
Okay, I'm done with the adaptation.

Here is the commit:

https://github.com/vendethiel/icy_p...a65cb8414209007

I can make a "phpBB mod changelog", or you can read it on github. Green lines are "added", Red lines are "removed" ( you can also look at the + and - signs)

The lang:
OPEN
Code: [Download] [Hide]
  1. language/lang_english/lang_admin.php 

FIND (near the end)
Code: [Download] [Hide]
  1. // ####################### [ Icy Phoenix Options END ] ####################### 
  2.  

BEFORE, ADD
Code: [Download] [Hide]
  1.   'Group_exclude_max' => 'Exclude groups from max signature requirement', 
  2.   'Group_exclude_max_explain' => 'List of groups that will be excluded for the signature length limit restriction.', 



@MG this shows that class_form's LIST_CHECKBOX is not ready for prime time:



But it saved me a lot of time still, overall.
 




____________
IcyPhoenix ADR RPGEzArena (modded phpBB2+ADR)
 
InformproSend private message  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Increasing Signature Max Chars Feature Request 
 
Thank you very much Informpro, for now I have just implemented your class_form.php suggestions... even if I have to check how that field works (it was used for a private plugin, and it worked properly in the past...).

I still have doubt if it is feasible to add this feature to Icy Phoenix as default... what do you think?
 




____________
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: Increasing Signature Max Chars Feature Request 
 
If I may jump in, I'[m not sure I would make it default. I would think seriously if anything of a simple plugin. I know it is a feature that appealed to me, but it may not to any others. I would hate to see you have to go through the hassle of hard coding for something that could be a plugin maybe? On another note, I  am not sure how the plugins work so My opinion might not even matter.  
 




____________
"Don't gain the world and lose your soul, wisdom is better than silver and gold" -Bob Marley
 
MWE_001Send private message  
Back to topPage bottom
Post new topic  Reply to topic  Page 1 of 1
 


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


  

 

  cron