But that's not horribly hard as I really am in over my head in php and css.
We have a gaming website that we're trying to get this theme integrated with.
http://www.aegishestia.com
Sofar 99% of it is working, with one important exception. We have one subfolder running php, that is not integrated with Wordpress at all, it's serving standalone pages interpreting a mySQL database.
Here's what is supposed to be the link:
http://www.aegishestia.com/dkp/listmembers.php
The program involved is called eqdkp, it's at least a few years old and there is no support from its author to speak of.
However, if you follow that link you get taken back to the Wordpress blog page and a '/' is added after the .php as if it was trying to open a folder instead of a file.
Disabling the theme does allow correct access, something is causing a conflict, but I simply do not have the experience to even make a guess.
Optimally I'd love to be able to integrate the php in the content pane the same way Wp-United does with phpBB. However, I suspect that would be too complicated.
I would be just as happy to know how to setup an exception so Wordpress/Atahualpa doesn't even interpret anything called from the dkp subfolder, basically leaving it as the standalone, opening in its own window as it has been up until now.