admin (no pm's please) Site Admin

 Virtual Cash: 42940
Joined: 22 May 2005 Posts: 19351
Add Karma
 rated by 157 members
Add Comment
Show Comments
 |
Posted: Sat Jun 09, 2007 11:20 am Post subject: Post your CMS template and win prizes! |
|
|
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 |
|
 |
Symon Moderator

 Virtual Cash: 27700
Joined: 04 Sep 2005 Posts: 11056 Location: Hampshire,England Add Karma
 rated by 84 members
Add Comment
Show Comments
 |
|
| Back to top |
|
 |
admin (no pm's please) Site Admin

 Virtual Cash: 42940
Joined: 22 May 2005 Posts: 19351
Add Karma
 rated by 157 members
Add Comment
Show Comments
 |
|
| Back to top |
|
 |
Symon Moderator

 Virtual Cash: 27700
Joined: 04 Sep 2005 Posts: 11056 Location: Hampshire,England Add Karma
 rated by 84 members
Add Comment
Show Comments
 |
|
| Back to top |
|
 |
Nick(NR) Moderator

 Virtual Cash: 7800
Joined: 06 May 2006 Posts: 4032 Location: Medway, Kent Add Karma
 rated by 30 members
Add Comment
Show Comments
 |
Posted: Sat Jun 09, 2007 6:08 pm Post subject: |
|
|
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 |
|
 |
admin (no pm's please) Site Admin

 Virtual Cash: 42940
Joined: 22 May 2005 Posts: 19351
Add Karma
 rated by 157 members
Add Comment
Show Comments
 |
Posted: Sat Jun 09, 2007 6:42 pm Post subject: |
|
|
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
<!-- ELSE -->
Select answer
<!-- 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 |
|
 |