Page 1 of 1

I want to add Text here [SOLVED]

Posted: Mon Jan 21, 2008 6:37 am
by doswald
hi battye, i just need your expertise here, how can i add something like additional text here (please refer to drawing below)

Image

thanks mate. have a nice day

Re: I want to add Text here

Posted: Tue Jan 22, 2008 6:39 am
by battye
You are testing my memory now :)
Is there a quiz_index_body.tpl? If so, please post it here.

Also, congratulations on your first rank - 25 posts. Congratulations post is at http://forums.cricketmx.com/viewtopic.p ... 964#p85964 :)

Re: I want to add Text here

Posted: Tue Jan 22, 2008 8:11 am
by doswald
hi mate thanks for the new rank :wink: . anyway here's my quiz_index_body.tpl

Code: Select all

<table width="100%" border="0" align="right">
	<tr>
		<td width="50%" align="left" valign="middle" height="10">
			<span class="genmed"><a href="{U_INDEX}" class="nav">{L_INDEX}</a></span>
		</td>
		<td width="50%" align="right" valign="middle" height="10">
			<span class="genmed"><b>{U_STATISTICS_LINK} · {U_SUBMIT_QUIZ}</b></span>
		</td>
	</tr>
</table>

<br />

<table width="100%" cellpadding="2" cellspacing="1" border="0" class="forumline">
	<tr>
		<th colspan="2" width="100%" class="thTop" nowrap="nowrap"> {L_QUIZZES} </th>
	</tr>
		
	<!-- BEGIN quiz_row -->
	<tr>
		<td width="75%" class="row1" align="left" valign="middle" height="100%">
			 <span class="forumlink">{quiz_row.U_NAME}</span><br />
			 <span class="genmed">{quiz_row.U_DESCRIPTION}</span>
		</td>
			
		<td width="25%" class="row2" align="center" valign="middle" height="100%">
			<span class="genmed">
				{quiz_row.U_QUIZZES}
			</span>
		</td>
	</tr>
	<!-- END quiz_row -->	

	<!-- BEGIN cash_row -->
	<tr>
		<td width="100%" colspan="2" class="row3" align="center" valign="middle" height="100%">
			<span class="gen">
				{CASH_INFORMATION}
			</span>
		</td>
	</tr>
	<!-- END cash_row -->		
</table> 
<br />
<table width="100%" align="center" border="0">
	<tr>
		<td border="0" align="center">
			<span class="genmed"> <a href="http://www.cmxmods.net/quiz.php">Ultimate Quiz MOD</a> © <a href="http://www.online-scrabble.com">battye</a> 2004, 2005, 2006. 
			</span>
		</td>
	</tr>
</table>

Re: I want to add Text here

Posted: Tue Jan 22, 2008 8:31 am
by battye
Find:

Code: Select all

<th colspan="2" width="100%" class="thTop" nowrap="nowrap"> {L_QUIZZES} </th>


Within that, see {L_QUIZZES} ?

After that add:

Code: Select all

<br />YOUR TEXT HERE
Done :D

Re: I want to add Text here

Posted: Tue Jan 22, 2008 8:53 am
by doswald
all right! genius! thanks it worked.

one last question if possible, can it be customized something like with color or bigger font? :wink:

big help mate

Re: I want to add Text here

Posted: Tue Jan 22, 2008 9:01 am
by battye
Yeah, wrap YOUR TEXT HERE with:

Code: Select all

<div style="font-family: FONT NAME; font-size: XXpx; color: #COLOURCODE">YOUR TEXT HERE</div>
Replace FONT NAME, XX and COLOURCODE with their respective values.

Re: I want to add Text here

Posted: Tue Jan 22, 2008 9:13 am
by doswald
YOU'RE THE MAN!!!! thanks for the help mate =D>