PhPbb Homepage ?

ItsBrad said:
Dennis said:
Thanks, But that just shows a Blank page with the 'content'.

Is there a way to get the original code working when the board is offline?.

Can you send me the link to the forum? via PM or something?

EDIT: I have been trying on my localhost, and nothing seems to be working...
An Idea would be to include your forums stylesheet to a .html file and recreate the template.

Well I embedded the twitter Feed into the board offline page so when its up ull just use the normal homepage then i'll just use the offline page with twitter feed when its down. 🙂
 
Dennis said:
ItsBrad said:
Dennis said:
Thanks, But that just shows a Blank page with the 'content'.

Is there a way to get the original code working when the board is offline?.

Can you send me the link to the forum? via PM or something?

EDIT: I have been trying on my localhost, and nothing seems to be working...
An Idea would be to include your forums stylesheet to a .html file and recreate the template.

Well I embedded the twitter Feed into the board offline page so when its up ull just use the normal homepage then i'll just use the offline page with twitter feed when its down. 🙂

Sorry, I couldn't be of much more assistance, if you have any more phpBB related problems feel free to post here.
 
ItsBrad said:
Jack~Rouse said:
ItsBrad said:
Um, you could try this replace your home template with:
Code:
<!-- IF S_BOARD_DISABLED == 1 --><!-- INCLUDE overall_header.html -->

<h2>Title Here</h2>

<div class="panel">
   <div class="inner"><span class="corners-top"><span></span></span>

   <div class="content">
      <p>
         Content in here.
      </p>
   </div>

   <span class="corners-bottom"><span></span></span></div>
</div>

<!-- INCLUDE jumpbox.html -->
<!-- INCLUDE overall_footer.html -->
<!-- ENDIF -->

Please try that

Thats only basic stuff to create a new page with text, for rules or FAQ, something really simple, creating a home page like the one on here is bit more complicated than that, and will need some knowledge of php, CSS and HTML
Um, read the code it's saying if the forum is disabled then show the page.

Umm I did read the code, ! but it will still only show a basic white page with the words " Add Content here" on it" the OP wanted help on a home page, which is a lot more complicated than that !
 
*Facepalm* Yes I know he wants a home page, he knows the PHP part I was telling him to try something, I'm more then certain he knows how to change the text, it's called trial and error, so please don't post unless its something to do with the topic.
 
ItsBrad said:
*Facepalm* Yes I know he wants a home page, he knows the PHP part I was telling him to try something, I'm more then certain he knows how to change the text, it's called trial and error, so please don't post unless its something to do with the topic.

The suggestion you made is of no use at all, as the OP said all it displays is a white page, when you have set up the php to do it.
The template you posted is ok for setting up basic text on a page, like for Rules and or FAQ.
But when it comes to displaying the blocks and images required on hoe page it next to useless, as I said he will need a better understanding of HTML and CSS to do that. In order to construct the containers that he needs to display the different elements.
 
Jack~Rouse said:
ItsBrad said:
*Facepalm* Yes I know he wants a home page, he knows the PHP part I was telling him to try something, I'm more then certain he knows how to change the text, it's called trial and error, so please don't post unless its something to do with the topic.

The suggestion you made is of no use at all, as the OP said all it displays is a white page, when you have set up the php to do it.
The template you posted is ok for setting up basic text on a page, like for Rules and or FAQ.
But when it comes to displaying the blocks and images required on hoe page it next to useless, as I said he will need a better understanding of HTML and CSS to do that. In order to construct the containers that he needs to display the different elements.

The example he posted could of been easily edited. And I Do know Html and Css, and the code Is in external files.

Please No arguing.
 
Back
Top Bottom