April 18, 2024, 02:40:02 am
Welcome, Guest. Please login or register.

Login with username, password and session length
News: Welcome to Revolution X, where Coding meets Graphics.
 
  Home Help Search Arcade Affiliates Staff List Calendar Members Login Register  
  Show Posts
Pages: [1]
1  Coding Community / Tutorials / Re: [PHP] Simple Dynamic Signature Tutorial on: August 30, 2009, 09:25:03 pm
hmmm.. I was thinking this would be pretty helpful for my forum, If i were to try to make something out of this.. I can probably make a "preview of a Xbox Gamercard" like the hot shot forums Tongue Thanks for this Smiley

I've got this for runescape signatures:)www.jish.ulmb.com/rs-sig/ But its not all that good.
Hey Jish if you can make it grab the stats of a rs accoutn you think you can help me grab the stats
of the "gamerscore and zone off a gamercard" ?
2  Coding Community / Coding Snippets / Re: User Widget on: August 30, 2009, 09:14:59 pm
Hey moose I've got a question.. Is it possible to make the code wrapped in <span class= "smalltext"> html? Also, is there a way maybe I can possible move the thing out of catbg? I see you have it in the code, I tried didn't succeed well in doing that maybe you can take a look at my forum for a better spot?

http://gamerscoreachievements.smfforfree3.com (not advertising)

- Thanks again
KrylonKrystals
3  Coding Community / Coding Snippets / Re: User Widget on: August 29, 2009, 09:47:41 am
Thanks again moose! Smiley
4  Coding Community / Coding Snippets / Re: Awards System on: August 24, 2009, 09:52:23 pm
Footers:
Code:
<script>
var Awards = new Array();
Awards[Awards.length] = ["USER ID","AWARD"];

$("a").each(function(){
//Created by Agent Moose (smcodes.smfforfree3.com)
if(this.href.match("profile;u=" + Awards[v] + "$")){
$(this).parent().next().append("<br><b>Awards</b>:" + Awards[v][1]);
};};);
</script>

USER ID = The User ID you would like to give awards to.
AWARD = What the award will be.  You may use HTML or Text.

Enjoy Smiley
Is there a way to make it so that either the user can automatically get the award or possibly add more users to the list?

EDIT: put a strikethrough on that part didn't read the code correctly Tongue
Pages: [1]
Powered by EzPortal
Bookmark this site! | Upgrade This Forum
SMF For Free - Create your own Forum

Powered by SMF | SMF © 2016, Simple Machines
Privacy Policy