And now I have to release a new version of GeekQuotes (my quotes module for PHP-Nuke). I've been working with the webmaster for DFWLarp.com for the last few days to make it work with older version of PHP-Nuke and MySQL than I run. I should have released later tonight.
Update: It's uploaded now. I also fixed another bug that made it display a database error on occasion. You can download it from here.
In mainfile.php, there is a function called check_html. In this function, there is a line that says "$str = eregi_replace("]*)[[:space:]]*>", ', $str);". This comes before it checks the AllowableHTML. By commenting out that line, I seem to have solved the problem.
I need to remember to write in an admin function to "fix" posts that didn't get posted to the forum correctly. That way I'll be able to just click and readd them if they screw up rather than doing things the hard way.
I created this module when I moved my site from PostNuke to PHP-Nuke. I had a bunch of quotes in my database that I wanted to continue using, but PHP-Nuke didn't have a built in Quotes module. I've had to recreate almost all of the code to make it work, but I did borrow bits and pieces of the random display code from PostNuke. When I got ready to release it though, I rewrote the random display code so that I could use a different license to release it.
It was a pain to install because it required modifying a lot of core code (not huge modifications, just on several files). The biggest problem I have with those types of modifications is that when I update versions, I have to redo it all. This is the reason I'm trying to make the fn-comments modification I'm doing hold most of it's code in a seperate file.
My next goal is to find where to modify the Meta keywords in PHP-Nuke. It's not that it's going to be hard. I just haven't done it yet.
Update: Apologies to those that had user accounts, but I'm not going to be able to move them over. You'll have to recreate them.
Every time I try to install PostNuke on a fresh site, I end up with blank config.php and .htaccess files. If I manually fill them in, I end up with a failure to load on both Xanthia and pnRender. It's totally bizarre. I haven't been able to find anything quite like it searching through google.
I think I may go insane over this.
I was working on this site yesterday and wanted the modify the template for News Articles (what shows up when you click "read more"). Every time I tried to modify any of the templates though, it failed miserably. All I would get is blank html for that portion of the site. At one point, my whole site failed and I had to restore from backup to get it to display again.
I'm fairly certain it has something to do with the move to the new server, but after several hours of work on it, I'm still unable to determine what the problem is. Right now, I'm setting up a PostNuke site at test.fenux.net to see if a fresh install works properly or not.



