FRIHOSTFORUMSFAQTOSBLOGSDIRECTORY
You are invited to Log in or Register a Frihost Account!

Adding Image in specific positions in the forum

 


nivinjoy
In the forum hosted on my account in frihost i would like to make many changes.I am in the process of developing my forum and trying hard and my level best to make the forum a good-looking and a useful one.In view of that i like to ask a doubt about adding images on specific positions in the forum.

Each of the places where i want to place the images are mentioned below...

1)In the login page,above the "Login" button i want to place a gif image displaying "Register for Free Now" message..

2)In all pages of the forum including the index and all the other pages i want to place some images which when clicked will redirect the users to my website,blog etc.The exact position where these images should appear is above the
Quote:
You last visited on Tue Aug 28, 2007 10:04 pm
The time now is Wed Aug 29, 2007 7:10 pm
Frihost Forum Index


3)And also some images should appear in the bottom of all the pages of the forum.

How can these images be placed according to the above ways....?Please help me in placing these images...
wumingsden
nivinjoy wrote:
In the forum hosted on my account in frihost i would like to make many changes.I am in the process of developing my forum and trying hard and my level best to make the forum a good-looking and a useful one.In view of that i like to ask a doubt about adding images on specific positions in the forum.

Each of the places where i want to place the images are mentioned below...

1)In the login page,above the "Login" button i want to place a gif image displaying "Register for Free Now" message..

2)In all pages of the forum including the index and all the other pages i want to place some images which when clicked will redirect the users to my website,blog etc.The exact position where these images should appear is above the
Quote:
You last visited on Tue Aug 28, 2007 10:04 pm
The time now is Wed Aug 29, 2007 7:10 pm
Frihost Forum Index


3)And also some images should appear in the bottom of all the pages of the forum.

How can these images be placed according to the above ways....?Please help me in placing these images...


1.
OK. Placing an image above the login button on the login page. To display the image the code has to be placed just after the following piece of code:

Code:
<!-- END switch_allow_autologin -->


2.
The following piece of code in the index_body file shows the time on the forum index page:

Code:
   <td align="left" valign="bottom"><span class="gensmall">{CURRENT_TIME}</span></td>


However, placing links here will not show up on all pages. The best place to put links that show on all pages is right at the end of the overall_header file

3.
The code should then be placed in the overall_footer file.

Note: Depending on your version of phpBB the files will vary. In phpBB2 the files are in .tpl format, phpBB3 they're in .html. No real differenence though. Files should reside in /root/forum/templates/subSilver (by default). Again, this may be a little different.


Wumingsden
nivinjoy
Thanks for showing interest in helping me....Now i am gonna have a try on the methods you have told me....

I hope it will work out and thanks once again for helping me....Thanks...
Reply to topic    Frihost Forum Index -> Scripting -> Website Software

FRIHOST HOME | FAQ | TOS | ABOUT US | CONTACT US | SITE MAP
© 2005-2007 Frihost, forums powered by phpBB.