Search Results for 'code'
-
AuthorSearch Results
-
July 17, 2015 at 5:32 pm #164192
In reply to: bbPress.org profile edit redirect error
Stephen Edgar
Keymaster@susfse You are using
define( 'WP_DEBUG', true );and because of this one of your plugin or themes is doing it wrong and bbPress is informing you of that, to fix the issue start deactivating each of your plugins until you no longer see the message, then you will have the name of plugin causing the issue, you can then contact the plugin author about fixing the issue. If it’s not a plugin, switch your theme to Twenty Fifteen to determine if it’s your theme.July 17, 2015 at 5:27 am #164182In reply to: dots bbpres theme
Robkk
ModeratorUse this Custom CSS
#bbpress-forums ul li { margin-left: 0; text-indent: 0; list-style: none; }July 17, 2015 at 2:06 am #164175In reply to: Importing from WBB4
Robkk
Moderatorwell for the
wbb1_postit looks right.July 17, 2015 at 1:42 am #164174In reply to: Importing from WBB4
sammmmy
ParticipantThanks for your help.
I think that was correct, because in wbb3 it waswbb1_1_post
…and in WBB4 it is
wbb1_post
or am i wrong?
July 16, 2015 at 11:08 pm #164164In reply to: How to remove all of the Author information?
Robkk
ModeratorI think editing the bbPress templates removing all instances of
bbp_author_link()andbbp_reply_author_link()would be what you are looking for.You can also edit the loop (like loop-topics.php) files to remove the text that says Author and Posts, or use some CSS.
July 16, 2015 at 10:56 pm #164162In reply to: 500 Internal Server Error after update
Robkk
ModeratorFollow anything that is listed on this WordPress Codex guide
https://codex.wordpress.org/Common_WordPress_Errors#Internal_Server_Error
July 16, 2015 at 10:43 pm #164159In reply to: Bulk Forum Creation
Robkk
ModeratorYou can kind of do the same process that is mentioned here.
And you could possibly use a plugin to create forums too like this one
July 16, 2015 at 10:41 pm #164158In reply to: How to Change Freshness Time Format
Robkk
ModeratorThis should just change it to something like
1 hour ago/26 minutes ago/5 days ago/8 months ago/2 years ago
July 16, 2015 at 10:05 pm #164153In reply to: Topics Not Showing on Forum Index Page
Robkk
ModeratorHowever I have topics associated with forums and if you click on the forum the topics do show (Introductions – for example has a topic in it). But even though the topic shows once the correct forum is clicked the notification banner at the top states “This Forum is Empty”
Hmm try some troubleshooting , clear cache run repair tools.
July 16, 2015 at 3:04 pm #164144Topic: purpose of activate component
in forum Installationfolgerj
ParticipantI’m using weaver extreme, current WP install and current Buddy press install and BPress install.
Over all the site is working http://www.autumnadvice.com/ and I think looks good. But I have a question about two components that I apparently have ignored.
I can click repair and register and activate are labeled as none. I created a login/registration page and put the login shortcode on it and put it in my menu.
When I link register to this page, and save, the page disappears from the menu and from the list of pages. I don’t see anything in the documentation about how to call or link to these functions but I feel I’m missing something that I should be doing.I don’t see anything on Activate at all??? what is the purpose of it?
Also If anyone wants to give feed back on how I’m implementing so far I would love it.. I don’t see a listing but I think if the owner/moderators created a list of what they see as best practice forums, it would help us to get ours off the ground. If you had under pimp your press a separate topic where folks can say what they are using as plugins and CSS and so forth… might be there already but searching for it is not clear… Maybe I’m lazy.. 🙂 Thanks
July 16, 2015 at 11:45 am #164136Stagger Lee
ParticipantAh OK. You can find hundred of excuses. Bit you know as good as I know bbPress is lacking huge behind other forum scripts.
At the end it is your time, you code for nothing if people dont use bbPress.All those names of developers are very active in core community. Developers of bbPress plugins are not.
Either they abandon plugin and lose lust, dissapear.Please no excuses. Nobody force you do one way or other. It is up to you. But I have seen infinite number of times Users asked you to implement those plugins in core and you ignored it. Why it has to be plugin Author making such wish ? Despite “or” in sentence.
OK, you personally dont have time and it is to be respected. Make some internal discussion and ask other bbPress developers if they have time to adopt some plugin(s).
Give us later a raport how it all goes and stands.
July 16, 2015 at 7:10 am #164118Stephen Edgar
KeymasterA year or two ago we had lots of translation issues with bbPress, to fix this I got en_AU (English Australian) of the ground and translated all the things, WordPress, BuddyPress and bbPress and help out on the #polyglots team https://make.wordpress.org/polyglots/
The string I translated to test was the
Pendingstring replaced withstickfingerforen_AU:I then downloaded the .po and .mo files (at the bottom of that screen you can export these) and replaced my en_AU
bbpress-en_AU.mo/bbpress-en_AU.pofiles in/wp-content/languages/pluginsWhat happens if you export the .po/.mo files from /bbpress/2.5.x/pt-br/default?
Also make sure your files are named
bbpress-pt_BR.moandbbpress-pt_BR.poJuly 16, 2015 at 6:33 am #164115Stagger Lee
ParticipantYou noticed I am not asking all this will be in the core and force people parse all those lines of code if they dont want it or dont need it. Just as it is a GPL take ownership from todays developers, or cooperate with them as co-maintainer Author.
Fast few of them should be in the core definitelly.
July 16, 2015 at 6:30 am #164114Stagger Lee
ParticipantHere is a list in my opinion should have under Author names at least one nam of bbPress core developers. Not of things on list has anything to do with me personally, just using other popular forum scripts as reference.
– Live preview (live or button for another window/popup)
– Report content (reply)
– Ignore User
– bbPress moderation panel separate from backend
– Notifications
– Make topics/forums read, unread (dont know if it is already in the core)
– bbPress TinyMce plugin
– Reply titles
– View counts
– Topics for posts (very important even if not used on all installations)
– Online / Offline status
– bbPress Polls (not shortcode based)
– Attachments
– Move topics / replies between subforums
– Avatar management
– Like / Vote topics, replies (I personally would never use this one, but..)
– New plugin that makes it easy to add custom fields and add them where you need (this one is not referenced by other forum scripts).And some more, other people can have other lists. Most important is that at least one bbPress core developer stand on Author list and guarantee plugin will work with latest bbPress version. Not in same minut maybe, nobody is a Superman, but few days after new bbPress version got out.
July 16, 2015 at 6:09 am #164111stickFinger
ParticipantHi Stephen
Thanks for your input here.:-)
I guess i did not understand you very well 🙁
You telling that in the en_US.po file it works, am i correct?I´ve just download a fresh copy of the po file at: https://translate.wordpress.org/projects/bbpress/dev/pt-br/default
and that is the header:
Translation of Development in Portuguese (Brazil) # This file is distributed under the same license as the Development package. msgid "" msgstr "" "PO-Revision-Date: 2015-07-15 17:00:03+0000\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" "X-Generator: GlotPress/1.0-alpha-1000\n" "Project-Id-Version: Development\n"there is no Kewyword list
I´ve read something regarding this issue also on buddypress foruns. It seems that the strings after the “_x(….” caracter is the problem on some languages.July 16, 2015 at 5:42 am #164108In reply to: Modify forum index page and some
Danny
Participant@PinkishHue My bad. Was suppose to be .bbp-login-form.
@Robkk I’m not overly worried about the mobile layout because as pointed out by PinkishHue, I’ll be using media queries later.Though thank you for reminding me about the form templates. I’ve copied them over, just in case I might need them.
Coming back to the topic of the login form position..
I’ve looked inside the loop-forums.php template, then found this
<?php do_action( 'bbp_template_before_forums_loop' ); ?>being executed. Which template file is bbp_template_before_forums_loop pulling from ?Because this is also loading the Search form, I’d like to load the login form too. Rather than use the shortcode [bbp-login] above my [bbp-forum-index].
What I’d like to achieve is a header with the login form and search form on the same line before listing the forums.
Thank you in advance for the help so far.
July 16, 2015 at 4:29 am #164105In reply to: Checkbox for "Keep a log of this edit"
David13_13
ParticipantHello again.
I just installed a new website and the latest version of WordPress and BBpress and the last code that worked well in that website is no working here. The email notification works well, but still is checked the log field…
Any suggestion please?
I guess that the code of BBpress has changed in recent versions…
Thanks in advance
July 15, 2015 at 11:41 pm #164095In reply to: Importing from WBB4
Robkk
Moderatorin the original code you will see
'from_tablename' => 'wbb1_1_post',you listed it as being just
wbb1_postso edit that to the correct table name.July 15, 2015 at 11:14 pm #164094In reply to: Theme is causing 404 errors
Robkk
ModeratorYou can try and see if resetting your permalinks helps any
Other than that maybe try putting the main bbPress templates into a child-theme.
July 15, 2015 at 10:56 pm #164093Robkk
ModeratorMaybe the URL of the registration page can be used as the URI.
Yes use that page you created with the bbPress registration form shortcode. You can also use the default WordPress registration page which would be.
http://yoursite.com/open/wp-login.php?action=register
Same for the Lost Password page, you can use the page you placed the bbPress lost password shortcode or the default lost password form by WordPress.
July 15, 2015 at 10:46 pm #164092Robkk
Moderator9 years. Man. Can you stop rely on third party developers and plugins. They are simply said a mess.
This one from this trac is not the only one lacking in forum core.First 5 years is an entirely different bbPress from what it is now, but the last 4 it picked up more and more and now it seems to be finished from what I can tell.
Make a list of “must” things in the core. Otherways you lose time coding, relatively nobody use bbPress.
There is this, that lists possible considerable plugin functionality that might be in the core. I need to clean it up later though and move some information I placed their earlier to some other guide I created. There are also probably more functionality I recommended to be adopted that I haven’t yet listed in the page yet.
Share tasks between bbPress core developers and give each of them, or few of them, adopt a fetured plugin. it doesnt have to be in the core. Just some security it will follow all changes in the bbPress core and adapt fast to changes, continue to work with all new bbPress version.
Plugin functionality adoption happens for some plugins like bbPress threaded replies which made its way to core, and also topic/forum subscriptions. Other plugins need to rely on the plugin author to keep up, if there is an issue or no updates the community will usually fork/adopt the plugin. I might help though, I thought about it.
I repeat, third party (plugins) community for bbPress is a complete mess and cannot be trusted. How do you expect people can sleep well with 5-15 thousands of registered Users on forum and one important third party plugin has a developer writing one comment per year on support forum. Or per 3 months, one per month. All the same.
Hopefully when I get around to writing the Plugin developer section in the codex, that it will help most of the code quality/security side of things. But right now most devs will have to use the WordPress codex to gain their knowledge of this (I am mostly gonna base the information I learn from this).
Support Forum activity has many factors to it. The dev could be busy or just stopped supporting the plugin.
Also would you mind sending me list of plugins that you may not trust through my email, not to call anyone out in the forum. And see if I can take a look at why you may be thinking that.
July 15, 2015 at 9:47 pm #164090Stephen Edgar
KeymasterI just changed the https://translate.wordpress.org/projects/bbpress/dev
pendingstring tostickfingerand it works as expected 😉
July 15, 2015 at 8:23 pm #164086In reply to: Blank pages after 2.5.8 upgrade
Stephen Edgar
KeymasterWhat happens if you resave your permalinks? Go to Settings > Permalinks
A more common and now default of WordPress is to use the
Post nameformat, also known as pretty permalinks, as such the following would be what you’d see for the “maine” forumhttp://www.plowandanchorconnect.com/forums/forum/plow-and-anchor-forums/maine
July 15, 2015 at 7:48 pm #164085gothweb
Participantpost test:
I looked at:
I tried to write an explanation of what I did, but flood detection seems to be deleting my posts.
Edit:
I tried to use:
If you do not permit anonymous posting, then your users will need to register with your site. It is up to you to decide which method is preferable.
Automatic registration is easier and it does allow people to quickly sign up, but by the same token gives you less control over who is contributing to your forums, and can lead to spam postings.
Manual signup involves you in more administration, but does give you complete control over who has write access.
Neither is better overall, but one will be better for you !
To allow automatic registration, go to Dashboard > Settings > General settings and under membership, tick “anyone can register”. Then in Dashboard > settings > forums tick the auto role, and ensure this is only at participant level.
To set manual registration, go to Dashboard > Settings > General settings and under membership, and ensure “anyone can register” is not ticked. Then in Dashboard>settings>forums tick the auto role, and ensure this is only at participant level.
In both cases, you will then need a screen for users to register – we’ll come back to where to put this screen later, but for the moment go into dashboard>pages>add new page and create a page. You can call this page anything you like but “register” or “registration” would be logical when users view or access its URL.
If you are doing automatic registration, then put whatever preamble you’d like (“to register for our forums” etc.) , and then add the following shortcode [bbp-register]. Save the page.
and I can register new users by the page at:
http://makers.beyondnp.com/open/?page_id=149
but I don’t know how to fix the widget. Maybe the URL of the registration page can be used as the URI.
July 15, 2015 at 6:33 pm #164082Topic: Blank pages after 2.5.8 upgrade
in forum Troubleshootinggeog272
ParticipantHi,
I upgraded to 2.5.8 and now all my forum pages are blank. I can bring up the forum index by using a shortcode, but links from the forum index are blank. Any advice on how to bring my forums back?
-
AuthorSearch Results