ArticleTrader.com
  

 Main Menu

  Home
  Member Login
  Forum
  Submit Article
  RSS Feeds
  Contact Us
  About

 Services

  Article Distribution
  Link Building

 Tools

  ArticleMS
  Directory Tracker

 Categories

  Automotive
  Business
  Computers
  Entertainment
  Finance
  Food
  Health
  Home and Family
  Internet
  Legal
  Science
  Self Improvement
  Shopping
  Society
  Sports
  Technology
  Travel
  Writing





























 
Welcome! ( Login | Register )
» ArticleTrader Forums » ArticleMS » Support » Integrating Header from my We...
Members Search Help

Pages: << prev 1 next >>
Integrating Header from my Website
This member is currently offline brokenpaddle
Newbie


Member Level

Group: Members
Posts: 4
Joined: Today

Go to the bottom of the page Go to the top of the page

I currently have my website header integrated into my phpbb3 forum by editing the overall_header file. How would I integrate my header into articlems? My website is http://kayakbassfishing.com/phpbb3 and my articlems site is http://kayakbassfishing.com/articlems.

Posted Aug 4, 2009, 1:24 am
This member is currently offline Anne Kirrin
Pool


Avatar

Member Level

Group: Moderators
Posts: 1,356
Joined: Apr 11, 2006

Go to the bottom of the page Go to the top of the page

At the top of the "Main" template in "edit templates" add your header code something like this

Code:
<body>
<table border="0" cellpadding="0" cellspacing="0" width="1232">
  <tr>
   <td colspan="5"><a href="http://www.kayakbassfishing.com"><img name="index_r1_c1" src="images/index_r1_c1.jpg" width="586" height="225" border="0" alt=""></a></td>
   <td colspan="7"><a href="http://www.kayakanglermag.com/subscribe/digital-magazine-subscription.html" target="_blank" onMouseOut="MM_swapImgRestore();" onMouseOver="MM_swapImage('index_r1_c6','','images/index_r1_c6_.jpg',1);"><img name="index_r1_c6" src="images/index_r1_c6.jpg" width="646" height="225" border="0" alt=""></a></td>
   <td><img src="images/spacer.gif" width="1" height="225" border="0" alt=""></td>
  </tr>
</table>
    <table border="0" cellspacing="0" width="100%">
      <tr>
        <td class="title_top_left"><a id="top"></a><h1 class=title><a href="/articlems/">KayakBassFishing.com ARTICLES</a></h1></td>
        <td class="title_top_right">

        <!-- ### quick navigation starts ### -->


Add the images to the image folder in AMS
.........................
Anne Kirrin is in Nepal for the month of November

ArticleMSSkins.net <<:::: New
Directory of Niche Article Sites <::::: Add your article site for free!!

Last edited Aug 4, 2009, 1:46 am by Anne Kirrin
Posted Aug 4, 2009, 1:44 am
This member is currently offline brokenpaddle
Newbie


Member Level

Group: Members
Posts: 4
Joined: Today

Go to the bottom of the page Go to the top of the page

Thanks for the quick response Anne. I pasted the code into the main (global) template edit screen at the top and it didn't make any changes when I refresh the homepage of AMS. I uploaded the photos to "images" directory as well. Here's my code:
Code:
    <body>
<table border="0" cellpadding="0" cellspacing="0" width="1232">
  <tr>
   <td colspan="5"><a href="http://www.kayakbassfishing.com"><img name="index_r1_c1" src="images/index_r1_c1.jpg" width="586" height="225" border="0" alt=""></a></td>
   <td colspan="7"><a href="http://www.kayakanglermag.com/subscribe/digital-magazine-subscription.html" target="_blank" onMouseOut="MM_swapImgRestore();" onMouseOver="MM_swapImage('index_r1_c6','','images/index_r1_c6_.jpg',1);"><img name="index_r1_c6" src="images/index_r1_c6.jpg" width="646" height="225" border="0" alt=""></a></td>
   <td><img src="images/spacer.gif" width="1" height="225" border="0" alt=""></td>
  </tr>
</table>
    <table border="0" cellspacing="0" width="100%">
      <tr>
        <td class="title_top_left"><a id="top"></a><h1 class=title><a href="/articlems/">KayakBassFishing.com ARTICLES</a></h1></td>
        <td class="title_top_right">

        <!-- ### quick navigation starts ### -->

        <div class="quicknav">
          <a href="{$this->relpath}">Home</a>
          | <a href="{$this->Url->submit}">Submit</a>
          | <a href="{$this->Url->search}">Search</a>
          | <a href="{$this->Url->feed}">RSS</a>
        </div> <!-- class="quicknav" -->
        <!-- ### quick navigation ends ### -->
 
        </td>
      </tr>
    
      <tr>
        <td class="title_bot_left"><h2 class=title>Welcome <b>{$this->User->name}</b></h2></td>
        <td class="title_bot_right">
    
        <!-- ### quicksearch starts ### -->

        <form class="qs" method="get" action="{$this->Url->search}">
          <p>
          Search:
          <input type="hidden" name="a" value="search">
          <input class="textfield" type="text" name="q" value="" size="21" maxlength="255" />
          <input class="button" type="submit" name="sa" value="Go" />
          </p>
        </form>
        <!-- ### quicksearch ends ### -->
        
        </td>

      </tr>
    </table>
    <!-- ### top table ends ### -->

    <!-- ### main table starts ### -->
    <table class="main" border="0" cellspacing="0">
      <tr valign="top">
    
        <!-- ### navigation column starts ### -->
        <td class="navbox">

