Charlie J Active member Apr 17, 2015 #1 Im wondering if anyone could show me how and the code to get something simular as http://mcbuffalo.com/pages/logs/ on my site, it retrieves from a SQL Database
Im wondering if anyone could show me how and the code to get something simular as http://mcbuffalo.com/pages/logs/ on my site, it retrieves from a SQL Database
P Paul B XenForo moderator Staff member Apr 17, 2015 #2 It's a PHP callback using a XenForo page. It would require custom development. Upvote 0 Downvote
Jeremy P XenForo developer Staff member Apr 17, 2015 #3 It's actually an iframe, loading a completely external page. http://www.mcbuffalo.com/logs/all.php Nevertheless, it would still require custom development. Upvote 0 Downvote
It's actually an iframe, loading a completely external page. http://www.mcbuffalo.com/logs/all.php Nevertheless, it would still require custom development.
Charlie J Active member Apr 17, 2015 #4 Oh, is there any links you could send me of helpful guides to getting things like that Upvote 0 Downvote
P Paul B XenForo moderator Staff member Apr 17, 2015 #5 I'm on my tablet so couldn't view the source. If it's an iframe, it's a simple matter of adding the code to the page template html field. Upvote 0 Downvote
I'm on my tablet so couldn't view the source. If it's an iframe, it's a simple matter of adding the code to the page template html field.
Charlie J Active member Apr 17, 2015 #6 theres the source http://pastebin.com/2HX4ZtSs Upvote 0 Downvote
Jeremy P XenForo developer Staff member Apr 18, 2015 #7 It's written in PHP. There's not much more that can be said about it. It would require a developer to implement the public ban log for your server. From there you could include it in a XenForo page with an iframe. Upvote 0 Downvote
It's written in PHP. There's not much more that can be said about it. It would require a developer to implement the public ban log for your server. From there you could include it in a XenForo page with an iframe.