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


Post your CMS template and win prizes!

 
Post new topic   Reply to topic    myfreeforum.org Forum Index -> Web page/template Editing
View previous topic :: View next topic  
Author Message
admin (no pm's please)
Site Admin
Site Admin

Virtual Cash: 46350

Joined: 22 May 2005
Posts: 19691

Add Karma

rated by 164 members
Add Comment
Show Comments

online/offline
PostPosted: Sat Jun 09, 2007 11:20 am    Post subject: Post your CMS template and win prizes! Reply with quote

The default templates supplied for portals are not exactly the most sophisticated in the world. They are there as a base for people to create better templates from.

So we are asking people to post their creations in a new thread in this forum. You need to post the contents of the template and an example link to it.

You also need to give permission for others to use the template, and for us to showcase the template or even make it the standard template.

Prizes will be at our discretion.


_________________

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
Symon
Moderator
Moderator

Virtual Cash: 28730

Joined: 04 Sep 2005
Posts: 11158
Location: Hampshire,England
Add Karma

rated by 85 members
Add Comment
Show Comments

online/offline
PostPosted: Sat Jun 09, 2007 11:32 am    Post subject: Reply with quote

Is this open to all ?
_________________


http://www.saynoto0870.com/

http://www.myshopbag.co.uk

XXVIII/ I/ MCMLXXI
Back to top
View user's profile Private message Visit poster's website
admin (no pm's please)
Site Admin
Site Admin

Virtual Cash: 46350

Joined: 22 May 2005
Posts: 19691

Add Karma

rated by 164 members
Add Comment
Show Comments

online/offline
PostPosted: Sat Jun 09, 2007 11:38 am    Post subject: Reply with quote

Absolutely
_________________

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
Symon
Moderator
Moderator

Virtual Cash: 28730

Joined: 04 Sep 2005
Posts: 11158
Location: Hampshire,England
Add Karma

rated by 85 members
Add Comment
Show Comments

online/offline
PostPosted: Sat Jun 09, 2007 11:51 am    Post subject: Reply with quote

Away you go then nick
_________________


http://www.saynoto0870.com/

http://www.myshopbag.co.uk

XXVIII/ I/ MCMLXXI
Back to top
View user's profile Private message Visit poster's website
Nick(NR)
Moderator
Moderator

Virtual Cash: 8440

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

rated by 30 members
Add Comment
Show Comments

online/offline
PostPosted: Sat Jun 09, 2007 6:08 pm    Post subject: Reply with quote

You can use mine, just a note to remove the custom portals as people wont have them.

Let me get a generic logo up first and finish off the last of the green images in some areas like profile, I'll post back when I do.
_________________
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
admin (no pm's please)
Site Admin
Site Admin

Virtual Cash: 46350

Joined: 22 May 2005
Posts: 19691

Add Karma

rated by 164 members
Add Comment
Show Comments

online/offline
PostPosted: Sat Jun 09, 2007 6:42 pm    Post subject: Reply with quote

What we need is them posted and packaged, to give people an opportunity to see what can be done and to learn.

the ever growing quiz template is a good example of one that could be improved on:

Code:

<!-- IF QUIZ_MESSAGE <>"" -->
<h1>{QUIZ_MESSAGE}</h1>
<!-- ENDIF -->
{QUIZ_TITLE}
<form action="{QUIZ_S_ACTION}" method="post">
<input type="hidden" name="mode" value="questions"></input>
<table width="100%" cellpadding="4" cellspacing="1" border="0" class="forumline" align="center">
<!--BEGIN switch_quiz_title -->
   <tr>
        <th colspan="1" width="100%" height="25" class="thTop" nowrap="nowrap"> {QUIZ_TITLE}</th>
     </tr>
<!--END switch_quiz_title -->     



<!-- IF QUIZ_S_QUESTIONS == 1 -->
<!-- IF (QUIZ_ALLOWRETRIES == 2 && QUIZ_PLAYED == 1) -->
<tr>
        <td>
You may play this quiz again, but your old score of {QUIZ_OLDSCORE} out of {QUIZ_MAXSCORE} will not be saved.
</td>
</tr>
<!-- ENDIF -->
<!-- IF QUIZ_PASSED !="" -->
<tr>
        <td>You passed on the following questions which must be answered {QUIZ_PASSED}</td>
 </tr>
<tr>

<!-- ENDIF -->

<tr>
        <td> {QUIZ_INTRODUCTION}</td>
 </tr>
<tr>
<td>
<!-- IF (QUIZ_ALLOWRETRIES == 0 && QUIZ_PLAYED == 1) -->
You can only play this quiz once. You scored {QUIZ_OLDSCORE}.out of {QUIZ_MAXSCORE}
<!-- ELSE -->

<!-- BEGIN quiz -->
<!-- IF quiz.QUESTION_PASSED != "" -->
<b>You must answer this question.</b><br/>
<!-- ENDIF -->
Question {quiz.QUESTION_NUMBER}: {quiz.QUESTION}
<br/><br/>
<!-- IF quiz.QUESTION_MULTIPLE != 0  -->
Select all answers that apply&nbsp;
<!-- ELSE -->
Select answer&nbsp;
<!-- ENDIF -->
{quiz.ANSWER}
<br/><br/>
<hr />
  <!-- END quiz -->
<tr>
        <td> <input type="submit" value="Submit Answers"></input></td>
 </tr>
<!-- ENDIF -->
 
</td>
</tr>
<!-- ENDIF -->
<!-- IF QUIZ_S_ANSWERS == 1 -->
<tr>
<td>
Your score was {QUIZ_SCORE} out of {QUIZ_MAXSCORE}.
</td>
</tr>
<tr>
<td>
  <!-- BEGIN quiz -->
Question {quiz.QUESTION_NUMBER}: {quiz.QUESTION}
<br/><br/>
You answered {quiz.ANSWER}
<br/><br/>
<!-- IF quiz.QUESTION_RIGHTANSWERS != "" -->
You got {quiz.QUESTION_RIGHT} right and {quiz.QUESTION_WRONG} wrong.
The right answers were {quiz.QUESTION_RIGHTANSWERS}.

<!-- ELSE -->
<!-- IF quiz.QUESTION_RIGHT == 1 -->
right - the right answer was {quiz.QUESTION_RIGHTANSWER}
<!-- ELSE -->
wrong - the right answer was {quiz.QUESTION_RIGHTANSWER}
<!-- ENDIF -->
<!-- ENDIF -->
<br/><br/>
<hr />
  <!-- END quiz -->
</td>
</tr>
<!-- ENDIF -->
<!-- IF QUIZ_S_HIGHSCORES == 1 -->
<tr>
<td>
<h1>High scores</h1>
</td>
</tr>
<tr>
<td>
<table><tr><th>Member</th><th>Score out of {QUIZ_MAXSCORE}</th></tr>
  <!-- BEGIN quiz_scores -->
<td>{quiz_scores.USERNAME}</td><td>{quiz_scores.SCORE}</td></tr>
  <!-- END quiz_scores -->
</table>
</td>
</tr>
<!-- ENDIF -->


</table>

_________________

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
Display posts from previous:   
Post new topic   Reply to topic    myfreeforum.org Forum Index -> Web page/template Editing All times are GMT + 1 Hour
Page 1 of 1
 
 
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