phpBB SEO
Boards
Directory  
SEO  
Downloads
  phpBB SEO : Search Engine Optimization, Directory, Forums  
Index
Forums
Annuaire
Référencement
Télécharger
 
  Search Rechercher
    Register
Username :  Password :  Log me on automatically each visit  
S'enregistrer  
 
   
what are the characteristics of SEO template ?
Goto page Previous  1, 2, 3, 4, 5, 6  Next
 
Post new topic   Reply to topic    phpBB SEO » SEO Forum  » phpBB Forum
::  
Author Message
mreider
phpBB SEO Team
phpBB SEO Team


Joined: 07 May 2006
Posts: 221

what are the characteristics of SEO template ?Posted: Sat Dec 16, 2006 5:19 pm    Post subject: Re: what are the characteristics of SEO template ?

After working most of yesterday on it, I've got viewtopic.tpl working almost perfect with a subsilver style, zero tables.

I'm just fixing a few errant bugs now, but hope to share it later this weekend Smile
Back to top
dcz
Administrateur - Site Admin
Administrateur - Site Admin


Joined: 28 Apr 2006
Posts: 15131

what are the characteristics of SEO template ?Posted: Sun Dec 17, 2006 12:25 pm    Post subject: Re: what are the characteristics of SEO template ?

Nice Very Happy

_________________
Useful links :
SEO Forum || SEO Directory || SEO phpBB || SEO phpBB3 || Search
____________________

Liens Utiles :
Forum référencement || Annuaire référencement || Référencement phpBB || Référencement phpBB3 || Recherche
Back to top
Visit poster's website
sportman1280
phpBB SEO Team
phpBB SEO Team


Joined: 29 Nov 2006
Posts: 281

what are the characteristics of SEO template ?Posted: Sun Dec 17, 2006 10:09 pm    Post subject: Re: what are the characteristics of SEO template ?

sweet. Looking forward to it Very Happy.
Back to top
Visit poster's website
mreider
phpBB SEO Team
phpBB SEO Team


Joined: 07 May 2006
Posts: 221

what are the characteristics of SEO template ?Posted: Mon Dec 18, 2006 7:03 am    Post subject: Re: what are the characteristics of SEO template ?

Ok, it's been a busy weekend Smile There are a few other things I can do with this code, but here's what works for me right now.

Please note this is based on a subsilver template with many mods installed - You'll probably have to play around a little to get it working on your site.

This is just the code to replace the table that shows the posts; not the entire viewtopic.tpl.

The original code looks something like this:

