Category Blog - how to change date format and remove bullet

Professional Joomla social template with metro design and JomSocial extension support.
Rate this topic: Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.
GK User
Sun Dec 15, 2013 8:40 pm
Reply with quote
Report this post
Hi. Please tell me how to:

1) Change the date format (I want the date to be MONTH, DAY, YEAR)
and
2) How to get rid of the gkBullets that appear at the bottom of the "Prev" and "Next" buttons.

Please see this page.

Thank you.
User avatar
Senior Boarder

teitbite
Sun Dec 15, 2013 10:57 pm
Reply with quote
Report this post
Hi

Please show me an example of a page You have in mind.
User avatar
Moderator

GK User
Sun Dec 15, 2013 11:21 pm
Reply with quote
Report this post
Here you go!

http://javelinaco.cloudaccess.net/news/ ... l-win.html

Also, when I click the "Print" icon, how can I get rid of the "(M)SOCIAL" logo that appears on top?
User avatar
Senior Boarder

teitbite
Tue Dec 17, 2013 1:35 pm
Reply with quote
Report this post
Hi

For date format. Go to language overrides and add this sentence:

F j, Y


than using parameters from date php function http://php.net/manual/pl/function.date.php set Your own format.

For logo in print please edit component.php and remove code:

Code: Select all
      <div id="gkPrintTop">
         <img src="<?php echo ($this->params->get('print_logo') != '') ? $this->params->get('print_logo') : JURI::base().'templates/'.$this->template.'/images/print_logo.png'; ?>" alt="Logo" />
      </div>
User avatar
Moderator

GK User
Wed Dec 18, 2013 7:54 pm
Reply with quote
Report this post
Thanks. I didn't want to remove the print logo functionality, but rather print my client's logo instead of the template logo. I found the section in the template manager that allowed this.
User avatar
Senior Boarder

teitbite
Fri Dec 20, 2013 9:50 am
Reply with quote
Report this post
Hi

Sorry. You've asked about how to "get rid off" logo :) Anyway I'm happy You've made it working.
User avatar
Moderator


cron