MyBB Community Forums

Full Version: Add new custom PHP page.
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4 5 6 7 8 9 10
But lets say i want to use like rules.php?list how would i use another Template for it?
This is very good work.  Thank you for it.  +Rating for you!
worked good for me too, thanks
how can i made page like this

https://www.mydomain.com/mk11
(2019-01-01, 11:23 AM)kokoko420 Wrote: [ -> ]how can i made page like this

https://www.mydomain.com/mk11

https://community.mybb.com/thread-187253.html
This is the method I used when I created additional pages with the Social Groups plugin, although I don't have the next thing always be a table.  My forum ponselharian.com
is there a way to add a parent breadcrumb to the following code for custom pages?

add_breadcrumb("Surfing", "mypage.php");

example:

Home > Ocean > Surfing

the parent breadcrumb would be "Ocean"
Just add your "Ocean" breadcrumb before (with or without a link):
add_breadcrumb("Ocean"); 
add_breadcrumb("Surfing", "mypage.php"); 
(2019-07-08, 08:50 AM)Crazycat Wrote: [ -> ]Just add your "Ocean" breadcrumb before (with or without a link):
add_breadcrumb("Ocean"); 
add_breadcrumb("Surfing", "mypage.php"); 

+1 to CrazyCat. Thank you!
Thank You So Much! your tutorial for adding custom PHP is really helpful for me.
Pages: 1 2 3 4 5 6 7 8 9 10