MyBB Hacks

Full Version: link directory...can someone make this?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
I'm on 1.4
@Rocketfoot -  Yup I thought so. Maybe RateU or Zinga could add a custom field so we can see what mybb version we have in our post bits.
(10-14-2010 05:02 AM)RateU Wrote: [ -> ]For 1.6:
Try to add this code after {$extra_threadfields}{$posticons} variables in xtld_editpost template (around line #38):

HTML Code
<snip>


Yay - it works - thank you RateU.
(10-14-2010 07:24 AM)leefish Wrote: [ -> ]Maybe RateU or Zinga could add a custom field so we can see what mybb version we have in our post bits.
Hardly anyone fills them out / reads them.
Can always stick your version in your signature if you think it's relevant...
I've installed MyBB 1.6 in a web server for XThreads demo. I hope it can "force" me to update/provide examples for both version (1.4 and 1.6) Biggrin
Optional layout:

Edit:
xtld_forumdisplay_subforums template:

HTML Code
<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
<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:
[attachment=247]

This is optional only.

WOW...this is a great link directory! Im gonna use this ...thanks rateu !
This seems to have broken with the last xthreads update.
Anyone else experiencing this?
Its running fine for me - which bit is broken?

I have this plugin installed as well - maybe thats the difference? I'm on 1.6

http://mybbhacks.zingaburga.com/showthre...http://mybbhacks.zingaburga.com/showthread.php?tid=398&pid=38
After upgrading to the latest xthreads release, the links forum appears as a normal forum.

Edit: OK...got that fixed. It wasn't the update causing the problem. It was the MyNetwork plugin.

New Question:
In the forums under my link directory, I allowed blank Post Messages like the tutorial says. However, when I go to edit the link, it gives an error message "The message is missing. Please enter a message."
Check out post 39 in this thread

http://mybbhacks.zingaburga.com/showthre...http://mybbhacks.zingaburga.com/showthread.php?tid=398&pid=38

I had the same issue with the message.

I have MyNetwork running as well.... so its odd that you cant run them together. You should contact Tomm - he did some modifications on my site to get MyN to play nicely with XThreads
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
Reference URL's