Advertise Here

Author Topic: Forum Moving?  (Read 5622 times)

0 Members and 1 Guest are viewing this topic.

Offline Ryan™

  • SMF For Free Member
  • *
  • Posts: 26
    • View Profile

  • Total Badges: 11
    Badges: (View All)
    Topic Starter Combination Level 2 Level 1 10 Posts
Forum Moving?
« 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!

Omg EOZO LONERS![/color][/url]

Offline Seldom Fail

  • Helpers
  • *
  • Posts: 2082
  • Helping for 3 years! :)
    • View Profile
    • My Site!

  • Total Badges: 26
    Badges: (View All)
    Sixth year Anniversary Fifth year Anniversary Apple User Search Poll Voter
Re: Forum Moving?
« Reply #1 on: July 10, 2010, 07:50:11 am »
.... It's the exact same on both servers.
<--- Donate to SMF For Free! :D

Offline Ryan™

  • SMF For Free Member
  • *
  • Posts: 26
    • View Profile

  • Total Badges: 11
    Badges: (View All)
    Topic Starter Combination Level 2 Level 1 10 Posts
Re: Forum Moving?
« Reply #2 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?

Omg EOZO LONERS![/color][/url]

Offline Seldom Fail

  • Helpers
  • *
  • Posts: 2082
  • Helping for 3 years! :)
    • View Profile
    • My Site!

  • Total Badges: 26
    Badges: (View All)
    Sixth year Anniversary Fifth year Anniversary Apple User Search Poll Voter
Re: Forum Moving?
« Reply #3 on: July 10, 2010, 07:21:43 pm »
What code are you using that doesn't work?
<--- Donate to SMF For Free! :D

Offline Ryan™

  • SMF For Free Member
  • *
  • Posts: 26
    • View Profile

  • Total Badges: 11
    Badges: (View All)
    Topic Starter Combination Level 2 Level 1 10 Posts
Re: Forum Moving?
« Reply #4 on: July 10, 2010, 07:35:57 pm »
« Last Edit: July 10, 2010, 07:38:35 pm by Ryan™ »

Omg EOZO LONERS![/color][/url]

Offline Seldom Fail

  • Helpers
  • *
  • Posts: 2082
  • Helping for 3 years! :)
    • View Profile
    • My Site!

  • Total Badges: 26
    Badges: (View All)
    Sixth year Anniversary Fifth year Anniversary Apple User Search Poll Voter
Re: Forum Moving?
« Reply #5 on: July 10, 2010, 07:49:42 pm »
Can you please post the code you used?
<--- Donate to SMF For Free! :D

Offline Ryan™

  • SMF For Free Member
  • *
  • Posts: 26
    • View Profile

  • Total Badges: 11
    Badges: (View All)
    Topic Starter Combination Level 2 Level 1 10 Posts
Re: Forum Moving?
« Reply #6 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>

Omg EOZO LONERS![/color][/url]

Offline Seldom Fail

  • Helpers
  • *
  • Posts: 2082
  • Helping for 3 years! :)
    • View Profile
    • My Site!

  • Total Badges: 26
    Badges: (View All)
    Sixth year Anniversary Fifth year Anniversary Apple User Search Poll Voter
Re: Forum Moving?
« Reply #7 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.
<--- Donate to SMF For Free! :D

Offline Ryan™

  • SMF For Free Member
  • *
  • Posts: 26
    • View Profile

  • Total Badges: 11
    Badges: (View All)
    Topic Starter Combination Level 2 Level 1 10 Posts
Re: Forum Moving?
« Reply #8 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
« Last Edit: July 10, 2010, 08:30:07 pm by Ryan™ »

Omg EOZO LONERS![/color][/url]

Offline Seldom Fail

  • Helpers
  • *
  • Posts: 2082
  • Helping for 3 years! :)
    • View Profile
    • My Site!

  • Total Badges: 26
    Badges: (View All)
    Sixth year Anniversary Fifth year Anniversary Apple User Search Poll Voter
Re: Forum Moving?
« Reply #9 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.
<--- Donate to SMF For Free! :D

Offline Seldom Fail

  • Helpers
  • *
  • Posts: 2082
  • Helping for 3 years! :)
    • View Profile
    • My Site!

  • Total Badges: 26
    Badges: (View All)
    Sixth year Anniversary Fifth year Anniversary Apple User Search Poll Voter
Re: Forum Moving?
« Reply #10 on: July 10, 2010, 08:36:50 pm »
<--- Donate to SMF For Free! :D

Offline Ryan™

  • SMF For Free Member
  • *
  • Posts: 26
    • View Profile

  • Total Badges: 11
    Badges: (View All)
    Topic Starter Combination Level 2 Level 1 10 Posts
Re: Forum Moving?
« Reply #11 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..

Omg EOZO LONERS![/color][/url]

Offline Seldom Fail

  • Helpers
  • *
  • Posts: 2082
  • Helping for 3 years! :)
    • View Profile
    • My Site!

  • Total Badges: 26
    Badges: (View All)
    Sixth year Anniversary Fifth year Anniversary Apple User Search Poll Voter
Re: Forum Moving?
« Reply #12 on: July 10, 2010, 09:36:12 pm »
There's a color username code in the codes index.
<--- Donate to SMF For Free! :D

Offline Ryan™

  • SMF For Free Member
  • *
  • Posts: 26
    • View Profile

  • Total Badges: 11
    Badges: (View All)
    Topic Starter Combination Level 2 Level 1 10 Posts
Re: Forum Moving?
« Reply #13 on: July 10, 2010, 11:12:17 pm »
There's a color username code in the codes index.

I see thanks!

Omg EOZO LONERS![/color][/url]

 

Related Topics

  Subject / Started by Replies Last post
4 Replies
1545 Views
Last post April 06, 2007, 11:07:20 pm
by Crasy
2 Replies
1048 Views
Last post August 31, 2007, 09:16:59 am
by Laugh-nd-kid
3 Replies
952 Views
Last post October 21, 2008, 03:48:18 pm
by simply sibyl
3 Replies
1003 Views
Last post May 17, 2009, 05:18:44 pm
by SMF For Free
3 Replies
686 Views
Last post August 24, 2010, 10:05:25 am
by EvadingGrid