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

Pages: 1 ... 3 4 [5] 6 7 ... 80
61
General Support / Re: Two forums
« on: August 17, 2013, 03:37:04 pm »
You should realize that not everyone is living in the same timezone as yours so people may be asleep when you post. Could you post the url to your forum that isn't working.

62
General Support / Re: Favicon Help
« on: August 17, 2013, 02:39:45 am »
Still won't work


complete headers:
Is something wrong with my footers?


Code: [Select]
<div style="text-align: center;"><img src="http://i.imgur.com/RRSmQw8.png" alt="" /><>
<meta name="google-site-verification" content="mYNrl15GpBqyOPNGFJzIAaVqXtAgIVtu-YWBVXYvnSs" />
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
 
<link rel="shortcut icon" href="http://www.fairytail-rp.tk/index.php?action=dlattach;topic=160.0;attach=69;image" type="image/x-icon" />
Put it in the meta tags box instead of the headers

63
General Support / Re: Adding a password to a board?
« on: August 16, 2013, 10:46:56 pm »
You can't add a password for a board but instead, you can add people to certain membergroups and then allow those membergroups access to the board.

64
I can't find the box called web domain. Do I need to register?
There's one called domain panel...but that's it
This guide was written over two years ago so it's possible some things may have changed.

65
I use Webroot security (very good and expensive security), it's warning me that dot.tk has malicious content on it. I wanted to give a free .tk domain to a friend but I'm not so sure anymore. It's not a false positive because I've opened and re opened it and it's still warning me. Is this happening to anybody else?
.tk domains are often used for malicious purposes since it's free unlike more professional domains such as .com so this is probably the reason why it's flagged as malicious.

66
Create A Forum Discussion / Re: Downtime 08/15/13
« on: August 15, 2013, 11:53:58 pm »
Almost 10 minutes I guess, had a 503 error message.

67
Create A Forum Discussion / Downtime 08/15/13
« on: August 15, 2013, 11:50:34 pm »

~4:40 PM PST

68
Guides and Tutorials / Re: [Guide] How to get a Favicon
« on: August 15, 2013, 11:32:26 pm »
It doesn't work for google chrome and internet explorer, can i fix this?
I looked in your Headers and Footers and you have multiple code for Favicons which I don't recommend so remove all of them except one. I've seen that you put /FairyTail/favicon.ico as the url to your favicon but that automatically points to http://fairytail-rp.tk/FairyTail/favicon.ico since you didn't write the full link.
Also, your favicon code wasn't closed at all, it needs to have a /> at the end.

69
Graphics / Re: Request Banners for Create A Forum
« on: August 15, 2013, 11:27:57 pm »
How's this one?

Don't you think it looks a little blurry?

70
General Support / Re: How to make a 404 error page?
« on: August 15, 2013, 12:23:13 am »
It will help users when they can't find a page


However when there's a faulty URL it just redirects to home
A page simply displaying 404 error code most likely will not help people find their way around the forums.

71
Suggestions / MOVED: Probably been suggested already...
« on: August 15, 2013, 12:22:14 am »

72
Style Support / Re: Help with Styles Please!!!!
« on: August 14, 2013, 06:00:07 am »
ok my question is this...the manual says there should be an option to "create style by file"..i do not have a directory to store a file in. So do i have to do each image manually to get it into the css code??
Where are you getting this "manual" from? It's not instructions for CreateAForum, you need to upload your images somewhere and point your css code to it.

73
Style Support / Re: Colored Names / Titles for users in certain groups?
« on: August 14, 2013, 05:57:16 am »
It's possible to do that but it would require Javascript instead of pure CSS.

74
Create A Forum Discussion / Re: My forum pages are not accessing
« on: August 13, 2013, 02:43:38 am »
Is there anything you did before this happened?

75
General Support / Re: Post alignment
« on: August 13, 2013, 02:36:00 am »
You didn't properly close your div tag in your Headers and instead created a new one.
Code: [Select]
<div style="text-align: center;"><img src="http://i.imgur.com/RRSmQw8.png" alt="" /><div>
Change to:
Code: [Select]
<div style="text-align: center;"><img src="http://i.imgur.com/RRSmQw8.png" alt="" /></div>

Pages: 1 ... 3 4 [5] 6 7 ... 80