Earlier I posted on the RSS Code that I’m working on. I’ve done quite a bit of work on it so far – learning about the various functions that PHP offers. Most of what I thought I was learning while setting up the forums was not actually PHP’s functions, they were phpbb functions. And knowing the basis of the actual language is helping a lot.
I’ve gotten the posts and post data sync’d to the other database when posts are made, and right now I’m working on filtering out the BBCode that gets inserted into all the posts. I’ve so far gotten out the bold, underline, italics, and url codes. Next I have to figure out how I want to format the quote code so that it makes sense when it’s read in RSS. After I get a few more BBCodes filtered out, I’ll figure out what I want to do with the smilies, and then implement it into the site.