Code:
<table class="forumline" width="100%" cellspacing="1" cellpadding="3" border="0">
   <tr align="right">
      <td class="catHead" colspan="2" height="28"><!-- BEGIN switch_user_logged_in --><span class="nav"><a href="{U_VIEW_OLDER_TOPIC}" class="nav" rel="nofollow">{L_VIEW_PREVIOUS_TOPIC}</a> :: <a href="{U_VIEW_NEWER_TOPIC}" class="nav" rel="nofollow">{L_VIEW_NEXT_TOPIC}</a> &nbsp;</span><!-- END switch_user_logged_in --></td>
   </tr>
   {POLL_DISPLAY}
   <tr>
      <th class="thLeft" width="150" height="26" nowrap="nowrap">{L_AUTHOR}</th>
      <th class="thRight" nowrap="nowrap">{L_MESSAGE}</th>
   </tr>
   <!-- BEGIN postrow -->
   <tr>
      <td width="150" align="left" valign="top" class="{postrow.ROW_CLASS}"><span class="name"><a name="{postrow.U_POST_ID}"></a><b>{postrow.POSTER_NAME}</b></span><br /><span class="postdetails">{postrow.POSTER_RANK}<br />{postrow.RANK_IMAGE}{postrow.POSTER_AVATAR}<br /><strong><em>{postrow.CUSTOM_TITLE}</em></strong><br />{postrow.POSTER_JOINED}<br />{postrow.POSTER_POSTS}<br  />            {postrow.POSTER_FROM}</span></td>
      <td class="{postrow.ROW_CLASS}" width="100%" height="28" valign="top"><table width="100%" border="0" cellspacing="0" cellpadding="0">
         <tr>
            <td width="100%"><img src="{postrow.MINI_POST_IMG}" width="12" height="9" alt="" /><span class="postdetails">{L_POSTED}: {postrow.POST_DATE}</span></td>
            <td valign="top" nowrap="nowrap">{postrow.QUOTE_IMG} {postrow.EDIT_IMG} {postrow.DELETE_IMG} {postrow.IP_IMG}</td>
         </tr>
         <tr>
            <td colspan="2"><hr /></td>
         </tr>
         <tr>
            <td colspan="2"><span class="postbody">{postrow.MESSAGE}{postrow.SIGNATURE}</span></td>
         </tr>
      </table></td>
   </tr>
   <tr>
      <td class="{postrow.ROW_CLASS}" width="150" align="left" valign="middle"><!-- BEGIN switch_user_logged_in --><span class="nav"><a href="#top" class="nav" rel="nofollow">{L_BACK_TO_TOP}</a></span><!-- END switch_user_logged_in --></td>
      <td class="{postrow.ROW_CLASS}" width="100%" height="28" valign="bottom" nowrap="nowrap">{postrow.PROFILE_IMG} {postrow.PM_IMG} {postrow.EMAIL_IMG} {postrow.WWW_IMG} {postrow.AIM_IMG} {postrow.YIM_IMG} {postrow.MSN_IMG} {postrow.ICQ_IMG}</td>
   </tr>
   <tr>
      <td class="spaceRow" colspan="2" height="1"><img src="/fi/spacer.gif" alt="" width="1" height="1" /></td>
   </tr>
   <!-- END postrow -->
   <tr align="center">
      <td class="catBottom" colspan="2" height="28"><table cellspacing="0" cellpadding="0" border="0">
         <tr><form method="post" action="{S_POST_DAYS_ACTION}">
            <td align="center"><span class="gensmall">{L_DISPLAY_POSTS}: {S_SELECT_POST_DAYS}&nbsp;{S_SELECT_POST_ORDER}&nbsp;<input type="submit" value="{L_GO}" class="liteoption" name="submit" /><br />{S_TIMEZONE}</span></td>
         </form></tr>
      </table></td>
   </tr>
</table>


I replaced the above with:
Code:
<div id="c2"><!-- BEGIN switch_user_logged_in --><a href="{U_VIEW_OLDER_TOPIC}" class="nav" rel="nofollow">{L_VIEW_PREVIOUS_TOPIC}</a> :: <a href="{U_VIEW_NEWER_TOPIC}" class="nav" rel="nofollow">{L_VIEW_NEXT_TOPIC}</a><!-- END switch_user_logged_in --></div>    
<div id="c3"><b>{L_AUTHOR}</b> <b>{L_MESSAGE}</b></div>
<!-- BEGIN postrow -->
<div id="pc" class="{postrow.ROW_CLASS}">
<div id="p1" class="{postrow.ROW_CLASS}">
<span class="name"><a name="{postrow.U_POST_ID}"></a><b>{postrow.POSTER_NAME}</b></span><br /><span class="postdetails">{postrow.POSTER_RANK}<br />{postrow.RANK_IMAGE}{postrow.POSTER_AVATAR}<br /><strong><em>{postrow.CUSTOM_TITLE}</em></strong><br />{postrow.POSTER_JOINED}<br />{postrow.POSTER_POSTS}<br  />            {postrow.POSTER_FROM}</span>
</div>
<div id="p2" class="{postrow.ROW_CLASS}">
<dl><dt><img src="{postrow.MINI_POST_IMG}" width="12" height="9" alt="" />{L_POSTED}: {postrow.POST_DATE}</dt><dd>{postrow.QUOTE_IMG} {postrow.EDIT_IMG} {postrow.DELETE_IMG} {postrow.IP_IMG}</dd></dl>
<hr />
{postrow.MESSAGE}{postrow.SIGNATURE}
</div>

<div id="c5" class="{postrow.ROW_CLASS}"><hr />{postrow.PROFILE_IMG} {postrow.PM_IMG} {postrow.EMAIL_IMG} {postrow.WWW_IMG} {postrow.AIM_IMG} {postrow.YIM_IMG} {postrow.MSN_IMG} {postrow.ICQ_IMG}<hr /></div>

