MyBB Community Forums

Full Version: How can i parse a new thread and update a page created by Page manager
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi guys,

How can i parse a new thread, extract some fileds in the content and then update the extracted fileds in a page (page created by Page Manager).

Is it possible, if yes please reply me how i can do this.
Any ideas guys ???
You would need to build the page using php and query the fields in the db/cache
(2012-05-23, 08:17 PM)Leefish Wrote: [ -> ]You would need to build the page using php and query the fields in the db/cache

Thanks bro, will give it a try...