Gossamer Forum
Skip to Content



Home : Products : Gossamer Links : Discussions :

how to set up feeds for link submissions?

Quote Reply
how to set up feeds for link submissions?
Hello board,

I am getting requests from other job boards that want to upload or create a feed for uploading jobs into my directory. How can this be done?
Quote Reply
Re: [yobo] how to set up feeds for link submissions? In reply to
Hi,

You could do it via a "feed import" plugin (CustomDataImportGen or Data_Import).

You can then do it via CSV, pipe delimited, etc.

Cheers

Andy (mod)
andy@ultranerds.com

Merry Xmas and a Happy New Year!


Want to give me something back for my help? Please see my Amazon Wish List
GLinks ULTRA Package (plugins total "value" $3,325 & rising, for just $350)| GLinks ULTRA Package PRO (plugins total "value" $5,625 & rising, for just $500)
Support Forum | Links SQL Plugins | DMOZ Dumps | UltraNerds | ULTRAGLobals Plugin | Pre-Made Template Sets | FREE GLinks Plugins!
Custom Toolbar for IE and Firefox! - Compare our different Plugin packages *new*
Free CSS Templates
Quote Reply
Re: [Andy] how to set up feeds for link submissions? In reply to
Ok. Is it possible to do it via xml?
Quote Reply
Re: [yobo] how to set up feeds for link submissions? In reply to
Hi,

Not with those plugins I'm afraid. You would need a custom XML import script (or a way to convert their XML feeds into a .csv file, which could then be read by these plugins). This is the method a couple of job sites I have done work for before use. Not the most ideal solution, but it seems to work for them Smile

Cheers

Andy (mod)
andy@ultranerds.com

Merry Xmas and a Happy New Year!


Want to give me something back for my help? Please see my Amazon Wish List
GLinks ULTRA Package (plugins total "value" $3,325 & rising, for just $350)| GLinks ULTRA Package PRO (plugins total "value" $5,625 & rising, for just $500)
Support Forum | Links SQL Plugins | DMOZ Dumps | UltraNerds | ULTRAGLobals Plugin | Pre-Made Template Sets | FREE GLinks Plugins!
Custom Toolbar for IE and Firefox! - Compare our different Plugin packages *new*
Free CSS Templates
Quote Reply
Re: [Andy] how to set up feeds for link submissions? In reply to
When you say pipe delimited do you mean tab delimited?
Quote Reply
Re: [yobo] how to set up feeds for link submissions? In reply to
Hi,

Well, pipe delimited is:

Code:
field|value|next one|seperated by a|pipe

You could also use any number of formats though - i.e

Code:
field,value,next one,seperated by a,comma
field value next one seperated by a tab

..etc

Cheers

Andy (mod)
andy@ultranerds.com

Merry Xmas and a Happy New Year!


Want to give me something back for my help? Please see my Amazon Wish List
GLinks ULTRA Package (plugins total "value" $3,325 & rising, for just $350)| GLinks ULTRA Package PRO (plugins total "value" $5,625 & rising, for just $500)
Support Forum | Links SQL Plugins | DMOZ Dumps | UltraNerds | ULTRAGLobals Plugin | Pre-Made Template Sets | FREE GLinks Plugins!
Custom Toolbar for IE and Firefox! - Compare our different Plugin packages *new*
Free CSS Templates