SMF For Free Support Forum
Signup For Free Forum
August 30, 2008, 11:51:50 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: [Code] Quick Comment V3  (Read 1146 times)
0 Members and 1 Guest are viewing this topic.
Agent Moose
Moderator
*****
Offline Offline

Posts: 623


Do not PM me for Code Support or Request


View Profile WWW
« on: August 02, 2007, 07:22:21 pm »

Add  this to your headers if you dont have ot already:
Code:
<script src="/jquery.js"></script>

Footers:
Code:
<script>
function quick_comment_v3() {
//Created by Agent Moose (smcodes.smfforfree3.com)
$(function() {
$("tr td b a").each(function() {
if(/\?action=profile;u=(\d+)/i.test(this.href)) {
$(this).after("<br><a href='http://XXXXX.smfforfreeX.com/index.php?action=comment;sa=add;u="+RegExp.$1+"' class='smalltext'>Quick Comment User</a>")
};});});}
quick_comment_v3();
</script>

What this code does is adds a link under all the users that when you click on it, it will bring you to the page that lets you comment on there profile.  If that makes since...anway, this is diffrent from V1 and V2 because it puts a link for all the users, instead of certain users that the admin put to ahve it.  I hope you like it:)

EDIT:
You will see that there are X's in the code.  Those X's, you need to change.  The first group of X's would be your board name, the lone X would be the server your on, either 1, 2 or 3
« Last Edit: April 01, 2008, 08:53:46 pm by Agent Moose » Logged

Eternal Flame Coming Soon

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

Posts: 3319


View Profile WWW
« Reply #1 on: August 02, 2007, 07:28:52 pm »

Awesome code as usual!
Logged

SMF For Free-Free Simple Machines Forum hosting.
Agent Moose
Moderator
*****
Offline Offline

Posts: 623


Do not PM me for Code Support or Request


View Profile WWW
« Reply #2 on: August 02, 2007, 08:31:36 pm »

Thanks glad to hear that you like it Smiley
Logged

Eternal Flame Coming Soon

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

Posts: 136


Photoshop Userbars :d


View Profile WWW
« Reply #3 on: April 01, 2008, 05:42:34 am »

woah nice one i love this very nice  laugh
Logged

3lf-ครรครรเภ
SMF For Free Full Member
*
Offline Offline

Posts: 108



View Profile
« Reply #4 on: June 08, 2008, 08:39:35 pm »

theres now smfforfree4.. you might wanna make a quick change for that.
Logged

LaundryLady
Global Moderator
*
Offline Offline

Posts: 3016



View Profile WWW
« Reply #5 on: June 09, 2008, 06:27:56 pm »

All the servers use the same programming now, Server 4 included.
Logged



Pages: [1]
  Print  
 
Jump to:  

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