Sponsored Content
Top Forums Web Development New Font Awesome Icons in Quick Reply Editor Post 303027350 by Neo on Friday 14th of December 2018 12:06:18 AM
Old 12-14-2018
OK... I wrote the PHP code and was able to replace two more editor toolbar images with Font Awesome icons (getting round the issues with the original QRE plugin code). The main icon left to do is the "code tag" icon, but I'm not inclined to replace that one yet, since:
  1. it is not easy to find a replacement; and
  2. it is also embedded into may "info" and "hint" areas of the site.

Next, when I have time, I'll transfer and test the same icon changes for the "advanced " editor to make the icons consistent across various site editors.
This User Gave Thanks to Neo For This Post:
 

6 More Discussions You Might Find Interesting

1. What is on Your Mind?

New jQuery to view Post Icons in Editor

I was reformatting the "advanced" WYSIWYG editor with bootstrap css and while there made the post icons to be invisible by default; so if you click on the text below the editor: Post Icons - Click to view the full list of message icons to add to your post: ... (0 Replies)
Discussion started by: Neo
0 Replies

2. What is on Your Mind?

New Icons Coming from Font Awesome

Finally making some progress on getting rid of the 10 year old buttons with modern day fonts and icons thanks to a responsive web design tutorial by Brad Traversy who's video pointed me to Font Awesome. The buttons and icons were pretty easy to implement but it too me a number of hours... (39 Replies)
Discussion started by: Neo
39 Replies

3. What is on Your Mind?

Small bug in the Quick Editor function in postbit

Hey, There was a small bug in the Quick Editor function in postbit, but I fixed it (basically a double quote was missing from an element id): <div id="post_message_$post" class="neo-message-area">$post</div> Was <div id="post_message_$post class="neo-message-area">$post</div> Should... (1 Reply)
Discussion started by: Neo
1 Replies

4. What is on Your Mind?

New Mobile Navbar Icons from Font Awesome

Just changed the mobile site to use Font Awesome icons. Here is the new top navbar view (unregistered users) https://www.unix.com/members/1-albums214-picture903.jpeg (2 Replies)
Discussion started by: Neo
2 Replies

5. What is on Your Mind?

Quick Update on UNIX.COM Site Renovation: Bootstrap, Font Awesome and jQuery

Here is an update on the site renovation: After a lot of analysis and example programming, including testing out a number of Javascript framework and libraries, in the short term, we are getting the most bang-for-the-buck from these three basic, core tech areas: Bootstrap (CSS and... (2 Replies)
Discussion started by: Neo
2 Replies

6. What is on Your Mind?

New CODE and ICODE Editor Button Icons

As promised, I have changed the CODE tag icon and the ICODE tag icon in our WYSIWYG editors to use Font Awesome. CODE Tag = fa-code ICODE Tag = fa-terminal https://www.unix.com/members/1-albums215-picture966.png The reason for this change is to continue our move toward Font Awesome... (4 Replies)
Discussion started by: Neo
4 Replies
Icon::FamFamFam::Silk(3pm)				User Contributed Perl Documentation				Icon::FamFamFam::Silk(3pm)

NAME
Icon::FamFamFam::Silk - embed these famous icons in your code VERSION
0.002001003 (Version 0.002 of this module and version 1.3 of the icons.) SYNOPSIS
use Icon::FamFamFam::Silk; my $wrench = Icon::FamFamFam::Silk->new('wrench_orange'); print $wrench->base64; or use Icon::FamFamFam::Silk; print Icon::FamFamFam::Silk::base64('wrench_orange'); DESCRIPTION
These methods can be called as functions taking the name of the icon (a string) as their argument, or can be called as object methods on an instantiated icon object. (See "SYNOPSIS".) "Icon::FamFamFam::Silk->new($name)" Returns a blessed icon object. "Icon::FamFamFam::Silk->list" Returns a list of all the icons. "$icon->name" Returns the name of the icon. "$icon->base64" Returns base64-encoded PNG data. "$icon->raw" Returns raw PNG data. "$icon->uri" Returns a "data:" URI for the icon. "$icon->attribution_data" =item "Icon::FamFamFam::Silk->attribution_data" Returns a hash of data useful for giving credit to Mark James. This is in a format suitable for passing to HTML::HTML5::Builder's "CREATIVE_COMMONS" function, should you want to do something like that. BUGS
Please report any bugs to <http://rt.cpan.org/>. SEE ALSO
<http://famfamfam.com/lab/icons/silk/>. AUTHOR
Icons by Mark James of <http://famfamfam.com/>. Module by Toby Inkster <tobyink@cpan.org>. COPYRIGHT AND LICENCE
Mark James distributes the icons themselves under the CC-BY 3.0 licence <http://creativecommons.org/licenses/by/3.0/>. Applications using Icon::FamFamFam::Silk (even indirectly via another module) must provide credit. Including a link to <http://famfamfam.com/lab/icons/silk/> in the documentation of the application is probably sufficient. Toby Inkster releases the additional Perl coding into the Public Domain. DISCLAIMER OF WARRANTIES
THIS PACKAGE IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. perl v5.14.2 2011-10-11 Icon::FamFamFam::Silk(3pm)
All times are GMT -4. The time now is 08:11 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy