How Do I Customise the appearance of the Get PaidToSignup output field?
Top : Cash Crusader Scripts
| Article ID: |
 |
000107 |
| Rating: |
 |
0.0 / 5.0 (0 votes)
|
| Views: |
 |
1201 |
|
|
I wish to Customise the appearance of the Get PaidToSignup output field
|
Customise the appearance of the Get PaidToSignup output field
The Get PaidToSignup field is used to show members the current paid signup offers.
This output field has eleven variables:
* GroupName (default is the wild card, ‘%’)
* Instructions (default is 'Sign-up for the site above to earn')
* No Ads Message (default is 'Sorry, no sites are available for
you to sign-up for at this time')
* Points Label(default is 'point(s)')
* Cash Label(default is 'cent(s)')
* cash factor (of units represented - dollars, cents, etc; default is 1)
* Next Message (default is '<b>Next Page</b>')
* Previous Message (default is '<b>Previous Page</b>')
* Validation Instructions (default is 'Paste your confirmation
email message for the above site here')
* Confirmation Instructions (default is 'Submit confirmation email')
* Divider (default is '<hr><br>')
Example:
<? get_pts_ad('PaidEmail', 'Sign-up for the site above to earn','Sorry, no offer available','point(s)','cent(s)', 1,'<b>Next</b>','<b>Previous </b>','Paste confirmation email message here','Submit','<hr><br>'); ?> would show the current PTS ads in the group PaidEmail, with briefer messages than the defaults, as specified.
|