myfreeforum.org Forum Index
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups  Who is OnlineWho is Online   Join! (free) Join! (free)  
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 
For an excellent guide to using your myfreeforum forum, you can visit
howtodoit
The howtodoit "readonly" forum provides answers and walkthroughs for all common questions.
  • Welcome
  • Guest


Backporting WOWgreen **Complete, ready for taking admin**
Goto page Previous  1, 2, 3, 4, 5
 
Post new topic   Reply to topic    myfreeforum.org Forum Index -> Web page/template Editing
View previous topic :: View next topic  
Author Message
skargoth
Pupil
Pupil

Virtual Cash: 20

Joined: 10 Aug 2007
Posts: 38

Add Karma

rated by 0 members
Add Comment
Show Comments

online/offline
PostPosted: Tue Dec 18, 2007 10:41 pm    Post subject: Reply with quote

yea that is correct- mine will say page 1 of 2 instead of allowing you to click the second page  1,2


Back to top
View user's profile Private message
Nick(NR)
Moderator
Moderator

Virtual Cash: 7780

Joined: 06 May 2006
Posts: 4030
Location: Medway, Kent
Add Karma

rated by 30 members
Add Comment
Show Comments

online/offline
PostPosted: Tue Dec 18, 2007 10:45 pm    Post subject: Reply with quote

My bad, I missed out exactly what I thought I did, when you mentioned it:

Admin, this change will need to be made

Open viewforum_body.tpl and replace all that is inside it with what's below:
Code:
<form method="post" action="{S_POST_DAYS_ACTION}">
<table width="90%" cellspacing="0" border="0" align="center" cellpadding="2">
  <tr>
   <td colspan="5" align="left">
<span class="gensmall"><a href="{U_SEARCH_NEW}" class="genred">{L_SEARCH_NEW}</a> | <a href="{U_SEARCH_UNANSWERED}" class="genred">{L_SEARCH_UNANSWERED}</a></span>
</td>
  </tr>
</table>

  <table width="90%" cellspacing="2" cellpadding="2" border="0" align="center">
   <tr>
     <td align="left" valign="middle" class="viewforumindex" width="50%"><span class="viewforumindex"><a href="{U_INDEX}" class="viewforumindex">Board Index</a><span style="font-size:12px; font-weight:bold; color: #ffffff;"> >> </span><a class="viewforumindex" href="{U_VIEW_FORUM}">{FORUM_NAME}</a></span></td>
     <td align="right" valign="middle" class="nav" width="50%"></span><span class="gensmall">{S_TIMEZONE}</span></td>
   </tr>
  </table>

<!-- IF S_SUBFORUMS >0 -->
<table border="0" cellpadding="4" cellspacing="0" width="90%" align="center" class="forumline">
  <tr>
   <td class="cattablemarkforum" colspan="5" align="right" valign="middle" height="24">
       <span class="genred"><a href="{U_MARK_READ}" class="genred">{L_MARK_TOPICS_READ}</a></span>
    </td>
  </tr>
<tr>
<th colspan="2" align="center" height="25" class="thCornerL" nowrap="nowrap">&nbsp;Sub Forums&nbsp;</th>

<th align="center" class="thCornerR" nowrap="nowrap">&nbsp;{L_LASTPOST}&nbsp;</th>
</tr>
<!-- BEGIN topicrow -->
<!-- IF topicrow.TOPIC_TYPE == "Sub-forum: " -->
<tr>
<td class="indexright" align="center" valign="middle" width="20"><img src="{topicrow.TOPIC_FOLDER_IMG}" alt="{topicrow.L_TOPIC_FOLDER_ALT}" title="{topicrow.L_TOPIC_FOLDER_ALT}" /></td>
<td class="cattable" width="100%"><span class="topictitle">{topicrow.NEWEST_POST_IMG}<a href="{topicrow.U_VIEW_TOPIC}" class="topictitle">{topicrow.TOPIC_TITLE}</a></span><span class="gensmall"><br />
{topicrow.GOTO_PAGE}</span></td>
<td class="indexleft" align="center" valign="middle" nowrap="nowrap"><span class="postdetails">{topicrow.LAST_POST_TIME}<br />{topicrow.LAST_POST_AUTHOR} {topicrow.LAST_POST_IMG}</span></td>
</tr>
<!-- ENDIF -->
<!-- END topicrow -->

