Shape 5

Joomla Templates => City Portal - January - Club => : buulolo September 21, 2009, 10:16:45 AM



: Need Help to Change the Logo
: buulolo September 21, 2009, 10:16:45 AM
Hi there,

I wonder if anyone can show me how to change the logo on City Portal. This is my second (last template that I install from Shape5).

My website: http://www.emakalah.com

Thanks


: Re: Need Help to Change the Logo
: jonahh September 21, 2009, 02:53:34 PM
Hello,

You can either edit the PSD and do a save for web or you can just edit the actual image located here:

templates/city_portal/images/blue/s5_cityportal_logo.png

We always store the logo in the images folder of the template.

Regards,


: Re: Need Help to Change the Logo
: buulolo September 23, 2009, 09:36:50 AM
Thank you,

I have another questions, how do I activate google and yahoo searching on top banner. Sorry to ask you many questions as you can see I am just a newbie for the technology. I appreciate your help.

-buulolo


: Re: Need Help to Change the Logo
: jonahh September 23, 2009, 10:17:31 PM
To do this enter text in the following areas of the search module admin:

Search Button Text 3 = Google
Text Box Search 3 = Google Search...

Search Button Text 4 = Yahoo
Text Box Search 4 = Yahoo Search...

Regards,



: Re: Need Help to Change the Logo
: buulolo September 24, 2009, 08:21:53 AM
Hi there,

I did type what you told me on search module admin, but when I click google or type something and click Yahoo, the searching goes to emakalah instead of google or yahoo.

you can see on my website: www.emakalah.com

thanks


: Re: Need Help to Change the Logo
: jonahh September 25, 2009, 11:42:26 AM
I think you have an older version of the module, there we some javascript problems in the initial release. Try downloading a fresh copy of just the s5 search module and reinstalling.


: Re: Need Help to Change the Logo
: buulolo September 28, 2009, 11:00:24 AM
It works, and thanks.

My other question is that how do I make the advertisement images randomly changes.

--buulolo


: Re: Need Help to Change the Logo
: jonahh September 28, 2009, 04:10:11 PM
You'd need to grab a random image module.  Try checking out the extensions on joomla.org


: Re: Need Help to Change the Logo
: buulolo October 04, 2009, 01:25:34 AM
I have another. How do I modify "Make My Home Page" and "RSS", the idea is that when someone bookmarks this website it will record on emakalah bookmark instead of shape5.

Thanks for your help

buulolo

 


: Re: Need Help to Change the Logo
: jonahh October 05, 2009, 02:22:20 PM
To change this open up your index.php file and look for:

<div onclick="javascript:bookmarksite('Shape 5 - City Portal', 'http://shape5.com/demo/city_portal')" class="s5_padding">

Change this to whatever you desire.


: Re: Need Help to Change the Logo
: buulolo October 07, 2009, 01:11:16 PM
Thanks,

I have another questions:

How do I place: emakalah visitors, countries, and visitors into the table like Polls.

Thanks and I aprreciate it

--buulolo


: Re: Need Help to Change the Logo
: jonahh October 07, 2009, 11:55:21 PM
Open each of those modules up and a module suffix of "-title" to them.


: Re: Need Help to Change the Logo
: buulolo October 08, 2009, 11:52:24 PM
Hi

I open the module, but there aren't any module suffix.

thanks

buulolo


: Re: Need Help to Change the Logo
: jonahh October 09, 2009, 11:59:29 PM
You could always add it to the module's XML file, just open it up and add it right below <params>


      <param name="moduleclass_sfx" type="text" default="" label="Module Class Suffix" description="A suffix to be applied to the css class of the module (table.moduletable), this allows individual module styling" />
      


: Re: Need Help to Change the Logo
: buulolo October 10, 2009, 02:03:21 AM
hi there,

There is no module's XML file in the modules directory. There is a file templateDetail.xml under directory: template\city_portal\templatesDetail.xml Document.

So I really don't see any xml module in directory modules.

thanks

