Gossamer Forum
Quote Reply
SimplePages plugin
Hi,

Just created this plugin. As its name, you can let the building function creates some pages like contact us, tems and conditions, or privacy policies with your current layout and toolbars.

Cheers,

Cheers,

Dat

Programming and creating plugins and templates
Blog
Quote Reply
Re: [tandat] SimplePages plugin In reply to
Or just use mod_rewrite Tongue

Code:
RewriteEngine On
RewriteRule ^p/(.*)\.html$ /cgi-bin/links/page.cgi?p=$1 [L]


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!
Quote Reply
Re: [tandat] SimplePages plugin In reply to
In Reply To:
Hi,

Just created this plugin. As its name, you can let the building function creates some pages like contact us, tems and conditions, or privacy policies with your current layout and toolbars.

Cheers,
Didnt see it on your site, or is it in the plugin area here?//
Quote Reply
Re: [aph] SimplePages plugin In reply to
Hi,

It was attached in my first post.

Cheers,

Cheers,

Dat

Programming and creating plugins and templates
Blog
Quote Reply
Re: [tandat] SimplePages plugin In reply to
Excuse my ignorance, but I assume that you need to create a menu on your home page or any glinks page that links to
templates/nameofyourcurrenttemplate/local/name of file. Is this correct?
Quote Reply
Re: [aph] SimplePages plugin In reply to
What do you mean? Which files need to be located?

Cheers,

Dat

Programming and creating plugins and templates
Blog
Quote Reply
Re: [tandat] SimplePages plugin In reply to
I create the file terms.html, it ends up in admin/templates/luna/local So I assume I have to make a manual link somewhere on the home page or whatever page to that file, because it's not showing up on the home page right now.

So maybe you can briefly explain how you get these links to show up on the home page of the site so people can use them?
Quote Reply
Re: [aph] SimplePages plugin In reply to
I not sure what you mean. The plugin does not support any extra variables excepts default GLinks' configuration.

Cheers,

Cheers,

Dat

Programming and creating plugins and templates
Blog
Quote Reply
Re: [tandat] SimplePages plugin In reply to
Okay just explain how to make these pages that I create show up somewhere in Glinks.