The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

[Tutorial] Show the first post reminder in specific topics

5 posters

Go down

[Tutorial] Show the first post reminder in specific topics Empty [Tutorial] Show the first post reminder in specific topics

Post by Wecoc Sun 18 Mar 2018 - 3:16

With this trick you will be able to show the first post reminder in only specific topics.
It works in phpBB3, punBB, Invision and modernBB.
It doesn't work in phpBB2.

Instructions


1) Enable the first post option.

To do that you have to go to:
General Configuration Messages Always show the first post in the topics Yes

2) Open the template viewtopic_body

Display Templates General viewtopic_body

phpBB3 and modernBB:

punBB:

Invision:

3) Add this in your CSS

Display Colors CSS Stylesheet

Code:
/* Hide first post reminder (default) */
.first_post, #first-post-br { display: none }


4) Insert the Javascript

Modules Javascript codes management Create a new Javascript

Make sure you have Javascript Codes enabled.

Name: First post toggle
Placement: In all the pages

Code:
$(function() {
  $('.first_post').filter(function(){
    var e = $(this);
    if (e.html().indexOf("<!--first_post-->")) {
      var post = e[0];
      var br = post.nextElementSibling;
      post.style.display = "block";
      br.style.display = "block";
    }
  });
});

How to use it


The first post will not be displayed by default in other pages.
To display it you have to add
Code:
<!--first_post-->
on its content. Don't worry, that will not be shown in the post itself.

[Tutorial] Show the first post reminder in specific topics First_10

Extra:

And that's all. Hope you find it useful Wink
Wecoc
Wecoc
Forumember

Male Posts : 144
Reputation : 111
Language : Catalan, Spanish, English

Back to top Go down

[Tutorial] Show the first post reminder in specific topics Empty Re: [Tutorial] Show the first post reminder in specific topics

Post by TheCrow Sun 18 Mar 2018 - 10:14

And what does this do? Do we have an image to see the result?
TheCrow
TheCrow
Manager
Manager

Male Posts : 6913
Reputation : 794
Language : Greek, English

https://forumote.forumotion.com

Back to top Go down

[Tutorial] Show the first post reminder in specific topics Empty Re: [Tutorial] Show the first post reminder in specific topics

Post by Wecoc Sun 18 Mar 2018 - 15:10

Well, it's difficult to show the result with an image in this case, but let's see...

Spoiler:

I used the same principle as in the tutorial Hide the sentence "Last edited by..." on specific or all messages. Also, now the first post reminder has a specific class called first_post, so you could modify some properties of it via CSS.

Spoiler:
Wecoc
Wecoc
Forumember

Male Posts : 144
Reputation : 111
Language : Catalan, Spanish, English

Back to top Go down

[Tutorial] Show the first post reminder in specific topics Empty Re: [Tutorial] Show the first post reminder in specific topics

Post by SLGray Mon 19 Mar 2018 - 1:18

So if you do not want to use the first reminder feature in the AP, you can use this one for certain topics?


[Tutorial] Show the first post reminder in specific topics Slgray10

When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
SLGray
SLGray
Administrator
Administrator

Male Posts : 51482
Reputation : 3519
Language : English
Location : United States

https://forumsclub.com/gc/128-link-directory/

Back to top Go down

[Tutorial] Show the first post reminder in specific topics Empty Re: [Tutorial] Show the first post reminder in specific topics

Post by Wecoc Mon 19 Mar 2018 - 1:29

Long story short, this uses the first reminder feature in the AP but "hides" it by default except for certain topics.
Sorry if I didn't explain it well enough the first time.
Wecoc
Wecoc
Forumember

Male Posts : 144
Reputation : 111
Language : Catalan, Spanish, English

Back to top Go down

[Tutorial] Show the first post reminder in specific topics Empty Re: [Tutorial] Show the first post reminder in specific topics

Post by azwiz Fri 3 Jul 2020 - 1:59

How do I disable the first topic reminder ? I think it is causing some issues . I do not like it anyway . I think I have version phpBB .
skouliki wrote:
azwiz wrote:How do I disable the first topic reminder ? I think it is causing some issues . I do not like it anyway . I think I have version phpBB .

Administration Panel .... General .. Messages and emails ... Configuration
Always show the first post in the topics : No
Okay I have turned it off .
Thank you .
If you have not seen my current support post . Please view it at
https://help.forumotion.com/t159228-how-to-fix-this-coding-problem#1108929

Maybe you can help figure it out .

Thank you .


Last edited by azwiz on Fri 3 Jul 2020 - 21:41; edited 1 time in total
azwiz
azwiz
Forumember

Male Posts : 834
Reputation : 9
Language : english
Location : Apache Junction , Arizona USA

https://www.valleyofthesuncc.com/

Back to top Go down

[Tutorial] Show the first post reminder in specific topics Empty Re: [Tutorial] Show the first post reminder in specific topics

Post by skouliki Fri 3 Jul 2020 - 21:21

azwiz wrote:How do I disable the first topic reminder ? I think it is causing some issues . I do not like it anyway . I think I have version phpBB .

Administration Panel .... General .. Messages and emails ... Configuration
Always show the first post in the topics : No
skouliki
skouliki
Manager
Manager

Female Posts : 15118
Reputation : 1696
Language : English,Greek
Location : Greece

http://iconskouliki.forumgreek.com

Wecoc likes this post

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum