Go directly to the message quoted (Punbb)
4 posters
Page 1 of 1
Go directly to the message quoted (Punbb)
I would like to be added to the icon you see in the image.
Clicking on the icon allows you to go directly to the message quoted.
Is possible?
Forum link: http://proveprovate.forumattivo.it/
Punbb
Clicking on the icon allows you to go directly to the message quoted.
Is possible?
Forum link: http://proveprovate.forumattivo.it/
Punbb
Re: Go directly to the message quoted (Punbb)
I am not yet able to solve. Nobody can help me? I am posting link to a site that has this feature.
http://www.italianseduction.it/
http://www.italianseduction.it/
Re: Go directly to the message quoted (Punbb)
Hello la valle dell'eco,
The forum you linked is using a different software. I believe that would be something that needs to be added by Forumotion.
The forum you linked is using a different software. I believe that would be something that needs to be added by Forumotion.
Re: Go directly to the message quoted (Punbb)
I found this from devs.cf. Hope it works!
- CSS:
- .post .quoteLink{display:inline-block;height:10px;width:12px;background:url(https://i.servimg.com/u/f83/16/58/89/73/viewpo10.png) no-repeat transparent;margin-left:3px}
- Add this to last line of Viewtopic_body:
- <script type="text/javascript">
//<![CDATA[
$(".post a[href*='&mode=quote']").attr("href", function () {
return this.href + "&r=" + location.pathname.replace(/\/(t\d+(p\d+)?)\-.*/, "$1");
});
$(".post a[href*='/t'][href*='-quote#']").next("br").remove().end().each(function () {
$(this).addClass("quoteLink").attr("href", function () {
return this.href.replace("quote", location.pathname.replace(/\/t\d+(p\d+)?-(.+)/, "$2"))
}).appendTo($(this).next("blockquote").find("cite:first"));
});
//]]>
</script>
- Add this before {SCEDITOR} in your posting_body:
- <script type="text/javascript">
//<![CDATA[
if (/r\=t\d+(p\d+)?/.test(location.search)) {
$("#text_editor_textarea").val("[url=http://" + location.host + "/" + GetParam("r") + "-quote#" + GetParam("p") + "][/url]" + $("#text_editor_textarea").val());
}
$(".post a[href*='/t'][href*='-quote#']").next("br").remove().end().each(function () {
$(this).addClass("quoteLink").appendTo($(this).next("blockquote").find("cite:first"));
});
//]]>
</script>
Re: Go directly to the message quoted (Punbb)
Is that tutorial for punBB?
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: Go directly to the message quoted (Punbb)
@SLGray: yes, for punbb, Sir.
@la valle dell'eco: I don't think this scripts was conflicted with other libraries. Just tested it on another page, and it worked perfect! Try to make a new quote post after you added the code
Here, take a look on my page :3
@la valle dell'eco: I don't think this scripts was conflicted with other libraries. Just tested it on another page, and it worked perfect! Try to make a new quote post after you added the code
Here, take a look on my page :3
Re: Go directly to the message quoted (Punbb)
I disabled the point system.
You're right. In the new "Quote" appears.
http://proveprovate.forumattivo.it/t13-faccine#61
Did you find a solution to something that I try to solve from June. Thanks very much .
Thanks also to all who answered me.
P.s.
A question.
The forum where you found the code is written in that language? What country is it? I'm curious.
You're right. In the new "Quote" appears.
http://proveprovate.forumattivo.it/t13-faccine#61
Did you find a solution to something that I try to solve from June. Thanks very much .
Thanks also to all who answered me.
P.s.
A question.
The forum where you found the code is written in that language? What country is it? I'm curious.
Similar topics
» Guest Message (phpBB2 and punBB only)
» Border Line Around Homepage Message & Categories (PunBB)
» PunBB Design • Visit us today www.punbb.biz
» Quotation mark when a text is quoted
» Make quoted author name clickable in quotes
» Border Line Around Homepage Message & Categories (PunBB)
» PunBB Design • Visit us today www.punbb.biz
» Quotation mark when a text is quoted
» Make quoted author name clickable in quotes
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum