Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'code'

Viewing 25 results - 24,201 through 24,225 (of 32,468 total)
  • Author
    Search Results
  • #76394

    I’m not sure how I’d go about that, could somebody post a step by step tutorial? I’ve never dove this far into bbpress before.

    Thanks guys, I’d owe you one :)

    #52180
    anandasama
    Member

    I still dont know if you people managed to fix this but here is what worked for me after alot of trial and error:

    From the first-page:

    This code will generate a link to the original author’s profile and that one’s username.

    <a href="<?php user_profile_link(($topic->topic_poster)) ?>"><?php topic_author(); ?></a>

    And this code will make a link to the last user who posted and that one’s username.

    <a href="<?php user_profile_link($topic->topic_last_poster) ?>" class="latest-disc-last-poster"><?php topic_last_poster(); ?></a>

    Hope it helps!

    #72361

    In reply to: Bulgarian translation

    wiseacre
    Member

    Значи, не ми остана много време, но продължавам де … :) Намерих някои печатни грешки и неща, които ми се струва, че трябва да са малко по иначе.

    секудни – секунди

    пълен препратка – пълна препратка

    Ако позволиш да предложа следните промени

    месеци – месеца

    лепкава – залепена,закачена

    А следното общо предложение за превод е по-скоро въпрос на вкус (става и така и иначе) и лек келешлък от моя страна: ;)

    “Your attempt to … has failed.” – “… пропадна”

    Продължавам да ровя. Още веднъж – мерси за труда. :)

    Detective
    Member
    function gs_get_topic_last_poster_profile_link() {
    global $topic;
    if ($topic)
    return sprintf('<a href="%s">%s</a>', get_user_profile_link($topic->topic_last_poster), get_topic_last_poster($topic->topic_id));
    return false;
    }

    Ryan Hellyer
    Participant

    Thanks. I was considering making this exact plugin myself. Glad to see I don’t need to now :D

    #18819
    kevmartin
    Member

    I found some older posts about similar problems to this, but nothign that really helped, plus they were all for the 0.x versions and I am using 1.x which I am guessing may be different.

    I have combined bbpress and wordpress databases (WP 2.8) and all members have been set to inactive status. But I can’t find anything in Mysql to cause this, so can’t globally change them all to member status. They all seem to have the same bb_capabilities value as the couple of members who I have manually made to ‘member’ status, so that doesn’t help.

    And I have thousands of members so manually changing them all through the admin interface seems to be a nightmare.

    Can someone tell me what database fields to change to make a member to be a ‘member’ status please?

    Thanks.

    #74743

    Well iframes are, by their very nature, evil :/ I’ve never used that admin plugin, but I also don’t do a whole lot of embedding of Google Maps.

    #76287

    The plugin doesn’t add define('WP_AUTH_COOKIE_VERSION', 1); to your bb-config.php file. It’s very easy to miss that :)

    #75381

    In reply to: bbPress 1.0 released

    rtmsf
    Member

    Total newbie here, but I’m a blogger using WordPress 2.8.x who is thinking of adding a discussion forum to my site.

    I am NOT a coder whatsoever, so please keep that in mind when answering, although I do have a friend who is one but I would need to be conscientous about using his time.

    My question is whether bbPress 1.0 will easily integrate with WP 2.8.x as I have it currently configured. Obviously I’d want it to look similar to my site and have all the standard forum bells/whistles.

    If not, does anyone have any other suggestions? I just began researching forums today. I’ve come across IPB and phpBB as other options, but again, I have no idea how easy it would be to integrate those.

    Any help you can give would be GREATLY appreciated! Thanks.

    #18497
    #72360

    In reply to: Bulgarian translation

    Не държа – пропуснал съм няколко низа, в които го има, защото съм търсил за “впис”, а то имало и “впиш” тук-таме ;)

    Ще го оправя при следващото качване, когато трябва да завърша и на 100% превода.

    Аз го изпробвах веднъж от край до край, ама със сигурност има разни дребни неща :)

    #74864

    @Göran: It’s “great” that you have the same problem. Then it probably isn’t some server config hidden away somewhere and the problem will probably be solved pretty soon. ;-)

    Edit: Hm.. when i try to edit the languagefile with Poedit and choose to save it i get 3 fatal errors;

    23:04:20: F:Skrivbordetsv_SE.po:191: message catalog has plural form translations...
    23:04:20: F:Skrivbordetsv_SE.po:2: ...but header entry lacks a "plural=EXPRESSION" attribute
    23:04:20: F:Skrivbordetsv_SE.po:191: message catalog has plural form translations...
    23:04:20: F:Skrivbordetsv_SE.po:2: ...but header entry lacks a "nplurals=INTEGER" attribute
    23:04:20: F:Skrivbordetsv_SE.po:617: 'msgstr' is not a valid PHP format string, unlike 'msgid'. Reason: In the directive number 1, the character 'a' is not a valid conversion specifier.
    23:04:20: msgfmt: found 3 fatal errors

    Maybe it’s related?

    Update 2:

    Tried a Bulgarian translation and it did translate time. It must be something with 1.0+ that isn’t in 0.9 language wise.

    #74742

    Thanks Ipstenu. :)

    Still a very extreme newbie to all this “press” stuff… but I’m loving bbpress so far. A little bit of customization with a few plug-ins and a theme has gone relatively smoothly… but I still can’t really get the Admin Can Post Anything plug-in to work properly… it does not seem to like i-frames… which are essential for embedding google maps and docs.

    #76392

    Anybody? :(

    #74862

    Yeah, probably. I’m trying to figure out now how to translate the topic_time(); -function. The _e(‘Some Text’) is quite understandable, don’t get how to translate a function yet though. I’ve never messed around with translations at all (obviously). :)

    #76286
    Rohan Kapoor
    Member

    He also said:

    I have already installed the plugin bbPress Integration for WordPress.

    which implies that he already added the code, :D

    #74860

    @plrk: Got your E-mail. I actually do have this thread as a favorite, thanks anyway for the update though! (I wished this forum had the E-mail notification option…)

    It works! Thanks!

    However my time-relevant php aren’t translated still. The strange thing is that those functions aren’t touched at all. I’ll have to dig again to see if there are any errors related to the __ -stuff. One would think the default theme wouldn’t have any problem with the translations(?) :)

    #76285

    And he said:

    I have already installed the plugin bbPress Integration for WordPress. I can’t find anything wrong during my installation. I think maybe I need to upgrade my WPMU to 2.8.

    Which implies that he’s on 2.7.x :)

    #15379

    I’m having major trouble trying to get my wordpress navigation bar onto my bbpress board.

    Can anybody provide a step by step tutorial for me? I would be forever grateful :)

    my website: http://www.origineuphoria.com

    #76283

    Do you have this in your bb-config.php:

    define('WP_AUTH_COOKIE_VERSION', 1);

    #72359

    In reply to: Bulgarian translation

    wiseacre
    Member

    Браво, браво!!!

    Ама си държиш на “вписване” :) Нищо де, поправимо е … :)

    Тъкмо разглеждам. Ако открия нещо ще пиша.

    #76580

    Trac Posted: https://trac.bbpress.org/ticket/1159#preview

    I’ll try to update it when I have time.

    Btw, I had the trac ticket entry properly formated but alas It was raw text formatting which got stripped upon posting by the server. Sorry :-(

    #65524

    I’m interested as well. :)

    sonnygahir
    Member

    The physical directory structure is as follows:

    Directory of D:InetpubNewwwwrootforums

    20/07/2009 10:59 <DIR> .

    20/07/2009 10:59 <DIR> ..

    19/07/2009 15:14 <DIR> bb-admin

    19/07/2009 12:32 <DIR> bb-cache

    19/07/2009 12:32 <DIR> bb-plugins

    19/07/2009 12:32 <DIR> bb-includes

    19/07/2009 12:32 <DIR> bb-images

    19/07/2009 12:32 <DIR> bb-templates

    20/07/2009 13:17 1,691 bb-config.php

    05/03/2008 04:32 816 bb-load.php

    12/02/2009 00:21 1,037 bb-login.php

    24/04/2008 19:06 1,673 bb-config-sample.php

    23/04/2008 11:29 1,647 bb-post.php

    30/12/2008 23:14 445 bb-reset-password.php

    26/08/2008 20:15 13,433 bb-settings.php

    12/02/2009 00:21 822 bb-edit.php

    26/02/2007 22:48 651 edit.php

    12/02/2009 00:21 1,076 favorites.php

    22/01/2007 08:40 449 forum.php

    22/01/2007 08:40 450 index.php

    03/01/2008 00:57 17,986 license.txt

    12/02/2009 00:21 308 profile-base.php

    17/12/2008 07:57 4,782 profile-edit.php

    15/03/2008 02:40 851 profile.php

    03/01/2008 00:57 855 readme.txt

    05/03/2008 04:32 1,623 register.php

    25/04/2008 14:09 4,349 rss.php

    29/01/2008 20:11 1,402 search.php

    05/03/2008 04:32 238 statistics.php

    12/02/2009 00:21 574 tag-add.php

    12/03/2008 07:46 661 tag-remove.php

    22/01/2007 08:40 433 tags.php

    19/07/2009 15:46 3,293 testdb.php

    03/01/2008 00:57 1,312 topic.php

    03/01/2008 00:57 756 view.php

    27 File(s) 63,613 bytes

    #17211
    shiznaught
    Member

    There seemed to have been some earlier discussion on editing the permalinks structure of bbpress (http://bbpress.org/forums/topic/permalinks-slugs-modification-removing-forum), and I’m wondering if things are different in version 1.01.

    What I would like to be able to do is have all of the posts look like domain.com/g/post-name. The reason for this is that I have a vanity url, with the idea that the complete url will spell out a sentence.

    So far, the best I can do is domain.com/g/topic/post-name. Is there a way to either get rid of the “topic” part of the permalink structure, or otherwise hardcode it to be “g” isntead of “topic?”

    Thank you.

Viewing 25 results - 24,201 through 24,225 (of 32,468 total)
Skip to toolbar