2010-11-01, 04:07:33
dominionit: I've got couple questions about this plugin.
I haven't tried it yet, so those may be just theoretical questions.
1. Can I use multiple instances of your plugin ?
example: I'd like to add short news to website, as well as write longer articles (and link them inside short news).
Both of such modules working independently, being available from menu like:
news | articles | about | contact
2. I'd like to use such news/blog system, to serve blog entries from a subdomain url.
example: small website available under www.mysite.tld, containing
home | about | offer | contact | blog
blog available under blog.mysite.com, but without base website menu (I'd create an additional menu manually).
problems: I could add a condition to show menu, like comparing current URI path, and if it doesn't contain "blog" string, then it would show the base website menu.
But how could I show the blog content using 1 GS instance ?
Only possible solution I know, is to proxy the content from certain address using mod_rewrite. But I would also like to know a solution, when hosting doesn't offer mod_proxy plugin for apache.
I'm not a webdev, thus I don't know if creating in a subdomain directory a php file with 1 line:
<?php require("../index.php?id=blog"); ?>
would do the job. I assume that require/include command won't work with friendly urls turned on.
I haven't tried it yet, so those may be just theoretical questions.
1. Can I use multiple instances of your plugin ?
example: I'd like to add short news to website, as well as write longer articles (and link them inside short news).
Both of such modules working independently, being available from menu like:
news | articles | about | contact
2. I'd like to use such news/blog system, to serve blog entries from a subdomain url.
example: small website available under www.mysite.tld, containing
home | about | offer | contact | blog
blog available under blog.mysite.com, but without base website menu (I'd create an additional menu manually).
problems: I could add a condition to show menu, like comparing current URI path, and if it doesn't contain "blog" string, then it would show the base website menu.
But how could I show the blog content using 1 GS instance ?
Only possible solution I know, is to proxy the content from certain address using mod_rewrite. But I would also like to know a solution, when hosting doesn't offer mod_proxy plugin for apache.
I'm not a webdev, thus I don't know if creating in a subdomain directory a php file with 1 line:
<?php require("../index.php?id=blog"); ?>
would do the job. I assume that require/include command won't work with friendly urls turned on.
Addons: blue business theme, Online Visitors, Notepad