Try to show all Web Links Categories on one page

Discuss the development and implementation of Joomla! components 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
stephenhenry
Joomla! Apprentice
Joomla! Apprentice
Posts: 9
Joined: Thu Apr 05, 2007 7:01 pm

Try to show all Web Links Categories on one page

Post by stephenhenry » Mon Oct 01, 2007 3:34 pm

I'm trying to show all Web Links on one page, but be able to still group them by category, and have the headings for each category shown. 

The goal is the have the Category header, links, next category header, links, etc. as the user scrolls down the page.

I've managed to list one category twice, but how to I a  different categories to show instead?

Thanks for the help,

Steve

leedsdoggod
Joomla! Fledgling
Joomla! Fledgling
Posts: 3
Joined: Tue Oct 02, 2007 8:27 pm

Re: Try to show all Web Links Categories on one page

Post by leedsdoggod » Tue Oct 02, 2007 8:32 pm

Did you find a fix for this as I'm trying to do the same thing. I guess we could just do it as a normal page but it would be nice to use the link feature. I seem to spend a lot of time doing things the old way in joomla because I can't work out the proper way. This must be possible :-\

stephenhenry
Joomla! Apprentice
Joomla! Apprentice
Posts: 9
Joined: Thu Apr 05, 2007 7:01 pm

Re: Try to show all Web Links Categories on one page

Post by stephenhenry » Fri Oct 05, 2007 3:31 pm

Nothing yet.  I've found some modules and componets that will list them all on one page, but only the title, no description.  Hopefully someone can help.

Steve

gogoli
Joomla! Explorer
Joomla! Explorer
Posts: 360
Joined: Fri Aug 17, 2007 5:31 pm

Re: Try to show all Web Links Categories on one page

Post by gogoli » Fri Oct 05, 2007 3:43 pm

   
stephenhenry wrote:
Nothing yet.  I've found some modules and componets that will list them all on one page, but only the title, no description.  Hopefully someone can help.

Steve

What module are u usin
Ad Share Revenue Social Network : http://www.ufreespace.com

stephenhenry
Joomla! Apprentice
Joomla! Apprentice
Posts: 9
Joined: Thu Apr 05, 2007 7:01 pm

Re: Try to show all Web Links Categories on one page

Post by stephenhenry » Fri Oct 05, 2007 4:02 pm

I tried "All Weblinks Module V1.2" Which seems to work a lot like the "Weblinks in Columns" component.  I was able to get both to work, but neither show the descriptions.  THe Columsn component also seemed to need one column per category, but I didn't play with it to much.

Steve

stephenhenry
Joomla! Apprentice
Joomla! Apprentice
Posts: 9
Joined: Thu Apr 05, 2007 7:01 pm

Re: Try to show all Web Links Categories on one page

Post by stephenhenry » Wed Oct 10, 2007 1:51 pm

I've made some progress here using the  All Weblinks Module V1.2  http://extensions.joomla.org/component/ ... Itemid,35/


Ater installing the Weblinks Module I modified mod_allweblinks.php as follows:


Change:

$content .= "catid&id=$row->id")."'>".$row->title."
";



To:


$content .= "catid&id=$row->id")."'>".$row->title." "  .$row->description. ""  ; 




Now I need to figure out how to change the background of each link so they alternate like the original weblinks listing. 


Right now I'm doing a hack job of placing just the module within the page.  At some point I'll probably switch to the weblinks in columns component so I'm using an actual component instead of using a component just to show a module.  If you need help changing your web links page to show just the module and nothing else let me know and I can tell you how to do that, but like I said, it's a hack job, but it's temporary. 

First I need to figure out out to alternate the table backgrounds. Hopefully someone here can help.


Steve

richardfranks152
Joomla! Apprentice
Joomla! Apprentice
Posts: 16
Joined: Sat Sep 22, 2007 2:17 pm

Re: Try to show all Web Links Categories on one page

Post by richardfranks152 » Wed Oct 10, 2007 1:52 pm

As far as I remember, I did this on a site a while ago (on a mambo site, but the idea is still the same). I just went in and edited the weblink component, and removed part of the WHERE clause in the SQL statement.

Its a while since I did it, but it might work ???

jcp411
Joomla! Explorer
Joomla! Explorer
Posts: 317
Joined: Thu May 17, 2007 9:04 pm
Location: Tucson, Arizona, USA

Re: Try to show all Web Links Categories on one page

Post by jcp411 » Wed Oct 10, 2007 10:54 pm

Interested in doing the same thing here too. So keep the discussion rolling and I'll post my progress. :)

Thanks for the info so far!
---------
Get FireBug (or something similar), it'll save you so much time debugging sites!!! Trust me on this one! You need it! You want it! You must have it! The Tradition! The Fantasy! FireBug! Get yours free today! Google it for your browser.

KurtMBO

Re: Try to show all Web Links Categories on one page

Post by KurtMBO » Fri Oct 12, 2007 10:14 pm

I am interested in having a list of the web link categories with descriptions show up in a content.  This sounds pretty similar to what you guys are talking about, but your knowledge level is way above mine.  If someone knows a straight forward way to do this, please let me know. 

Thanks, Kurt

jayflux
Joomla! Enthusiast
Joomla! Enthusiast
Posts: 110
Joined: Sun Jul 25, 2010 3:02 pm

Re: Try to show all Web Links Categories on one page

Post by jayflux » Thu Dec 08, 2011 11:35 am

Why in Joomla 1.7 is it still not possible to do this?

jdran
Joomla! Enthusiast
Joomla! Enthusiast
Posts: 186
Joined: Thu Aug 16, 2012 5:32 pm

Re: Try to show all Web Links Categories on one page

Post by jdran » Thu Aug 30, 2012 9:20 am

We are in 2.5.6 and still not able to do this???......

If someone knows, please inform if it is possible to do it or not..

elinoir
Joomla! Fledgling
Joomla! Fledgling
Posts: 1
Joined: Wed May 15, 2013 12:18 pm

Re: Try to show all Web Links Categories on one page

Post by elinoir » Wed May 15, 2013 12:20 pm

I have been trying to do this on 2.5.6 as well... was anyone successful?

Graymatter
Joomla! Intern
Joomla! Intern
Posts: 76
Joined: Thu Feb 06, 2014 8:58 pm

Re: Try to show all Web Links Categories on one page

Post by Graymatter » Mon Jun 16, 2014 10:40 pm

I am trying to do the same thing in Joomla 3.3 and unable to do this. Has anyone found out how to do this or found an extension? I need to get this done ASAP.


Locked

Return to “Components”