Add a link back to forum from quiz

All web design discussion, including Ultimate Quiz MOD support.

Moderator: CricketMX Forum Moderators

Post Reply
tenaki
Greenhorn
Greenhorn
Posts: 2
Joined: Sun Oct 16, 2005 5:51 pm

Hi

Installed the quiz. Very nice thank you. (waiting the next update)

When you go into the quiz along the top is "Click To Play Random Quiz!" I would like to add a link there back to the forum index as there doesn't seem to be one at present.

Is this possible and what would I need to edit
User avatar
battye
Site Admin
Site Admin
Posts: 14391
Joined: Sun Jan 11, 2004 8:26 am
Location: Australia
Contact:

hi, glad you like the mod, the next update is coming along well, so far i have finished the playing and adding quiz modules, and in my opinion, they are fantastic. leagues ahead of the current system :wink:
k, in quiz_cat_body.tpl (in your templates/Whatever-template-you-use/ directory) find the following:

Code: Select all

	<a href='{RANDY_LINK}'>{RANDY}</a><br /></span></td>
replace that with

Code: Select all

	<a href='{RANDY_LINK}'>{RANDY}</a> | <a href='index.php'>Go to the Forum Index</a><br /></span></td>
i can help you change the order or wording as well if you need it too :)
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)
tenaki
Greenhorn
Greenhorn
Posts: 2
Joined: Sun Oct 16, 2005 5:51 pm

Many thanks for that.

Pleased to hear the next is coming on well
Post Reply