andrewilley
Member
I've been informed by my service provider that they are removing PHP 5.6 from their shared servers in a month's time, so as I'd have to re-code a ton of stuff to upgrade my forums to phpBB 3.2.x anyway (as that supports PHP 7) I thought now might be a good time to look into something better. I rather like xenForo's ability to Control-C paste pictures directly into posts in other forums that I use, so this seemed a good place to start.
My non-commercial site's forum needs are very limited - probably only a few questions a week - but I also use the forum system to create and manage news posts and comments. However I have a few questions that hopefully someone here can help with:
Sorry for all the possibly-dumb and certainly noob questions, but before I start down this route I need to know if I can create something pretty close to what I have now, with my fairly limited HTML and PHP coding abilities (I tend to look stuff up as I need it, write the pages in Dreamweaver, but am anything but an expert!). Oh, and I use an offline testing server hosted on my home Synology NAS, I assume I can install a test/watermarked version on there too for local testing first?
Many thanks for anyone's help,
Andre
My non-commercial site's forum needs are very limited - probably only a few questions a week - but I also use the forum system to create and manage news posts and comments. However I have a few questions that hopefully someone here can help with:
- Just to check, the $140 fee is a one-off purchase fee with one year of support, not an annual licence? Currently I use phpBB which is free, but a relatively small one-off fee would be OK.
- Can I easily migrate my entire phpBB 3.0.14 forum onto the new system, including existing users, dated posts, attachments, etc. What about any saved links that users might have created within their browsers, will those be auto-forwarded to the newly located xenForo posts?
- Can easily I integrate the new forum into my existing HTML website layout, as at http://www.portorleans.org/forum/ ?
- I use a specific phpBB subforum as a news/updates repository, and I have some PHP code on the Homepage and the News Page to display very simplified content away from the direct forum layout, with links at the bottom of each article to the actual forum posts should users want to comment or ask questions. For example, the right-hand column on the homepage www.portorleans.org and the entire news page at www.portorleans.org/news.php are both populated using some PHP code (they are generated server-side from my posts in http://www.portorleans.org/forum/viewforum.php?f=8 ). I would need to do the same with any new software.
- Related to (3), on the News Page I use some server-side code to display news posts based on their posting date, so for example I can use direct links on Facebook/etc to a specific news post using a "news.php?first=ddmmyy" parameter format (such as http://www.portorleans.org/news.php?first=300717, which calls up the news page with starting articles dated 30-July-2017 and older).
- For registered and logged-in users, I present some limited information on the site homepage and on the drop-down menu showing if there is any new content/etc, and also allow non-users to register directly from the homepage rather than having to enter the forums first. Would that be simple to implement too? For example:
Sorry for all the possibly-dumb and certainly noob questions, but before I start down this route I need to know if I can create something pretty close to what I have now, with my fairly limited HTML and PHP coding abilities (I tend to look stuff up as I need it, write the pages in Dreamweaver, but am anything but an expert!). Oh, and I use an offline testing server hosted on my home Synology NAS, I assume I can install a test/watermarked version on there too for local testing first?
Many thanks for anyone's help,
Andre