Resource icon

User Paid Sticky 1.2.1

No permission to buy ($49.99)
  • Support added for custom CSS on sticky threads.
  • Set class on a per-node basis (use different CSS markup for differing nodes)
  • CSS added via EXTRA.css
class.webp


css.webp

Demo at: http://p8ntballer-forums.com/forums/for-sale.55/

How we did it here: Under the for sale node we set the CSS Class to "stickyColor".

Then, added the following code to the EXTRA.css template to turn the text for Paid Sticky threads red.

Code:
.discussionListItems .stickyColor, .discussionListItems .stickyColor a 
{
    color: #CC0000 !important; 
}

Update emailed to all customers.
Fixed a bug stoping the creation of new nodes when this addon was disabled.

Thanks to Anthony Parsons for bringing this to my attention.
Updated to 1.1.1

Changelog
  • Small edits to Transaction log code to be more useful
  • Sticky Log will now show applied discounts correctly
  • Fixed bug with discounts and Paypal
Updated to 1.1

Changelog
  • Moved discounts from User Upgrades to User Groups
  • Added Transaction and Sticky logs to Admin CP
  • Fixed addon clash with Enforce Post Rules
  • Fixed bug with User Discounts and Paypal

Attachments

  • transaction log.webp
    transaction log.webp
    23.6 KB · Views: 50
  • usergroups.webp
    usergroups.webp
    52.6 KB · Views: 51
Top Bottom