News:

Want to get involved in developing SMF, then why not lend a hand on our github!

Main Menu

SRAVC - Separate Replies And Views Column (Fully Hook!)

Started by Hj Ahmad Rasyid Hj Ismail, May 02, 2010, 04:10:19 AM

Previous topic - Next topic

Joker™

Mod Updated

Version 1.6 change log*
-Mod name changed. (VB Style Message Index to Separate Replies and Views Column)
-Support for YAGAM mod provided .
Github Profile
Android apps
Medium

How to enable Post Moderation

"For the wise man looks into space and he knows there is no limited dimensions." - Laozi

All support seeking PM's get microwaved

Scratching my Head

Heavily modded custom theme.
Works great. Looks nice.

Mucho thanks.

yoghurtfarmer

What happened tot he mod by sid2varun :S??

Joker™

Quote from: yoghurtfarmer on September 06, 2010, 06:00:32 PM
What happened tot he mod by sid2varun :S??
It''s the same mod , just the name of both author and mod is changed ;).
Github Profile
Android apps
Medium

How to enable Post Moderation

"For the wise man looks into space and he knows there is no limited dimensions." - Laozi

All support seeking PM's get microwaved

Kat9119

I'd like to install something like this for 1.1.11 is it possible?

I have an old mod installed on my other live forum (Message index like vbulletin) that does the same thing (I think) but its not for download here anymore

Joker™

Quote from: Kat9119 on October 20, 2010, 07:15:55 PM
I'd like to install something like this for 1.1.11 is it possible?
Chances are less that I backport it for 1.1.11

QuoteI have an old mod installed on my other live forum (Message index like vbulletin) that does the same thing (I think) but its not for download here anymore
That was this mod only ;) , i changed the name.
Github Profile
Android apps
Medium

How to enable Post Moderation

"For the wise man looks into space and he knows there is no limited dimensions." - Laozi

All support seeking PM's get microwaved

Kat9119

Ok, so basically I'm SOL for this then huh? LOL  :(

Joker™

Version 1.7 change log*
- Mod updated for RC4
Github Profile
Android apps
Medium

How to enable Post Moderation

"For the wise man looks into space and he knows there is no limited dimensions." - Laozi

All support seeking PM's get microwaved

Joker™

Quote from: Kat9119 on October 21, 2010, 03:21:29 PM
Ok, so basically I'm SOL for this then huh? LOL  :(
Don't we have separate columns for replies and views in boards already for SMF 1.1.12?
Github Profile
Android apps
Medium

How to enable Post Moderation

"For the wise man looks into space and he knows there is no limited dimensions." - Laozi

All support seeking PM's get microwaved

hcfwesker

#89
Awesome MOD, though I would prefer it to be labeled  Replies / Views /Last Post , in that order.



I'm sure it can be manually edited like that, though, right?  Or is the image in the first post not updated?

Joker™

Quote from: hcfwesker on November 20, 2010, 02:13:15 PM
Awesome MOD, though I would prefer it to be labeled  Replies / Views /Last Post , in that order.



I'm sure it can be manually edited like that, though, right?
I tried to give it a proper VB look. But yeah with some manual it can be easily accomplished.
Github Profile
Android apps
Medium

How to enable Post Moderation

"For the wise man looks into space and he knows there is no limited dimensions." - Laozi

All support seeking PM's get microwaved

hcfwesker

Thank You, oh kind sir :)  If I run into any issues, hope you don't mind me asking for help.

Joker™

Quote from: hcfwesker on November 20, 2010, 02:17:13 PM
Thank You, oh kind sir :)  If I run into any issues, hope you don't mind me asking for help.
Sure but if you can wait for some hours as i just finished a lot of work and want to grab some sleep. Just attach the file here, I'll modify it for you asap.
Github Profile
Android apps
Medium

How to enable Post Moderation

"For the wise man looks into space and he knows there is no limited dimensions." - Laozi

All support seeking PM's get microwaved

hcfwesker

I'll make a copy, and try myself ( i need to learn this smf2 style of coding).  If i fail, I'll send you the original backup copy.  thanx so much for the offer, Joker.  Truly a germ here on smf support. :)  I'll be in touch.

RML

#94
Hello,

I installed this mod without any problem but I noticed that something wrong with the posts and topics count in child boards. See the attached image. It says Posts 65 Topics 343 but it can't be. It is impossible to have more topics than posts in a forum, isn't it? Can it be fixed somehow?

Update:
I got it. ;D This cause the problem:
// Show some basic information about the number of posts, etc.
echo '
</td>';
if ($board['is_redirect'])
echo '
<td class="windowbg" align="center" colspan="2" width="14%"><p>', $board['posts']. ' '. $txt['redirects'] , ' </p></td>';
else
echo '
<td class="windowbg" align="center" width="7%">', comma_format($board['topics']),'</td>
<td class="windowbg" align="center" width="7%">', comma_format($board['posts']),'</td>';


It should be:
<td class="windowbg" align="center" width="7%">', comma_format($board['posts']),'</td>
<td class="windowbg" align="center" width="7%">', comma_format($board['topics']),'</td>';




Joker™

Github Profile
Android apps
Medium

How to enable Post Moderation

"For the wise man looks into space and he knows there is no limited dimensions." - Laozi

All support seeking PM's get microwaved

henrik1782

Hi Joker...

I want to use this mod with VB index style and hover mod. Have you or others any experience in the sequence to install this to do i automatically...
My favorite mods: Forum Firewall, httBL, MessagePreviewOnHover, BoardHover Mod, VB Style Board Index, Separate Replies and Views Column, Realtime clock by Joker, ENotify, Topic Solved.

Joker™

Quote from: henrik1782 on February 16, 2011, 11:38:26 AM
Hi Joker...

I want to use this mod with VB index style and hover mod. Have you or others any experience in the sequence to install this to do i automatically...
Just saw the code of Board Hover mod, and it's code are clashing with the code of both of my mods. I'll see and post the edits here regarding the mod in a short while.
Github Profile
Android apps
Medium

How to enable Post Moderation

"For the wise man looks into space and he knows there is no limited dimensions." - Laozi

All support seeking PM's get microwaved

henrik1782

My favorite mods: Forum Firewall, httBL, MessagePreviewOnHover, BoardHover Mod, VB Style Board Index, Separate Replies and Views Column, Realtime clock by Joker, ENotify, Topic Solved.

Joker™

I modified the packages a bit, install them in this order

First to last
1 - VB style Board Index
2 - Separate views and replies column
3 - Board Hover

Github Profile
Android apps
Medium

How to enable Post Moderation

"For the wise man looks into space and he knows there is no limited dimensions." - Laozi

All support seeking PM's get microwaved

Advertisement: