Previous Thread
Next Thread
Print Thread
Rate Thread
Joined: May 2003
Posts: 1,068
Junior Member
Junior Member
Offline
Joined: May 2003
Posts: 1,068
For those using MyPaymentPal
I updated this so that it will display an image as well as a link to mypaymentpal.

This is setup for my personal stuff but you can change it to suite your needs.

Here is the orignial code for showflat.php
Code
<br />	// Figure out what to display based on their groups<br />	if (preg_match("/-5-/",$postergroup))  { // adjust this group number if needed<br />   			$postrow[$i]['GroupName'] = "Bronze Level";<br />    }<br />	if (preg_match("/-6-/",$postergroup))  { // adjust this group number if needed<br />   			$postrow[$i]['GroupName'] = "Silver Level";<br />    }<br />	if (preg_match("/-7-/",$postergroup))  { // adjust this group number if needed<br />   			$postrow[$i]['GroupName'] = "Gold Level";<br />    }<br />


Here is what I changed it to.
Code
<br />	// Figure out what to display based on their groups<br />	if (preg_match("/-16-/",$postergroup))  { // adjust this group number if needed<br />   			$postrow[$i]['GroupName'] = "<a href=\"{$config['phpurl']}/mypaymentpal/mypaymentpal.php\">Platinum Member<img src=\"{$config['images']}/platinum.gif\" border=\"0\" alt=\"Platinum Membership Info\" /></a>";<br />    }<br />	if (preg_match("/-14-/",$postergroup))  { // adjust this group number if needed<br />   			$postrow[$i]['GroupName'] = "<a href=\"{$config['phpurl']}/mypaymentpal/mypaymentpal.php\">Gold Member<img src=\"{$config['images']}/gold.gif\" border=\"0\" alt=\"Gold Membership Info\" /></a>";<br />    }<br />	if (preg_match("/-11-/",$postergroup))  { // adjust this group number if needed<br />   			$postrow[$i]['GroupName'] = "<a href=\"{$config['phpurl']}/mypaymentpal/mypaymentpal.php\">Silver Member<img src=\"{$config['images']}/silver.gif\" border=\"0\" alt=\"Silver Membership Info\" /></a>";<br />    }<br />


Same code applies to showthreaded.php as well.

Now just change the images to whatever you want and place it your threadsdir/images directory (also don't forget your own group numbers)

Sponsored Links
Entire Thread
Subject Posted By Posted
Beta-[6.4] Group Name Display 2.0 JoshPet 01/11/2004 10:18 AM
Re: Beta-[6.4] Group Name Display 2.0 ksanuk 01/11/2004 12:12 PM
Re: Beta-[6.4] Group Name Display 2.0 Pasqualist 01/11/2004 1:06 PM
Re: Beta-[6.4] Group Name Display 2.0 JoshPet 01/11/2004 9:43 PM
Re: Beta-[6.4] Group Name Display 2.0 Pasqualist 01/11/2004 10:30 PM
Re: Beta-[6.4] Group Name Display 2.0 Storm_dup1 01/13/2004 6:08 AM
Re: Beta-[6.4] Group Name Display 2.0 JoshPet 01/13/2004 7:04 AM
Re: Beta-[6.4] Group Name Display 2.0 Storm_dup1 01/13/2004 7:20 AM
Re: Beta-[6.4] Group Name Display 2.0 Pasqualist 01/13/2004 9:34 AM
Re: Beta-[6.4] Group Name Display 2.0 tenshu 02/06/2004 11:53 PM
Re: Beta-[6.4] Group Name Display 2.0 ericgtr 03/02/2004 9:29 PM
Re: Beta-[6.4] Group Name Display 2.0 smilesforu 03/03/2004 11:30 AM
testing with 6.5.1 beta4 flint 01/05/2005 8:43 PM
Re: testing with 6.5.1 beta4 *DELETED* Pasqualist 01/19/2005 2:10 AM
Re: testing with 6.5.1 beta4 Slawek_L 01/19/2005 2:20 AM
Re: testing with 6.5.1 beta4 Pasqualist 02/15/2005 8:53 PM

Link Copied to Clipboard
Donate Today!
Donate via PayPal

Donate to UBBDev today to help aid in Operational, Server and Script Maintenance, and Development costs.

Please also see our parent organization VNC Web Services if you're in the need of a new UBB.threads Install or Upgrade, Site/Server Migrations, or Security and Coding Services.
Recommended Hosts
We have personally worked with and recommend the following Web Hosts:
Stable Host
bluehost
InterServer
Visit us on Facebook
Member Spotlight
Bill B
Bill B
Issaquah, WA
Posts: 87
Joined: December 2001
Forum Statistics
Forums63
Topics37,575
Posts293,931
Members13,823
Most Online6,139
Sep 21st, 2024
Today's Statistics
Currently Online
Topics Created
Posts Made
Users Online
Birthdays
Top Posters
AllenAyres 21,079
JoshPet 10,369
LK 7,394
Lord Dexter 6,708
Gizmo 5,834
Greg Hard 4,625
Top Posters(30 Days)
Gizmo 1
Top Likes Received
isaac 82
Gizmo 20
Brett 7
WebGuy 2
Morgan 2
Top Likes Received (30 Days)
None yet
The UBB.Developers Network (UBB.Dev/Threads.Dev) is ©2000-2025 VNC Web Services

 
Powered by UBB.threads™ PHP Forum Software 8.0.1
(Snapshot build 20240918)