Thread Rating:
  • 2 Votes - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
 link directory...can someone make this?
RocketFoot Offline
Senior Member
****
Posts: 338
Joined: Jul 2010
Post: #41
RE: link directory...can someone make this?
I'm on 1.4
10-14-2010 07:07 AM
Find all posts by this user Quote this message in a reply
leefish Offline
Hamster
*****
Posts: 1,009
Joined: Apr 2010
Post: #42
RE: link directory...can someone make this?
@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.


[Image: leelink.gif]
MYBB1.6 & XThreads
(This post was last modified: 10-14-2010 07:31 AM by leefish.)
10-14-2010 07:24 AM
Visit this user's website Find all posts by this user Quote this message in a reply
ZiNgA BuRgA Offline
Fag
*******
Posts: 3,357
Joined: Jan 2008
Post: #43
RE: link directory...can someone make this?
(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...

My Blog
10-14-2010 08:50 AM
Find all posts by this user Quote this message in a reply
RateU Offline
Administrator
*******
Posts: 2,350
Joined: Mar 2010
Post: #44
RE: link directory...can someone make this?
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

10-14-2010 09:09 AM
Find all posts by this user Quote this message in a reply
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
Vapor Offline
Member
***
Posts: 115
Joined: Oct 2010
Post: #46
RE: link directory...can someone make this?
WOW...this is a great link directory! Im gonna use this ...thanks rateu !

D3G Gaming Team - http://d3g.in

[Image: vapor_sig.png]
10-27-2010 01:14 PM
Visit this user's website Find all posts by this user Quote this message in a reply
x-Treme Offline
Member
***
Posts: 68
Joined: May 2010
Post: #47
RE: link directory...can someone make this?
This seems to have broken with the last xthreads update.
Anyone else experiencing this?

Forum Freebies
11-06-2010 08:00 AM
Find all posts by this user Quote this message in a reply
leefish Offline
Hamster
*****
Posts: 1,009
Joined: Apr 2010
Post: #48
RE: link directory...can someone make 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


[Image: leelink.gif]
MYBB1.6 & XThreads
(This post was last modified: 11-06-2010 08:21 AM by leefish.)
11-06-2010 08:18 AM
Visit this user's website Find all posts by this user Quote this message in a reply
x-Treme Offline
Member
***
Posts: 68
Joined: May 2010
Post: #49
RE: link directory...can someone make this?
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."

Forum Freebies
(This post was last modified: 11-06-2010 08:39 AM by x-Treme.)
11-06-2010 08:22 AM
Find all posts by this user Quote this message in a reply
leefish Offline
Hamster
*****
Posts: 1,009
Joined: Apr 2010
Post: #50
RE: link directory...can someone make this?
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


[Image: leelink.gif]
MYBB1.6 & XThreads
11-06-2010 09:19 AM
Visit this user's website Find all posts by this user Quote this message in a reply

« Next Oldest | Next Newest »

 Standard Tools
Forum Jump: