Advertise Here

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Halius

Pages: [1]
1
Advertise Your Board / Student2Student Homework Help
« on: August 11, 2011, 10:04:22 pm »
Forum Url: http://s2shh.smfforfree.com/index.php

Have you ever had trouble with homework? Ever wanted to help someone with homework? Student2Student Homework Help may be just the place for you. A team of tutors works together to help other students with questions.

There are also discussion forums and much more. We are a pretty new forum, but would like to expand our capabilities. Help us help you, and check our site out today!

2
General Support / I can't find how to create a custom profile field.
« on: August 04, 2011, 05:41:00 pm »
Forum Url: http://s2shh.smfforfree.com/index.php
I click Admin > Features and options, and then I'm supposed to click custom profile fields, but its not there :/ Halp please :)

3
General Support / Please Close
« on: July 31, 2011, 01:41:27 pm »
Forum Url: http://s2shh.smfforfree.com/index.php
Admin > Manage Styles > Headers/Footers

It just shows a blank page, as if it were a webpage with nothing on it, just the Ad. Any ideas?

EDIT: Figured it out, sorry.

4
Code: [Select]
<script>
function smc_money_code(name,sign,amount){
//Created by Agent Moose at smcodes.smfforfree3.com
c = document.getElementsByTagName("div");
for(v=0;v<c.length;v++){
if(c[v].className=="smalltext" && c[v].innerHTML.match(/Posts: (\d+)/)){
var total = amount * RegExp.$1;
c[v].innerHTML+="<br />" + name+": " + sign + total;
};};}
smc_money_code("Points","","1")
</script>

Is there a way to edit this other code of yours and combine them to have a "reason for editing points" (or in this case, indirectly the points count)?

Code: [Select]
<script type="text/javascript">
var i = ""; var r = ""; var b = "";
//Created by Agent Moose (revolutionx.smfforfree3.com)
$("td[width='16%'] b a").each(function(){
if(this.href.match(/u=(.*)/i)){
i = RegExp.$1;
r = $(this).parent().next().find("a[href*='sa=applaud']").attr("href");
b = $(this).parent().next().find("a[href*='sa=smite']").attr("href");
$(this).parent().next().find("a[href*='sa=applaud']").each(function(){
this.href = "javascript:void(0);";
this.onclick = function(){ Red(); };
});
$(this).parent().next().find("a[href*='sa=smite']").each(function(){
this.href = "javascript:void(0);";
this.onclick = function(){ Blue(); };
});};});
function Red(){ var x = prompt("Reason:",""); if(x){ $.post(smf_scripturl + "?action=comment&sa=add2",{comment: "[b][color=green]Karma Added!  Reason:[/color][/b]\n" + x, userid: i}); alert("Reason Posted!"); window.location = r; }else if(!x){ alert("You must enter a reason!"); };};
function Blue(){ var v = prompt("Reason:",""); if(v){ $.post(smf_scripturl + "?action=comment&sa=add2",{comment: "[b][color=red]Karma Subtracted!  Reason:[/color][/b]\n" + v, userid: i}); alert("Reason Posted!"); window.location = b; }else if(!v){ alert("You must enter a reason!"); };};
</script>

Your codes are just amazing! And thank you for the help!

5
Is there a way to nix the money code and make the

Posts: #

say

Points: #

instead?

6
I have the money code set up, but I don't want to use the post count for money, I'd just like staff members to edit profiles to give people money, so, I have on the profile saying:

Post: 16

Points: 16

The posts part is inaccurate/redundant

I did find this: http://www.simplemachines.org/community/index.php?topic=265022.0 but I have nooo clue how to edit those kind of files, or even if we can on smf for free.

7
Does anyone know where I can find a code to remove the post count from display on user posts? Thank you for any help. : )

8
General Support / Re: why wont my button code work in webpage editor?
« on: July 25, 2011, 04:50:25 pm »
I'm having the same issue, is there a fix for it? I followed the picture-steps, but it still says: "Hmmm, we can not find that file or webpage" when I try to use it. :/ Any help would be appreciated

forum url: http://s2shh.smfforfree.com/index.php

9
Code Requests / Personalized Fonts
« on: July 01, 2011, 11:24:35 pm »
Forum Url: http://s2shh.smfforfree.com/index.php
I've been looking for a while, and maybe I just don't know the formal name of it, but I'm looking for a code that does this:

Say, a person likes using the font: [comic sans ms.][color=#77ddbb.][b.], but they don't want to type it in every time they make a post. Is there a way to combine it to one tag, like [name.] or [nickname.] or something like that? thanks much for any help pointing it out to me. I did try to look for a while though. ;)

Pages: [1]