Page 1 of 1

Up and running... links to anchors don't work?

Posted: Fri Jul 07, 2006 8:10 pm
by thomaswp
Thanks for an easy product to set up.  I am up and running at www.freespiritsrowing.com and it was pretty easy.

But I have some questions:

1) I am running 0.13 in a sub folder called /content/ .  When I put in anchors and then link to the anchors the links is all wrong, pointing to the folder above.  I think that this might be to do with the base url or something?  The HTML looks OK to me, but I had to add index.php/faq before all the links generated at http://www.freespiritsrowing.com/content/index.php/faq automatically using the "view source" button. Would this fixed if I shift the install to the root of the site?

2) If I shift the install to the root of the site is it as easy as moving all the files and updating config.php?

3) Finally, we have a phpbb2 board (v2.0.21).  I would like to integrate it with CMS made simple but not sure how.  Ideally I would like it just like this forum, but have not yet wrapped my head around the way you can implement tabs.  Is it all CSS?

So, thanks so much for an easy implemention but I would appreciate any guidance on how to approach the above! :)

Re: Up and running... links to anchors don't work?

Posted: Sat Jul 08, 2006 12:27 am
by brainpoo
In answeer to #1, I beleive this has something to do with the fancy urls.  instead of 'index.php?page=about' it now looks like 'index.php/about' which is way nicer looking, however i think it is doing something to the anchors.  The way around it was to put 'index.php/about/#anchor' however it takes a long time to load, but now they work at least.

As for your forum, you 'may' want to have a different thread dicussing that questiom simp[ly becuase ones that know the answer may not even click in to this thread.

Shawn