(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!
Nice mod. Please make one for 1.1.x
Thanks.
Very Nice Mod!
smf 1x though please! :)
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)
Thanks :D, don't worry in the future i will make a versión for 1.1.9 ;).
Greetings
thanks i'm using it on my forum
Nice mod
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. :)
Good work.
Hope it is global for all themes.
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)
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
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.
great MOD can you modify it for 1.1.9...thanks
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. :)
Hello,
Can you tell me if this mod separates all posts? Or just the original posters post from the rest?
All posts buddy :)
Great mod, worked first time, looks much more better then all crammed into one 8)
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.
please make this post separator for 1.1.10 .. the current verion for 1x is not Good .. i want this one .. please
Will this be updated for RC2?
Hopefully! I love having this mod on my forum!
posts are already separated in rc2 may just need to figure how to add more space between posts i guess.
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.
Nice mod. Please make one for 2.0 RC2
Thanks.
will this be updated for RC2?
common people make the module working for RC3
how to install it on smf 2 rc3? i want to add this on my forum..
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.
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.
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 :)