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.

View single post..

4 posters

Go down

View single post..  Empty View single post..

Post by ~@dikz~ October 6th 2012, 10:18 am



Is it possible to FM forum's to view single post? A link wherein the specific post only will be viewed.. Just asking?
If it is possible, it would be great. Smile
~@dikz~
~@dikz~
Forumember

Male Posts : 363
Reputation : 4
Language : English & Tagalog
Location : Legazpi, Philippines - Bicol University

http://adikz.forumtl.com

Back to top Go down

View single post..  Empty Re: View single post..

Post by ~@dikz~ October 6th 2012, 9:04 pm

Not like that.. just a single post, something like this:

View single post..  Symbia10
~@dikz~
~@dikz~
Forumember

Male Posts : 363
Reputation : 4
Language : English & Tagalog
Location : Legazpi, Philippines - Bicol University

http://adikz.forumtl.com

Back to top Go down

View single post..  Empty Re: View single post..

Post by LGforum October 7th 2012, 3:44 am

Yes you could potentially make it.

Put this in a JS code, for "in the topics" only:
Code:
$(function() {
    var sp = GetParam('sp');
    if(sp) {
        $('.post').hide();
        document.getElementById('p' + sp).style.display = 'block';
    }
});

Then whatever post you want to show, have the ID in a 'sp' parameter in the query string.
For example, for your post above this one, the ID of the post is: 756526
And the URL of the post is: https://help.forumotion.com/t115689-view-single-post#756526

So the URL to show only that post would be: https://help.forumotion.com/t115689-view-single-post?sp=756526

It will only work with the above Javascript installed though.
LGforum
LGforum
Hyperactive

Male Posts : 2265
Reputation : 264
Language : English
Location : UK

Back to top Go down

View single post..  Empty Re: View single post..

Post by ~@dikz~ October 7th 2012, 12:40 pm

I followed the tutorial of you, but it seems not to work.. Crying or Very sad

http://www.webpagescreenshot.info/img/768156-1072012123835PM
~@dikz~
~@dikz~
Forumember

Male Posts : 363
Reputation : 4
Language : English & Tagalog
Location : Legazpi, Philippines - Bicol University

http://adikz.forumtl.com

Back to top Go down

View single post..  Empty Re: View single post..

Post by LGforum October 7th 2012, 6:11 pm

You have quite a few piece of Javascripts hitting errors in your forum. I'm not surprised its not working, infact I'm surprised anything is working lol.

This file: http://adikz.forumtl.com/99012.js
And other external ones.

Also it works fine... Look here: http://adikz.forumtl.com/t25-important-announcement-founder-will-be-unavailable?sp=224
You only see that one post. It just looks a little messy and needs a clean up.
(Using phpbb2 though, you'll probably not get it looking much better)
LGforum
LGforum
Hyperactive

Male Posts : 2265
Reputation : 264
Language : English
Location : UK

Back to top Go down

View single post..  Empty Re: View single post..

Post by Aconitin October 12th 2012, 8:25 am

It works.. But it destroys the forum display.. ;(
Aconitin
Aconitin
Forumember

Male Posts : 246
Reputation : 7
Language : Indonesian
Location : Indonesia

Back to top Go down

View single post..  Empty Re: View single post..

Post by ~@dikz~ October 12th 2012, 3:50 pm

Aconitin wrote:It works.. But it destroys the forum display.. ;(

You're right.. Crying or Very sad
~@dikz~
~@dikz~
Forumember

Male Posts : 363
Reputation : 4
Language : English & Tagalog
Location : Legazpi, Philippines - Bicol University

http://adikz.forumtl.com

Back to top Go down

View single post..  Empty Re: View single post..

Post by Sanket October 12th 2012, 8:17 pm

Solved?
Sanket
Sanket
ForumGuru

Male Posts : 48766
Reputation : 2830
Language : English
Location : Mumbai

Back to top Go down

View single post..  Empty Re: View single post..

Post by Aconitin October 23rd 2012, 12:48 pm

Maybe LG can provide other code so the display will look better.. Wink
Aconitin
Aconitin
Forumember

Male Posts : 246
Reputation : 7
Language : Indonesian
Location : Indonesia

Back to top Go down

Back to top

- Similar topics

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