Gossamer Forum
Home : Products : Gossamer Forum : Discussion :

Syndication

Quote Reply
Syndication
Is there a simple way to syndicate a forum?
Quote Reply
Re: [jferry] Syndication In reply to
Sure. You could make a new tempalte set, for example "syndication", and then call it with;

gforum.cgi?t=syndication

You may need to pass t=setname along in each URL though.

Hope that helps.

Cheers

Andy (mod)
andy@ultranerds.co.uk


IMPORTANT: I've now moved to ultranerds.co.uk, and the .com will no longer work!
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!
Compare our different Plugin packages *new* Free CSS Templates
Quote Reply
Re: [Andy] Syndication In reply to
Thanks Andy. Does this mean that the forum can operate on a completely different website?
Quote Reply
Re: [jferry] Syndication In reply to
In theory, yes. You could just setup some mod_rewrite, so it does stuff like this (for each of the functions/commands);

http://www.domainc.om/cgi-bin/forum/forum.cgi?;category=7

... could translate to;

http://www.mymaindomain.com/cgi-bin/gforum/gforum.cgi?;category=7&t=mydomain

This could be done with something like (on the domain.com site, not mymaindomain.com);

^forum/gforum\.cgi?category=.* http://www.mymaindomain.com/cgi-bin/gforum/gforum.cgi?;category=$1&t=mydomain [L]

You could probably get a few ideas/pointers by looking at the "Search Engine Friendly" mod_rewrite codes; as they list the main functions.

Hope that helps.

Cheers

Andy (mod)
andy@ultranerds.co.uk


IMPORTANT: I've now moved to ultranerds.co.uk, and the .com will no longer work!
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!
Compare our different Plugin packages *new* Free CSS Templates