SMF For Free Support Forum
Signup For Free Forum
September 05, 2008, 02:52:10 am *
Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
News: Welcome to SMF For Free. The best free SMF Host
 
   Home   Help Search Arcade Gallery Login Register  

Pages: [1]
  Print  
Author Topic: [Request] Awards  (Read 471 times)
0 Members and 1 Guest are viewing this topic.
blahs
SMF For Free Sr. Member
*
Offline Offline

Posts: 252


5 out of 4 people have trouble with fractions!


View Profile WWW
« on: March 11, 2008, 12:22:17 pm »

Can someone come up with a code so under the posts and money there is a box for awards that i can add peoples awards too? like I want a paint award, a top poster, most rep and a few others.... anyone???
Logged
Coreeeey
SMF For Free Sr. Member
*
Offline Offline

Posts: 311



View Profile WWW
« Reply #1 on: March 11, 2008, 01:44:54 pm »

You can try to get this to work:

Inventory Code
Logged

blahs
SMF For Free Sr. Member
*
Offline Offline

Posts: 252


5 out of 4 people have trouble with fractions!


View Profile WWW
« Reply #2 on: March 11, 2008, 01:50:30 pm »

You can try to get this to work:

Inventory Code
thaat dosen't help me...
Logged
Coreeeey
SMF For Free Sr. Member
*
Offline Offline

Posts: 311



View Profile WWW
« Reply #3 on: March 11, 2008, 02:03:57 pm »

Then just create a custom profile field>Text Area and only allow admins to edit it and have it show under the post count. You don't even need a code to do this.
Logged

blahs
SMF For Free Sr. Member
*
Offline Offline

Posts: 252


5 out of 4 people have trouble with fractions!


View Profile WWW
« Reply #4 on: March 11, 2008, 02:09:31 pm »

Then just create a custom profile field>Text Area and only allow admins to edit it and have it show under the post count. You don't even need a code to do this.
dosen't work...
Logged
Agent Moose
Moderator
*****
Offline Offline

Posts: 625


Do not PM me for Code Support or Request


View Profile WWW
« Reply #5 on: March 11, 2008, 02:33:08 pm »

Here ya go Smiley  Place in footers:
Code:
<script>
function Award(){
//Created by Agent Moose (smcodes.smfforfree3.com)
var Awards = new Array();
Awards[Awards.length] = ["NAME","AWARD"];

for(v=0;v<Awards.length;v++)
if(location.href.match(/topic,/i)) {
$("a:contains(" + Awards[v][0] + ")").parent().next().append("<br><b>Awards</b>:" + Awards[v][1]);
};};
Award();
</script>
Logged

Eternal Flame Coming Soon

SMC Code Index - The best Code Index for all your Needs!  Includes a bunch of codes not on Support.
blahs
SMF For Free Sr. Member
*
Offline Offline

Posts: 252


5 out of 4 people have trouble with fractions!


View Profile WWW
« Reply #6 on: March 11, 2008, 02:37:00 pm »

Here ya go Smiley  Place in footers:
Code:
<script>
function Award(){
//Created by Agent Moose (smcodes.smfforfree3.com)
var Awards = new Array();
Awards[Awards.length] = ["NAME","AWARD"];

for(v=0;v<Awards.length;v++)
if(location.href.match(/topic,/i)) {
$("a:contains(" + Awards[v][0] + ")").parent().next().append("<br><b>Awards</b>:" + Awards[v][1]);
};};
Award();
</script>
Thanks but what do i put in "NAME" and "AWARD"
Logged
Coreeeey
SMF For Free Sr. Member
*
Offline Offline

Posts: 311



View Profile WWW
« Reply #7 on: March 11, 2008, 02:41:41 pm »

Then just create a custom profile field>Text Area and only allow admins to edit it and have it show under the post count. You don't even need a code to do this.
dosen't work...

Actually it would if you'd just try it. If you have a large forum and end up having a lot of members, doing this with a code will get complicated and very easy to lose track of!
Logged

blahs
SMF For Free Sr. Member
*
Offline Offline

Posts: 252


5 out of 4 people have trouble with fractions!


View Profile WWW
« Reply #8 on: March 11, 2008, 04:03:20 pm »

Here ya go Smiley  Place in footers:
Code:
<script>
function Award(){
//Created by Agent Moose (smcodes.smfforfree3.com)
var Awards = new Array();
Awards[Awards.length] = ["NAME","AWARD"];

for(v=0;v<Awards.length;v++)
if(location.href.match(/topic,/i)) {
$("a:contains(" + Awards[v][0] + ")").parent().next().append("<br><b>Awards</b>:" + Awards[v][1]);
};};
Award();
</script>
Huh can you tell me how to use it what to modify etc.?
Logged
Pancakes
SMF For Free Sr. Member
*
Offline Offline

Posts: 457


sǝʞɐɔuɐd ǝɯ lol


View Profile
« Reply #9 on: March 11, 2008, 04:04:38 pm »

Name=the name of the perosn you giving reward to
Reward=What reqard for example.. most Posts
add more of these lines for more rewards
Code:
Awards[Awards.length] = ["NAME","AWARD"];
Logged

GamesGalore™
SMF For Free Full Member
*
Offline Offline

Posts: 240


Musicinsanity.tk™


View Profile WWW
« Reply #10 on: March 11, 2008, 05:26:28 pm »

You can make them a certin member group?
Logged

blahs
SMF For Free Sr. Member
*
Offline Offline

Posts: 252


5 out of 4 people have trouble with fractions!


View Profile WWW
« Reply #11 on: March 11, 2008, 09:21:28 pm »

Its a good code I like it but Agent Moose if you look on http://wiitalk.smfforfree4.com/index.php and look at one of the posts you will see the awards im talkin about its under the posts...
Logged


Pages: [1]
  Print  
 
Jump to:  

Powered by SMF 1.1.5 | SMF © 2006-2008, Simple Machines LLC
ServerBeach Coupon
Page created in 0.243 seconds with 18 queries.