Editor Icon Issue - Disapears when you disable Article Icons
- GK User
- Tue Aug 21, 2012 6:21 am
The Editor Icon seems to disapear when you disable Article Icons in admin params.
see below... any ideas?

Fill link here:
http://i49.tinypic.com/o5b1b7.jpg
see below... any ideas?

Fill link here:
http://i49.tinypic.com/o5b1b7.jpg
-

- Senior Boarder
- GK User
- Wed Aug 22, 2012 9:30 pm
non of your other templates do this, this is a big issue with this template, i don't suppose you'll be fixing it anytime soon eh... shame.
-

- Senior Boarder
- GK User
- Thu Aug 23, 2012 6:21 am
I ll take a look at this when I get to my server. Will be in few hours.
See you around...
See you around...
-

- Platinum Boarder
- GK User
- Thu Aug 23, 2012 11:58 am
Please do following.
Find File: templates\gk_blackandwhite\html\com_content\article\default.php
Find Line: 55 to 58 which is below
Replace with below code
See you around...
Find File: templates\gk_blackandwhite\html\com_content\article\default.php
Find Line: 55 to 58 which is below
- Code: Select all
<?php
if (
($this->params->get('show_create_date'))
Replace with below code
- Code: Select all
<?php
if (
(($this->user->authorize('com_content', 'edit', 'content', 'all') || $this->user->authorize('com_content', 'edit', 'content', 'own')) || $this->params->get('show_create_date'))
See you around...
-

- Platinum Boarder
4 posts
• Page 1 of 1
