Title: New Posts problem?
Last modified: May 15, 2017

---

# New Posts problem?

 *  Resolved [humpty2](https://wordpress.org/support/users/humpty2/)
 * (@humpty2)
 * [9 years ago](https://wordpress.org/support/topic/new-posts-problem/)
 * I have the following problem, started very recently.
 * I look at the list of New Posts on my phpBB3 forum. All fine. I go to the main
   part of the site (WordPress). I then go back to the forum and look at new Posts
   again. They’ve all gone! Even though it is seconds later. It looks like a cookies
   problem.

Viewing 1 replies (of 1 total)

 *  Plugin Author [axew3](https://wordpress.org/support/users/axewww/)
 * (@axewww)
 * [9 years ago](https://wordpress.org/support/topic/new-posts-problem/#post-9131954)
 * Hello, not clear the situation, because the plugin run only on WP and nothing
   can affect posts or threads into phpBB.
 * > I then go back to the forum and look at new Posts again. They’ve all gone!
 * which posts? to be moderated?
    all posts? it maybe depend on user permissions,
   so in effect, you say ‘it is a cookie problem’ because after you result logged
   out?
 * To correctly set cookie, check that on phpBB ACP the cookie setting as on procedure
   contain something like
    _.mysite.com_
 * so open _wp\_w3all.php_ file, +- on top of file you’ll find this code:
 *     ```
       // Force here the reset of cookie domain  
       // $w3reset_cookie_domain = ''; // change to your domain to RESET/force cookie domain: remove // chars, save, and than load any WP page one time on browser. So comment out other time here re-adding // chars and save.
       ```
   
 * change on this code the line
    `// $w3reset_cookie_domain = '';` into this (change
   to match your domain name, and remove // in front of the line): `$w3reset_cookie_domain
   = '.mysite.com';`
 * the code detect the correct cookie setting from 1.7.0 but can fail (in reality
   not fail, but your site could be hosted as subdomain into a hosting provider (
   like mysite.myhosting.com, where you NOT own myhosting.com, but only mysite) …
   well this is a complex argument for my bad eng … hope +- it is clear …

Viewing 1 replies (of 1 total)

The topic ‘New Posts problem?’ is closed to new replies.

 * ![](https://ps.w.org/wp-w3all-phpbb-integration/assets/icon-128x128.png?rev=3375511)
 * [WP w3all phpBB](https://wordpress.org/plugins/wp-w3all-phpbb-integration/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wp-w3all-phpbb-integration/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wp-w3all-phpbb-integration/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-w3all-phpbb-integration/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-w3all-phpbb-integration/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-w3all-phpbb-integration/reviews/)

## Tags

 * [cookies](https://wordpress.org/support/topic-tag/cookies/)

 * 1 reply
 * 2 participants
 * Last reply from: [axew3](https://wordpress.org/support/users/axewww/)
 * Last activity: [9 years ago](https://wordpress.org/support/topic/new-posts-problem/#post-9131954)
 * Status: resolved