|
I'm looking for another way to manage this website. Currently i'm using a lightweight CMS but it has some pros and cons:
+ Lightweight
- Embedding phpBB in a neat way is tricky (i'm not a web designer)
- It's buggy and development is slow
Can anyone suggest a good lightweight CMS that has good development, support and works under *nix ?
Also, if anyone can tell me a way to embedd phpBB without using frames? I was looking into the php function readfile() but the problem is that the forum resides in another subdirctory on the server and the base address doesn't follow when doing just readfile() which means that phpBB is looking for includes in the wrong directory, and I don't know how to deal with that... any clues?
|