M Matthew Hawley Well-known member Jun 20, 2013 #1 For redactor, which template contains the code for all the icons? Thanks!
M Matthew Hawley Well-known member Jun 20, 2013 #3 Brogan said: editor_ui.css Click to expand... Well i didn't mean the css. Which template has the php code for them? Upvote 0 Downvote
Brogan said: editor_ui.css Click to expand... Well i didn't mean the css. Which template has the php code for them?
P Paul B XenForo moderator Staff member Jun 20, 2013 #4 Perhaps you should have phrased the question better then. Upvote 0 Downvote
M Matthew Hawley Well-known member Jun 20, 2013 #5 Brogan said: Perhaps you should have phrased the question better then. Click to expand... Sorry. Do you know the template? Upvote 0 Downvote
Brogan said: Perhaps you should have phrased the question better then. Click to expand... Sorry. Do you know the template?
Mike XenForo developer Staff member Jun 20, 2013 #6 I don't understand the rephrased question. They're generated by JS so the CSS is how they're customized. Upvote 0 Downvote
I don't understand the rephrased question. They're generated by JS so the CSS is how they're customized.
M Matthew Hawley Well-known member Jun 20, 2013 #7 Mike said: I don't understand the rephrased question. They're generated by JS so the CSS is how they're customized. Click to expand... I want to use html for the icons. I want to use this http://fortawesome.github.io/Font-Awesome/icons/ Its a web font. Upvote 0 Downvote
Mike said: I don't understand the rephrased question. They're generated by JS so the CSS is how they're customized. Click to expand... I want to use html for the icons. I want to use this http://fortawesome.github.io/Font-Awesome/icons/ Its a web font.
Mike XenForo developer Staff member Jun 20, 2013 #8 You still use CSS to apply those. Upvote 0 Downvote
M Matthew Hawley Well-known member Jun 20, 2013 #9 Matthew Hawley said: I want to use html for the icons. I want to use this http://fortawesome.github.io/Font-Awesome/icons/ Its a web font. Click to expand... They have to be applied like this: <i class="icon-compass"></i> icon-compass Upvote 0 Downvote
Matthew Hawley said: I want to use html for the icons. I want to use this http://fortawesome.github.io/Font-Awesome/icons/ Its a web font. Click to expand... They have to be applied like this: <i class="icon-compass"></i> icon-compass
CyberAP Well-known member Jun 20, 2013 #10 HTML is generated on-the-fly so you need to alter some js function from redactor in order to modify final HTML code. Upvote 0 Downvote
HTML is generated on-the-fly so you need to alter some js function from redactor in order to modify final HTML code.
M Matthew Hawley Well-known member Jun 20, 2013 #11 CyberAP said: HTML is generated on-the-fly so you need to alter some js function from redactor in order to modify final HTML code. Click to expand... Okay...so what exactly do I modify in the js? Upvote 0 Downvote
CyberAP said: HTML is generated on-the-fly so you need to alter some js function from redactor in order to modify final HTML code. Click to expand... Okay...so what exactly do I modify in the js?
CyberAP Well-known member Jun 20, 2013 #12 Matthew Hawley said: Okay...so what exactly do I modify in the js? Click to expand... By 'some function' I meant you need to discover it yourself. I am not a js guru Upvote 0 Downvote
Matthew Hawley said: Okay...so what exactly do I modify in the js? Click to expand... By 'some function' I meant you need to discover it yourself. I am not a js guru
M Matthew Hawley Well-known member Jun 20, 2013 #13 CyberAP said: By 'some function' I meant you need to discover it yourself. I am not a js guru Click to expand... Ugh...too much work... Upvote 0 Downvote
CyberAP said: By 'some function' I meant you need to discover it yourself. I am not a js guru Click to expand... Ugh...too much work...