Total members 11890 |It is currently Wed Apr 24, 2024 9:12 am Login / Join Codemiles

Java

C/C++

PHP

C#

HTML

CSS

ASP

Javascript

JQuery

AJAX

XSD

Python

Matlab

R Scripts

Weka





Hello,

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




Author:
Newbie
User avatar Posts: 3
Have thanks: 0 time

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 ,

_________________
M. S. Rakha, Ph.D.
Queen's University
Canada


Author:
Mastermind
User avatar Posts: 2715
Have thanks: 74 time

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


Author:
Newbie
User avatar Posts: 3
Have thanks: 0 time

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

_________________
M. S. Rakha, Ph.D.
Queen's University
Canada


Author:
Mastermind
User avatar Posts: 2715
Have thanks: 74 time

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


Author:
Newbie
User avatar Posts: 3
Have thanks: 0 time
Post new topic Reply to topic  [ 5 posts ] 

  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.     -  
 Working with menus, Label links and files in C#     -  
 Working with menus, Label links and files in C#     -  
 Post offers not a links to your website.(So it will be spam)     -  









Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group
All copyrights reserved to codemiles.com 2007-2011
mileX v1.0 designed by codemiles team
Codemiles.com is a participant in the Amazon Services LLC Associates Program, an affiliate advertising program designed to provide a means for sites to earn advertising fees by advertising and linking to Amazon.com