Search Results for 'test'
-
AuthorSearch Results
-
August 4, 2015 at 11:54 am #164967
Topic: Hook into bbPress teeny MCE?
in forum Pluginsmst
ParticipantI need to add a button to bbPress instance of the teeny MCE.
I’ve used the following code to test how my mce plugin work:
// add new buttons add_filter('mce_buttons', 'myplugin_register_buttons'); function myplugin_register_buttons($buttons) { array_push($buttons, 'separator', 'myplugin'); return $buttons; } // Load the TinyMCE plugin : editor_plugin.js (wp2.5) add_filter('mce_external_plugins', 'myplugin_register_tinymce_javascript'); function myplugin_register_tinymce_javascript($plugin_array) { $plugin_array['myplugin'] = plugins_url('/js/tinymce-plugin.js',__FILE__); return $plugin_array; }This works like it should on the admin side.
I can’t wrap my head around how to get the same principle to work for bbPress instance of teeny mce. Which filter/action do I need to use and where? I’ve tried using the teeny_mce_buttons filter without any luck.
WP 4.2.4, bbPress 2.5.8
August 2, 2015 at 9:19 pm #164896Robkk
ModeratorThis works when I tested it.
<?php if ( $forum->post_content=="" ) { echo "yes";};?>August 2, 2015 at 5:18 pm #164884Shaktimaan
ParticipantPlugin you have shared does not even works for topics. I can unsubscribe only myself with it.
I am using latest bbpress Version 2.5.8
August 2, 2015 at 4:38 pm #164881Robkk
ModeratorNot sure about forum subscriptions or if this would work with group forums, but it might be worth a try.
Install this plugin, put the widget into your sidebar, and go to each topic and remove the users subscriptions manually.
https://github.com/easydigitaldownloads/bbPress-Topic-Subscribers
Other than this plugin for topic subscritptions, I do not know what else to recommend right now.
If group admin ban a user, Ideally banned user should be automatically unsubscribed to group forum. But according to my tests new notifications are still sent by bbpress plugin to banned or removed users.
Will keep a note of this, because this is expected if you ban a user. Maybe bbPress or BuddyPress could add this in the future.
August 2, 2015 at 4:06 pm #164879Shaktimaan
ParticipantI am talking about only hidden or private buddypress groups.
Admin can ban or remove users from groups in buddypress. I have tested that new topic notifications with message are sent to banned users that i don’t want, if they are subscribed to group forum.
If group admin ban a user, Ideally banned user should be automatically unsubscribed to group forum. But according to my tests new notifications are still sent by bbpress plugin to banned or removed users.
How can i myself unsubscribe a user to a forum or topic?
August 2, 2015 at 1:37 pm #164869In reply to: Proper Emoji Plugin
Robkk
ModeratorI think you can use emoji in the latest version of WordPress.
https://codex.wordpress.org/Emoji
๐ ๐ป ๐น ๐บ ๐ฉ ๐ ๐ฝ ๐พ
August 2, 2015 at 1:27 pm #164868Shaktimaan
ParticipantI am using bbpress with buddypress and i have enabled group forums.
I have tested forum and new topic subscription settings for private and hidden groups. I have found new topic or reply notifications are also sent to even banned users as well as removed users, if they are subscribed to the topics or forums.
I want new reply are topic notifications are not sent to banned and those users that are removed from group. How and where can i change these setting?
August 1, 2015 at 3:25 am #164837In reply to: Change meta/page title for user pages
project_subdomain
ParticipantJust made a new updated installation of bbpress, just in case..with latest german language file.
now the prefix is “I” in German on all profile pages. Should be:
My (singular, German: “Mein”) Profile
My (plural, German: “Meine”) posts, replies, subscriptions, favorites,..July 31, 2015 at 5:53 pm #164818In reply to: Change meta/page title for user pages
Robkk
ModeratorYou are using the latest German language file right??
July 29, 2015 at 7:00 pm #164770In reply to: Please Help – Forum order Problem
Robkk
ModeratorWell backing up your forums, for all the data on your site,you backup your database. Just the bbPress post types and data from all that, I might need to do some testing. It might just be using the export tool in WordPress Tools section, it might be using a plugin to backup one forum at a time, or whatever alternative I can find.
July 29, 2015 at 6:54 pm #164769In reply to: Latest author reply avatar
Robkk
Moderatorwhat loop-forum?? If you are using mine or someone else s custom file on the internet, I will check to see if I/they messed up something??
Does switching to a default theme and clicking the link lead you to the latest reply??
July 29, 2015 at 2:37 pm #164759In reply to: Change meta/page title for user pages
Robkk
ModeratorI tried the German translation and it seems to translate the titles for the profile pages well, I tested it without an SEO plugin activated though.
July 28, 2015 at 2:01 pm #164711In reply to: Latest author reply avatar
Kaynechiro
ParticipantThank’s for your quick reply Robkk!
By the way, I forgot to mention that I’m using the loop forum;
Anyway, the freshness link head to the latest topic created, and the author link into latest topic author avatar…
I’ve not tried to check the cache, I’ll do it ASAP.July 28, 2015 at 1:04 pm #164707In reply to: Registration Email Not Being Sent – new issue
Robkk
ModeratorThis topic was for issues made in bbPress version 1 which was a standalone version, the latest is a plugin for WordPress. The registration process on your site is mostly handled by WordPress. bbPress does have a registration form shortcode, but even that kind of piggybacks off of the WordPress registration form. If there is something wrong with your regular WordPress emails, which might include new comment emails for WordPress comments then you definitely need to hear from your hosting provider. If it is just the registration emails sent to users, you might need to contact WordPress support on their forums. https://it.wordpress.org/forums/
July 28, 2015 at 9:53 am #164689In reply to: Logout Link Redirects to Topic
drinkingsouls
ParticipantIf it helps you are welcome to login and test it out. I can send you login details for admin and user. I only setup the site to test this issue.
July 28, 2015 at 9:49 am #164686In reply to: Logout Link Redirects to Topic
drinkingsouls
ParticipantAre you running any special bbPress set up?
– I’m just running the default bbPress fresh from installDoes this happen to all user roles?
– Yes, it happens to all rolesI am going to assume on your fresh install you just have the latest stable version of bbPress and WordPress and no other plugins activated while using a default theme?
– Yes. I am using Twenty Fifteen theme. Up to date. No other plugins activated. The moment I activate bbPress users can no longer log out.Thanks
July 28, 2015 at 8:52 am #164680Topic: Login Widget URLS
in forum TroubleshootingMarcus Pearson
ParticipantHello. I use bbPress on the latest wordpress version and running into trouble. I spent half of hour exploring bbPress source code but i couldn’t find the file which generates “Forgot password” and “Register” links in bbPress Login Widget. I really need to changed, for my site, to do not use wp-login page. I want to use my own configured pages /login and /register.
How can i do that?
Thank you very much!July 27, 2015 at 7:46 pm #164659In reply to: Logout Link Redirects to Topic
Robkk
ModeratorAlright I might report this as a bug, but I need steps to duplicate the issue. And could you answer these questions to help me, know where you are at?
Are you running any special bbPress set up?
Does this happen to all user roles?
I am going to assume on your fresh install you just have the latest stable version of bbPress and WordPress and no other plugins activated while using a default theme?July 27, 2015 at 7:07 pm #164657In reply to: Logout Link Redirects to Topic
drinkingsouls
ParticipantYes, I did.
I created a fresh install of wordpress here: test.webshrimp.uk
The only plugin activated is bbpress and the logout doesn’t work. As soon as it is deactivated the logout link works. It is 100% bbpress causing the issue. I don’t know why it is appending redirect links to the logout button either.
ThanksJuly 27, 2015 at 2:52 pm #164637Robkk
ModeratorWhat is the error??
I have my localhost server running the latest WordPress and bbPress and I do not see an issue.
I also tested one of my live test sites, and still do not see an issue.
July 27, 2015 at 11:43 am #164628In reply to: Logout Link Redirects to Topic
drinkingsouls
ParticipantI created a fresh install of WordPress and bbpress here:
test.webshrimp.uk
BBpress is currently activated, note how the logout links are not working. As soon as I deactivate Bbpress it works fineJuly 27, 2015 at 11:42 am #164627In reply to: Logout Link Redirects to Topic
drinkingsouls
ParticipantBasically when I activate bbPress on my blog the log out links no longer work. It seems to append a redirect to the end of log out links which prevents it from working. I’m not sure why but it’s definitely to do with bbPress.
Here is the logout anchor tag when bbPress is deactivated (works)
<a href="http://test.webshrimp.uk/wp-login.php?action=logout&_wpnonce=1ef350795a">Log out</a>Here is the anchor tag when bbPress is activated – doesn’t do anything
<a href="http://test.webshrimp.uk/wp-login.php?action=logout&_wpnonce=1ef350795a&redirect_to=http%3A%2F%2Ftest.webshrimp.uk%2F%3Floggedout%3Dtrue">Log out</a>Any help would be greatly appreciated.
Thank you.July 25, 2015 at 5:18 pm #164579Robkk
Moderatorthe first kuena link the forums look too busy.
Second link is what I was talking about but for bbPress, make it look cleaner. I have made something kind of similar, not exact but some parts are similar. (I know the icons are off a bit, idk what I did to mess them up, but they were fine before.)

