Tweaking the Weblink Component

Discussion and education for beginner / novice programmers interested in embarking on the development process to take advantage of the extensible nature of the Joomla! CMS.

Moderators: tjay, seadap, Rogue4ngel, matthewhayashida

Forum rules
Post Reply
mess0312
Joomla! Fledgling
Joomla! Fledgling
Posts: 1
Joined: Wed Aug 01, 2007 2:37 am

Tweaking the Weblink Component

Post by mess0312 » Thu Sep 06, 2007 1:39 am

Hi there

I am trying to tweak a component for example the com-weblinks componet doesn't look how I want it.

What file do I access for making changes ...for example go to

http://www.frunkus.com/swoy/?option=com ... &Itemid=66

I want to change the text and change basically make small changes overall.  I would appreciate an answer to how I can do this overall . I always want to make small changes to a component but am never sure which file to update.

Thanks

User avatar
ianmac
Joomla! Enthusiast
Joomla! Enthusiast
Posts: 237
Joined: Sat Sep 24, 2005 11:01 pm
Location: Toronto, Canada

Re: Tweaking the Weblink Component

Post by ianmac » Thu Sep 06, 2007 2:38 am

What file to change really depends on what you want to change.  If you just want to change the output, then look at the Beez template and template overrides.

Ian
Help test my Component XML Generator Tool!
http://extensions.joomla.org/component/option,com_mtree/task,viewlink/link_id,1997/Itemid,35/
All feedback appreciated!

User avatar
Alfred
Joomla! Apprentice
Joomla! Apprentice
Posts: 16
Joined: Fri Aug 04, 2006 11:28 am
Contact:

Re: Tweaking the Weblink Component

Post by Alfred » Sat Sep 08, 2007 7:13 am

It all depends on what and how much you want to change.

You can either change your template or if it is just the layout of a component you have to take a look at the html file of the particular component.
In v1.5 case com_weblinks is made by the new method so you would find it in de components/com_weblinks/views dir called view.html.php
In v1.0 you'll find a file called weblinks.html.php in the components/com_weblinks dir.
Last edited by Alfred on Sat Sep 08, 2007 7:15 am, edited 1 time in total.


Post Reply