Switch to full style
Support for phpbb3 & codemiles styles
Post a reply

Links like yours?

Thu Sep 18, 2008 12:42 am

Hello,

Is there a way to add links above the board index like yours? (Ads by Google) Thanks,
Kent



Re: Links like yours?

Thu Sep 18, 2008 1:22 pm

snickersman wrote:Hello,

Is there a way to add links above the board index like yours? (Ads by Google) Thanks,
Kent


yes , just edit style/template/over_all_header.html and put your ads there ,

Re: Links like yours?

Sat Sep 20, 2008 10:27 pm

A couple of other questions, how do I move the logo to the left hand side instead of center and how do I edit the login that is in the header? Or how do I delete it I moved the login from the botom up top.

Thanks,
Kent

Re: Links like yours?

Wed Sep 24, 2008 1:41 am

hey sir ,
you have to edit over_all_header and change the html tags .
like
Code:

<tr>
         <td><a href="{U_INDEX}">{SITE_LOGO_IMG}</a></td>

to
Code:
<tr><td  style="caption-side:left"><a href="{U_INDEX}">{SITE_LOGO_IMG}</a></td>


about the part of login ,cut it from index_body.html

Code:
<?php
<!-- IF not S_USER_LOGGED_IN -->
    <
br   />

    <
form method="post" action="{S_LOGIN_ACTION}">
    
    <
div><div class="tbl-h-l"><div class="tbl-h-r"><div class="tbl-h-c"><div class="tbl-title"><h4><a href="{U_LOGIN_LOGOUT}">{L_LOGIN_LOGOUT}</a></h4></div></div></div></div>
    <
table class="tablebg" width="100%" cellpadding="0" cellspacing="0">
    <
tr>
        
        <
td class="row1" align="center"><span class="genmed">{L_USERNAME}:</span> <input class="post" type="text" name="username" size="10" />&nbsp; <span class="genmed">{L_PASSWORD}:</span> <input class="post" type="password" name="password" size="10" />&nbsp; <!-- IF S_AUTOLOGIN_ENABLED --> <span class="gensmall">{L_LOG_ME_IN}</span> <input type="checkbox" class="radio" name="autologin" /><!-- ENDIF -->&nbsp; <input type="submit" class="btnmain" name="login" value="{L_LOGIN}" /></td>
    </
tr>

    </
table>
    <
div class="tbl-f-l"><div class="tbl-f-r"><div class="tbl-f-c">&nbsp;</div></div></div></div>
    
    {
S_FORM_TOKEN}
    </
form>
<!-- ENDIF -->


and put it in the place you want in overall_header.html

you are welcome

Re: Links like yours?

Wed Sep 24, 2008 10:33 pm

Thanks again but it still wont move to the left and I want to delete the login that is in the header. I tried but it messed up the page so I put it back. Here is the link http://mandolinpraise.com/phpbb/ thanks for any help. If I can't delete it were is the background color for the login? The blue on top and bottom of the login is the old background color.

Thanks again,
Kent

Post a reply
  Related Posts  to : Links like yours?
 Many links for the one image     -  
 links CSS properties     -  
 Example of using access key with links     -  
 How to add links in header ? (mile100style)     -  
 list of links look like accordion using JQuery     -  
 Post offers not website links .     -  
 Code to open multiple links.     -  
 Select all links with a target attribute value NOT _blank     -  
 background-image Anchor in header links     -  
 Working with menus, Label links and files in C#     -