<!-- ### navigation box starts ### -->
<div class="navbox">

  <div class="inactive">
   {$Blocks->mainmenu}

  </div> <!-- class="inactive" -->
  <div class="inactive">
    $Blocks->pagetree
   </div> <!-- class="inactive" -->
    <div class="inactive">
    $Blocks->tag_cloud
   </div> <!-- class="inactive" -->
  <div class="inactive">
    $Blocks->categorytree  
   </div> <!-- class="active" -->
  <div class="inactive">
   $Blocks->sponsors
  </div>
 
   <div class="impressum">
   <div class="navbox2">
    <ul>
    <li>
     {$this->Active->total} users online. 
    </li>
   </ul>
  </div>
  </div> <!-- class="impressum" -->
<!-- ### navigation box ends ### -->

        </td>
        <!-- ### navigation column ends ### -->

    
        <!-- ### content column starts ### -->
        <td class="main">

        <div class="path">
         {$Blocks->navbar}
        </div> <!-- class="path" -->

<!-- ### content starts ### -->
<div class="main">

$this->output

</div> <!-- class="main" -->
<!-- ### content ends ### -->

        
        </td>
        <!-- ### content column ends ### -->

      </tr>
    </table>
    <!-- ### main table ends ### -->

    <!-- ### footer starts ### -->
    <div class="footer">
      {$this->copyright} {$this->time_execute}s
    </div> <!-- class="footer" -->
    <!-- ### footer ends ### -->

Posted Aug 4, 2009, 3:49 am
This member is currently offline Anne Kirrin
Pool


Avatar

Member Level

Group: Moderators
Posts: 1,356
Joined: Apr 11, 2006

Go to the bottom of the page Go to the top of the page

Did you create a new skin?
.........................
Anne Kirrin is in Nepal for the month of November

ArticleMSSkins.net <<:::: New
Directory of Niche Article Sites <::::: Add your article site for free!!

Posted Aug 4, 2009, 1:26 pm
This member is currently offline brokenpaddle
Newbie


Member Level

Group: Members
Posts: 4
Joined: Today

Go to the bottom of the page Go to the top of the page

Anne Kirrin said:
Did you create a new skin?


yeah:
http://i12.photobucket.com/albums/a234/blownclutch/screenarticle.jpg


Posted Aug 4, 2009, 1:39 pm
This member is currently offline Anne Kirrin
Pool


Avatar

Member Level

Group: Moderators
Posts: 1,356
Joined: Apr 11, 2006

Go to the bottom of the page Go to the top of the page

you need to make sure that you have it selected in the "edit template" (top right) section to edit it and that you have it selected in your "settings" section to have it viewable.
.........................
Anne Kirrin is in Nepal for the month of November

ArticleMSSkins.net <<:::: New
Directory of Niche Article Sites <::::: Add your article site for free!!

Posted Aug 4, 2009, 2:06 pm
This member is currently offline brokenpaddle
Newbie


Member Level

Group: Members
Posts: 4
Joined: Today

Go to the bottom of the page Go to the top of the page

Thanks for working with me Anne. I was able to get the header incorporated. I did notice several things:

-My javascripts mouseovers aren't working

-The articlems menu is messed up now

-and the header is only showing on the frontpage, not globally throughout articles

http://i12.photobucket.com/albums/a234/blownclutch/screenheader.jpg

Last edited Aug 5, 2009, 12:35 am by brokenpaddle
Posted Aug 4, 2009, 11:44 pm
This member is currently offline Anne Kirrin
Pool


Avatar

Member Level

Group: Moderators
Posts: 1,356
Joined: Apr 11, 2006

Go to the bottom of the page Go to the top of the page

you seem to have put the code for your header in the <head> tag section. try moving it down to just below the <body> tag
.........................
Anne Kirrin is in Nepal for the month of November

ArticleMSSkins.net <<:::: New
Directory of Niche Article Sites <::::: Add your article site for free!!

Posted Aug 5, 2009, 12:49 pm
Pages:<< prev 1 next >>

Nov 22, 2009, 10:27 am

  

0.0281s