I want to add Text here [SOLVED]

All web design discussion, including Ultimate Quiz MOD support.

Moderator: CricketMX Forum Moderators

Post Reply
doswald
Frequent Poster
Frequent Poster
Posts: 32
Joined: Thu Jan 10, 2008 10:32 am

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
Last edited by doswald on Tue Jan 22, 2008 9:15 am, edited 1 time in total.
User avatar
battye
Site Admin
Site Admin
Posts: 14391
Joined: Sun Jan 11, 2004 8:26 am
Location: Australia
Contact:

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 :)
CricketMX.com in 2022: Still the home of bat's, rat's and other farmyard animals!

"OK, life [as you chose to define it] repeats until there are no more lessons to be learned." - nrnoble (June 12, 2005)
"the new forum looks awesome, it's getting bigger & better" - p2p-sharing-rules (11 Jan, 2008)
"Looks like CMX is not only getting bigger...but, also getting better!!" - moongirl (14 Dec, 2007)
doswald
Frequent Poster
Frequent Poster
Posts: 32
Joined: Thu Jan 10, 2008 10:32 am

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>
User avatar
battye
Site Admin
Site Admin
Posts: 14391
Joined: Sun Jan 11, 2004 8:26 am
Location: Australia
Contact:

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
CricketMX.com in 2022: Still the home of bat's, rat's and other farmyard animals!

"OK, life [as you chose to define it] repeats until there are no more lessons to be learned." - nrnoble (June 12, 2005)
"the new forum looks awesome, it's getting bigger & better" - p2p-sharing-rules (11 Jan, 2008)
"Looks like CMX is not only getting bigger...but, also getting better!!" - moongirl (14 Dec, 2007)
doswald
Frequent Poster
Frequent Poster
Posts: 32
Joined: Thu Jan 10, 2008 10:32 am

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
User avatar
battye
Site Admin
Site Admin
Posts: 14391
Joined: Sun Jan 11, 2004 8:26 am
Location: Australia
Contact:

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.
CricketMX.com in 2022: Still the home of bat's, rat's and other farmyard animals!

"OK, life [as you chose to define it] repeats until there are no more lessons to be learned." - nrnoble (June 12, 2005)
"the new forum looks awesome, it's getting bigger & better" - p2p-sharing-rules (11 Jan, 2008)
"Looks like CMX is not only getting bigger...but, also getting better!!" - moongirl (14 Dec, 2007)
doswald
Frequent Poster
Frequent Poster
Posts: 32
Joined: Thu Jan 10, 2008 10:32 am

YOU'RE THE MAN!!!! thanks for the help mate =D>
Post Reply