![]() |
please how do i display my blog posts on mybb portal - Printable Version +- MyBB Community Forums (https://community.mybb.com) +-- Forum: Extensions (https://community.mybb.com/forum-201.html) +--- Forum: Themes (https://community.mybb.com/forum-103.html) +---- Forum: Theme Development (https://community.mybb.com/forum-105.html) +---- Thread: please how do i display my blog posts on mybb portal (/thread-212626.html) |
please how do i display my blog posts on mybb portal - Papergoddess - 2017-08-26 please i have a main site www.relationshipvilla.com , i want to display the blog latest posts on mybb portal www.relationshipvilla.com/forum. just like displaying only the mainsite post titles . forum : www.relationshipvilla.com/forum RE: please how do i display my blog posts on mybb portal - leroymcqy - 2017-09-01 (2017-08-26, 05:16 PM)Papergoddess Wrote: please i have a main site www.relationshipvilla.com , i want to display the blog latest posts on mybb portal www.relationshipvilla.com/forum. just like displaying only the mainsite post titles . That can be kinda hard. did you use one database for both wordpress and mybb or do they both have their own? (did you use softaculous or did you do a install yourself). Is it on the same server? I can probably do the script for you, i need details tho. Also, is it global or is it only on index, portal or such.
just change it to what you wish for it to be designed as. Change root to your db username, password to your password and dbname to your database name. this is what I came up with. But, this is for index file. if you need this in global i could do it for you. But you be best to add this to the index.php file. If you wish, i could do that. But I would need your index file. RE: please how do i display my blog posts on mybb portal - Papergoddess - 2017-09-01 EVERYTHING IS DIFFERENT. PLEASE CAN YOU GIVE ME STEP BY STEP DETAILS ON HOW TO DO IT? THANK YOU RE: please how do i display my blog posts on mybb portal - leroymcqy - 2017-09-01 (2017-09-01, 09:25 AM)Papergoddess Wrote: EVERYTHING IS DIFFERENT. PLEASE CAN YOU GIVE ME STEP BY STEP DETAILS ON HOW TO DO IT? THANK YOU Fill out the connection details This is where you change the prefix:
Change the details in the loop:
if you still need help or such just reply. The mysqli is the new way of connecting to the database. This will open up another connection to a different database RE: please how do i display my blog posts on mybb portal - Papergoddess - 2017-09-01 i dont know anything in php RE: please how do i display my blog posts on mybb portal - leroymcqy - 2017-09-01 (2017-09-01, 05:36 PM)Papergoddess Wrote: i dont know anything in php Send me the file you wish to be edited, and I will do the changes for you. |