</table>
<!-- ENDIF -->
<br />
  <table width="90%" cellspacing="2" cellpadding="2" border="0" align="center">
   <tr>
     <td align="left" valign="middle" class="viewforumbig" width="100%">&nbsp;&nbsp;&nbsp;{FORUM_NAME}<td>
   </tr>
  </table>
<br />
<br />
  <table width="90%" cellspacing="2" border="0" align="center" cellpadding="2">
   <tr>
     <td align="left" valign="middle" width="150"><a href="{U_POST_NEW_TOPIC}"><img src="{POST_IMG}" border="0" alt="{L_POST_NEW_TOPIC}" /></a></td>
     <td align="left" valign="middle"><span class="nav">{PAGE_NUMBER}</span></td>
   </tr>
  </table>
  <table border="0" cellpadding="4" cellspacing="0" width="90%" align="center" class="forumline">
   <tr>
     <th colspan="2" align="center" height="25" class="thCornerL" nowrap="nowrap">&nbsp;{L_TOPICS}&nbsp;</th>
     <th width="50" align="center" class="thTop" nowrap="nowrap">&nbsp;{L_REPLIES}&nbsp;</th>
     <th width="100" align="center" class="thTop" nowrap="nowrap">&nbsp;{L_AUTHOR}&nbsp;</th>
     <th width="50" align="center" class="thTop" nowrap="nowrap">&nbsp;{L_VIEWS}&nbsp;</th>
     <th align="center" class="indexleft" nowrap="nowrap">&nbsp;{L_LASTPOST}&nbsp;</th>
   </tr>
   <!-- BEGIN topicrow -->
<!-- IF topicrow.TOPIC_TYPE != "Sub-forum: " -->
   <tr>
     <td class="indexright" align="center" valign="middle" width="20"><img src="{topicrow.TOPIC_FOLDER_IMG}" alt="{topicrow.L_TOPIC_FOLDER_ALT}" title="{topicrow.L_TOPIC_FOLDER_ALT}" /></td>
     <td class="cattable" width="100%"><span class="topictitle">{topicrow.NEWEST_POST_IMG}{topicrow.TOPIC_TYPE}<a href="{topicrow.U_VIEW_TOPIC}" class="topictitle">{topicrow.TOPIC_TITLE}</a></span><span class="gensmall"><br />
      {topicrow.GOTO_PAGE}</span></td>
     <td class="indexleft" align="center" valign="middle"><span class="postdetails">{topicrow.REPLIES}</span></td>
     <td class="indexleft" align="center" valign="middle"><span class="name">{topicrow.TOPIC_AUTHOR}</span></td>
     <td class="indexleft" align="center" valign="middle"><span class="postdetails">{topicrow.VIEWS}</span></td>
     <td class="indexleft" align="center" valign="middle" nowrap="nowrap"><span class="postdetails">{topicrow.LAST_POST_TIME}<br />{topicrow.LAST_POST_AUTHOR} {topicrow.LAST_POST_IMG}</span></td>
   </tr>
<!-- ENDIF -->
   <!-- END topicrow -->
   <!-- BEGIN switch_no_topics -->
   <tr>
     <td class="row1" colspan="6" height="30" align="center" valign="middle"><span class="gen">{L_NO_TOPICS}</span></td>
   </tr>
   <!-- END switch_no_topics -->
   <tr>
     <td class="cattable" align="center" valign="middle" colspan="6" height="28"><span class="genmed">{L_DISPLAY_TOPICS}:&nbsp;{S_SELECT_TOPIC_DAYS}&nbsp;
      <input type="submit" class="searchbutton" value="{L_GO}" name="submit" />
      </span></td>
   </tr>
  </table>

  <table width="90%" cellspacing="2" border="0" align="center" cellpadding="2">
   <tr>
     <td align="left" valign="middle" width="150"><a href="{U_POST_NEW_TOPIC}"><img src="{POST_IMG}" border="0" alt="{L_POST_NEW_TOPIC}" /></a></td>
     <td align="right" valign="middle">
     <span class="gensmall"><b>{PAGINATION}</b></td>
   </tr>
  </table>
