|
|
| Author |
Message |
major_meltdown
New User
Joined: 03 Aug 2010
Posts: 4
|
Posted: August 3rd 2010, 3:48 pm Post subject: "Signature Panel" hack for phpBB2 |
|
|
Looking for some way to enable pics in signatures but retaining global/group/user level control on who can or can't use the feature. Using phpBB 2.0.22-2 with many, many custom adds already so upgrade to 3.0 not an option.
Found a hack called "Signature Panel" that sounds like it does EXACTLY what we're looking for {http://www.phpbbhacks.com/download/1404). Problem is, no download is linked.
Anyone know where we can find this code or have any feedback about how it works? |
|
| Back to top |
|
 |
Patrick
Admin/Webmaster

Joined: 11 May 2001
Posts: 17279
Location: Harbinger, NC, U.S.A.
|
|
| Back to top |
|
 |
major_meltdown
New User
Joined: 03 Aug 2010
Posts: 4
|
Posted: August 4th 2010, 7:25 am Post subject: |
|
|
Patrick, after more searching I found another poster who seems to have worked this out based on the screen shot in his post. Unfortunately, I'm too new on these forums to contact him via PM or Email. Can you help me out?
His post is here: http://www.phpbbhacks.com/forums/post294408.html#294408 |
|
| Back to top |
|
 |
Patrick
Admin/Webmaster

Joined: 11 May 2001
Posts: 17279
Location: Harbinger, NC, U.S.A.
|
|
| Back to top |
|
 |
major_meltdown
New User
Joined: 03 Aug 2010
Posts: 4
|
Posted: August 5th 2010, 10:07 am Post subject: |
|
|
I can use [img] tag in signature to post a pic and [url] to link it. The real trick I'm looking for (I've since discovered) is how to restrict the use of BBCode in signatures to a selected number of users (a Group, maybe?). Whole aim here is to offer this functionality to advertisers vs standard users and limit access.
Use of BBCode is enabled in the General Configuration tab for "User and Forum Basic Settings" and therefore available to all. Is there some way to control group/user level settings for BBCode?
Any help here is MOST welcome. |
|
| Back to top |
|
 |
Patrick
Admin/Webmaster

Joined: 11 May 2001
Posts: 17279
Location: Harbinger, NC, U.S.A.
|
|
| Back to top |
|
 |
ABDev
Not So New User
Joined: 21 Nov 2005
Posts: 39
Location: Lens / France
|
Posted: August 18th 2010, 1:32 am Post subject: |
|
|
Maybe this one .
| Code:
|
## MOD Title: Signatures control
## MOD Author: -=ET=- < N/A > (N/A) http://www.golfexpert.net/phpbb
## MOD Description: This MOD lets admins set general rules to
## fully control what they allow or not for
## signatures. But they can disallow the signature
## or the controls for who they want too.
## MOD Version: 1.2.4
##
## Installation Level: Intermediate
|
Download link :: Click here
Edit : You are lucky, I found Signature Panel in my MODs directory .
| Code:
|
## Hack Title: Signature panel
## Hack Version: 0.1.7
## Author: Freakin' Booty ;-P
## Description: Removes the original signature options and embeds them in a panel in the profile (like the
## avatar panel). An administrator can also edit signatures from the ACP, and can set if
## signatures and signature images are allowed, including parameters for each of these.
## Options are:
## - uploading an image from your machine or a URL,
## - setting a signature text (the original signature), without bbCode image tags
## - always attach your signature (the original option)
## - allow signatures (yes/no; en/disables signatures wherever they are displayed)
## - allow signature images (yes/no; en/disables signature images wherever they are displayed).
## Compatibility: 2.0.4 - 2.0.5
##
## Installation Level: Moderate
|
Download link :: Click here |
|
| Back to top |
|
 |
Patrick
Admin/Webmaster

Joined: 11 May 2001
Posts: 17279
Location: Harbinger, NC, U.S.A.
|
|
| Back to top |
|
 |
major_meltdown
New User
Joined: 03 Aug 2010
Posts: 4
|
Posted: September 16th 2010, 4:36 pm Post subject: |
|
|
| Awesome. Thanks, ABDev!!! |
|
| Back to top |
|
 |
|