linickx
Forum Replies Created
-
Forum: Plugins
In reply to: [root Cookie] [Plugin: root Cookie] multiple users loginHow very strange….
If you look at the source of root cookie, you can see that it is pretty much the same code as pluggable.php in WP.
All the plugin does is change the PATH associated to set_cookie (all other code is the same); the role or the user is not tampered wit by the plug-in.
Can you please confirm that your testing has been done with root-cookie as the only active plug-in, and what version of PHP are you running?
PS. WP3.03 is a mandatory security update, you really should upgrade and then update ur localization ??
Forum: Fixing WordPress
In reply to: New contributor logs in as administratorHello Wizziee,
I’ve pushed an update for root-cookie, and responded to your other thread -> https://www.ads-software.com/support/topic/plugin-root-cookie-multiple-users-login
Cheers,
NickForum: Plugins
In reply to: [root Cookie] [Plugin: root Cookie] multiple users loginI’ve just pushed a change to make the code more in-line with WP 3.0.3.
See if that helps?
This test version is 1.5.1 you can get it either by downloading the Development Version zip from wp.org or get the plugin direct from the trunk.
Cheers,
NickForum: Plugins
In reply to: [root Cookie] [Plugin: root Cookie] multiple users loginSounds like log out isn’t working; after logging out of wordpress as administrator delete any WordPress Cookies from your browser related to wp.komplementarni-medicina.cz then try logging in as user2?
(You may need to clear your cookies again to get back in as admin.)
I will see if the login/out functions need updating for WP 3.0.1
Cheers,
NickSpecifying the real fully qualified URL of
“https://www.mysite.org/B”, which is no doubt what Nick intendedYep, that’s what I meant ??
Glad you got it working!
What do you mean by “main”” directory? Have you set the correct forum url?
In the screenshot -> https://www.ads-software.com/extend/plugins/phpbb-recent-topics/screenshots you can see that the forum is not in the root directory of the website but in a sub directory /testforum/
Cheers
NickHello,
Have you confirmed that there’s connectivity?From the CLI of your WordPress server can you connect to the DB…
mysql -h SERVER
where SERVER is the name or IP of your mysql serverCheers,
NickNice one!
If you want to create a trac ticket I’ll look to add this as a tickbox feature ??
Forum: Plugins
In reply to: [phpbb_recent_topics] [Plugin: phpbb_recent_topics] Thank You!You’re very welcome ??
Forum: Plugins
In reply to: [phpbb_recent_topics] [Plugin: phpbb_recent_topics] Topics not showingThe phpbb config.php is the right place to look ??
The
01/Jan/70 – 12:00 am
means that your connectivity isn’t setup; take a look at https://www.ads-software.com/extend/plugins/phpbb-recent-topics/other_notes/
Cheers,
NickForum: Fixing WordPress
In reply to: [root Cookie] Forum in subdomain with root-cookieHello Bob,
Yes you should be able to.
you may need to set your domain manually (See: https://www.ads-software.com/extend/plugins/root-cookie/faq/) if it doesn’t work 1st time.
Note: You may need to clear your cookies to ‘log out’ as I’ve heard there may be a bug with root-cookie & wp3 (I’m still trying to confirm).
Cheers,
NickForum: Plugins
In reply to: [Plugin: phpbb_recent_topics] >>> phpbb recent POSTSElo,
I think the problem is that the servers ‘actual’ time is on a different zone to the forum/wp.
In the plugin I pull the post/topic time direct out from mysql (and format it in php)…. the solution requires a patch to handle timezones, however the technically difficulty relies in that this plugin _must_ support PHP4 (like WP) and be future-proofed to work with PHP 5.2’s built-in functions…. setting up a testing environment which can debug both PHP4/5 is a bit of a headache…. possibly something I’ll do once I’m sure that no WP3.0 bugs appear.
Cheers,
NickForum: Plugins
In reply to: [Plugin: phpbb_recent_topics] Use this Widget TwiceOooooh I see :-$
you are correct, the plug-in only supports configuration for 1 forum… I will scratch my head and think how this could be achieved.
Cheers!
Forum: Plugins
In reply to: [Plugin: phpbb_recent_topics] Use this Widget Twicethomamon, please can you explain what exactly you want to do… Why would you want to place the widget onto your site twice? What differences in the “list of recent topics” would you expect to see?
This is available in the development version now… will update stable version soon ??