the third and fourth link remind me of old bb boards, some phpbb inspiration I can see though.
Almost all of those Github plugins have almost non discussions, issues, requests. It doesnt mean they are perfect, it means they will be abandoned very soon. As much you here would abandon bbPress if nobody used it and nobody come to this forum. As much Drupal core and other Drupal developers abandoned Drupal forum because nobody used it. So simple.
I get what you are saying but what about plugin forks or just plugins with similarities.
Here are the other github plugins and their alternatives and why I might and might not fork them.
- VIP support -> bbpress-VIP-Support-Plugin-for-Latest-WordPress (will think about pushing to WP.org)
- Simple Support -> bbResolutions
- EDD bbPress Support Dashboard (this is a fork of VIP support too and was specific to the EDD site)
- bbPress Spam Cleaner -> This is the plugin that was made for a job for a specific user
- bbPress Report Abuse (needs paid plugin gravity forms) -> bbPress Report Content
- bbPress Avatar -> Basic User Avatars
- bbP Quote -> bbPress Direct Quotes(I said I might add this into a different plugin, and users can also install GD bbPress tools)
- bbPress Ajax Replies (not touching, do not know much about ajax)
- djb bbPress last read plugin -> closest I think to this exact plugin is the one I said I might add to WP.org
- bbPress Live Preview -> Just enable TinyMCE(but I will think about forking it more)
Tell me one thing sincerely. if you so much trust all those plugins why you dont install them here and use it as showcase for newcommers ?
I told you some of the plugins in there could be some ideas for functionality and that is why it is there, which leads to me sprucing up the page again.
July 25, 2015 at 2:44 pm #164567artmuns
ParticipantFinally solved my issue by “beating on it”! Thought I would share my answer in hopes others might benefit.
To recap I was getting a 404 Error (Page not found) when trying to access โAll Repliesโ from the admin screen.
I set up a test site, transferred a backup of the site using VaultPress, which made it particularly easy, but any method will work. also made sure I updated the URLs on the test site.
After disabling the plugins I was still getting the problem but could see enough of the “All Replies” page (could not with plugins enabled) to notice that there was 1 item in “draft” and “trash” each. I could not access them from the munged up “All Replies” page I was looking at. I then logged into my cPanel and phpMyAdmin and went to the wp_posts table. Using “Search” I first searched for post_status = draft, post_type = reply I then deleted that record. I next did the same for post_status = trash, post_type = reply.
Problem Solved!
Hope this helps someone else.
July 25, 2015 at 11:20 am #164552In reply to: bbCode toolbar with markItUp! editor
killer_x10
ParticipantI understand, thank you anyway Robkk.. btw I am actually testing another Toolbar Plugin and I am editing some stuff around and my first Test went okay, now I’m just editing that Toolbar Plugin to add up with bbcode.
-
AuthorSearch Results