--buulolo


: Re: Need Help to Change the Logo
: jonahh October 12, 2009, 11:33:04 AM
You have to go to your modules folder and then open up the emakalah visitors, countries, and visitors folders and in there you will see the xml files.


: Re: Need Help to Change the Logo
: buulolo October 12, 2009, 10:59:42 PM
Hi there,

This is the xml file, and it didn't work  ???

<?xml version="1.0" encoding="iso-8859-1"?>
<install type="module" version="1.5.0">
    <name>JoomlaWatch Agent</name>
   <author>Matej Koval</author>
   <creationDate>April 2009</creationDate>
   <copyright>www.codegravity.com</copyright>
   <license>http://www.gnu.org/licenses/gpl-3.0.txt GNU/GPLv3</license>
   <authorEmail>[email protected]</authorEmail>
   <authorUrl>www.codegravity.com</authorUrl>
   <version>1.2.9</version>
   <description>
   INSTRUCTIONS: This is the basic 'agent' module, which has to be inserted everywhere, where you want the visit to be recorded. It's best to    place it into the footer of your Joomla website template.
   </description>
   <files>
   <filename module="mod_joomlawatch_agent">mod_joomlawatch_agent.php</filename>
   </files>
</install>
<param name="moduleclass_sfx" type="text" default="" label="Module Class Suffix" description="A suffix to be applied to the css class of the module (table.moduletable), this allows individual module styling" />


: Re: Need Help to Change the Logo
: jonahh October 14, 2009, 11:21:29 AM
Add it like the following:


<?xml version="1.0" encoding="iso-8859-1"?>
<install type="module" version="1.5.0">
    <name>JoomlaWatch Agent</name>
   <author>Matej Koval</author>
   <creationDate>April 2009</creationDate>
   <copyright>www.codegravity.com</copyright>
   <license>http://www.gnu.org/licenses/gpl-3.0.txt GNU/GPLv3</license>
   <authorEmail>[email protected]</authorEmail>
   <authorUrl>www.codegravity.com</authorUrl>
   <version>1.2.9</version>
   <description>
   INSTRUCTIONS: This is the basic 'agent' module, which has to be inserted everywhere, where you want the visit to be recorded. It's best to    place it into the footer of your Joomla website template.
   </description>
   <files>
   <filename module="mod_joomlawatch_agent">mod_joomlawatch_agent.php</filename>
   </files>
<params>

<param name="moduleclass_sfx" type="text" default="" label="Module Class Suffix" description="A suffix to be applied to the css class of the module (table.moduletable), this allows individual module styling" />
</params>
</install>


: Re: Need Help to Change the Logo
: buulolo October 15, 2009, 01:48:34 AM
Hi there,

I Add the following and it didn't work.

<?xml version="1.0" encoding="iso-8859-1"?>
<install type="module" version="1.5.0">
    <name>JoomlaWatch Agent</name>
   <author>Matej Koval</author>
   <creationDate>April 2009</creationDate>
   <copyright>www.codegravity.com</copyright>
   <license>http://www.gnu.org/licenses/gpl-3.0.txt GNU/GPLv3</license>
   <authorEmail>[email protected]</authorEmail>
   <authorUrl>www.codegravity.com</authorUrl>
   <version>1.2.9</version>
   <description>
   INSTRUCTIONS: This is the basic 'agent' module, which has to be inserted everywhere, where you want the visit to be recorded. It's best to    place it into the footer of your Joomla website template.
   </description>
   <files>
   <filename module="mod_joomlawatch_agent">mod_joomlawatch_agent.php</filename>
   </files>
<params>

<param name="moduleclass_sfx" type="text" default="" label="Module Class Suffix" description="A suffix to be applied to the css class of the module (table.moduletable), this allows individual module styling" />
</params>
</install>


-buulolo


: Re: Need Help to Change the Logo
: jonahh October 15, 2009, 10:55:24 AM
You might have to repackage the module files with the newly edited xml file and reinstall the module for it to show up.