first post shown in specified forum
3 posters
Page 1 of 1
first post shown in specified forum
Possible to have a specified forum show the first post, without affecting the other forums? (:
www.vielamort.net
www.vielamort.net
Last edited by IdaTR on Tue 1 Aug - 23:26; edited 1 time in total
Re: first post shown in specified forum
Hi,
Please explain the problem better to help us understand what you want to do.
Please explain the problem better to help us understand what you want to do.
Guest- Guest
Re: first post shown in specified forum
All right: my whole forum is set to not display the first post in a topic. However I want one fora on the website to do excatly that. So when the page switches to second page, the first post is still shown.
Re: first post shown in specified forum
You mean first message reminder?
Lost Founder's Password |Forum's Utilities |Report a Forum |General Rules |FAQ |Tricks & Tips
You need one post to send a PM.
You need one post to send a PM.
When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
Re: first post shown in specified forum
No, or perhaps... I want it so, in a specified fora, when i write a topic, the first post in that topic, will be shown in all pages in that topic. dkn if its like a reminder?
Re: first post shown in specified forum
There is an option for that, but it will be for the whole forum.
AP > General > Messages & Emails > Configuration
Messages Section
Always show the first post in the topics:
AP > General > Messages & Emails > Configuration
Messages Section
Always show the first post in the topics:
Lost Founder's Password |Forum's Utilities |Report a Forum |General Rules |FAQ |Tricks & Tips
You need one post to send a PM.
You need one post to send a PM.
When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
Re: first post shown in specified forum
I'm aware of that, but thats not what i asked for. I'm asking for it to happen in only one fora.
Re: first post shown in specified forum
By default, it is not possible. Maybe someone else could think of a way.
Lost Founder's Password |Forum's Utilities |Report a Forum |General Rules |FAQ |Tricks & Tips
You need one post to send a PM.
You need one post to send a PM.
When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
Re: first post shown in specified forum
Hi,
Add this code with placement on topics:
You have to modify 11 from
to the id of the forum you want the first post to be shown in.
Add this code with placement on topics:
- Code:
$(function(){
var forum=11;
if(!new RegExp(forum).test($(".crumbs>a").eq(2).attr("href")) || !/t\d+p/.test(location.pathname)) return;
var p=$(".post").eq(0);
var ll=location.pathname.match(/\d+/g)[0];
if(localStorage.getItem(ll)){
p.before(localStorage.getItem(ll));
} else {
$.get("/t"+ll+"-", function(data){
var d="<div class='post'>"+$(".post", data).eq(0).html()+"</div>";
localStorage.setItem(ll, d);
p.before(d);
})
}
})
You have to modify 11 from
|
Guest- Guest
Re: first post shown in specified forum
Is this solved?IdaTR wrote:Nice thanks!!
Thanks for the help.Wolfuryo wrote:Your welcomeIdaTR wrote:Nice thanks!!
Lost Founder's Password |Forum's Utilities |Report a Forum |General Rules |FAQ |Tricks & Tips
You need one post to send a PM.
You need one post to send a PM.
When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
Re: first post shown in specified forum
Haven't tried it yet, but i can always make it pop up again if need be (:
Re: first post shown in specified forum
Problem solved & topic archived.
|
Forum of the Forums Forumotion Rules | Tips & Tricks | FAQ | Did you forget your password? |
*** The Support Forum will never ask you for your email or password, so please do not post them anywhere! ***
No support via PM!
Similar topics
» New Forum Builder - Can't Find POST symbol on forum..
» Founder account--can't find the post shown in statistics
» Rules forum only shown when new members join?
» How to provide a link URL of a forumotion site for a graphics request
» FORUM Reply Notifications going to forum member on every post in forum
» Founder account--can't find the post shown in statistics
» Rules forum only shown when new members join?
» How to provide a link URL of a forumotion site for a graphics request
» FORUM Reply Notifications going to forum member on every post in forum
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum