Forum Replies Created
-
In reply to: Count topic’s favorites
@phamdacloc
+1 for you ! I still learn everyday 🙂
Thanks,
Pascal.In reply to: Doubled title issueBuongiorno Rendall,
I quickly had a check in the sourcecode of the page and it seems the RT Theme is doubling the information. I also saw that your forum is cut on the right side of the screen.
Any possibility to switch to a more standard theme to make sure the theme is not to blame ?How did you setup the forum ? Using a shortcut ? Any extra plugins concerning bbPress installed ?
A presto,
Pascal.In reply to: Count topic’s favorites@Loc Pham,
You will need some coding for this, so probably a developer can help you. But to give you some starting points:
– As @Robkk says, this is stored in the metadata of a user
– You need to check for the metakey ‘{your WP prefix}_bbp_favorites’ of all the (active) users and analyse the comma-separated string of the meta_values
– Then you can count the times that your topic ID is foundPascal.
In reply to: You must be logged in to reply to this topicSo far I have no extra ideas 🙁 You are not in an enterprise environment using proxies or so to get to your remote site, right ?
If another user switches from one role to another, he/she has the same issue ?Pascal.
In reply to: forums/users/ only for logged in users?Guten Abend laberkopp,
@robin-wI checked your profile picture and I think I have seen you before 🙂
bbPress profiles are open by default to all, so also users that are not logged in could see your profile. I know Robin has made a quick patch for a previous version (http://www.rewweb.co.uk/bbpress-making-profile-pages-private/) but I’m not sure if it’s still valid for the current version.
Some other (untested!) snippets can be found here: http://seventhqueen.com/blog/code-snippets/restrict-guest-users-from-accessing-buddypress-or-bbpress-pages.html
Regards, Pascal.
In reply to: Bulk-move bbPress topicsWell, I have something that COULD help you. Let me see if I can extract it and put it somewhere on my site. It worked for me, but is pure database access ! So you will have to make a full backup of your site before and maybe review the code to make sure it works on your environment. So no guarantees !
But I’m busy on another project now, so I might need some days/weeks, depending of how fast I go with the current one.
Pascal.
In reply to: You must be logged in to reply to this topicI meant webhost provider, yes.
You only have it on 1 PC/laptop, or other people on different PCs also have this issue ?
In reply to: You must be logged in to reply to this topicYou don’t have any other cache plugins running on your wordpress, right ? Or on your providers platform ?
Pascal.
In reply to: Bulk-move bbPress topicsIn reply to: reCaptcha questionHi,
First of all, don’t mix the goals of the plugins. Your initial question is about wp-login, so Wangguard and TML are dealing with that.
If you deviate on Antispam Bee and Akismet, then you more talk about checking what is posted, not the posters.Wangguard is free and SHOULD remain free for small non-profit organizations. See FAQ (https://www.wangguard.com/faq)
WangGuard is free during these first months after our launch around the world. Later it will continue to be free for all users with personal blogs that do not exceed 200€ per month in revenue or 6,000 requests per month.
I did not see a specific support question that indicated that Antispam Bee did not work with bbpress, but I never tested.
Pascal.
In reply to: Remove the Oh Bother – No Forums here boxAlways happy if I can help. Feel free to leave this kind of message also on review page of the plugin too 😉
Pascal.
In reply to: Strange cache issues (in profile and topic count)Did you exclude that the problem is the cache of your local browser ? Do you have the same problem in different browsers (try Internet Explorer, Chrome, Firefox, …)
What if, on the same pc, you login with chrome as admin, then you login as subscriber in Internet Explorer, do you still have these issues ?If it’s not the local cache, please note that some providers (like SiteGround) have activated global caching.
Also some of the images are served directly from wp.com servers (Looking at the source of a page, you might find i1.wp.com for some images)So a lot of caching exist everywhere, but try to see the local cache first
Pascal.
In reply to: reCaptcha questionThis is not 100% related to bbpress, but to answer from a personal point, I’m using Theme My Login and Wangguard plugins without issues.
If you really want to code yourself, you could start from https://developers.google.com/recaptcha/docs/display?hl=en or similar pages
Pascal.
In reply to: Subscribe question@mica123 ,
I suppose you refer to bbpress on wordpress ?
You can subscribe to a forum and then you should get emails when a new topic is created.
You can subscribe to topics and then you should get an email when replies are given to the topic.Hope this answers ?
Pascal.
In reply to: Remove the Oh Bother – No Forums here box@davidschwartzer,
Happy to see you are getting where you want.To close this from my side, I have found a hardcoded folder name, so that’s probably why the css is not correctly loaded. I see in your source :
<link rel='stylesheet' id='bbpmsclosednogrey-css' href='http://appletechtalk.com/wp-content/plugins/bbp-manage-subscriptions/css/closednogrey.css?ver=4.3.1' type='text/css' media='all' />
but most probably your folder is not called ‘bbp-manage-subscriptions’, right ? For this version, please rename the folder under the plugins folder and reactivate. Will be fixed in next version.Enjoy bbpress !
Pascal.
In reply to: prevent spam registrationsHi,
Please check robkk response from some days ago: https://bbpress.org/forums/topic/stopping-spam-and-front-end-sign-up/
Pascal.
In reply to: Remove the Oh Bother – No Forums here boxFor issues with the specific plugin, can I ask you to open a support request on https://wordpress.org/support/plugin/bbp-manage-subscriptions ?
Thanks,
Pascal.In reply to: Remove the Oh Bother – No Forums here boxI’m not an expert of uninstalling, sorry, I’m more into plugins.
I think something is set (a page, a redirect, …) on http://appletechtalk.com/forums/
If login at that page, where are you redirected to ?Pascal.
If it can help, I have just uploaded the new version of my personal plugin https://wordpress.org/plugins/bbp-manage-subscriptions/ where you can play with the ‘Oh Bother! message (hide it, set a different text, …)
My plugin is adapted to my own needs, but feel free to use it. And give me more ideas to implement !Pascal.
In reply to: Remove the Oh Bother – No Forums here boxI just had another check at your website and I fully agree with robkk that you have very strange slugs.
If it can help, I have just uploaded the new version of my personal plugin https://wordpress.org/plugins/bbp-manage-subscriptions/ where you can play with the ‘Oh Bother! message (hide it, set a different text, …)
My plugin is adapted to my own needs, but feel free to use it. And give me more ideas to implement !
It might help you with the message, but please review your whole setup.Pascal.
In reply to: Setting a moderator different for each topic/forumI digged a bit further because I was almost sure that it could do it… and it seems so. Check out https://wordpress.org/plugins/bbp-private-groups/
According to https://bbpress.org/forums/topic/per-forum-permissions-by-group/page/5/ v1.7 had : Moderators can now be set to moderate all forums or just their group ones (plus any open forums)
To be tested of course if it helps with your question.
Pascal.
In reply to: Setting a moderator different for each topic/forumHi Lakrush ,
@robkkI have written to the author by email and on the support forum to see if I can take over the php or help with the project. I’m giving him some days to respond.
I have already adapted the php plugin with the input from the support forum there, now I need to test it still, but as said I’m waiting for the author to be sure he is no longer maintaining it himself.
Pascal.
In reply to: Remove the Oh Bother – No Forums here boxHi David,
Am I correct in saying that this is coming from your top level forum that has no topics, right ?
Pascal.In reply to: Code to find the user subscribed topicsThe goal of a forum is to all help each other, right 🙂
I’m giving the info that I know and at the same time I learn on how to tune my own bbpress !
Pascal.