Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'code'

Viewing 25 results - 30,126 through 30,150 (of 32,491 total)
  • Author
    Search Results
  • #57901
    fel64
    Member

    If they are, install this plugin, mark yourself and anyone else as 0 in the bozo field and update the profiles. That should fix it. :)

    #1900
    mfaxion
    Member

    I know its been asked. Yes I have searched. Have everything integrated besides the positioning.

    mysoberlife.com/forums/

    Problem 1: My forum loads on the left of the screen, below sidebar and above the header.

    Tried changing the position of the get_header to the end of the files in bbpress, that only created sidebar problems.

    Am I missing something simple? I assume that I need to modify the CSS file for displaying the content to make it reference the correct location. I tried using an absolute tag but that creates problems for people with different screen sizes. Any recommendations on the CSS code to use?

    Anyone have an idea of what to do? I’m loading the sidebar at the beginning instead of the end of bbpress php files.

    By the way I’m having the config for bbpress call the wp-get-header. Inserted the relevant bbpress styling into my wpmu themes stylesheet.

    Problem 2: On IE 7 part of my sidebar loads in the area where I want the forum to go. I believe it thinks that the sidebar is ending, some div work fixed it for the wpmu part of the site.

    I have a login form that loads different information (control panel) once a user logs in. the problem only occurs when a user is logged in. If anyone has a clue I’d appreciate it.

    Thanks

    -Matt

    #57880

    In reply to: Changing the header

    Sam Bauers
    Participant

    Make sure you aren’t inserting the html inside a block of PHP. Can you post the code here for better analysis?

    #51856
    atimson
    Member

    Per the readme, the template’s search.php must be modified to show post results. How, it doesn’t quite say, though I suspect that if I actually looked at search.php it’d be fairly obvious. ;)

    #53910

    In reply to: Bozo problem

    skrolikowski
    Member

    Yeah, when I looked at the source code I noticed that "‘s were being used instead of "‘s only on the checkbox and value attributes.

    #53909

    In reply to: Bozo problem

    fel64
    Member

    Don’t worry about it :)

    My template-functions might be different, but at a guess that fixes the HTML for people to checkbox if a user is a bozo or not? Problem was that different quotation marks were being used inconsistently, right?

    #53908

    In reply to: Bozo problem

    skrolikowski
    Member

    Now I look like a fool :(

    #53906

    In reply to: Bozo problem

    skrolikowski
    Member

    I don’t know if people are still having this problem, but the same thing happened to me and I used a simple hack to fix it. So for anyone who wants a solution, here goes:

    Open the ‘bb-includes/template-functions.php’ file

    Go to line 1228 where it reads: echo attribute_escape( $label[2] );

    Replace it with: echo str_replace('"','"',attribute_escape( $label[2] ));

    The problem I found was that it was using "‘s instead of ‘s for some unexplainable reason, so I just used a simple str_replace() function to solve the problem. I hope this helps some people, I know the last post was 3 months ago.

    woozyking
    Member

    Downloads:

    .po: http://rapidshare.com/files/34134310/zh_CN.po

    .mo: http://rapidshare.com/files/34134331/zh_CN.mo

    Place zh_CN.mo into bb-includes/languages directory (you may have to create the languages directory yourself), and edit define('BBLANG', ''); to define('BBLANG', 'zh_CN'); in config.php.

    #57879
    migpilot
    Member

    Ha, that was too simple! It’s the akismet.php file but no error code. The server alaways has returned an error code in the past, just not on this.

    Thanks!

    #57878
    Sam Bauers
    Participant

    I assume there were files containing code in the my-plugins folder? There is probably some PHP error being triggered. Most production servers write this error to a log instead of displaying it in the browser and then cease execution of the PHP script.

    You need to locate and read this log to begin to troubleshoot.

    If there are multiple files in your my-plugins folder, then try uploading them one by one until the error occurs. That way you will know which file is broken.

    #57492
    Sam Bauers
    Participant

    No guarantees about this one….

    Add this to an .htaccess file in the base of your bbPress installlation.

    You will need to modify where specified.

    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase <<Insert real path to your installation>>

    RewriteRule ^about([0-9]+).html(.*)$ <<Insert real path to your installation>>topic.php?id=$1 [L,QSA]
    RewriteRule ^forum-([0-9]+).html(.*)$ <<Insert real path to your installation>>forum.php?id=$1 [L,QSA]
    </IfModule>

    #57488
    Trent Adams
    Member

    Asking for paid support in a support forum is a no-no. I can suggest that you leave your contact information and then I can close the thread and/or drop a line over at the paid support list at:

    https://codex.wordpress.org/Mailing_Lists#Professional

    I know that is WP list, but there are people that might help there as well.

    Trent

    #56980
    kreestal
    Member

    Hi guys,

    “Small” problem: when I try to activate Vili’s plugin in my WordPress plugin admin pannel, I get the following message:

    “The plugin could not be activated for it’s causing a fatal error.”

    :'( Any clue what the problem might be?

    I’m using Wordpres 2.2 and BBpress 0.8.1, French install.

    I didn’t change anything in Vili’s PHP, but maybe I should have?

    I’m not programmer, so please help me :) Thank you so much in advance!

    #57656
    cweb
    Member

    Ya I’m having the same problem. Seems there’s no logic that says:

    If (post is not from member)
    then pass post to spam rules
    else always accept

    Either that or it’s broken.

    #55078
    JeremyVisser
    Member

    Perhaps you should name this the “bbPress 0.8.1 Tuneup Plugin” in line with Mark Jaquith. :)

    #57855
    fel64
    Member

    Of course you can. Just open and edit your theme’s header.php, adding HTML code as you want it.

    #57854
    LwEEs
    Member

    I guess my code knowledge is not enough. Can I at least put a small banner with a shortcut to my homepage on the bbpress header. I tried to do that too with no success.

    #54583

    In reply to: No Stylesheet

    fel64
    Member

    If the stylesheet path is correct, you do not have the same problem. It should not contain at all.

    The code should maybe go in /my-plugins/.

    #55368
    bbx
    Member

    Hi

    I have the same problem as you. I tried the different solutions. Adding the code generated by rewrite-rules.php gives me a 500 Internal Error.

    I guess I’ll pass on having permalinks.

    bbx

    #54582

    In reply to: No Stylesheet

    bbx
    Member

    Hello

    I’m having the same exact problem, with the same configuration: Win Xp with SP2 + Xampp.

    Installation went fine, WP users (with the locally installed WP) are recognized, even the french translation file works.

    The path to my stylesheet seems fine, I checked the source. But it won’t work.

    I didn’t get how to fix it. I saw the PHP code but it doesn’t tell WHERE to put it. If anyone could tell, that would be great.

    bbx

    EDIT: I’ve tried to figure it out by myself but it didn’t work out.

    I added the function in the “functions.php” file, and the add_filter in the “default-filters.php” file, both files being in the “bb-includes” folder.

    What did I do wrong?

    #57795
    Epsilon
    Member

    Well thanks for the feedback, fel64. :)

    #1892
    Omegacool
    Member

    English:

    Looking for that of themes for bbpress (no that almost there is) encontre one for k2 that single towards modifications to the style sheet css and then playing with that same code I adapted a little in the style of the subject MistyLook 3,0 of Sadish theme made by Sadish Bullet, with influence of ReOrganize and translated to the Castilian by Car to me Pla. The installation: 1. It decompresses the folder and subelo to “bb-templates” 2. Actualizalo and Enjoy! 3. To see that it seems to them!

    You can download of http://www.ecosatelite.com/?p=35

    Preview http://www.carpinteriamx.com/foro/

    Español

    Buscando aquello de los themes para bbpress (que casi no hay) encontre uno para k2 que solo hacia modificaciones a la hoja de estilos css y pues jugando con ese mismo código lo adapté un poco al estilo del tema MistyLook 3.0 de Sadish Un theme realizado por Sadish Bala , con influencia de ReOrganize y traducido al castellano por Carme Pla.

    La instalacion:

    1. Descomprime la carpeta y subelo a “bb-templates”

    2. Actualizalo y Enjoy!!

    3. A ver que les parece!

    Lo puedes descargar de http://www.ecosatelite.com/?p=35

    Vista Previa http://www.carpinteriamx.com/foro/

    #55469
    biodrama
    Member

    I am having the same problem. I muddled through installing bbpress into my MAMP installation on OS X, wanting to play around with the forum locally. I can see the forum, but clicking on links returns a Not Found error. bbpress can’t find the Profile, Topic, Forum, or View directory. It seems Atsutane’s advice suggests I create a new file called htaccess in the root directory of bbpress. I am unclear on how to proceed, not being much of a coder. Any suggestions much appreciated.

    fel64: I thought of that first, but while going to the old database would allow me to log in, I wouldn’t be able to make the WP user a keymaster since WP and bbPress wouldn’t be linked anymore.

    I ended up editing the database (well, I asked someone who knew what he was doing ;) ) and it worked. This is the post Omarvelous was talking about:

    https://bbpress.org/forums/topic/1048?replies=2#post-6618

Viewing 25 results - 30,126 through 30,150 (of 32,491 total)
Skip to toolbar