Gossamer Forum
Home : Products : Gossamer Links : Development, Plugins and Globals :

Re: [Sies] # Get_Links_Categories

Quote Reply
Re: [Sies] # Get_Links_Categories In reply to
Hi,

You can't :) If its not using GLinks, there is no way to do this.

The only option you have - is to put that code into a new page - say "category_list_include.html", with that code in.

Then call it via an IFRAME:

http://www.yoursite.com/...ategory_list_include

That should then show the categories

If you are able to program PHP, then you could also do an include() of that URL and place it directly into the script. Be aware though, it'll slow the page down (as it needs to grab it)

Another option - is to have a cronjob on the drupal site, which will grab that URL and save it as a static HTML file (so you can include it directly into Drupal)

Cheers

Andy (mod)
andy@ultranerds.co.uk
Want to give me something back for my help? Please see my Amazon Wish List
GLinks ULTRA Package | GLinks ULTRA Package PRO
Links SQL Plugins | Website Design and SEO | UltraNerds | ULTRAGLobals Plugin | Pre-Made Template Sets | FREE GLinks Plugins!
Subject Author Views Date
Thread # Get_Links_Categories Sies 4198 Sep 19, 2014, 3:50 AM
Post Re: [Sies] # Get_Links_Categories
Andy 4101 Sep 19, 2014, 4:49 AM