Search found 2 matches
- 6. March 2009 02:23
- Forum: board3 Portal v1.0.x - Modifications in Dev
- Topic: BETA Custom News Block
- Replies: 15
- Views: 37936
How would you add 2 of these blocks to portal.php?
Does anyone have any idea how you could add 2 of these mods to the portal page WITHOUT is screwing up the posts, see I added 2 versions of the mod, one called latest_posts.html and .php and another called latest_newpost.html and .php, and added the code to the portal.php and portal_body.html It work...
- 6. March 2009 01:59
- Forum: board3 Portal v1.0.x - Modifications in Dev
- Topic: BETA Custom News Block
- Replies: 15
- Views: 37936
CHANGE NEEDED
TO make this mod work with the latest version of the Database I had to change this line in latest_post.php $sqls = "SELECT * FROM phpbb_posts WHERE forum_id = '$forumnumber' ORDER BY Post_id DESC LIMIT $offsets"; to $sqls = "SELECT * FROM posts WHERE forum_id = '$forumnumber' ORDER BY...