News:

Create A Forum Installed

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 - Seldom Fail

Pages: 1 2 [3] 4 5 ... 14
31
General Support / Re: changing my forum address
« on: September 12, 2012, 07:24:22 pm »
For a free domain, you might find this guide helpful: Free .tk Domain

32
General Support / Re: Can I?
« on: August 26, 2012, 09:19:03 pm »

33
General Support / Re: create a forum help
« on: August 24, 2012, 01:06:37 pm »
What I did on my SMF forum was create an EzBlock that had the login info, forum rules, etc. in it. And set it so it shows on every page they visit. Much better than a popup.

34
General Support / Re: Help!!No maintance mode for me?
« on: August 23, 2012, 10:23:56 pm »
You've messed it up twice already.. just leave it.

35
General Support / Re: how
« on: August 20, 2012, 05:26:50 pm »
2 cannot be done because the person has to be registered to post. If you look at the permissions for "Guest" they don't even have a post setting.

36
Style Support / Re: any ideas how?
« on: August 19, 2012, 02:42:04 am »
Ok you want to click a picture and bring up a page?

37
General Chat / Re: How Old Is Your Forum?
« on: August 18, 2012, 09:08:58 pm »
it's not one ran by this it is the one for my own shop

So... what is it?

38
General Support / Re: help?
« on: August 18, 2012, 05:44:33 pm »
You can add text to the header by just typing regularly.

to make it bigger and center it <div style="text-align: center;"><font size="6">This is some text!</font></div>

change the font size number to make it bigger or smaller

39
General Support / Re: [help] Name crowns
« on: August 17, 2012, 06:08:10 pm »
Changing it in the online list doesn't change it for the whole forum. For that you'd need another code.

Code: [Select]
<script>
function color_group_name() {
//Created by Agent Moose (smcodes.smfforfree3.com)
var group = new Array()
group[group.length] = ["Newbie","orange"]
group[group.length] = ["MEMBER GROUP","COLOR"]

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>

This one should work. Just change "newbie" to "administrator" or whatever group you want to change, and then put that color in place of "orange". Hex color codes also work there.

40
General Support / Re: help?
« on: August 17, 2012, 05:59:24 pm »
Oh sorry I didn't see this.

When you say a text box, do you want something everyone can type in? Or do you just want to put a message up?

41
General Support / Re: [help] Name crowns
« on: August 17, 2012, 05:57:43 pm »
I think this might accomplish what you're after: Membergroup Image

42
General Chat / Re: How Old Is Your Forum?
« on: August 17, 2012, 05:52:49 pm »
What's the link to the one with 600 members?

43
Guides and Tutorials / Re: [GUIDE] Using Your Own Rank Images
« on: August 17, 2012, 05:52:13 pm »
Where are you trying to upload them to?

44
General Support / Re: suggestion
« on: August 17, 2012, 05:51:08 pm »
It really would create a lot of problems. The general board is put there as an example of what your board will look like. With instructions on how to get to where you can change it.

If you want to advertise your forum, there are several topics around here that can help you with that. :)

45
General Support / Re: Does my Forum gets backed-up?
« on: August 17, 2012, 12:20:52 am »
Backups happen once a month. No worries on your end.

Pages: 1 2 [3] 4 5 ... 14