- تاریخ ثبتنام
- 2020-06-26
- نوشتهها
- 21,408
- راهحلها
- 27
- پسندها
- 3,264
- امتیازها
- 113
- سن
- 27
- محل سکونت
- England
- وب سایت
- xenforo.xyz
I'd like to show the latest X posts on an non-xenforo php page (my homepage). This is on the same server / website.
With VBulletin, I queried the database directly, and cached the result for 10 minutes. This worked well.
I could replicate my old setup with something like this:
NOTE: This is not meant to be inside xenforo nor has it been designed in anyway to be used like that, it's for a quick last post block/latest news section on your actual website. You will need this brilliant...
xenforo.com
However I see reference to "XenForo_Application" That make me wonder if some things like the caching may be built in...
With VBulletin, I queried the database directly, and cached the result for 10 minutes. This worked well.
I could replicate my old setup with something like this:

Here is a quick and simple way to get a list of the latest posts on your website

However I see reference to "XenForo_Application" That make me wonder if some things like the caching may be built in...
نام موضوع : Latest posts on external php page?