<br />
  <table width="90%" cellspacing="2" cellpadding="2" border="0" align="center">
   <tr>
     <td align="left" valign="middle" class="viewforumindex" width="50%"><span class="viewforumindex"><a href="{U_INDEX}" class="viewforumindex">Board Index</a><span style="font-size:12px; font-weight:bold; color: #ffffff;"> >> </span><a class="viewforumindex" href="{U_VIEW_FORUM}">{FORUM_NAME}</a></span></td>
     <td align="right" valign="middle" class="nav" width="50%"></span><span class="gensmall">{S_TIMEZONE}</span></td>
   </tr>
  </table>
</form>

<table width="90%" border="0" cellspacing="0" cellpadding="0" align="center">
  <tr>
   <td class="cattablewhois" align="left" height="30">
<span class="gensmall">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<b>Who Is Online</b></span></td>
  </tr>
  <tr>
   <td class="forumline" align="left" height="24">
<span class="gengrey">&nbsp;&nbsp;&nbsp;{LOGGED_IN_USER_LIST}</span></td>
  </tr>
</table>
<br />
<table width="90%" cellspacing="0" border="0" align="center" cellpadding="0">
   <tr>
      <td align="left" valign="top"><table cellspacing="3" cellpadding="0" border="0">
         <tr>
            <td width="20" align="left"><img src="{FOLDER_NEW_IMG}" alt="{L_NEW_POSTS}" /></td>
            <td class="gensmall">{L_NEW_POSTS}</td>
            <td>&nbsp;&nbsp;</td>
            <td width="20" align="center"><img src="{FOLDER_IMG}" alt="{L_NO_NEW_POSTS}" /></td>
            <td class="gensmall">{L_NO_NEW_POSTS}</td>
            <td>&nbsp;&nbsp;</td>
            <td width="20" align="center"><img src="{FOLDER_ANNOUNCE_IMG}" alt="{L_ANNOUNCEMENT}" /></td>
            <td class="gensmall">{L_ANNOUNCEMENT}</td>
         </tr>
         <tr>
            <td width="20" align="center"><img src="{FOLDER_HOT_NEW_IMG}" alt="{L_NEW_POSTS_HOT}" /></td>
            <td class="gensmall">{L_NEW_POSTS_HOT}</td>
            <td>&nbsp;&nbsp;</td>
            <td width="20" align="center"><img src="{FOLDER_HOT_IMG}" alt="{L_NO_NEW_POSTS_HOT}" /></td>
            <td class="gensmall">{L_NO_NEW_POSTS_HOT}</td>
            <td>&nbsp;&nbsp;</td>
            <td width="20" align="center"><img src="{FOLDER_STICKY_IMG}" alt="{L_STICKY}" /></td>
            <td class="gensmall">{L_STICKY}</td>
         </tr>
         <tr>
            <td class="gensmall"><img src="{FOLDER_LOCKED_NEW_IMG}" alt="{L_NEW_POSTS_LOCKED}" /></td>
            <td class="gensmall">{L_NEW_POSTS_LOCKED}</td>
            <td>&nbsp;&nbsp;</td>
            <td class="gensmall"><img src="{FOLDER_LOCKED_IMG}" alt="{L_NO_NEW_POSTS_LOCKED}" /></td>
            <td class="gensmall">{L_NO_NEW_POSTS_LOCKED}</td>
         </tr>
      </table></td>
      <td align="right"><span class="gensmall">{S_AUTH_LIST}</span></td>
   </tr>
</table>
<br />
<table width="90%" border="0" cellspacing="0" cellpadding="0" align="center">
  <tr>
<td align="center" width="10%" height="20" valign="top"><span class="genred">Search for:</span> </td>
<td align="left" width="60%" height="20" valign="top"> <form action="search.php?mode=results" method="POST">
<input type="text" class="searchbox" style="width: 200px;" name="search_keywords" size="30" /><input type="hidden" name="search_terms" value="all" ><input type="hidden" name="search_forum" value="-1"><input type ="hidden" name="search_time" value="9999"><input type="hidden" name="search_fields" value="all" /> <input type="hidden" name="search_cat" value="-1"><input type="hidden" name="sort_by" value="0"/><input type="hidden" name="sort_dir" value="DESC" /><input type="hidden" name="show_results" value="topics" /><input type="hidden" name="return_chars" value="-1"/><input class="searchbutton" type="submit" value="Go" /></form></td>
<td align="right" valign="top" width="30%" height="20">{JUMPBOX}</td>
  </tr>
