Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'wordpress'

Viewing 25 results - 17,526 through 17,550 (of 32,678 total)
  • Author
    Search Results
  • #137670
    danbpfr
    Participant

    Pot file is not the problem ;-) Pot files are automaticaly created on trunk each time a file is updated. Creating pot file on Glotpress is not a problem, because Glotpress imports this file from bp Trac.

    The “problem” is writing a po file (not pot, but po). Do we write it on Glotpress or do we write it at home on poEdit for example and push it to i18n Trac or do we use both ?

    In my mind this doesn’t matter as long as an updated mo file is avaible somewhere. The unique question is, where is somewhere ? Of course it must be a place knowed by BP users. The existing i18n is a good place to be. Must only be more visible on buddypress.org

    The other problem are the translators themselves. Polyglot discussion list is essentially devoted to wordpress, and as you know, BP user are constantly busy (and honnestly not so numerous as WP users), so its a bit difficult to built translators teams or find a goodwill in (ie.) Farsi or (ie.) Croatian language…

    And as you know also, working a long time without feedback is demotivative, frustrating and leads to abandon.

    @djpaul FYI i answered here: https://buddypress.trac.wordpress.org/ticket/4265

    #137668
    Roger Coathup
    Participant

    @Eliott — I don’t know of any documentation on the function, you are best looking through the code for the arguments it takes. API documentation is very thin on the ground.

    If you take a look at the skeleton component ( https://wordpress.org/extend/plugins/buddypress-skeleton-component/ ), it gives you a model for registering your own components and actions, which you can then use in conjunction with the notifications system (e.g. as parameters to bp_core_add_notification() )

    Similarly, have a search through the codebase to see how the default BP components call the function.

    #137660
    Paul Wong-Gibbs
    Keymaster

    You can import .pot files onto GlotPress, so I don’t think that’s a problem. And, yes, of course BuddyPress needs translation. :)

    I am going to pick up this issue and investigate. I will update on here and on bpdevel.wordpress.com in due course.

    #30589

    Hey,

    What’s happening is that when people are responding in my forums, I can see about half of their message before it’s chopped off on the page and has ‘Quick Reply’ box and footer. No way to scroll down and see the rest of the messages.

    I’m running WordPress 3.4.1 on the main domain, with Buddy Press 1.5.6 and bbPress 2.1 and I’m being hosted by Hostgator. I also have Wishlist Member running on the site (it’s a paid membership site, also need some help figuring out how to make the forums and community pages private); it’s all fairly new and this is the first of me noticing a problem.

    I’ve been in touch with the theme’s technical support (Custom Community version 1.8.9.1) however they haven’t heard of anything similar happening before. I’m inclined to believe its a theme issue because they had some problems with the footer being a static height as well, but I wanted to check I’m not doing something silly from the Buddypress side!

    Any help appreciated. Thanks!

    Tammie Lister
    Moderator

    As a sanity check have you tried the default theme on it? What happens with that and favourites?

    Also, here is a codex page relevant to using WordPress in a directory. https://codex.wordpress.org/Giving_WordPress_Its_Own_Directory

    #137655
    danbpfr
    Participant

    http://i18n.trac.BuddyPress.org/ was created a long time ago – BP 1.1 i guess – for translations. This was announced on this forum by Andy.
    But you’re right @djpaul, the url was never populated or mentionned since, except perhaps on Codex (de profondis). Same thing for Glotpress. I worked whith it at the beginning, but was rapidly tired by copy/pasting and some bugs.
    Glotpress could be usefull in a collaborative perspective, not for a one man work. It’s faster to translate offline with poEdit. Without saying that i can rapidly jump to my archives, control the final output and so on. My browser is not a office, despite look alike sometimes.
    In my point of view, the above url is the best repository for mo files, with sorted versions and fast zipped download.

    FYI, the i18n exist also for wordpress https://i18n.trac.wordpress.org/browser and is really used by many translators.

    I also don’t know how things proceed. I translate BP in french since 2008/12 without any instruction,, except the invite to use the i18n trac for better translation access.

    That said, does BP already need translation ? The pot file is the only thing you need to proceed. Because the software is very customisable, a standard translation is not very usefull, because 3/4 of the words can be customized too, to fit a unique BP project.

    sammour
    Member

    @karmatosed Thank you. I’ve tried going through some of the issues you’ve mentioned. Thing is I am new to wordpress/buddpress and not much experienced in JQuery either. If you could please elaborate a little bit on the scripting errors I would be grateful :).

    #137643
    Paul Wong-Gibbs
    Keymaster

    BuddyPress doesn’t have much to do with this. WordPress requires users to be the ‘administrator’ role to delete user accounts. You could change this with a role changing plugin, by giving the appropriate capabilities directly.

    Posting on the front page is a theme issue more than anything (assuming you’re talking about blog post).

    David Hunt
    Participant

    Thanks for confirming I wasn’t doing anything silly. :)

    Ticket posted: https://buddypress.trac.wordpress.org/ticket/4367

    (I set it as a bug rather than enhancement, because I genuinely believe this would be a big problem anytime anyone decides the change their permalink structure.)

    @mercime
    Participant

    @shashankism the best person to help you is that plugin’s developer. You could ask the plugin developer to make it compatible with BuddyPress or post at dev’s forums http://betterwp.net/community/

    #30581
    petergunn
    Member

    Hi,

    I get the following database error when trying to create a Group

    `WordPress database error: [Table ‘mydatabase_name.wp_bp_groups’ doesn’t exist]
    INSERT INTO wp_bp_groups ( creator_id, name, slug, description, status, enable_forum, date_created ) VALUES ( 2, ‘Talk >>> Events’, ‘events’, ‘Your comments are welcome!’, ‘public’, 0, ‘2012-07-19 21:38:38’ )

    WordPress database error: [Table ‘mydatabase_name.wp_bp_groups_groupmeta’ doesn’t exist]
    SELECT g.*, gm1.meta_value AS total_member_count, gm2.meta_value AS last_activity FROM wp_bp_groups_groupmeta gm1, wp_bp_groups_groupmeta gm2, wp_bp_groups g WHERE g.id = gm1.group_id AND g.id = gm2.group_id AND gm2.meta_key = ‘last_activity’ AND gm1.meta_key = ‘total_member_count’ AND g.status != ‘hidden’ ORDER BY last_activity DESC LIMIT 0, 10000

    WordPress database error: [Table ‘mydatabase_name.wp_bp_groups’ doesn’t exist]
    SELECT COUNT(DISTINCT g.id) FROM wp_bp_groups g, wp_bp_groups_members gm1, wp_bp_groups_groupmeta gm2 WHERE g.status != ‘hidden’ AND g.id = gm1.group_id AND g.id = gm2.group_id AND gm2.meta_key = ‘last_activity’

    WordPress database error: [Table ‘database_name.wp_bp_groups_groupmeta’ doesn’t exist]
    SELECT g.*, gm1.meta_value AS total_member_count, gm2.meta_value AS last_activity FROM wp_bp_groups_groupmeta gm1, wp_bp_groups_groupmeta gm2, wp_bp_groups g WHERE g.id = gm1.group_id AND g.id = gm2.group_id AND gm2.meta_key = ‘last_activity’ AND gm1.meta_key = ‘total_member_count’ AND g.status != ‘hidden’ ORDER BY g.name ASC

    WordPress database error: [Table ‘database_name.wp_bp_groups’ doesn’t exist]
    SELECT COUNT(DISTINCT g.id) FROM wp_bp_groups g, wp_bp_groups_members gm1, wp_bp_groups_groupmeta gm2 WHERE g.status != ‘hidden’ AND g.id = gm1.group_id AND g.id = gm2.group_id AND gm2.meta_key = ‘last_activity’`

    What’s happening?

    Thanks,
    Peter

    #137627
    Paul Wong-Gibbs
    Keymaster

    JJJ says: [it was? used for] manual upkeep of translation files. Unclear if it was ever connected to GlotPress directly.

    I don’t know what/how things should proceed. My guess is to migrate from that to using GlotPress, but I have no experience in this area. If you want to take a lead in working through these issues — perhaps by starting a discussion on the polyglots blog, https://make.wordpress.org/polyglots/ — that would be very helpful.

    #30579
    danbpfr
    Participant

    When browsing here http://i18n.trac.buddypress.org/browser i’m amazed to see that nothing is updated since a long time for 98% of the different languages.

    When going here http://translate.wordpress.org/projects/buddypress/ i’m happy to learn that buddypress 1.2 will be translated one of these… days ?!!! :D

    The Glotpress/buddypress is “a project” who permit only to translate the trunk, without Tagged and Branches archives. It’s not very interresting for endusers and a bit dramatical to use online for translating with security. The browser cache is not the best place to stay for new words dropping into Glotpress.

    Needless to say I feel a little lonely with my french updates on the i18n Trac. Unfortunatly i even don’t know if my work (fr_FR) is downloaded and used by someone.

    Who use BP in his native language ?
    Is BP used outside of english & french speaking countries ?
    Where/who are the translators ?

    sammour
    Member

    Below you’ll find a bb/wordpress based website I’ve been working on.
    I just have an issue that I can’t seem to fix.
    Whenever a user favorites a post or such the website redirects to a 404 page not found error page.
    Would anyone who is experienced in this field be able to help?

    Thanks in advance,
    Here is the website: http://www.ifmsa-jo.org/justlc/

    #137618
    clayborn
    Member

    yep I confirm I retried a fresh install of wordpress with a new db; I only install BP from within the admin – no specific options during the install -I choose the default BP theme and same problem happens.

    Paul Wong-Gibbs
    Keymaster

    I can’t find a ticket, but I’m pretty sure it’s come up before somewhere — probably buried in the depths of trac…

    Roger’s solution would be to modify Post and Page activity items to link to the ?p=… link format; those do a canonical redirect to the “real” URL, so such a change wouldn’t affect search engines.

    However, we’ve finished work on BP 1.6. We’re going to put out a release candidate very very soon, so this issue would have to be considered for a future version of BuddyPress.

    @dvd3141 If you can make an enhancement ticket on https://buddypress.trac.wordpress.org/ so this isn’t forgotten about please. :)

    Roger Coathup
    Participant

    Yes, the activity stream items are created at the time a post is created, so the bug is explicable. Surprised it’s not been encountered before ( @djpaul – have you noticed this previously? ).

    I suspect the best solution is to store the links in the activity stream in a ‘permalink neutral’ way, and then apply a filter that ‘adds’ the current permalink structure to them when they are displayed / accessed.

    David Hunt
    Participant

    If I change the permalinks setting in WordPress Settings / Permalinks, then all previous BuddyPress activity updates become broken. For example, “Joe Bloggs wrote a new post ‘New Post’ — the link to New Post still uses the old permalinks structure, and results in a 404 error.

    Anyone else seen this happen? Is there a simple fix?

    #137600
    Paul Wong-Gibbs
    Keymaster

    Not possible. BuddyPress doesnt’ use WordPress user roles or capabilities, so I don’t think we can do this granularly at the moment.

    #30569
    clayborn
    Member

    Hi : congrats for your work.

    1 . The Group Creation Wizard creates a loop : first step – group details – completes and the next step button links you to a blank page with another next step button – then wordpress crash with “do you really want to do this /try again” message.The Group Details are saved though and can be modified from the admin panel.I tried to browse every forum related to group creation problems and tried everything , on fresh installs with the unaltered BuddyPress Default theme.and the bbpress URI thing does not seem to work either.I tried to remove all steps but the Group Detail step but I’m not that good.

    2 . Forum topic creation does not work within BuddyPress; fresh install, no worksey.

    I could definitely use a fix !

    shashankism
    Participant

    Can anyone help me out with this ????

    #137586
    Jeff
    Member

    Hi,

    The error log I posted encompasses the errors that have been generated while I was micking around with reinstalling buddypress and bbpress.

    I have both bbPress and Buddypress installed currently, and I also have the Activity Streams component enabled.

    However, a ticket from way back three years ago explains what I think the problem is. https://buddypress.trac.wordpress.org/ticket/241

    If I go to my profile, and post an update on my profile, this gets saved in bp_activity. But anything new topic creation or reply on my bbPress forum, it DOES NOT get saved in that table. So it looks to me that stuff created in the BuddyPress side gets saved in bp_activity, but stuff from the bbPress side do not.

    Is there any way so that user activities from bbPress gets saved to this BuddyPress table?
    =========
    == EDIT ==
    =========
    I have tried deactivating all plugins apart from bbPress and BuddyPress. Also, switched to the theme that came with BuddyPress. SiteWide Activity Stream is still limited to just BuddyPress activities.

    Note that I have User Groups and Discussion Forums (within Groups) DISABLED, which is how I do want it, as we want the community as simple and straighforward as possible while still enjoying the awesome features like messaging from BuddyPress

    I also imagine that if I were to create Groups in BuddyPress, and then post messages in Forums of that Group, it will get posted to the Activity Stream. But I really do not want Groups.

    I understand that this may very well be how the plugin was designed to work, but this is a plea for a little help now :)

    #137580
    CJ Kruger
    Participant

    No, where your navigation is ( most probably in header.php ), place the last code snippet i posted.

    Don’t install the plugin i posted, it was simply to give you an idea of the bp member links

    #137579
    kdforf
    Participant

    sorry , i didnt get it , if the plugin is activated and i paste this second code somewhere in the theme it will show that menu?

    #30563
    Jeff
    Member

    1. WordPress Version 3.4.1
    2. WordPress NOT on a subdomain
    3. WP installed on root of domain
    4. Not an upgrade.
    5. WordPress was functioning pre-Buddypress, and it still is as far as I can see.
    6. BP Version 1.5.6
    7. I did not upgrade BP.
    8. I have lots of other plugins, ones that are concerned with BP are bbPress, BP Sitewide Activity Widget
    9. I am using a BP theme that came with Tersus theme, which got auto-detected in the setup wizard
    10. I have not modified the core files.
    11. I do not have custom functions in bp-custom.php?
    12. bbPress Version 2.1. I installed it via the Plugin manager.
    13. error_log http://pastebin.com/hJAmK8YY
    14. Hosting provided by Ventra IP
    15. Server: LAMP

    In the community site that I am trying to set up, the landing page is one of the most important to the client. I couldn’t find any other way to set up what he wants apart from using Sitewide Activity Widget plugin. http://buddydev.com/plugins/buddypress-sitewide-activity-widget/

    However, when I insert the widget that this plugin installed, the activity stream looks to be empty. I go into phpMyAdmin, and notice that the tables prefix_bp_activity and prefix_bp_activity_meta are both empty. I try and do something (anything) in the forums then check the table, nothing is being added to those tables.

Viewing 25 results - 17,526 through 17,550 (of 32,678 total)
Skip to toolbar