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 - mrthunder23

Pages: [1] 2 3
1
General Support / Re: Placement
« on: August 13, 2008, 11:44:32 am »
That code moves the Info Center to the top -  it wont work for what you are wanting to do.  I dont know that there IS a way to do what you are wanting.   You could always put it in your News and use the News Fader.
Possibly :p Where is a Link to the News Fader?

2
General Support / Re: Placement
« on: August 13, 2008, 10:34:54 am »
Code: [Select]
<script>
function info_center_v3() {
//Created by Agent Moose (smcodes.smfforfree3.com)
$($("div.tborder").contains("Info Center")).insertBefore("#bodyarea");
b = $($("div.smalltext:contains(Users active in past 15 minutes)").hide()).html();
$("tr:contains(Users Onl"+"ine)").hide();
$("tr:contains(Users Onl"+"ine)").next().hide();
$("tr:contains(Most O"+"nline To"+"day:)").hide();
$("tr:contains(New Pos"+"ts)").hide();
$("span.middletext").each(function() {
if(this.innerHTML.match(/([\d,]+) Posts in ([\d,]+) Topics by ([\d,]+) Members. Latest Member: <b>\s?(<a.+?\/a>)<\/b>/i)) {
this.innerHTML = "Posts: <b>" + RegExp.$1 + "</b>, Topics: <b>" + RegExp.$2 + "</b>, Total Members: <b>" + RegExp.$3 + "</b>, Newest Member: <b>" + RegExp.$4 + "</b><br>"+b
};});});};
info_center_v3();
</script>
How would I edit that to work? (The code is an Iframe)

3
General Support / Placement
« on: August 12, 2008, 10:14:00 pm »
Forum Url: http://realmofblood.smfforfree2.com
I have a shoutbox. I want to place it right underneath the Home | Help stuff and right above the Ads. How is this acheived?

4
General Support / Arcade
« on: June 17, 2008, 06:28:35 pm »
Forum Url: http://thunderwii.smfforfree4.com
Its not letting me install games. When I click install, it says error, non selected.

5
SMF For Free Codes and Support / Re: [Code] Member Quickies V1
« on: June 17, 2008, 05:52:49 pm »
The Quickie Panel comes out on the otherside of the screen, how can I fix this?

6
Stylesheet Requests and Support / REQUEST]Wii Skin
« on: June 17, 2008, 05:28:57 pm »
Forum Url: http://thunderwii.smfforfree4.com
I was hoping someone could make a NEW Wii skin. I am currently using the one already made and it is really messed up for some reason. Plus I would rather enjoy a new skin.

7
SMF For Free Codes and Support / Re: SMF Pages not working
« on: May 31, 2008, 03:51:25 pm »
Its very cool, but is there anything I could do in the meantime to set this chat page up?

8
Stylesheet Requests and Support / Re: Background Image
« on: May 31, 2008, 12:39:37 pm »
Aha, Ill search away :p

9
Stylesheet Requests and Support / Re: Background Image
« on: May 31, 2008, 12:35:44 pm »
Sorry for the double.

Is there a chance, there is an already made skin that uses this?

10
Stylesheet Requests and Support / Re: Background Image
« on: May 31, 2008, 11:08:57 am »
Ok. Thanks.

11
SMF For Free Codes and Support / Re: SMF Pages not working
« on: May 30, 2008, 11:24:40 pm »
Oh, whew, very cool I cannot wait. ILYSM! Thanks!  :coolsmiley:

12
Stylesheet Requests and Support / Re: Background Image
« on: May 30, 2008, 11:23:52 pm »
Ok, any idea on when that might be?

13
Stylesheet Requests and Support / Re: Background Image
« on: May 30, 2008, 08:52:16 pm »
I mean I need to bg Images, one in non repeating and fixed, and then the background images.

14
Stylesheet Requests and Support / Background Image
« on: May 30, 2008, 07:59:09 pm »
Code: [Select]
        background-color: #EDECEA;
margin: 0px;
padding: 12px 30px 4px 30px;
background-image: url(http://i31.tinypic.com/vql2zb.png);
        background-repeat: no-repeat;
        background-attachment: fixed;

How do I get it to anchor http://i31.tinypic.com/vql2zb.png in the corner like it is, and still have http://i27.tinypic.com/m8k5c7.jpg repeating behind it.

15
SMF For Free Codes and Support / Re: SMF Pages not working
« on: May 30, 2008, 07:44:58 pm »
I changed the code. Thats all. And the one on my site works. I promised a friend Id set up a chat page for him.

Pages: [1] 2 3