[phpBB Debug] PHP Warning: in file [ROOT]/phpbb/session.php on line 561: sizeof(): Parameter must be an array or an object that implements Countable
[phpBB Debug] PHP Warning: in file [ROOT]/phpbb/session.php on line 617: sizeof(): Parameter must be an array or an object that implements Countable
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 494: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 494: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 494: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 494: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 494: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 494: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 494: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 494: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 494: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 494: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 494: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 494: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 494: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 494: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 494: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 494: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 494: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 494: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 494: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 494: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 494: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 494: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 494: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 494: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 494: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 494: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 113: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 113: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 5312: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3925)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 5312: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3925)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 5312: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3925)
phpBBModders.net • [MODDB] Clickable Icons
Page 1 of 1

[MODDB] Clickable Icons

Posted: 30 Apr 2009, 09:27
by Typo
Title: Clickable Icons (in the header and footer)

Author: Typo

Description: This modification will show you how to take the links with icons in the header and footer and make it so that the icons are clickable.

For instance, notice how when you hover over the FAQ link, it changes the cursor to the hand, indicating it is a clickable link, changes the color of the link text and is actually clickable. Now, notice when you hover over the icon for the FAQ link, nothing happens, the cursor remains normal, the link text doesnt change color and you cannot actually click it to navigate to the FAQ page.

This modification addresses that by making the icons clickable. When installed properly, the icon next to the FAQ link will act just as the rest of the link does, when you hover the mouse over it the cursor will change, the link text will change color and you will be able to click on the icon itself to use the link.

This mod covers all the default icons used in the header and footer but as you can see by looking at the demo site, it can work with all icons.

Icons made clickable: Bookmark, Bump. FAQ, Home, Login, Logout, Members, Register, Subscribe, Unsubscribe, and the User Control Panel.


Demo Board: My site with MANY mods including this one at [url]http://www.aplacetochat.com[/url] or a default phpBB3 test board with JUST this mod at [url]http://test.computermedicone.com[/url].

Version: 1.0.0 RC

Installation Level: Easy

Installation Time: ~10 minutes

Update 1.0.0 Beta to 1.0.1 Beta: Changed from using id's to classes like I should have to begin with. MOD now passes W3C XHTML 1.0 Strict! validation. (Update instructions are included in the contrib folder.)
Update 1.0.1 Beta to 1.0.0 RC: Moved from the Beta phase into the RC (Release Candidate) phase.

MOD Download: [url]http://www.aplacetochat.com/mod/clickable_icons.zip[/url]

View Install Instructions Online: [url]http://www.aplacetochat.com/mod/clickable_icons/install.xml[/url]

Re: [RC] Clickable Icons

Posted: 30 Apr 2009, 09:27
by Typo
This is my first mod so I appreciate ALL comments and feedback.

Please, if you try this mod, let me know how it works, how the install went and how you like it. I have had very very little feedback so far.

Thanks and enjoy.

Typo

Re: [RC] Clickable Icons

Posted: 30 Apr 2009, 09:28
by Typo

Re: [MODDB] Clickable Icons

Posted: 23 Feb 2010, 06:35
by Typo
I forgot to update that this mod was accepted to the MODDB way back in may.

The MODDB link is [url]http://www.phpbb.com/community/viewtopic.php?t=1612505[/url].

Better late than never eh.

Typo