Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'code'

Viewing 25 results - 24,351 through 24,375 (of 32,432 total)
  • Author
    Search Results
  • #76007

    In reply to: theme help please

    Actually it is too much unless someone can really write tutorials here for such things. No Offence but It would be better to hire a freelancer if you really don’t know what are you doing. (You will waste much of your time and if you are here to learn then read on)

    Q1>> Use a variable to count for each topic displayed and then break out of loop when it reaches the value (5). In theme folder, you need to edit front-page.php

    Q2>> Increase the font instead of making a link bold. Use CSS here.

    Q3>> For background-image use CSS to specify for DIV body

    #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

Viewing 25 results - 24,351 through 24,375 (of 32,432 total)
Skip to toolbar