Looking for volunteers to join your project? Need help with a script but can't afford to pay? Want to offer your services as a volunteer to build up your portfolio? This is the place for you...
Installation was pretty easy. I would recommend editing the config file before uploading, as some users will probably find it easier. As well, class.layout.php uses short tags, which stopped loading on my system immediately. I haven't gotten farther as once I fixed the short tags, the page stops loading. I see a header and footer, with a blank page in between, with <?=$GLOBALS['PANDORA"]['LANG']['TITLE'];?> as the title attribute.
I'll try to fix that tomorrow, but that's my installation process so far.
Pal, you really need to make an installation file like phpBB's. I am a PHP programmer and I got bored! I didn't install it because the instructions were too long and I got bored. Think of people who are not familiar with PHP or any kind of programming language - for them, even installing phpBB is not an easy task. They will simply look for another CMS.
In this context, it is an example of what hockey can use to view a very well setup installation method.
In general, cutenews is great for people with little to no php experience and want to update their site frequently without any further php knowledge. It is kind of like the news portion of a blog system, except you can incorporate it into your own html setup.
klarinetking wrote:As well, class.layout.php uses short tags, which stopped loading on my system immediately. I haven't gotten farther as once I fixed the short tags, the page stops loading. I see a header and footer, with a blank page in between, with <?=$GLOBALS['PANDORA"]['LANG']['TITLE'];?> as the title attribute.
Cool
The use of short tags is a consequence of having the project start as an adhoc prototype...
I'll have to change that I guess...the template files also use short tags, so if that's what's chocking your install maybe try changing the template files as well??
Oren wrote:Pal, you really need to make an installation file like phpBB's. I am a PHP programmer and I got bored! I didn't install it because the instructions were too long and I got bored. Think of people who are not familiar with PHP or any kind of programming language - for them, even installing phpBB is not an easy task. They will simply look for another CMS.
I hear ya, I'm the same way
But making an install script...wow...that's boring onto it self
I'll look into getting one up and running as it actually shouldn't be that difficult