Thread Rating:
  • 2 Votes - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
 link directory...can someone make this?
ZiNgA BuRgA Offline
Fag
*******
Posts: 3,357
Joined: Jan 2008
Post: #61
RE: link directory...can someone make this?
(11-06-2010 10:50 AM)leefish Wrote:  Good to hear Smile I think you can also try turning MyN back on - I find it best to DEACTIVATE MYN, upgrade Xthreads, reactivate. Though that fancy post rep plugin HATES Xthreads first posts....
Sorry to continue being off-topic, but I tried doing a 1.32 update to 1.337 with MyNetwork installed and active but I didn't get any (visible) errors.  I also tried installing the plugins in different orders in case that was a cause but couldn't get anything.
Didn't manage to check the first post thing with the post rep mod, though I did see this in there:

PHP Code:
1
2
3
4
5
6
	// Do we have xThreads installed?
	$plugin_cache = $mybb->cache->read("plugins");
	if(in_array("xthreads", $plugin_cache['active']))
	{
		$GLOBALS['first_post'] = str_replace($search_array, $replace_array, $GLOBALS['first_post']);
	}

Supposedly, this is a workaround I guess?


My Blog
11-07-2010 06:23 PM
Find all posts by this user Quote this message in a reply
leefish Offline
Hamster
*****
Posts: 1,009
Joined: Apr 2010
Post: #62
RE: link directory...can someone make this?
Hi Zinga

I was one of the first users of MyN and immediately recognised it did not play well with XThreads. I contacted Tomm and he modified my MyNetwork installation for me. I have not changed the modifications he made for me, or changed the files generally.

The biggest issue is templates (especially the first posts). I found that it saved me a lot of bewildered button pressing to just deactivate MYN, install any Xthreads updates and reactivate. Maybe its just superstition now, but I deactivate MyN, update Xthreads, activate MyN.

The first posts templates is a difficult one; first posts etc work well in Xthreads (of course) but I have not managed to get the plug in to work as I wanted - (thats custom Post Rep). I wanted it ONLY on first posts, and only on those forums where I had XThreads installed - to use it as a like/thanks button basically as it also works for guests. I never really managed to get it working and I had other priorities - so I kind of abandoned it.


[Image: leelink.gif]
MYBB1.6 & XThreads
11-08-2010 12:48 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: #63
RE: link directory...can someone make this?
Hi RateU, just wondering how you did the Featured Links on your demo site. Did you add the links in manually?

Forum Freebies
11-10-2010 02:54 AM
Find all posts by this user Quote this message in a reply
RateU Offline
Administrator
*******
Posts: 2,350
Joined: Mar 2010
Post: #64
RE: link directory...can someone make this?
Do you mean the "Featured Links" in index of the demo forum?
If so, I use plugin for that. It will displaying all selected links in forum index. Similar to the newsbar or the displaying selected thread in index/portal.
But I think we can do that with template edit. Just use the URL "scheme" to get the thumbnail link automatically.

11-10-2010 06:09 AM
Find all posts by this user Quote this message in a reply
leefish Offline
Hamster
*****
Posts: 1,009
Joined: Apr 2010
Post: #65
RE: link directory...can someone make this?
(11-06-2010 12:57 PM)ZiNgA BuRgA Wrote:  Yay, I was a bit concerned that my blank post hack was failing... >_>
What exactly are the problems with MyNetwork?  I might try out the post rep thing.

Hi Zinga, I put a bit of effort into making this work, and I found that all you have to do is add {$post['posttags']} into the postbit_first and postbit templates to get it to show up. This is for custom post rep.

I have not tried the other one yet.


[Image: leelink.gif]
MYBB1.6 & XThreads
11-10-2010 08:02 PM
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: #66
RE: link directory...can someone make this?
Thanks for pointing that out.

My Blog
11-10-2010 10:28 PM
Find all posts by this user Quote this message in a reply
Skiilz Offline
Member
***
Posts: 198
Joined: Nov 2010
Post: #67
RE: link directory...can someone make this?
I would like something like this:
Once the user submit the link it would appear for one of the admins to approve it before the thread is visible.
Is this possible?

[Image: 468x602b.png]
11-23-2010 05:42 AM
Find all posts by this user Quote this message in a reply
RateU Offline
Administrator
*******
Posts: 2,350
Joined: Mar 2010
Post: #68
RE: link directory...can someone make this?
I think you can do that by checking the Yes, moderate new threads checkbox under Moderation Options in Edit Forum page.

11-23-2010 06:35 AM
Find all posts by this user Quote this message in a reply
RocketFoot Offline
Senior Member
****
Posts: 338
Joined: Jul 2010
Post: #69
RE: link directory...can someone make this?
OK, I was trying to add new image links for NEW THREAD but I ran into a snag...if I change xtld_forumdisplay_threadlist to show this:

Code:
<div class="float_right"><a href="http://www.7173mustangs.com/newthread.php?fid=43"><img src="http://www.7173mustangs.com/images/addlink.png"></a>
</div>

Then all the new threads go into one category since I had to select one of the link directory categories (fid=43).  How can I do this to make it work properly?

http://www.7173mustangs.com/forum-71-73-mustang-links

11-23-2010 06:47 AM
Find all posts by this user Quote this message in a reply
RateU Offline
Administrator
*******
Posts: 2,350
Joined: Mar 2010
Post: #70
RE: link directory...can someone make this?
It is "better" I think if you create a new template in global template:
xtld_forumdisplay_newthread:

HTML Code
<a href="newthread.php?fid={$fid}"><img src="your_image_path/addlink.png" alt="{$lang->post_thread}" title="{$lang->post_thread}" /></a>


Or, you can put the code above directly in xtld_forumdisplay_threadlist.

BTW, may I put your Link Directory as one of the Live Demo in example application post, RocketFoot?


11-23-2010 06:58 AM
Find all posts by this user Quote this message in a reply

« Next Oldest | Next Newest »

 Standard Tools
Forum Jump: