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?

Image

Fill link here:
http://i49.tinypic.com/o5b1b7.jpg
User avatar
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.
User avatar
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...
User avatar
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
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...
User avatar
Platinum Boarder


cron