SMF For Free Support Forum

SMF For Free Support => General Support => Topic started by: Ryan™ on July 10, 2010, 03:15:44 am

Title: Forum Moving?
Post by: Ryan™ on July 10, 2010, 03:15:44 am
Is it possible to move forums from a domain

Like my forum
http://habbovg.mysmf.com/index.php changes/moves to
http://habbovg.smfforfree3.com/index.php

Because when i try to edit the footer/header the script doesnt work when i use

Code: [Select]
<script src="/jquery.js"></script>Or theres something wrong >.<

Help!
Title: Re: Forum Moving?
Post by: Seldom Fail on July 10, 2010, 07:50:11 am
.... It's the exact same on both servers.
Title: Re: Forum Moving?
Post by: Ryan™ on July 10, 2010, 11:10:32 am
.... It's the exact same on both servers.
Oh, but how come the headers/footers doesnt work?
Title: Re: Forum Moving?
Post by: Seldom Fail on July 10, 2010, 07:21:43 pm
What code are you using that doesn't work?
Title: Re: Forum Moving?
Post by: Ryan™ on July 10, 2010, 07:35:57 pm
What code are you using that doesn't work?

The Colorized membergroups for user color.

This one!
http://www.smfsupport.com/support/smf-for-free-codes-and-support/%28code%29-membergroup-color/
Title: Re: Forum Moving?
Post by: Seldom Fail on July 10, 2010, 07:49:42 pm
Can you please post the code you used?
Title: Re: Forum Moving?
Post by: Ryan™ on July 10, 2010, 08:01:40 pm
Can you please post the code you used?

Header :
Code: [Select]
<script src="/jquery.js"></script>
Footer :
Code: [Select]
<script>
function color_group_name() {
//Created by Agent Moose (smcodes.smfforfree3.com)
var group = new Array()
group[group.length] = ["Webmaster","#FF8040"]
group[group.length] = ["Senior Administrators","#FF00FF"]
group[group.length] = ["Hotel Administrators","#FF0080"]
group[group.length] = ["Senior Moderator","#9AFEFF"]
group[group.length] = ["Moderators","#8EEBEC"]
group[group.length] = ["Trial Moderator","#78c7c7"]
group[group.length] = ["Hobba","Gold"]

for(f=0;f<group.length;f++){
$("div.smalltext").each(function() {
if(this.innerHTML.match(group[f][0])){
this.innerHTML = this.innerHTML.replace(group[f][0],"<font color='" + group[f][1] + "'>" + group[f][0] + "</font>");
};});};}
color_group_name();
</script>
Title: Re: Forum Moving?
Post by: Seldom Fail on July 10, 2010, 08:07:47 pm
Be sure that you have the title of the membergroup exactly right. And there's only one post on your forum.... soo.... I don't know how you know that the code doesn't work.
Title: Re: Forum Moving?
Post by: Ryan™ on July 10, 2010, 08:13:11 pm
Be sure that you have the title of the membergroup exactly right. And there's only one post on your forum.... soo.... I don't know how you know that the code doesn't work.
Title of the membergroup ya.. and wait ill post

(Im Various on the forums)

And is this possible?
http://custom.simplemachines.org/mods/index.php?mod=1117
Title: Re: Forum Moving?
Post by: Seldom Fail on July 10, 2010, 08:33:40 pm
Read the topic more carefully. It doesn't change name color. Only the membergroup name under it.

Which your forum is showing.
Title: Re: Forum Moving?
Post by: Seldom Fail on July 10, 2010, 08:36:50 pm
And is this possible?
http://custom.simplemachines.org/mods/index.php?mod=1117

No there isn't a code to change that.
Title: Re: Forum Moving?
Post by: Ryan™ on July 10, 2010, 08:42:34 pm
And is this possible?
http://custom.simplemachines.org/mods/index.php?mod=1117

No there isn't a code to change that.
Well is there like an code that i can like HTML customize my username..
Cause when i tried to.. it didnt work..
Title: Re: Forum Moving?
Post by: Seldom Fail on July 10, 2010, 09:36:12 pm
There's a color username code in the codes index.
Title: Re: Forum Moving?
Post by: Ryan™ on July 10, 2010, 11:12:17 pm
There's a color username code in the codes index.

I see thanks!