added on Jul 3, 2007 by
I was wondering if you can set up each category for subdirectory settings?
Meaning, for my amateurs category, my url for that would be www.mydomainname.com/main/amateurs.shtml
I looked at the category and setting setup and it looked like it can only be set for root!
Any information would be appreciated
Crow
added on Jul 3, 2007 by
hi,
every category you create, is given a unique id. An output file is created for each category, and stored in
data/output/[id], this file you can include from any page you like, you just might have to fix the path a bit, but it
should work just fine.
In www.mydomainname.com/main/amateurs.shtml you would either have to use the full path to the output file, or use a
relative path, someting like:
<!--#include file="../../linkex/data/output/1002" --> (not tested)
or whatever is your setup
- v0id
added on Jul 4, 2007 by
I understand that part of the id and include! But, when the person actually is adding a link for hardcore category, how
is possible to give them the link that I would like from them?
When they do a scan of my recip to them, it is not going to be in my default setting www.mydomain.com
Instead, their recip will be in www.mydomain.com.hardcore.shtml
Basically, is there a way to give them the linking info that I would want per category? It only shows my root / index
page as being where they will link to.
Hope that make sense!?
Crow
added on Jul 4, 2007 by
hi,
yes it does make sense. Currently it's not quite possible in LinkEX.
You do however have the option of using the alternative backlinks. Under the admin settings, there is a field called
alternative backlinks, in which you could add your pages, then in the rules state that people should link to the pages
instead of the frontpage. Of course LinkEX wont be able to tell disable them if they link wrong.
now did that make sense? :)
- v0id