MyBB Hacks

Full Version: XThreads
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Thanks for the comments Smile
Hey Yumi, thank you for this incredible plugin.
I wanted to tell you that you're the best plugin creator mybb has ever known IMO.
Thanks for all the hard work. Wink
Thanks for the comments zehel (I probably wouldn't quite put myself there though Tongue)
Hello yumi, you thread plugin is mind blowing..

But in the recent version I thing there is a bug.

When a we post and comment in  xthread forum where first post is on, the comments also uses the postbit_first instead of using postbit template..
(06-06-2010 11:47 AM)sept Wrote: [ -> ]Hello yumi, you thread plugin is mind blowing..

But in the recent version I thing there is a bug.

When a we post and comment in  xthread forum where first post is on, the comments also uses the postbit_first instead of using postbit template..
Hi sept, could you please elaborate on what you're exactly doing?

I just tried here and it appears to work as expected - that is, it doesn't use the postbit_first template.

Perhaps set up a clean MyBB install, install XThreads and tell me step-by-step how to reproduce the issue.
Thanks!
It does not occur on old version of xthread only in the latest one.....
It happened while I was trying to modify a forum to this http://mybbhacks.zingaburga.com/showthread.php?tid=305

Anyways I will test it again and inform you....


EDIT:

I have tested it in a new installation but problem still exist....

More over there is another thing if I put a code like
Quote:<tr><td class="thead"><strong>Categories</strong></td></tr>
<tr><td class="trow1"><a href="{$forumurl?}filtertf_atcgal=Music"><span><strong>Music</strong></span></a></td></tr>
<tr><td class="trow1"><a href="{$forumurl?}filtertf_atcgal=Games"><span><strong>Games</strong></span></a></td></tr>
<tr><td class="trow1"><a href="{$forumurl?}filtertf_atcgal=Other"><span><strong>Other</strong></span></a></td></tr>
in key_forumdisplay_threadlist(code is from http://mybbhacks.zingaburga.com/showthread.php?tid=301 example) template I get blank thread list blank, refer to the screenshot:
[attachment=110]

but if i remove that code from the template the thread list shows up:

[attachment=111]

I am not sure that is this a problem with the plugin or the example code..
Previously I used the example with a previous version of xthread and it worked there, but it is not working in 1.1.7
I'll have a look at the first thing.
As for the second thing, you can't use {$forumurl?} in templates unfortunately.  Replace it with forumdisplay.php?fid={$fid}&amp;

Thanks.
(06-06-2010 02:22 PM)sept Wrote: [ -> ]It does not occur on old version of xthread only in the latest one.....
It happened while I was trying to modify a forum to this http://mybbhacks.zingaburga.com/showthread.php?tid=305
I tried that and did everything to the letter, but unfortunately, posting replies seems to work fine here.

This is what I did:
  1. Install MyBB 1.4.13 on localhost
  2. Install & activate XThreads 1.10
  3. Make a new forum for the product review
  4. Do everything that guide says
  5. Visit the forum and make a new thread
  6. On the showthread page, post a reply - works with the AJAX quick reply
  7. Also test the normal (non-AJAX / quick) reply - also seems to work.


Have you done something a bit different?
Thanks Tongue
First of all thanks for the replies...
The second problem has been resolved...

No I have not changed anything...
Weird.

Are you testing this under localhost?  Also, what PHP version are you running?
Reference URL's