</div>
   <!-- END postrow -->
   
   <div id="c2" align="center" style="clear:both;">
   <form method="post" action="{S_POST_DAYS_ACTION}">
            <span class="gensmall">{L_DISPLAY_POSTS}: {S_SELECT_POST_DAYS}&nbsp;{S_SELECT_POST_ORDER}&nbsp;<input type="submit" value="{L_GO}" class="liteoption" name="submit" /><br />{S_TIMEZONE}</span>
         </form>
   </div>


And then I have the following in an external CSS:
Code:
#c2,#c3{width:100%;height:25px;}
#c2 { background:url(images/cellpic1.gif) repeat-x;text-align:right;border:1px solid; border-color:#006699;}
#c3 { background:url(images/cellpic3.gif) repeat-x;border-left:1px solid;border-right:1px solid;border-bottom:1px solid; border-color:#006699;}
#c3 b{color:#FF9900; padding-right:103px;}
#c4 {background:url(images/cellpic1.gif) repeat-x;width:100%;padding-left:152px;}
#c5 {width:auto;height:35px;margin-left:152px;clear:left;}
#c5,#p2{border-left:1px solid #fff;}
#p1 {width:150px;float:left;display:inline;}
#p2 {margin-left:150px;width:auto;line-height: 18px;}

dl {margin: 0;padding: 0;width: auto;}
dt {font-size:11px;padding: 4px 11px 2px;float: left;}

dd {font-size: 0.8em;text-align: right;padding: 4px 11px 0 0;}


Now as I mentioned - This works on my current version of the template and could definitely be further modified to work better. And I'm working on it Smile

But play around with it, it should give you a head start.

Enjoy! Cool


Last edited by mreider on Mon Dec 18, 2006 5:35 pm; edited 1 time in total
Back to top
dcz
Administrateur - Site Admin
Administrateur - Site Admin


Joined: 28 Apr 2006
Posts: 15131

what are the characteristics of SEO template ?Posted: Mon Dec 18, 2006 10:11 am    Post subject: Re: what are the characteristics of SEO template ?

Really nice Very Happy

PM me if you want to organize sharing a bit more Wink

++

_________________
Useful links :
SEO Forum || SEO Directory || SEO phpBB || SEO phpBB3 || Search
____________________

Liens Utiles :
Forum référencement || Annuaire référencement || Référencement phpBB || Référencement phpBB3 || Recherche
Back to top
Visit poster's website
AmirAbbas
phpBB SEO Team
phpBB SEO Team


Joined: 11 May 2006
Posts: 529
Location: IRAN

what are the characteristics of SEO template ?Posted: Mon Dec 18, 2006 3:29 pm    Post subject: Re: what are the characteristics of SEO template ?

thanks mreider

i will try your codes

finally i found a solution for that IE bug
just a little CSS code was needed

Code:
line-height: 1.2;


for the container div
special thanks to matthew somerville Very Happy


now the first page (index_body.tpl) is finished
im going to styling viewforum Wink

_________________
چهار گوش - طراحی وب - مجله طراحی وب
Back to top
Visit poster's website
mreider
phpBB SEO Team
phpBB SEO Team


Joined: 07 May 2006
Posts: 221

what are the characteristics of SEO template ?Posted: Mon Dec 18, 2006 6:12 pm    Post subject: Re: what are the characteristics of SEO template ?

Very cool.

I hope my code helps you out a bit. I'm going to further optimize it and finish the page. The thing is, on my site I use a quick reply and a few other mods that need to be re-styled as well. But now that I've figured out the system it should be easy to do. Now to just find the time!
Back to top
mreider
phpBB SEO Team
phpBB SEO Team


Joined: 07 May 2006
Posts: 221

what are the characteristics of SEO template ?Posted: Wed Dec 20, 2006 2:05 am    Post subject: Re: what are the characteristics of SEO template ?

Just an update - I've been using the viewtopic.tpl code I posted above and it's working really well!

Still having trouble getting the indexbody working well, but I'll get it eventually Smile
Back to top
flozo



Joined: 19 Dec 2006
Posts: 5

what are the characteristics of SEO template ?Posted: Wed Dec 20, 2006 2:21 am    Post subject: Re: what are the characteristics of SEO template ?

lol... i got anoyed with phpBB having the styles in the head so i just deleted them all, and linked it to a external style sheet.

I never use the admin panel to change the CSS so its all good Wink

I have done extensive redesigns to my phpBB... without changing all the template files and keeping the original phpBB layout, i think its best to keep the defualt layout so its easier for the users.

I will post my forum once i have released it. (it is still in development).

-Flozo
Back to top
mreider
phpBB SEO Team
phpBB SEO Team


Joined: 07 May 2006
Posts: 221

what are the characteristics of SEO template ?Posted: Wed Dec 20, 2006 6:34 am    Post subject: Re: what are the characteristics of SEO template ?

Yeah that's what I've done my css on the viewtopic - It still looks the same as subsilver (with minor differences if you wanna be picky Smile ).

I also found a lot of styles in my stylesheet were duplicates - Like some of the classes had basically the same properties as other ones, so I combined several styles. I also re-wrote the default css into shorthand.
Back to top
sportman1280
phpBB SEO Team
phpBB SEO Team


Joined: 29 Nov 2006
Posts: 281

what are the characteristics of SEO template ?Posted: Sat Dec 23, 2006 4:33 pm    Post subject: Re: what are the characteristics of SEO template ?

how is the progress on this going? just curious. Im sooo excited. lol
Back to top
Visit poster's website
AmirAbbas
phpBB SEO Team
phpBB SEO Team


Joined: 11 May 2006
Posts: 529
Location: IRAN

what are the characteristics of SEO template ?Posted: Sat Dec 23, 2006 5:01 pm    Post subject: Re: what are the characteristics of SEO template ?

Quote:
how is the progress on this going? just curious. Im sooo excited. lol


unfortunately progress is slow
im very busy these days. its near the end of the term in college.
i styled the viewforum a bit
i orgenized viewforum codes and i put everything in li tag
at the weekend (our weekend , friday) i can work on it again

_________________
چهار گوش - طراحی وب - مجله طراحی وب
Back to top
Visit poster's website
sportman1280
phpBB SEO Team
phpBB SEO Team


Joined: 29 Nov 2006
Posts: 281

what are the characteristics of SEO template ?Posted: Sat Dec 23, 2006 5:32 pm    Post subject: Re: what are the characteristics of SEO template ?

oh ur still in classes?
ouch!
Back to top
Visit poster's website
AmirAbbas
phpBB SEO Team
phpBB SEO Team


Joined: 11 May 2006
Posts: 529
Location: IRAN

what are the characteristics of SEO template ?Posted: Sat Dec 23, 2006 6:15 pm    Post subject: Re: what are the characteristics of SEO template ?

Quote:
oh ur still in classes?
ouch!


which classes ?
CSS classes or college classes ? Mr. Green

its off topic but ...
yes i'm studying.
in our country the military service is mandatory (exactly 20 months). first i finished the military service.
after that i tried for colledge entrance exam
first i accepted in agricauture engineering but i didn't like it. i tried another time.
now im studying in field english, major translation.

for developing this template i need time.
developing template is not hard. but there is some annoying problem in working with CSS
all Internet Explorer browsers have problem in rendering CSS pages. you need lot of CSS hack
and lot of experience in CSS design. im familiar with CSS but i don't have experience in CSS design
im learning CSS during developing this template.

_________________
چهار گوش - طراحی وب - مجله طراحی وب
Back to top
Visit poster's website
sportman1280
phpBB SEO Team
phpBB SEO Team


Joined: 29 Nov 2006
Posts: 281

what are the characteristics of SEO template ?Posted: Sat Dec 23, 2006 6:31 pm    Post subject: Re: what are the characteristics of SEO template ?

oh no, i meant you arent on christmas break or something. I am now Very Happy. Thats why ive been ablet o put so much time into some of the plugins. I frankly am not goodenough with css to help with this project though. I love the design though and cant wait for it Very Happy.
Back to top
Visit poster's website
Display posts from previous:   
Post new topic   Reply to topic    phpBB SEO » SEO Forum  » phpBB Forum
Page 3 of 6 Goto page Previous  1, 2, 3, 4, 5, 6  Next

Navigation Similar Topics

Jump to: