Search Results for 'updated'
-
Search Results
-
Can I just say, whilst bbPress is a great SSO solution for those wanting to hook up their WordPress with a forum, it is very difficult to get it going how you like it. There is virtually no decent documentation going over anything except the basics.
I am trying to achieve something relatively simple, however have had to resort to editing the actual plugin itself in an attempt to get it working how I’d like it to be.
What I am trying to do, is edit the freshness part of bbPress. What do I mean by that? Well, I am trying to edit the following:
So what I wanted it to do, was display the actual Topic Title. It makes sense, because as default – what has updated? What thread was last updated without having to drill into the forum?
I also found it bizarre that the title was added within the title tag of the freshness, really? Can we just have some sort of option to allow us to change how things are layed out, or at least create some documentation on how to actually change this without editing the bbPress plugin files (which is what I have had to resort to…)
My question is, how can I change what is displayed there? Surely there’s a better way around it that doesn’t involve hacking my way through the plugin files.
Which bbPress file actually changes this? Like I say, absolutely no documentation on what each file does – it is just guesswork………………
If I am missing something I apologise, but after looking for countless hours I just decided to edit the plugin source to achieve half of what I wanted – still doesn’t help as I would like to change the location of the author picture and time edited and I am not editing the plugin for those.
Am I being stupid?
If anyone would like the most recent topic name within the forum to display on the index, you can edit the Plugin source code directly like so:
if ( !empty( $time_since ) && !empty( $link_url ) ) $anchor = '<a href="' . esc_url( $link_url ) . '" title="' . esc_attr( $title ) . '">' . esc_html( $time_since ) . '</a>'; else $anchor = esc_html__( 'No Topics', 'bbpress' ); return apply_filters( 'bbp_get_forum_freshness_link', $anchor, $forum_id, $time_since, $link_url, $title, $active_id );
Find that chunk of code within bbpress/includes/forums/template.php and change to the following:
if ( !empty( $time_since ) && !empty( $link_url ) ) $anchor = '<a href="' . esc_url( $link_url ) . '" title="' . esc_attr( $title ) . '">' . esc_html( $title ) . '</a>'; else $anchor = esc_html__( 'No Topics', 'bbpress' ); return apply_filters( 'bbp_get_forum_freshness_link', $anchor, $forum_id, $time_since, $link_url, $title, $active_id );
All we have done here is changed the $time_since to $title. Now you need to re-add the $time_since variable in there somewhere, which is a pain because you may not want it right after the thread title (like myself…)
Hi guys,
I am trying to achieve this (a mockup through Google Dev tools) however I am unable to find where I can actually edit the code behind this, it seems to be hard coded behind a bbpress function – which I personally think is silly if I have to rewrite it just to make it how I want it…
I am gunning to make my installation of bbPress hierarchical in display, however currently it only displays the “Freshness” of the forum.
Can anyone point me into the right direction here?
EDIT: I wasn’t super clear, what I meant to say was – I would like to instead of having “15 hours and 30 minutes ago” with the username, the topic title. I can achieve the rest
Thanks
Hi,
I’m using this plugin:
bbPress 2.5.4
BuddyPress 2.1.1I have language file in /wp-content/languages/plugins
– bbpress-it_IT.mo and bbpress-it_IT.po
– buddypress-it_IT.mo and buddypress-it_IT.poI edited them about my necessity, but today when I install a plugin I read:
“Some of the translations in need of updating. Wait a few seconds while we are updating.
Updated translations for bbPress (it_IT) …Update translation performed successfully.
Updated translations for BuddyPress (it_IT) …Update translation carried out with success.”
Why?
I can disable the update of language file o protect my language file?Thanks.
I am looking for a way to block Participant user level to create new topics in the Forum but allow replies on the topics.
I tried a plugin called bbPress Protected Forums(https://wordpress.org/plugins/bbpress-protected-forums/) but it doesn’t seem to work probably because it hasn’t been updated since long.
I will really like some quick help on this
Wordpress version: 4.0
bbpress version: 2.5.4Hello,
I have discovered an error in recalculating forum freshness. It looks like its coming from the actual database.
It appears that even after trying “Recalculate last activity in forum and topics” in the Repair Forums page, the main forum index is showing the date of the last forum topic. I looked in the database and saw the _bbp_last_active_time was being updated to the value of the date of the most recent forum topic.
So, you can assume that bbp_forum_freshness_link function works as intended since its pulling the right data from the DB, just the recalculation is off.
Also, I should add, these replies were added via the backend, not the front end.
Anyone experiencing this same thing?
Topic: Forum posts not showing
Hi I just updated to WordPress 4.0.1. and now I can’t see any of the posts in my forum. Here is the main forum page:
http://www.chmaonline.com/bulletin-board/
Then when you click on the forum, you see nothing, there are supposed to b3 39 posts there.:
http://www.chmaonline.com/forums/forum/chma-members-bulletin-board/
I am using version 2.3.1.
Thanks!Hi,
Topics and Replies that have been edited are showing duplicate entries for each actual revision. Example (see the 3rd post): http://cancergrace.org/topic/webmaster-tests
See the 3rd post – it should only be showing 3 revisions, but they are listed twice for some reason. Nothing has changed on my end and I don’t believe I added any hacks to this part of the code, other than some CSS.
I’m not exactly sure when this started, but I believe it may have been when my WPMS was updated to 4.0.1, while running bbP 2.5.4-5380.
Thanks for any tips on how I might resolve this.
-Mark
Hello,
I updated to WordPress 4.0.1 and updated my bbPress to 2.5.4. The Forum page is a complete mess, it is just a bunch of unformatted text taken from headers and links that were on the page:
Search for: Welcome! Logout › Forums Forum Topics Posts Freshness General Member Posts Feel free to post what you like here! 1 1 2 years, 4 months ago Member News Use this to let us all know your news! 1 1 1 year, 10 months ago
Please let me know what I need to do to get the Forum back!
Link to the site (no spaces) http:// 4 t h s t r e e t c l u b .org/
Topic: Import from vBulletin
Hi folks. Saw this page, https://codex.bbpress.org/import-forums/vbulletin/
It hasn’t been updated in 2 years. Just wondering if there are any improvements made to this tool?
Some of my concerns are these listed:
1. Custom vBulletin BBCodes are not supported eg. [youtube] – You will have to manually change these yourself either before importing in vBulletin or after importing into bbPress using phpMyAdmin.
2. All ‘Ordered Lists’
- will be displayed as numerical lists.
3. You may find extra page breaks <br> and paragraph <p> elements in topics and replies and is less than ideal and is from the way the BBCodes are converted during the forum import conversion. You will find these primarily around ‘blockquotes’ and ‘lists’
In regards to
#1 If I create the exact bbocodes in BBPress prior to the import, I assume this would rectify this area correct?
#2 This is definitely not good. I’m hoping someone knows a trick around this.
#3 Same as above.Im trying to convert my kenena 1.0 forum (actually a fireboard forum) updated the kunena importer to accept fireboard formatting.
It gets stuck at the start… see: http://screencast.com/t/B2qk3rAP
Any ideas?
Tried reducing it to 5 rows to import at 1 second, still doesnt start.
Today I updated my wordpress from 3.9 to 4.0. Now all the forum’s topics vanished. The forum shows “sorry brother no topics…..”. In my WP Dashboard, the topics are there but when i open its ‘view’ link, the topics are not there except the title of the topic.
Previously, i.e. before wordpress update, everything was fine and I haven’t installed any new plugins
I am using bbpress version 2.5.4Someone do suggest. the forum is important part of my site.