View Full Version : Removing -------- from subscription prices
groberthall
12-31-2005, 06:51 PM
The 'premium members' subscription page only has one price per scheme so a drop down box showing --- --- as the default visible price is confusing and unnecessary. Is there any way to change this ?
nexialys
12-31-2005, 10:45 PM
you simply have to edit one file:
/payment.php
search for this string (line 155 in the original file): $string = '<option value="">--------</option>';
you can then edit that string to your taste...
groberthall
01-01-2006, 07:13 AM
I had already tried that but it only worked up to a point. :)
I have three subscriber levels at different prices ( lets call them bronze, silver and gold ) which puts members in a different user group for each ( so that I can assign different badges )
Removing the above line puts the price in the box where it can be seen ( which is good ) but it shows the same price for all three subscriptions ( which is bad :) )
I suppose I could just change the -------- for a word like 'select' or something but I actually wanted the prices on display
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.