Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'updated'

Viewing 25 results - 926 through 950 (of 2,090 total)
  • Author
    Search Results
  • #139073
    Stephen Edgar
    Keymaster

    Are you using the WXR Importer?

    There was a ‘Google Summer of Code’ project recently and the WordPress importer was forked and updated, if you have issues with the standard version maybe give that a try.

    Details and links can be found via https://make.wordpress.org/core/author/frederickding/

    #139036
    inthedistance
    Participant

    Hi all,

    I created a new WP site with a new bbPress install (all updated), and imported the .xml files for the forums, topics and replies, and successfully mapped them to existing users (also imported).

    When I view the forums now, it says something like:
    – (blue) This forum contains 2 topics and 3 replies, and was last updated by ** 6 months, 2 weeks ago.
    – (yellow) Oh bother! No topics were found here!

    When I create a new topic in the forums, it displays fine.

    What do I need to do to get the old topics to display correctly?

    Many thanks,
    Matt

    #138959
    Stagger Lee
    Participant

    Kunena3.php. Tried long time ago with Kunena2 too, but didnt work.
    Updated Kunena forum to the last, just to test. WP is updated to the last.

    Joomla is made locally with Akeeba but dont think it has something to do with problem.

    If i only knew what makes problem. One or few Kunena topics deleted. Not big deal in forums, if you have hundreds and thousands of them. But as it is now all is black hole for me.

    #138907
    alleycakes
    Participant

    Actually, I found a thread that explains the issue better than I could when I first posted this. I’ve also updated it with more info:

    New topics and replies not showing, freshness incorrect

    It’s very strange.

    #138772
    raduszeged
    Participant

    nicoblue: I checked your website and – as far as I can see – you solved the problem. I’ve the same issue now; could you help me with the solution?

    Wordpress version: 3.5.1
    BBpress version: 2.3.2
    Theme: Default Twenty-eleven (from earlier WP) with my own minor modifications

    The problem is the same: the bbpress forum style on the full-width pages are working flawless. But when I use the shortcode, the floating elements are broken, for example the pagination is messed up. The styling was okay a year ago, but I updated bbpress not so long ago, after I did not checked the shortcode pages (my bad…), and yesterday I faced with the problem.

    I show you the difference:

    On full-width page, without shortcode (perfect):

    Link: http://www.radu.hu/forum/f/kerdesek-a-pontos-adatokkal-kapcsolatban/

    With shortcode, pagination and other styles are broken:

    Link: http://www.radu.hu/hasznos-eszkozok/jo-minosegu-backteszt-adatok/adatok-letoltese/

    At the bottom of the page, the new topic box (the border) is wrong:

    Link: http://www.radu.hu/hasznos-eszkozok/jo-minosegu-backteszt-adatok/adatok-letoltese/

    If anyone could give me a hint… 🙂

    josefelix
    Participant

    Hey @fskrdla, can you please help me? I’m having the exact same issue, I’m in no way a programmer but I get around. I tried installing both Bbpress (2.4) and Buddypress (1.8) on WordPress (3.7) and I can’t for the life of me to get them to work. I updated the settings on my server to PHP 5.3, but I can’t seem to activate both BB and Buddy at the same time, I get a memory allocation error.

    Do you have any tips on how to solve this? Thanks so much either way!

    #138677
    acousticwebdesign
    Participant

    I’m using bbpress 2.4.1 and bbpress moderation to moderate posts (which just sets the status of new topcis and replies to ‘pending’). I’m trying to add an admin link on topics and replies that need to be approved by an admin. Everything works fine, but the top level freshness statistic is not being updated when I change the status of a topic or reply from ‘pending’ to ‘publish’. This is the freshness statistic that shows when a forum was last updated (more specifically bbp_forum_freshness_link()).

    This stat does get updated when publishing a pending post from the backend via Forums > Topics or Forums > Replies. I’ve tried everything to trigger the stats to refresh. So I guess a better question may be, how do I trigger a refresh on this stat. (I’ve tried going though wp_update_post, wp_insert_post, bbp_update_topic, wp_transition_post_status, and a few other functions and none of them trigger a refresh of the top level forum freshness stat). The only things that has come close is to call bbp_admin_repair_freshness() after updating the post. This seems to work for topics but not replies.

    Any help would be appreciated.

    #138610
    FreeWPress
    Participant

    Is not good idea to change core code… And when bbpress is updated you lost all your modifies…

    #138541
    koendb
    Participant

    This should get you started: bbp_get_reply_post_date on sourcexref

    I feel the same way. It’s great how much work is being put into this plugin, but the support isn’t great. And finding out what information is still valid for the current bbpress version is sometimes difficult.

    But in general: you could google every function and after a few days you’re used to and can guess the very logical named function names.

    Good luck. (and keep me updated)

    #138519
    koendb
    Participant

    Hey.

    If you haven’t created a child theme, start with doing that.

    Create the file bbpress.php in your child theme.
    Copy the content of your page.php file into this new file.
    Remove the line

    <?php get_sidebar(); ?>

    You’ve removed the sidebar 🙂

    Now you only need to change / add some classes / ID’s and adjust your CSS file to give the forum a 100% width.

    Keep me updated 🙂

    #138316
    thebobajob
    Participant

    Hi, but it’s everything I just get one long output in a <p> tag

    e.g.
    <p>Viewing 1 results (of 1 total) Author Search Results Last updated 1 week, 4 days ago #37 Forum: Forum title one Author Search Results Viewing 1 results (of 1 total)</p>

    loop-single-forum.php has tags in it? This is where the content is coming from isn’t it? It seems to be.

    If bbPress has a search function as a widget (which is what I am using) but no way of outputting it what is the point? Sorry if I am being dim, I’m new to bbPress.

    #138209
    Stephen Edgar
    Keymaster

    Also updated the codex to reflect the correct shortcode syntax https://codex.bbpress.org/shortcodes/

    #138205
    Stephen Edgar
    Keymaster

    There is this plugin by @jmdodd https://github.com/jmdodd/bbpress-topic-post-converter
    (It hasn’t been updated in a while though, so not 100% sure on compatability)

    I also think there are another couple of plugins that do this, have a search of plugins section:

    Plugins

    This is also planned for inclusion in a future version of bbPress in some form yet to be decided 🙂

    #138060

    In reply to: SMF Import to bbPress

    ricov4
    Participant

    I originally was importing from v1.1.18 and had this problem. I then updated to 2.0.5 and down to 2.0.4, but both resulted in the same issue.

    I accessed the information from the Server Settings page of the forum and believe I have the correct fields for all the values.

    Could the database port have any effect?

    ikidre
    Participant

    I just migrated my legacy Buddypress forums to bbPress, and at first it seemed that everything was working great. Then I clicked on a topic and saw the notice info, and the reply form, but I presume that posts should be displaying in between. There’s nothing there in the code (so it’s not a CSS issue).

    I created a brand new forum, a brand new topic, which you should be able to see here: http://atdp.berkeley.edu/forums/topic/test-topic-2/
    There should be two posts (the topic post and a reply), but there’s nothing.

    We use Buddypress groups, and the group forums have the same behavior. The forum and topic ULs look like they imported fine, but no posts appear when you click on a topic. So the symptoms persist for both pre- and post-migration forums, and for both group and site-wide forums.

    I can see all topics and replies just fine in the backend and in the database, though it’s confused me that posts seem to be saved in the wp_posts table, not wp_bb_posts. I also can’t figure out where the new forum gets saved, because it’s not in wp_bb_forums, nor do new topics appear in wp_bb_topics. Anyway, they appear in Buddypress activity streams, and I can edit them in the backend, so it seems they’re just not making it to the page.

    I’m using the theme Custom Community 1.17.3, and thought maybe that was the issue. Nope. Same exact behavior with Twenty Twelve and the default Buddypress theme.

    I went through the standard toggling of plug-ins and saw no change.

    WP version is 3.6.1, Buddypress 1.8.1, and bbPress 2.4. I updated to 2.4.1 in the hopes that that might fix something, but nope. I closely followed these instructions for migrating my data.

    I’d love some troubleshooting ideas, because I’m about out!

    #137956

    In reply to: View "featured" topics

    Nermoz
    Participant

    It will be wonderful if you could do something. Unfortunately my code knowledge is too limited. Keep us updated, thanks.

    #137905
    Stephen Edgar
    Keymaster

    It took a little longer than usual for the 2.4.x branch to go up:

    If you find some obvious translations missing in the 2.3.x branch try the /dev branch as this is also ‘typically’ updated for most languages and you could also install the Dutch translations from there.

    https://translate.wordpress.org/projects/bbpress/dev

    #137886
    niuserre
    Participant

    Sounds like you want some sort of membership plugin, have a look at https://wordpress.org/plugins/

    Something like https://wordpress.org/plugins/members/ or https://wordpress.org/plugins/s2member/ might do what you want but there are lots of different WordPress plugins for this, just check for one that is recently updated and compatible with bbpress.

    #137829
    lordyuanshu
    Participant

    Just finished up going from bbPress 1.0.1 to 1.2 to 2.4. Importing everything seems to have gone fine, though when viewing a forum it shows 1 post for each topic (when there are many more than 1 post).

    Wondering if anyone has encountered this? I’ve done the recounts in the tools (after deleting much spam).

    Biggest reason it is an issue is for the ‘freshness’ aspect; it is not updated after a post since it has each topic with only 1 post (in turn, it shows the most recent topic instead of most recent post).

    Thanks.

    #137827
    lordyuanshu
    Participant

    Just finished up going from bbPress 1.0.1 to 1.2 to 2.4. Importing everything seems to have gone fine, though when viewing a forum it shows 1 post for each topic (when there are many more than 1 post).

    Wondering if anyone has encountered this? I’ve done the recounts in the tools (after deleting much spam). http://www.lordyuanshu.com/forums/forum/destiny-of-an-emperor

    Biggest reason it is an issue is for the ‘freshness’ aspect; it is not updated after a post since it has each topic with only 1 post (in turn, it shows the most recent topic instead of most recent post).

    Thanks.

    #137703
    #137659
    benjito
    Participant

    I want to create a custom landing page which displays my forums.

    I have created a page with the bbPress shorcode [bbp-forum-index] which works fine.

    However, the breadcrumb “forums” link goes to a different page which contains a load of text jibberish!

    I changed the forums slug in the settings to my page (and updated the permalinks) but instead of the breadcrumb link going to the page with the shortcode, the page itself gets over-written by the text jibberish.

    It actually looks like the bbPress sidebar is loading into the main content field, though i don’t know why or how to fix.

    Page with shortcode > activenaturalist.org.uk/anforum/
    Forums breadcrumb text jibberish > activenaturalist.org.uk/fmsforum/

    If anyone thinks this post looks familiar it is because i posted about something similar in the past then went under siege from a Chinese bot, the website has only recently been allowed back up by my host.

    WP 3.6.1
    bbPress 2.4

    #137603
    dexterindustries
    Participant

    I am having the same issue. I can’t see updated posts unless i logout and then log back in. Is there a work-around for this in site?

    #137510
    lwyndham
    Participant

    @diggories

    I edited the file plugin file called tabbed-login.php.

    At line 176 edit the <div class=”userinfo”> so that it now reads…

    		<div class="userinfo">
    			<p><?php _e('You are logged in as ', 'tabbed-login'); ?> <strong><?php echo $user_identity; ?></strong></p>
    			<p>
    				<a href="<?php echo wp_logout_url($current_url); ?>"><?php _e('Log out', 'tabbed-login'); ?></a> | 
    				<?php if (current_user_can('manage_options')) { 
    					echo '<a href="' . admin_url() . '">' . __('Admin', 'tabbed-login') . '</a>'; } else { 
    					echo '<a href="' . bbp_get_user_profile_url( get_current_user_id() ) . '">' . __('Profile', 'tabbed-login') . '</a>'; } 
    					// Updated using bbp_get_user_profile_url( get_current_user_id() to link to BBPress profile page instead of the WP profile page
    					?>							
    			</p>
    		</div>

    Hope this helps!

    #137242
    jbuesking
    Participant

    Yes I have the latest version you updated. Thanks

    I reset the forum and started from scratch. Ran the installer again and now it threw this error:

    WordPress database error: [Table ‘ixxxxxxx_xxxxxxx.jos_kunena_topics’ doesn’t exist]
    SELECT convert(kunena_messages.id USING “utf8”) AS id,convert(kunena_messages.catid USING “utf8”) AS catid,convert(kunena_messages.thread USING “utf8”) AS thread,convert(kunena_messages.ip USING “utf8”) AS ip,convert(kunena_messages.userid USING “utf8”) AS userid,convert(kunena_messages.subject USING “utf8”) AS subject,convert(kunena_messages_text.message USING “utf8”) AS message,convert(kunena_messages.time USING “utf8”) AS time FROM tvc4d_kunena_messages AS kunena_messages LEFT JOIN tvc4d_kunena_messages_text AS kunena_messages_text ON kunena_messages_text.mesid = kunena_messages.id LEFT JOIN jos_kunena_topics AS kunena_topics ON kunena_messages.thread = kunena_topics.id WHERE kunena_messages.parent != 0 LIMIT 0, 100

Viewing 25 results - 926 through 950 (of 2,090 total)
Skip to toolbar