</table>

_________________
CALM TIME: When calm time is called, all posters in a topic must take time out to calm down.


I'm better than Jose!
Back to top
View user's profile Private message Visit poster's website
skargoth
Pupil
Pupil

Virtual Cash: 20

Joined: 10 Aug 2007
Posts: 38

Add Karma

rated by 0 members
Add Comment
Show Comments

online/offline
PostPosted: Wed Dec 19, 2007 5:19 pm    Post subject: Reply with quote

So far things look amazing - i am super happy with the look and features.

Im finding that a few threads show page 1of 4 and you cant select different pages but there are a few threads that you can so not sure what im missing there.

One other thing- i see a birthdays thing on there which is new to me but i cant find any way to access this feature- I wasnt sure if you even could but if there is would love to know

Back to top
View user's profile Private message
admin (no pm's please)
Site Admin
Site Admin

Virtual Cash: 42910

Joined: 22 May 2005
Posts: 19348

Add Karma

rated by 157 members
Add Comment
Show Comments

online/offline
PostPosted: Wed Dec 19, 2007 5:46 pm    Post subject: Reply with quote

viewforum_body.tpl has been updated.
_________________

Family Friendly Shareware | | Web Design/Services | Free Forums

forum.myfreeforum.org
Back to top
View user's profile Private message Send e-mail Visit poster's website
Nick(NR)
Moderator
Moderator

Virtual Cash: 7780

Joined: 06 May 2006
Posts: 4030
Location: Medway, Kent
Add Karma

rated by 30 members
Add Comment
Show Comments

online/offline
PostPosted: Wed Dec 19, 2007 5:53 pm    Post subject: Reply with quote

skargoth wrote:
So far things look amazing - i am super happy with the look and features.

Im finding that a few threads show page 1of 4 and you cant select different pages but there are a few threads that you can so not sure what im missing there.

One other thing- i see a birthdays thing on there which is new to me but i cant find any way to access this feature- I wasnt sure if you even could but if there is would love to know


As admin said above I have posted a fix to allow you to change the pages when topic amount exceed page restrictions, as for the birthday table that is removable, but as myff have a birthday hack and it's part of the original template I decided to leave in the birthday table.

You first need to do this part:
http://howtodoit.myfreeforum.org/...component=content&topicid=610

Then this part:

To add how old they are you would need to add the following code to your cms_birthday.tpl
Code:
({birthday.YEARS})



So the final code may look like this:
Code:
<!--BEGIN switch_birthday_title -->    
{BIRTHDAY_TITLE}
<!--END switch_birthday_title -->          
  <!-- BEGIN birthday -->
{birthday.NAME}&nbsp;({birthday.YEARS})
  <!-- END birthday -->

_________________
CALM TIME: When calm time is called, all posters in a topic must take time out to calm down.


I'm better than Jose!
Back to top
View user's profile Private message Visit poster's website
convicts
Student
Student

Virtual Cash: 430

Joined: 13 Jul 2006
Posts: 69

Add Karma

rated by 0 members
Add Comment
Show Comments

online/offline
PostPosted: Sun Dec 23, 2007 5:03 pm    Post subject: Reply with quote

looks great guys and i really want to revamp our paintball forum for next year ... but iv a little question for you clever buggers :

like the disign "i really like" but can this be made in blue instead o green and new post in red  ???

i know its days but if you dont ask you wont know  Wink
_________________
Thanks.Lee

UK Scenario & tournament Paintball Team.

                 

Back to top
View user's profile Private message
Nick(NR)
Moderator
Moderator

Virtual Cash: 7780

Joined: 06 May 2006
Posts: 4030
Location: Medway, Kent
Add Karma

rated by 30 members
Add Comment
Show Comments

online/offline
PostPosted: Sun Dec 23, 2007 5:17 pm    Post subject: Reply with quote

What a blue version, with a red folder icon for new posts? can't see why not, I'd like to get the last few things out of the way on greeny first, then I'll do the blue one
_________________
CALM TIME: When calm time is called, all posters in a topic must take time out to calm down.


I'm better than Jose!
Back to top
View user's profile Private message Visit poster's website
convicts
Student
Student

Virtual Cash: 430

Joined: 13 Jul 2006
Posts: 69

Add Karma

rated by 0 members
Add Comment
Show Comments

online/offline
PostPosted: Sun Dec 23, 2007 5:24 pm    Post subject: Reply with quote

bloody grand stuff. ill keep an eye out .

thankyou .
_________________
Thanks.Lee

UK Scenario & tournament Paintball Team.

                 

Back to top
View user's profile Private message
convicts
Student
Student

Virtual Cash: 430

Joined: 13 Jul 2006
Posts: 69

Add Karma

rated by 0 members
Add Comment
Show Comments

online/offline
PostPosted: Sat Dec 29, 2007 12:52 am    Post subject: Reply with quote

no doubt your busy with family stuff and i dont want to sound as im pestering ........  

ive interest off th other admins and team members are keen to see the red attemp version.. "little like the green one"

??  Wink

happ new year all.
_________________
Thanks.Lee

UK Scenario & tournament Paintball Team.

                 

Back to top
View user's profile Private message
Nick(NR)
Moderator
Moderator

Virtual Cash: 7780

Joined: 06 May 2006
Posts: 4030
Location: Medway, Kent
Add Karma

rated by 30 members
Add Comment
Show Comments

online/offline
PostPosted: Sat Dec 29, 2007 3:10 pm    Post subject: Reply with quote

convicts wrote:
no doubt your busy with family stuff and i dont want to sound as im pestering ........  

ive interest off th other admins and team members are keen to see the red attemp version.. "little like the green one"

??  Wink

happ new year all.


Well tbh I can't do much until the new year I may be able to get an offline version going so I can post the color changes and give the images, so sit tight I will try to do this if it fails you'll have to wait till jan 1st until I can do a chunk of editing online.
_________________
CALM TIME: When calm time is called, all posters in a topic must take time out to calm down.


I'm better than Jose!
Back to top
View user's profile Private message Visit poster's website
Nick(NR)
Moderator
Moderator

Virtual Cash: 7780

Joined: 06 May 2006
Posts: 4030
Location: Medway, Kent
Add Karma

rated by 30 members
Add Comment
Show Comments

online/offline
PostPosted: Sun Jan 06, 2008 5:14 pm    Post subject: Reply with quote

Okizzle bizzle.

Last lot of images need changing then WoWred will be done, can see it partially finished on slot2 of portalogy
_________________
CALM TIME: When calm time is called, all posters in a topic must take time out to calm down.


I'm better than Jose!
Back to top
View user's profile Private message Visit poster's website
convicts
Student
Student

Virtual Cash: 430

Joined: 13 Jul 2006
Posts: 69

Add Karma

rated by 0 members
Add Comment
Show Comments

online/offline
PostPosted: Sun Jan 06, 2008 9:36 pm    Post subject: Reply with quote

im still checking everyday if not twice    .......... thanks again.

oh just so im looking in the right direction : whats the name for this blue template pls. ?

_________________
Thanks.Lee

UK Scenario & tournament Paintball Team.

                 

Back to top
View user's profile Private message
Nick(NR)
Moderator
Moderator

Virtual Cash: 7780

Joined: 06 May 2006
Posts: 4030
Location: Medway, Kent
Add Karma

rated by 30 members
Add Comment
Show Comments

online/offline
PostPosted: Sun Jan 06, 2008 9:54 pm    Post subject: Reply with quote

no blue one yet, will finish the red, then start on the blue
_________________
CALM TIME: When calm time is called, all posters in a topic must take time out to calm down.


I'm better than Jose!
Back to top
View user's profile Private message Visit poster's website
Display posts from previous:   
Post new topic   Reply to topic    myfreeforum.org Forum Index -> Web page/template Editing All times are GMT + 1 Hour
Goto page Previous  1, 2, 3, 4, 5
Page 5 of 5
 
 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum

Card File  Gallery  Forum Archive
Powered by phpBB © 2001, 2005 phpBB Group
Create your own free forum | Buy a domain to use with your forum