can i hide the quote button from topic owner
3 posters
Page 1 of 1
can i hide the quote button from topic owner
can i hide the quote button from topic owner
i know its a weird question
but only if possible
more info if someone created a topic the quote button wont appear for him at the first topic post as its has made by him but appears for the rest even if the quote wont appear for any post made to who created it
thanks
1 one last this is not my own request its by a friend to me so possible let me have the trick not possible then close the topic
i know its a weird question
but only if possible
more info if someone created a topic the quote button wont appear for him at the first topic post as its has made by him but appears for the rest even if the quote wont appear for any post made to who created it
thanks
1 one last this is not my own request its by a friend to me so possible let me have the trick not possible then close the topic
Michael_vx- Forumember
- Posts : 659
Reputation : 29
Language : Arabic and some English
Location : Egypt
Re: can i hide the quote button from topic owner
i think time to up
let me know if this possible or not
let me know if this possible or not
Michael_vx- Forumember
- Posts : 659
Reputation : 29
Language : Arabic and some English
Location : Egypt
Re: can i hide the quote button from topic owner
Hi @Michael_vx,
Could you provide the following information ?
Thanks
Could you provide the following information ?
- Could you provide URL or Version of the forum ?
- Has the option "first topic reminder" been enabled ?
Thanks
Re: can i hide the quote button from topic owner
version phpbb2
both if enabled or not in case of getting confused
any thing else
- edit -
one more thing
forum not English
the main Language Arabic
both if enabled or not in case of getting confused
any thing else
- edit -
one more thing
forum not English
the main Language Arabic
Michael_vx- Forumember
- Posts : 659
Reputation : 29
Language : Arabic and some English
Location : Egypt
Re: can i hide the quote button from topic owner
Go to Administration panel > Modules > JavaScript codes management > Create a new script
Placement : In the topics
Make sure that Always show the first post in the topics is enabled.
( General > Messages > Config )
Placement : In the topics
- Code:
$(function() {
if ($('.post:eq(1) .name strong a').text() == _userdata.username) {
var s = document.createElement('STYLE');
s.appendChild(document.createTextNode('.i_icon_quote, img[onclick*="MultiQuote"] { display:none }'));
document.getElementsByTagName('HEAD')[0].appendChild(s);
}
});
Make sure that Always show the first post in the topics is enabled.
( General > Messages > Config )
Re: can i hide the quote button from topic owner
looks good
as the test the topic starter cannot quote any post
im not sure if that will be accepted or not
ill send him that script
if you have a tip or find out the reason behind that the quote being hiding from the whole topic posts if the viewer is the topic starter then okay if not still fine to me i can just till this is the limit
so i wont waste more of your time our legendary coder
thanks many many thanks
as the test the topic starter cannot quote any post
im not sure if that will be accepted or not
ill send him that script
if you have a tip or find out the reason behind that the quote being hiding from the whole topic posts if the viewer is the topic starter then okay if not still fine to me i can just till this is the limit
so i wont waste more of your time our legendary coder
thanks many many thanks
Michael_vx- Forumember
- Posts : 659
Reputation : 29
Language : Arabic and some English
Location : Egypt
Re: can i hide the quote button from topic owner
Edit
change in plan
the request is now on the first post of topic for all
change in plan
the request is now on the first post of topic for all
Michael_vx- Forumember
- Posts : 659
Reputation : 29
Language : Arabic and some English
Location : Egypt
Re: can i hide the quote button from topic owner
Replace the script with this :
- Code:
$(function(){$('.post:eq(1) .i_icon_quote,.post:eq(1) img[onclick*="MultiQuote"]').hide()});
Re: can i hide the quote button from topic owner
that should do as he requested
close topic as solved
thanks a lot your my savior
thanks again
and sorry for wasting your time for a weird request like that
close topic as solved
thanks a lot your my savior
thanks again
and sorry for wasting your time for a weird request like that
Michael_vx- Forumember
- Posts : 659
Reputation : 29
Language : Arabic and some English
Location : Egypt
Re: can i hide the quote button from topic owner
Topic solved and archived
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.
Similar topics
» Hide new topic button inside a topic...
» Guests cannot view quote button or reply to posts in a topic
» Adding a reply button next to the quote button to automatically tag users?
» Change Quote Button, Edit Button and more into the text
» Topic Owner
» Guests cannot view quote button or reply to posts in a topic
» Adding a reply button next to the quote button to automatically tag users?
» Change Quote Button, Edit Button and more into the text
» Topic Owner
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum