Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'code'

Viewing 25 results - 19,501 through 19,525 (of 32,518 total)
  • Author
    Search Results
  • #98400

    In reply to: in posts

    zaerl
    Participant

    You can display html tags embedding them in a code section.

    #103506
    sagemore48
    Member

    yeap,we all need to preview,edit,even delte the post,for we could have googled for the answer.

    then why not?

    thk u!:)

    sage

    #98406
    sagemore48
    Member

    yeap,we all need to preview,edit,even delte the post,for we could have googled for the answer.

    then why not?

    thk u!:)

    sage

    #94759

    Have been for past few weeks but have had other priorities to get started. I’ll probably post something up all official like eventually. :)

    #103476
    bbuser12345
    Participant

    I am using the kakumei theme. Where would they be hardcoded?

    #98376
    bbuser12345
    Participant

    I am using the kakumei theme. Where would they be hardcoded?

    #103475

    either the links are hardcoded in theme or they are in content portion.

    former can be fixed by editing the files and the later can be fixed by sql replace query

    #98375

    either the links are hardcoded in theme or they are in content portion.

    former can be fixed by editing the files and the later can be fixed by sql replace query

    #36548
    rezag
    Member

    I tried to reset my password here on the bbpress and got the email but the reset link led to a ‘you are not allowed…’ page. I noticed a few topics on this here, is this still an open bug and will I see it on my (soon to be) own install?

    Any help appreciated :)

    #103385

    In reply to: Manipulating bb_option

    why don’t you just make an array and save it

    // For retrieval
    $array = bb_get_option('option-name');

    // For Saving
    bb_update_option('option-name',$array);

    #98285

    In reply to: Manipulating bb_option

    why don’t you just make an array and save it

    // For retrieval
    $array = bb_get_option('option-name');

    // For Saving
    bb_update_option('option-name',$array);

    #94757
    Rich Pedley
    Member

    Congarats JJJ – though I admit to thinking you already were, maybe I just heard a rumour ;)

    #94756
    Gautam Gupta
    Participant

    :-)

    #94755

    Heads up…

    With the holidays coming up and starting my new job at Automattic, progress on the plugin is going to slow down for a week or two. GautamGupta is working on Google Code-in projects for the bbPress plugin and doing a great job on the tasks he’s completed so far.

    #59214
    yuanyelss
    Member

    You should always put custom code in your template or plugin. Did my code not work in your template? If you want to create a custom designed jewel, so that replica cartier necklaces,you can choose the metal and the gemstone that make the perfect piece of cartier love ring white gold for you,you should take some things into consideration.First of all, ask for an expert gemologist’s advice in this matter.

    #94754
    Ryan Gannon
    Member

    I think the problem is in the

    get_option( '_bbp_user_slug',      $prefix . 'user'      )

    etc. I don’t seem to have does in my options table. I’ll take a closer look.

    Update:

    $this->root_slug      = apply_filters( 'bbp_root_slug',      get_option( '_bbp_root_slug', 'forums' ) );

    is where my problems are, I deleted ‘forums’ and now it’s fine.

    #94746
    Erlend
    Participant

    I still find being sent to a singular reply utterly confusing. I definitely acknowledge the value in this functionality, but in an ordinary forum context I prefer just being sent to the #reply in question plus the whole thread loaded with it, like here.

    I hope this is just being done to see if it works :)

    #103231

    @justin, That was a spam reply for checking email templates folder. There is nothing like that in bbPress.

    You need to check out the code where the mail is sent in the code. If there are filters (most likely the case), then you can use a small plugin to modify that or even make changes to the core file there.

    #98131

    @justin, That was a spam reply for checking email templates folder. There is nothing like that in bbPress.

    You need to check out the code where the mail is sent in the code. If there are filters (most likely the case), then you can use a small plugin to modify that or even make changes to the core file there.

    #103367

    In reply to: Wp and bbpress

    You don’t need deep integration for sharing user tables.

    You can share them by defining something like this in wp-config.php file

    define('CUSTOM_USER_TABLE','new_user_table');
    define('CUSTOM_USER_META_TABLE', 'new_usermeta_table');

    But I would suggest copying over the users in WordPress side and then telling bbPress to use WordPress tables.

    #98267

    In reply to: Wp and bbpress

    You don’t need deep integration for sharing user tables.

    You can share them by defining something like this in wp-config.php file

    define('CUSTOM_USER_TABLE','new_user_table');
    define('CUSTOM_USER_META_TABLE', 'new_usermeta_table');

    But I would suggest copying over the users in WordPress side and then telling bbPress to use WordPress tables.

    #102282
    Pomy
    Participant

    Hi Zaerl,

    I think that the author built such a system in order to support a huge number of pictures (too many files in the same directory will slow down the file seek). I don’t like this approach.

    Then please can you tell me what is the alternative?

    How can we get rid the numbers of folders? because sometimes it creates trouble when we change hosting. It take so much time to download them and then shift to another hosting. I’ve faced this problem.

    It would be great if you tell me the alternative or solution. :)

    #97182
    Pomy
    Participant

    Hi Zaerl,

    I think that the author built such a system in order to support a huge number of pictures (too many files in the same directory will slow down the file seek). I don’t like this approach.

    Then please can you tell me what is the alternative?

    How can we get rid the numbers of folders? because sometimes it creates trouble when we change hosting. It take so much time to download them and then shift to another hosting. I’ve faced this problem.

    It would be great if you tell me the alternative or solution. :)

    #94744
    Rich Pedley
    Member

    I’ll update as soon as I can then ;)

    thanks.

    #94743

    Reply page now only shows one reply. Still probably needs some tuning, but at least it’s less confusing now. :)

Viewing 25 results - 19,501 through 19,525 (of 32,518 total)
Skip to toolbar