The search results will disappear from "View Active Topics" after you read the thread or mark the forum read. I had some users who wanted to see the active topics in the last day regardless of if they had read them or not. I think they got used to this feature on vBulletin boards and got cranky w/o it.updown wrote: 1.) What is the difference between this mod and the standard "View Active Topics" - except for the exact last 24 hours? I don't understand yet fully, where this mod can be an added value?
I can't promise anything right now. None of my boards are using subsilver2.updown wrote: 2.) I'm missing a script für the subsilver2-templates. Will you add this in the next version?
Thanks for your statement. But that's very strange: In my board (3.0.0. Gold) the "View Active Topics" is not influenced by viewing posts, mark-forums-read, logging-out, deleting cookies etc. - It always (!) shows exactly (!) the same topics as your "Today's Posts"-mod, especially when I choose to show active topics of the last 1 daypgarvin76 wrote:The search results will disappear from "View Active Topics" after you read the thread or mark the forum read. I had some users who wanted to see the active topics in the last day regardless of if they had read them or not. I think they got used to this feature on vBulletin boards and got cranky w/o it.updown wrote: 1.) What is the difference between this mod and the standard "View Active Topics" - except for the exact last 24 hours? I don't understand yet fully, where this mod can be an added value?
pgarvin76 wrote:None of my boards are using subsilver2.
Code: Select all
<a href="{U_SEARCH_ACTIVE_TOPICS}">{L_SEARCH_ACTIVE_TOPICS}</a>
Code: Select all
| <a href="{U_SEARCH_TODAY}">{L_SEARCH_TODAY}</a>
Code: Select all
<td class="cat" colspan="7" valign="middle" align="center"><!-- IF S_SELECT_SORT_DAYS or S_SELECT_SORT_KEY or S_SELECT_SORT_DIR --><span class="gensmall">{L_DISPLAY_POSTS}:</span> {S_SELECT_SORT_DAYS}<!-- IF S_SELECT_SORT_KEY or S_SELECT_SORT_DIR --> <span class="gensmall">{L_SORT_BY}:</span> {S_SELECT_SORT_KEY} {S_SELECT_SORT_DIR}<!-- ENDIF --> <input class="btnlite" type="submit" value="{L_GO}" name="sort" /><!-- ENDIF --></td>
Code: Select all
<td class="cat" colspan="7" valign="middle" align="center"><!-- IF S_SELECT_SORT_DAYS or S_SELECT_SORT_KEY or S_SELECT_SORT_DIR --><span class="gensmall"><!-- IF S_SHOW_TOPICS -->{L_DISPLAY_TOPICS}<!-- ELSE -->{L_DISPLAY_POSTS}<!-- ENDIF -->:</span> {S_SELECT_SORT_DAYS}<!-- IF S_SELECT_SORT_KEY or S_SELECT_SORT_DIR --> <span class="gensmall">{L_SORT_BY}:</span> <!-- IF S_SELECT_SORT_KEY -->{S_SELECT_SORT_KEY} <!-- ENDIF -->
<!-- IF S_SELECT_SORT_DIR -->{S_SELECT_SORT_DIR}<!-- ENDIF --><!-- ENDIF --> <input class="btnlite" type="submit" value="{L_GO}" name="sort" /><!-- ENDIF --></td>
I choose to use a UTF-8 apostrophe. You can also usePeter77sx wrote:Hey! glad you came up with this MOD. just one small problem with the apostrophe...
OK I replaced it with ’ I think that works..
Code: Select all
\'
I made this same mod for phpBB2. But back then it was called "Posts in Last 24 hours." You can change the line in the language file to be whatever you want.biffstallion wrote:Hi,
Does this MOD exist or work for the last BB2 version ??? If not, what can I do for BB2 ??? I can't upgrade yet so please don't tell me to upgrade