Advertisement
Guest User

[Tutorial] Applying Custom Badges

a guest
Jul 28th, 2015
224
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.64 KB | None | 0 0
  1. Adding Custom Badges for Dummies
  2.  
  3. 1) Go to http://eientei.boards.net/admin/themes/5/template/1304 (Mini-Profile Layout Template)
  4. 2) Search for <!-- Custom Badges -->
  5. 3) Either replace the image URL for a member, or make a new one. A new entry should be in the form of
  6.  
  7. {elseif $[user.id] == XX} <img src="YY"> <!-- ZZ -->
  8.  
  9. Where XX is the user's ID number (found in the link url to their profile)
  10. YY is the custom badge URL
  11. and ZZ is just a comment to denote who the badge belongs to.
  12.  
  13. 4) Repeat steps 2-3 for http://eientei.boards.net/admin/themes/5/template/1304 (User Profile Layout Template)
  14. 5) Try not to accidentally break the template.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement