Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'code'

Viewing 25 results - 24,401 through 24,425 (of 32,481 total)
  • Author
    Search Results
  • #76024

    Instead of placing the image as background in CSS, use the <img src="" alt="" /> tag and make it clickable.

    <a href=""><img src="" alt="" /></a>

    #15290

    Topic: Moderation Panel

    in forum Showcase
    Maxotote
    Member

    Hi, I have the 1.0 and my moderators BBPress I would put a panel of administration on the web without having to go to the administration, I want to put on ipod touch type images, like this:

    http://i26.tinypic.com/15xo18w.png

    but only the buttons that I see the moderators and not users, to hide some code exciste buttons for normal users?

    These buttons are in the sidebar

    My skill level: html: good

    php: bad

    css: well

    I await your reply, Thanks!

    #75985
    rizzn
    Member

    In checking my error logs – these are the only relevant lines I can find, which don’t really seem to have much bearing on my problem, but I’m including them for the sake of complete-ness.

    [Sat Jul 11 22:12:58 2009] [error] [client 99.7.71.57] SoftException in Application.cpp:256: File "/home/animeusa/public_html/siliconangle/ver2/bbpress/bb-admin/index.php" is writeable by group, referer: http://siliconangle.com/ver2/bbpress/bb-admin/upgrade.php
    [Sat Jul 11 22:12:58 2009] [error] [client 99.7.71.57] Premature end of script headers: index.php, referer: http://siliconangle.com/ver2/bbpress/bb-admin/upgrade.php
    [Sat Jul 11 22:12:58 2009] [error] [client 99.7.71.57] File does not exist: /home/animeusa/public_html/siliconangle/favicon.ico

    #75983

    You can change that in post.php file of your theme. If you don’t have it then copy the file of default theme in your present theme and edit it as per your need.

    #75925

    Does anyone know how to manually edit the usernames in the database?? Help!? Please? :) Thank you. NM I figured out how to manually edit them via the sql database. Thanks.

    #15286
    kipperman
    Member

    Hi

    Just uploaded the bbpress files to a folder I called /forum

    went to mysite/forum/index.php and got this odd error report:

    Secure Connection Failed

    ‘mysite.co.uk’ uses an invalid security certificate.

    The certificate is only valid for web34.secure-secure.co.uk

    (Error code: ssl_error_bad_cert_domain)

    Im lost here – any ideas?

    Thanks

    You probably need to look into this wordpress file wp-includescapabilities.php and mimic that function in bbPress or alternatively load WP environment and use it. I would recommend avoiding the latter option due to performance issues.

    Hope that helps! :)

    #75957

    In reply to: Pingbacks not working?

    i’d like to know as well, i see the records in the _meta table

    101 bb_post 35 pingback_queued

    etc…

    Then what do ya mean by checking if the user is in a particular WP category? An example would be great! :)

    #75893

    if you have the code, its feasible. ;)

    what are you really trying to have here?

    @_ck_

    How about I will help you fixing your plugins? In this way, I will get to learn many things from you. I know it will consume more time of yours but I can work on pointers. How about being a mentor? Just a thought.

    I can jump into it directly after my this semester exams and as soon as my new session starts. What say?

    #75953
    pulk99
    Member

    problem solved, it was somehow a problem with my .htaccess file.

    I had permalinks activated, de-activated it, activated again, created a new htaccess file, and it worked again ;)

    Marcomail
    Member

    yes, but i’m not using wp-blog-header…i have integrated bbpress in the layout without using the WP environment loaded

    sorry but my english is very bad :)

    If you have the WP environment loaded, then you can use the regular WP functions. You need to put some more light on the subject so that we can brainstorm. ;)

    #75531

    In reply to: bbPress Codex

    Geezerjim
    Participant

    I’m “pressing” on, if only for the bbPress (and MediaWiki) knowledge I’ll gain. I’ve been starting with the information here.

    #75939

    Its always hard to track what you missed as compared to a fresh procedure. If you are doing fresh installations of both then I would want you to take a look at my tutorial that I wrote yesterday : http://blog.ashfame.com/2009/07/integrate-bbpress-10-with-wordpress-28/

    and if they already hold data, then we will try to trace the cause and get it fixed.

    Hope that helps! :)

    #75950
    Gautam
    Member

    :O

    This shouldn’t be the case. However, check the topic.php of your theme and see if there is the currect loop. It should look like this:

    <?php foreach ($posts as $bb_post) : $del_class = post_del_class(); ?>
    <li id="post-<?php post_id(); ?>"<?php alt_class('post', $del_class); ?>>
    <?php bb_post_template(); ?>
    </li>
    <?php endforeach; ?>

    And did you follow the steps to upgrade written here – https://bbpress.org/documentation/upgrading/

    #15277
    n8kindt
    Member

    when on the user page in the admin section i checked ‘bozos only’ and clicked filter and got this error msg:

    Warning: array_intersect() [function.array-intersect]: Argument #1 is not an array in /home/gurrlieg/public_html/gurrliegirl.info/html/bbpress/bb-plugins/bozo.php on line 348

    this occurred with an empty search field and the role selection box left at ‘role’

    #75934
    Gautam
    Member

    As you have bbpress installed in forum directory, thats why its showing one more forum

    if you have installed it in example.com, then only one forum would be shown

    (though you already know this)

    To fix this, you might do this (NOTE: I have not tested it, nor do I know if it might have a side effect on anything else, and this change will also be vanished when you upgrade bbpress):

    Open bb-includes/functions.bb-template.php

    Go to line number 711

    This would be written there:

    $link = bb_get_uri('forum/' . $forum->$column . $page, null, $context);

    Change forum/ to category/ or anything you want.

    #75924

    Hm, thats what I thought. I was hoping they would have added in a plugin where users could change their own name like in 1.0 of bbPress. I think I installed that one you linked me, but it didnt do anything. :)

    #75890

    In reply to: BuddyBar in bbPress

    _ck_
    Participant

    As long as it’s not my server you are crashing by using too many resources, go for it ;-)

    (won’t go over so well for users on shared hosts however)

    swaymedia
    Member

    i guess ill have to make my template really minimilastic, so that not much changes will occur once i upgrade.

    oh well. thanks for everything anyway

    _ck_
    Participant

    Actually, you do not want bbPress development to stop. It must continue to survive.

    Even if it was feature frozen today I would not be addressing the problems for at least a month or two as bbPress does not pay the bills (there have only been 4 donations this year despite thousands of users of my plugins).

    Simply keep using 0.9 for a few months, it’s very stable and reliable.

    swaymedia
    Member

    Please stop changing core code so CK can get all 60+ plugins to be compatible with the new version, please.

    It is very frustration, now that WE have to wait till December (when ck updates he/shes plugins)..

    this effectively renders the new version useless as the plugins are what makes bbpress.

    thanks for your time and godbless xoxox

    #70364
    crios
    Member

    I integrated 2.8 & 1.0.1 and it seems to be working beautifully.

    I created a walk through for myself (based off of the screencast), you can see it here. I thought I would post it here for anybody else that might want a set of typed instructions. Maybe this topic should be sticky or put a similar set of instructions on the documentation page?

    1. Install WP 2.8 on domain, in this case http://example.com (I’m going to skip the WP install. I know how to do this.)

    * database: exampledb

    2. Open wp-config.php in a text editor.

    3. Go to https://api.wordpress.org/secret-key/1.1/ and copy the provided keys (the entire text).

    4. Paste the copied keys into wp-config.php above the text “/* Stop editing */.”

    5. Save wp-config.php to web host.

    6. Install bbPress files into a subdirectory. In this case http://example.com/forum. (I’m going to skip the bbPress install. I know how to do this.)

    7. Fill in step 1 of bbPress setup.

    * database: exampledb (use same database as WP install.)

    8. Step 2 of the bbPress install.

    9. Check “Add integration settings.”

    10. Check “Add cookie integration settings.”

    11. Open wp-config.php again and copy and paste “AUTH_KEY” , “SECURE_AUTH_KEY” and “LOGGED_IN_KEY” (just the long string of letter, numbers and symbols in between the quotes) into the appropriate fields in the bbPress Step 2 page.

    12. Go to http://example.com/wp-admin/options.php (there should be a link in the ? section of the salt fields)

    13. Find the appropriate salts and copy and paste them into the appropriate fields in the bbPress Step 2 page.

    * If there is no secure_auth_salt leave it blank.

    14. Check “Add user database integration settings.”

    15. Look in wp-config.php again and copy the “table_prefix” into the appropriate field on the integration page. (in my case it was not just wp_ , it was wp_xxxxxx_ (the x being other numbers and letters.).)

    16. Click the save button and you should see “Your WordPress integration cookie and database settings have been successfully validated. etc…”

    17. Click the Step 3 button.

    18. Fill in the Site name: Example Forum.

    19. Check the URL (should be http://example.com/forum/).

    20. Select a Key Master (if integration was successful the WP admin should show up here and can be selected).

    21. Fill “First forum name” (First Forum).

    22. Click “Save.”

    23. Click “Complete Installation.”

    24. Go to the brand new forum.

    25. I was already logged in to WP so when I went to bbPress, again I was already logged in.

    26. Click on “Admin”

    * It shouldn’t work.

    27. Click “Log Out.”

    28. Log back in to bbPress as the admin.

    29. Click on “Admin.”

    30. You should be able to enter the Admin page of bbPress now.

    31. Go to “Settings” / “WordPress Integration.”

    32. Setup the “User Role Map”.

    * WP Admin: Keymaster

    * WP Editor: Moderator

    * Everybody else is a member.

    33. Click Save.

    34. Go to the WP install (http://example.com)

    35. Install bbPress Integration (WP Plugin): 1.0

    36. Activate the integration plugin.

    37. Go to “Settings” / “bbPress Integration.”

    38. Check the “bbPress URL.”

    39. Leave “plugins URL” alone.

    40. Check WordPress type.

    41. Click Save.

    42. Scroll down to “Manual Cookie Settings” and copy the code in the grey box.

    43. Open wp-config.php and paste the copied code above the text “/* Stop editing */.”

    44. Save wp-config.php to the web host.

    45. Voila everything should be set up!

    46. log in and log out of WP and bbPress and move back and forth between the two to make sure that the integration is working.

Viewing 25 results - 24,401 through 24,425 (of 32,481 total)
Skip to toolbar