Post link not available
3 posters
Page 1 of 1
Post link not available
Hello.
For some reason in my forum I cannot click to check the post number, any way to put it?
Thanks!
For some reason in my forum I cannot click to check the post number, any way to put it?
Thanks!
Last edited by angel_of_night on June 23rd 2014, 10:56 am; edited 2 times in total
angel_of_night- Forumember
- Posts : 565
Reputation : 10
Language : portuguese
Re: Post link not available
What do you mean by post number?
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: Post link not available
The post link that gives you a link like this https://help.forumotion.com/t133606-post-link-not-available#899154 <- post numberSLGray wrote:What do you mean by post number?
angel_of_night- Forumember
- Posts : 565
Reputation : 10
Language : portuguese
Re: Post link not available
So when you press the post title in a thread, it does not give the number?
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: Post link not available
The thing is, doesn't even have the link option.
angel_of_night- Forumember
- Posts : 565
Reputation : 10
Language : portuguese
Re: Post link not available
Hi angel_of_night,
By default phpbb2 does not have the option of retrieving the Post Number from a link. You can however, add this by making modifications to the template.
Administration Panel > Display > Templates > General > viewtopic_body
Find :
Replace by :
Then save and publish.
By default phpbb2 does not have the option of retrieving the Post Number from a link. You can however, add this by making modifications to the template.
Administration Panel > Display > Templates > General > viewtopic_body
Find :
- Code:
<td><span class="postdetails"><img src="{postrow.displayed.MINI_POST_IMG}" alt="{postrow.displayed.L_MINI_POST_ALT}" title="{postrow.displayed.L_MINI_POST_ALT}" border="0" />{L_POST_SUBJECT}: {postrow.displayed.POST_SUBJECT} <img src="{postrow.displayed.MINI_TIME_IMG}" alt="" border="0" />{postrow.displayed.POST_DATE}</span></td>
Replace by :
- Code:
<td><span class="postdetails"><img src="{postrow.displayed.MINI_POST_IMG}" alt="{postrow.displayed.L_MINI_POST_ALT}" title="{postrow.displayed.L_MINI_POST_ALT}" border="0" />{L_POST_SUBJECT}: <a href="#{postrow.displayed.U_POST_ID}">{postrow.displayed.POST_SUBJECT}</a> <img src="{postrow.displayed.MINI_TIME_IMG}" alt="" border="0" />{postrow.displayed.POST_DATE}</span></td>
Then save and publish.
Re: Post link not available
Awesome! Worked, thank you very much!
Solved
Solved
angel_of_night- Forumember
- Posts : 565
Reputation : 10
Language : portuguese
Similar topics
» link "to the last post of the topic" after the first post
» Can't Post Link
» Post Link
» Is there a limit to how many link you can post?
» Need 10 Post to View the link
» Can't Post Link
» Post Link
» Is there a limit to how many link you can post?
» Need 10 Post to View the link
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum