Simple Machines Community Forum

Customizing SMF => Modifications and Packages => Topic started by: enecumene on June 30, 2009, 09:13:41 AM

Title: Posts Separator v1.1
Post by: enecumene on June 30, 2009, 09:13:41 AM
 (http://custom.simplemachines.org/mods/index.php?mod=1923)

This Mod separate the posts or Messages from a Topic, is only for SMF 2.0 RC 1-1. Enjoy!
Title: Re: Posts Separator v1.1
Post by: alex30 on June 30, 2009, 11:07:55 AM
Nice mod. Please make one for 1.1.x

Thanks.
Title: Re: Posts Separator v1.1
Post by: Joe N on June 30, 2009, 12:44:09 PM
Very Nice Mod!

smf 1x though please! :)


Title: Re: Posts Separator v1.1
Post by: Groundhog on June 30, 2009, 05:57:20 PM
Hey, This works very well. It makes the pages look much more tidy.

Thanks for this.

I'm using it in (SMF 2.0 RC 1)
Title: Re: Posts Separator v1.1
Post by: enecumene on July 01, 2009, 06:52:07 PM
Thanks :D, don't worry in the future i will make a versión for 1.1.9 ;).

Greetings
Title: Re: Posts Separator v1.1
Post by: minos on July 01, 2009, 07:04:12 PM
thanks i'm using it on my forum
Title: Re: Posts Separator v1.1
Post by: [Core] on July 01, 2009, 11:31:46 PM
Nice mod
Title: Re: Posts Separator v1.1
Post by: Sabre™ on July 01, 2009, 11:33:31 PM
There has been a post separator for smf 1.x.x for a while now.
It is [HERE] (http://custom.simplemachines.org/mods/index.php?mod=1578).

Thanks for your smf2 version. :)
Title: Re: Posts Separator v1.1
Post by: Sudhakar Arjunan on July 02, 2009, 04:16:26 PM
Good work.

Hope it is global for all themes.
Title: Re: Posts Separator v1.1
Post by: gbsothere on July 02, 2009, 07:01:00 PM
Quote from: Sabre™ on July 01, 2009, 11:33:31 PM
There has been a post separator for smf 1.x.x for a while now.
It is [HERE] (http://custom.simplemachines.org/mods/index.php?mod=1578).

Thanks for your smf2 version. :)



Thank you for mentioning that, Sabre™ .  I'd never seen it before and my posters love it.   

(http://www.ronaldreagan.com/forums/images/smilies/thumbs_up.gif)
Title: Re: Posts Separator v1.1
Post by: drhamza on July 02, 2009, 10:18:36 PM
thanks, very nice mod

imo, it should be one of smf's basic features, or at least an option... i'm sure most admins will install it because no matter how they try to separate posts from each other, they won't find a better way than this one
Title: Re: Posts Separator v1.1
Post by: Informatics on July 03, 2009, 10:31:28 PM
Thanx, i use it on my another SMF 2.0 RC1-1 forum.

Btw, i think it's not compatible with Ad Management Mod, so i change the code manually.

The originally code that should be compatible is:
    // Get all the messages...
    while ($message = $context['get_message']())
    {
        $is_first_post = !isset($is_first_post) ? true : false;
        $ignoring = false;
        $messageIDs[] = $message['id'];

        echo '
        <div class="bordercolor">';


But, when you installing the Ad Management mod, the code above is like this:
    // Get all the messages...
    while ($message = $context['get_message']())
    {
        $adcounter++;
        $is_first_post = !isset($is_first_post) ? true : false;
        $ignoring = false;
        $messageIDs[] = $message['id'];

        // For those modifying your custom template: This must be put in the proper location, which would be
        // before the div that contains the post.  If you're unsure where to place this, look for the
        //<div class="bordercolor"> as below in the default template and this code should go directly before that. 
        if (isset($context['single_post']))
            echo '
<!-- Start Single Post -->';

        echo '
        <div class="bordercolor">';


So, i modify some codes on the install.xml by myself.

Hope it helps.  ;)

Thanx, great mod.
Title: Re: Posts Separator v1.1
Post by: Mraza on July 06, 2009, 04:03:29 AM
great MOD can you modify it for 1.1.9...thanks
Title: Re: Posts Separator v1.1
Post by: Sabre™ on July 06, 2009, 05:41:27 AM
Quote from: Sabre™ on July 01, 2009, 11:33:31 PM
There has been a post separator for smf 1.x.x for a while now.
It is [HERE] (http://custom.simplemachines.org/mods/index.php?mod=1578).

Thanks for your smf2 version. :)
Title: Re: Posts Separator v1.1
Post by: 4b11l on October 02, 2009, 01:48:59 AM
Hello,

Can you tell me if this mod separates all posts? Or just the original posters post from the rest?
Title: Re: Posts Separator v1.1
Post by: Sabre™ on October 02, 2009, 05:09:36 AM
All posts buddy :)
Title: Re: Posts Separator v1.1
Post by: meehan09 on October 05, 2009, 11:50:27 AM
Great mod, worked first time, looks much more better then all crammed into one  8)
Title: Re: Posts Separator v1.1
Post by: Spoogs on October 23, 2009, 01:52:36 AM
whats the difference between this mod and this http://custom.simplemachines.org/mods/index.php?mod=1578 both say 2.0RC1.2 compatible, is there any particular reason to choose 1 over the other.
Title: Re: Posts Separator v1.1
Post by: Rohan_ on November 01, 2009, 06:00:46 PM
please make this post separator for 1.1.10 .. the current verion for 1x is not Good .. i want this one .. please
Title: Re: Posts Separator v1.1
Post by: flamechica on November 19, 2009, 04:55:37 AM
Will this be updated for RC2?
Title: Re: Posts Separator v1.1
Post by: C4G-TK on December 13, 2009, 07:48:13 PM
Hopefully!  I love having this mod on my forum!
Title: Re: Posts Separator v1.1
Post by: Spoogs on December 13, 2009, 08:11:32 PM
posts are already separated in rc2 may just need to figure how to add more space between posts i guess.
Title: Re: Posts Separator v1.1
Post by: C4G-TK on December 13, 2009, 08:15:09 PM
It was a little different than that though.  It included the reply info in a catbg area as well which made each reply stand out from the next one, so it is more than just a space issue.
Title: Re: Posts Separator v1.1
Post by: abdull@h on January 14, 2010, 02:37:12 PM
Nice mod. Please make one for 2.0 RC2

Thanks.
Title: Re: Posts Separator v1.1
Post by: cedrik48 on January 26, 2010, 01:56:40 AM
will this be updated for RC2?
Title: Re: Posts Separator v1.1
Post by: balti27 on May 12, 2010, 05:51:49 PM
common people make the module working for RC3
Title: Re: Posts Separator v1.1
Post by: MarkLeevE on November 13, 2010, 02:39:58 PM
how to install it on smf 2 rc3? i want to add this on my forum..
Title: Re: Posts Separator v1.1
Post by: Sabre™ on November 14, 2010, 06:06:38 AM
You could try [THIS] (http://custom.simplemachines.org/mods/index.php?mod=1578) mod until the author updates this one.
[THIS] (http://www.simplemachines.org/community/index.php?topic=283567.msg2642362#msg2642362) post shows you how it looks.
Title: Re: Posts Separator v1.1
Post by: MarkLeevE on November 14, 2010, 07:49:38 AM
Quote from: Sabre™ on November 14, 2010, 06:06:38 AM
You could try [THIS] (http://custom.simplemachines.org/mods/index.php?mod=1578) mod until the author updates this one.
[THIS] (http://www.simplemachines.org/community/index.php?topic=283567.msg2642362#msg2642362) post shows you how it looks.
thanks.. :)

1.2 works on core theme but how to install it on other themes? cause not all theme paackage have their own Display.template.php aside from default and core theme.
Title: Re: Posts Separator v1.1
Post by: Sabre™ on November 21, 2010, 03:30:06 AM
If a custom theme doesnt have a particular template, it pulls the template from the default theme, so will use the edits within that template.
You will have to add the edits for your custom themes css template.
In future, please use which ever mod youre usings support thread.

Cheers :)