jevents

Discuss the development and implementation of Joomla! modules here.

Moderator: General Support Moderators

Forum rules
Forum Rules
Absolute Beginner's Guide to Joomla! <-- please read before posting, this means YOU.
Forum Post Assistant - If you are serious about wanting help, you will use this tool to help you post.
Locked
ja4mna
Joomla! Apprentice
Joomla! Apprentice
Posts: 6
Joined: Sat Sep 12, 2009 7:17 am

jevents

Post by ja4mna » Tue Sep 15, 2009 5:28 pm

How do you disable the small blue round icon next to the print icon in Jevents calendar?

User avatar
dizzi
Joomla! Virtuoso
Joomla! Virtuoso
Posts: 3136
Joined: Fri Dec 21, 2007 9:36 pm
Location: Yorkshire, UK

Re: jevents

Post by dizzi » Tue Sep 15, 2009 6:27 pm

I once saw the procedure for doing this in the JEvents forums. Have a search there and you should find it.
Freedom of expression ... some may try to suppress it but they can never take it away ...
There is no problem a good miracle can't fix.

User avatar
clickdriven
Joomla! Enthusiast
Joomla! Enthusiast
Posts: 200
Joined: Tue Apr 17, 2007 7:18 pm
Location: Syracuse, NY, USA
Contact:

Re: jevents

Post by clickdriven » Thu Nov 12, 2009 6:55 pm

In JEvents 1.5.2 you can remove the blue info icon by doing the following:

Go to components > com_jevents > views > default > helpers > defaultviewhelperheader.php


Around line 76 remove the following

Code: Select all


echo '<a href="http://www.jevents.net" target="_blank">'
	. "<img src=\"" . JURI::root() . "components/".JEV_COM_COMPONENT."/views/".$view->getViewName()."/assets/images/help.gif\" border=\"0\" alt=\"help\" class='jev_help' />"
	. "</a>";



:pop

User avatar
dizzi
Joomla! Virtuoso
Joomla! Virtuoso
Posts: 3136
Joined: Fri Dec 21, 2007 9:36 pm
Location: Yorkshire, UK

Re: jevents

Post by dizzi » Fri Nov 13, 2009 10:11 am

Ahhh thanks for the guide clickdriven, it will save on search time :).
Freedom of expression ... some may try to suppress it but they can never take it away ...
There is no problem a good miracle can't fix.

inder09
Joomla! Fledgling
Joomla! Fledgling
Posts: 1
Joined: Sat Feb 27, 2010 12:17 pm

Re: jevents

Post by inder09 » Sat Feb 27, 2010 12:21 pm

Sir how do we remove the blue info icon in JEvents 1.5.3

lvillecat
Joomla! Apprentice
Joomla! Apprentice
Posts: 6
Joined: Thu Nov 12, 2009 8:57 pm

Re: jevents

Post by lvillecat » Tue Mar 16, 2010 9:39 pm

Scroll down to about line 110 or 111 and remove just this line:

Code: Select all

$view->information();
Hope this helps.

jeffrswope
Joomla! Enthusiast
Joomla! Enthusiast
Posts: 112
Joined: Wed Mar 26, 2008 2:40 pm

Re: jevents

Post by jeffrswope » Tue May 04, 2010 2:00 am

lvillecat wrote:Scroll down to about line 110 or 111 and remove just this line:

Code: Select all

$view->information();
Hope this helps.
i found it on line 102.

stogilon
Joomla! Intern
Joomla! Intern
Posts: 67
Joined: Thu Aug 06, 2009 9:27 pm

Re: jevents

Post by stogilon » Wed Aug 18, 2010 8:32 pm

Perfect solution lvillecat! Couldn't have been easier!

Thanks.

srijon
Joomla! Apprentice
Joomla! Apprentice
Posts: 49
Joined: Tue May 12, 2009 9:01 pm

Re: jevents

Post by srijon » Thu Jan 06, 2011 2:56 pm

@ clickdriven
Thank You very much for your help

mcongosto
Joomla! Apprentice
Joomla! Apprentice
Posts: 23
Joined: Thu Nov 02, 2006 6:35 pm

Re: jevents

Post by mcongosto » Fri Feb 11, 2011 8:14 am

lvillecat wrote:Scroll down to about line 110 or 111 and remove just this line:

Code: Select all

$view->information();
Hope this helps.

This will also remove the title. Any other way?

thanks.

emomoney
Joomla! Apprentice
Joomla! Apprentice
Posts: 39
Joined: Wed Dec 20, 2006 12:12 am

Re: jevents

Post by emomoney » Wed Apr 13, 2011 4:52 pm

Add this to your template CSS file

Code: Select all

.buttonheading {
display:none;
}

tblueweb
Joomla! Apprentice
Joomla! Apprentice
Posts: 9
Joined: Sun Sep 30, 2012 4:15 pm

Re: jevents

Post by tblueweb » Sun Sep 30, 2012 4:33 pm

For Jevents 2.2 change buttonheading to info-icon. Seems to work fine.

Nadjaji
Joomla! Fledgling
Joomla! Fledgling
Posts: 4
Joined: Fri Feb 15, 2013 6:47 pm

Re: jevents remove blue I icon next to print icon in version

Post by Nadjaji » Fri Feb 15, 2013 6:53 pm

For jevents 2.2, remove the following information
echo '<a href="http://www.jevents.net" target="_blank">'
. "<img src=\"" . JURI::root() . "components/".JEV_COM_COMPONENT."/views/".$view->getViewName()."/assets/images/help.gif\" border=\"0\" alt=\"help\" class='jev_help' />"
. "</a>";
from components > com_jevents > views > default > helpers > defaultinformation16.php

Same trick as in V1.5.2 but hidden in another component. Hope this helps.


Locked

Return to “Modules”