• This forum has been archived. New threads and replies may not be made. All add-ons/resources that are active should be migrated to the Resource Manager. See this thread for more information.

Signature Badge Script

  • Thread starter Thread starter Floris
  • Start date Start date
Reflects the extensibility of this product. For Digitalpoint to create a badge system he probably had to write a hefty piece of code.
 
thanks mate ;)

sig
 
i noticed that you have grab out the xF logo from yours ... how you did it?

There are a number of options:
  • just entering your user id will show everything by default with the colour blue
  • you can change the colour by adding &color=gray/red/green/purple/yellow/orange
  • you can change what is shown by adding &elements=posts, trophies, likes - just remove which one you don't want
  • you can remove your user name by adding &showName=false
  • you can remove the XF logo thing by adding &showXF=false
Eric goes through it in detail in his earlier post: http://xenforo.com/community/threads/signature-badge-script.656/page-4#post-8885
 
I know mine doesn't look as cool, but it's located at

http://www.amdavies.com/files/xensig.php

Input options are:

id - Quite simply your userid, defaults to my id cause I'm a lazy tester
site - The site to load the data from. Defaults to 'xenforo.com/community' not been able to test with anything else yet, only other xenforo site doesn't have the xml thing
style - The style of the signature. Current options are
  • 1 - The one shown in my signature - Default
  • 2 - Uses Erik's style
colour - color - both spellings are valid. Takes in colour to use, not yet implemented

show - Specify which items to show, and in which order. Logo and name are always shown first. Seperate values with a semicolon(;) and type lowercase. Defaults to show all. Options
  • logo
  • name
  • likes
  • posts
  • trophies
Example: http://www.amdavies.com/files/xensi...how=name;likes;posts

xensig.php
 
Hm, too bad this script relies on images, actually. It would have been awesome if you could just enter an hex code and get the color you inserted. Unlimited options.
 
Hm, too bad this script relies on images, actually. It would have been awesome if you could just enter an hex code and get the color you inserted. Unlimited options.

that should actually be very possible, the background isn't very complex
 
Top Bottom