Lampwrights Forum

Lampwrights Forum (http://www.lampwrights.com/index.php)
-   vBulletin Wordpress Bridge (http://www.lampwrights.com/forumdisplay.php?f=13)
-   -   WP Cache problems (http://www.lampwrights.com/showthread.php?t=305)

Amaca 03-08-2012 07:47 AM

WP Cache problems
 
this bridge is very strong and useful, but it has a big issue...it doesn't work with wordpress CACHE plugins. Infact i used a lot of plugins (WP Super Cache,W3 Total Cache,Hyper Cache Extended, etc..) but i have had always the same problem:

While i'm browsing and navigating my website, my login change. im logged in same pages, in others i m not anymore and sometimes...this is the best...my user change name with other user of my website! So if i m logged as "Amaca" the login change with one random user, usually a user that is logged in that moment.

Somebody knows how to fix this issue? Somebody can help me? Somebody know a working WP cache plugin? Please, i need it...or i have to disable the vBridge :(

I m using Wordpress 3.1.1 and vBridge 10.0.5

I was wondering to upgrade WP to 3.3 with new version of vBridge...do you think it could helps?

please, all helps are accepted, im really despairing

Jeff 03-08-2012 09:10 AM

We have no plans on integrating this with other plugins.

Amaca 03-08-2012 09:18 AM

Quote:

Originally Posted by Jeff (Post 1082)
We have no plans on integrating this with other plugins.

i was talking about the 10.0.10 vBridge version, i have to install it with WP 3.3...do you think it could helps?

by the way can you try to help me with some tips? you know a WP cache that works easiness, or some other idea or infos?

Damoen 03-11-2012 07:57 PM

Quote:

Originally Posted by Amaca (Post 1083)
i was talking about the 10.0.10 vBridge version, i have to install it with WP 3.3...do you think it could helps?

by the way can you try to help me with some tips? you know a WP cache that works easiness, or some other idea or infos?

You need to add your forum folder to the page cache execeptions in the WP cache.

There are also some lines you have to add to your forums .htaccess file.

add this to the .htaccess file in ur forum's folder:

Quote:

# Set Expires to default 0
ExpiresActive On
ExpiresDefault A0

# No caching
<FilesMatch "\.(php|cgi|pl|htm|html)$">
ExpiresActive Off
Header set Cache-Control "private, no-cache, no-store, proxy-revalidate, no-transform"
Header set Pragma "no-cache"
</FilesMatch>

Mackeral_Fillet 12-30-2012 07:22 PM

Quote:

Originally Posted by Damoen (Post 1085)
You need to add your forum folder to the page cache execeptions in the WP cache.

There are also some lines you have to add to your forums .htaccess file.

add this to the .htaccess file in ur forum's folder:

Hi, I tried this but to no avail. Anything else I need to try?

emmasam 10-21-2014 06:40 AM

As you will see, I have not implemented a theme yet, I am trying to get it skinned to look like the wordpress site (header, sidebar and footer) - know anyone that specialises in this?

TriasMeess 01-30-2024 02:51 PM

Have you considered reaching out to a WordPress theme customization specialist to achieve the desired look for your forum, matching it with the WordPress site's header, sidebar, and footer?


All times are GMT -4. The time now is 05:25 PM.

Powered by vBulletin® Version 3.8.8 Beta 4
Copyright ©2000 - 2024, vBulletin Solutions, Inc.