Class or ID of Multiquotes?
5 posters
Page 1 of 1
Class or ID of Multiquotes?
Technical Details
Forum version : #PunBB
Position : Founder
Concerned browser(s) : Mozilla Firefox, Google Chrome, Internet Explorer
Who the problem concerns : Yourself
When the problem appeared : when i tried to insert the multiquote buttons via css
Forum link : http://onepiecegr.forum-pro.org/
Description of problem
Hey there guys, here is a really quick problemI Was tinkering with my inspect toolbar just to find the ids or classes of all buttons in forumotion and insert them to css in order to ultimately make another script i want to work, but i just can't find an ID or class for the multiquotes!
Any help here? I just want to change their icons
Last edited by Scarlet D. on November 10th 2016, 11:33 pm; edited 1 time in total
Re: Class or ID of Multiquotes?
Hi there, is all you want to do is change the images on the 'multi-quotes'?
You do this via Admin Panel -> Display -> Pic Management -> Advance -> Buttons -> Multi-quote unslected and Multi-quote selected.
You do this via Admin Panel -> Display -> Pic Management -> Advance -> Buttons -> Multi-quote unslected and Multi-quote selected.
Re: Class or ID of Multiquotes?
hum... didn't i make clear that I nessecerily need to change background of the pictures via CSS?Draxion wrote:Hi there, is all you want to do is change the images on the 'multi-quotes'?
You do this via Admin Panel -> Display -> Pic Management -> Advance -> Buttons -> Multi-quote unslected and Multi-quote selected.
Re: Class or ID of Multiquotes?


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: Class or ID of Multiquotes?
hum... I can't quite find the Multiquote button in that guide, when i mean multiquote, I meant this one

which is not in the editor
Re: Class or ID of Multiquotes?
Sorry, I misread your post. Please post a link to topic guests can see.


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: Class or ID of Multiquotes?
here you goSLGray wrote:Sorry, I misread your post. Please post a link to topic guests can see.
http://www.onepiecegr.com/t1792-topic
Re: Class or ID of Multiquotes?
Guests will have to be able to reply and post in topic to see the buttons.


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: Class or ID of Multiquotes?
Ok look, i will just send you the pass for a testing account,even if i enable permissions for guests to reply on topics, buttons won't appear.SLGray wrote:Guests will have to be able to reply and post in topic to see the buttons.
Re: Class or ID of Multiquotes?
PM received.
- Code:
#post_mq1828_160166


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: Class or ID of Multiquotes?
nope, nothing at all. It seems like the id of the multi-quotes is changing all the time for some reasonSLGray wrote:PM received.
- Code:
#post_mq1828_160166
Re: Class or ID of Multiquotes?
It changes because it is getting the message ID. What exactly are you trying to do?


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: Class or ID of Multiquotes?
Well, You see I am trying to add a theme picker, like this but when I did some testings i saw that everything changes but the buttons, so i considered they all have to be in CSS in order to achieve a complete forum transformation, so I added every single button there was on forum on my CSS but I can't add multiquoteSLGray wrote:It changes because it is getting the message ID. What exactly are you trying to do?
Re: Class or ID of Multiquotes?
There is no theme picker that will change the images. They basically only change the colors and design of the forum.


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: Class or ID of Multiquotes?
well, theme picker practically changes the whole CSS of the forum so i think putting the buttons in CSS will work tooSLGray wrote:There is no theme picker that will change the images.
Re: Class or ID of Multiquotes?
I believe it will not work.


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: Class or ID of Multiquotes?
if you want add styles of the multiquote buttons use this
- Code:
img[id*=post_mq]{
your css here
}
Ch@lo Valdez- Forumember
-
Posts : 138
Reputation : 50
Language : spanish
Re: Class or ID of Multiquotes?
Ch@lo Valdez wrote:if you want add styles of the multiquote buttons use this
- Code:
img[id*=post_mq]{
your css here
}
@Ch@lo Valdez
It's working! Nearly Perfect! now... do you maybe know how do i change the "Multi-quote selected" icon via css?
Re: Class or ID of Multiquotes?
Scarlet D. wrote:
It's working! Nearly Perfect! now... do you maybe know how do i change the "Multi-quote selected" icon via css?
I think its
- Code:
img[id*=post_mq1]{
your css here
}
well it is on this forum

Re: Class or ID of Multiquotes?
APE wrote:Scarlet D. wrote:
It's working! Nearly Perfect! now... do you maybe know how do i change the "Multi-quote selected" icon via css?
I think its
- Code:
img[id*=post_mq1]{
your css here
}
well it is on this forum
well, the numbers after mq are also random IDs

Re: Class or ID of Multiquotes?
Since nobody answered me about the css selector of the "Multiquote Selected" Icon, I made a common "multiquote Selected" icon for both of my interface, and works perfectly I can tell.
Consider this topic Solved
Consider this topic Solved
Re: Class or ID of Multiquotes?
Problem solved & topic archived.
|

» Quote Button automatically Multiquotes
» How to fix my multiquotes, see the buttons when creating topic, move user profile in posts, change global announcements text and
» How to Add Active Class to navbar
» How do I use class in the code
» Table Class - How?
» How to fix my multiquotes, see the buttons when creating topic, move user profile in posts, change global announcements text and
» How to Add Active Class to navbar
» How do I use class in the code
» Table Class - How?
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum