Thread Rating:
  • 2 Votes - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
 link directory...can someone make this?
RateU Offline
Administrator
*******
Posts: 2,350
Joined: Mar 2010
Post: #45
RE: link directory...can someone make this?
Optional layout:

Edit:
xtld_forumdisplay_subforums template:

HTML Code
1
2
3
4
5
6
7
8
9
10
11
12
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
<tr>
<td class="thead" colspan="2"><strong>Links Categories</strong></td>
</tr>
{$forums}
</table>
<br />
<div style="text-align: center;" class="smalltext">
	Link Directory<br />
	Powered By <a href="http://mybbhacks.zingaburga.com">XThreads</a> - <a href="http://mybbhacks.zingaburga.com">MyBB Hacks</a>
</div>
<br />


xtld_forumbit_depth2_forum template:

HTML Code
1
2
3
4
5
6
7
8
9
10
11
<tr>
	<td class="{$bgcolor}" width="1" algin="center" valign="middle">
		<a href="{$forum_url}"><img src="images/xtld_cat_{$forum['fid']}.png" alt="" title="{$forum['description']}" /></a>
	</td>
	<td class="{$bgcolor}">
		<strong><a href="{$forum_url}">{$forum['name']}</a></strong>
		({$threads}{$unapproved['unapproved_threads']} Links)
		{$forum_viewers_text}
		<div class="smalltext">{$forum['description']}</div>
	</td>
</tr>


Upload xtld_cat_fid.png image to our images directory. Change the fid with the forum id.
Example:
Forum id = 21, images = xtld_cat_21.png
We need one image for each forum.

We should get the layout like this:
   

This is optional only.


10-18-2010 06:59 AM
Find all posts by this user Quote this message in a reply

« Next Oldest | Next Newest »

Messages In This Thread
RE: link directory...can someone make this? - RateU - 10-18-2010 06:59 AM

 Standard Tools
Forum Jump: