Do you think I could just leave this part blank and it'd be okay? We're just going to replace the whole thing with a header image anyway, right?
You are not logged in.
Pages: 1
Ya i know i posted this in questions and answers before but it was deleted by a mod saying it isnt the sort of question to be posted there as it isnt related to ee, but this is off topic u can talk about anything here!
-------------------------------------------------------------------------------------------------------
MY FORUM QUESTIONS
-------------------------------------------------------------------------------------------------------
basically i just got a forum for my crew and theres a few things i wanna know.
1- How do i get a picture at the top of the forum like here in the ee forum?
2- How do i get an advertisment?
yeah there probably basic but im new to forums.
EDIT: but since cyclone owns forumify hes probably best to answer but if you know please answer.
My forum isnt working when i try to get into it its a blank screen the link is http://tmlcrew.forumify.com/index.php
Help!
Last edited by MRBOOGAWESOME (May 18 2011 1:14:23 am)
I only know the advertisement. It is always available if you create a forum. Look at GC crew Forums, there is already an advertisement when I created it. I also wonder how cyclone put the symbol on the tab.
Last edited by Jeremy (May 18 2011 1:44:53 am)
Ya i know i posted this in questions and answers before but it was deleted by a mod saying it isnt the sort of question to be posted there as it isnt related to ee, but this is off topic u can talk about anything here!
-------------------------------------------------------------------------------------------------------
MY FORUM QUESTIONS
-------------------------------------------------------------------------------------------------------basically i just got a forum for my crew and theres a few things i wanna know.
1- How do i get a picture at the top of the forum like here in the ee forum?
2- How do i get an advertisment?
yeah there probably basic but im new to forums.
EDIT: but since cyclone owns forumify hes probably best to answer but if you know please answer.My forum isnt working when i try to get into it its a blank screen the link is http://tmlcrew.forumify.com/index.php
Help!
1. CSS http://www.w3schools.com/css/default.asp
2. it comes by default; and the money goes directly to Cyclone not you.
3. Somebody might've did something to the Template Editor/CSS box.
Usually an all-white PHP screen means that you have an error in your PHP code, and you have error reporting turned off so there's no message to say why the page isn't loading. But we can't possibly know what the error is since we don't get to see your PHP code.
Try putting this at the top of your index.php file and maybe a useful error message will show up:
ini_set('error_reporting', E_ALL); ini_set ('display_errors', '1');
Try reading these for more info:
http://php.about.com/od/troubleshooting … ge_php.htm
http://forums.adobe.com/thread/452941
ok thanks to your help ive been able to get a little furhter in upgrading my forum, but know i want to know:
1- how do i get a little image on the tab?
2- how do i get an image as the title? i kinda know how to get that far but i cant get rid of the bit where it asks your for a title
3- what style is this forum in?
Last edited by MRBOOGAWESOME (May 18 2011 12:06:37 pm)
ok thanks to your help ive been able to get a little furhter in upgrading my forum, but know i want to know:
1- how do i get a little image on the tab?
2- how do i get an image as the title? i kinda know how to get that far but i cant get rid of the bit where it asks your for a title
3- what style is this forum in?
1. Favicon, Look it up.
2. CSS/HTML something like that.
3. Customized novin.
how do i costomize novin?
how do i costomize novin?
1. Put entire default theme to Novin.
2. Go to CSS box and/or Template editor
3. Add CSS/HTML stuff.
New question:
how do i 'custom' novin so that it is the same siza and colour of this ee forum?
Alright, I'll have a go.
To put a banner, go to Template Editor and use this code:
<img src="image url here!" />
To put a background, go to Custom CSS and put in this code:
body{ background:url(image url here!); }
That's all I got. .
Last edited by xBeastage (Jun 26 2011 9:40:03 am)
Pages: 1
[ Started around 1738446762.4865 - Generated in 0.053 seconds, 12 queries executed - Memory usage: 1.5 MiB (Peak: 1.65 MiB) ]