Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'code'

Viewing 25 results - 23,851 through 23,875 (of 32,481 total)
  • Author
    Search Results
  • _ck_
    Participant

    Older installs from 0.8 won’t have a default throttle time so the override won’t show up.

    Try putting this into bb-config.php

    $bb->throttle_time=30;

    #78331
    _ck_
    Participant

    I can’t find that on my local or the remote copy.

    In fact I can’t find any other script that could load/create such a script.

    If it appears on your site after you’ve had it installed for awhile, someone injected code into your site.

    #78311

    In reply to: Invalid email address

    chrishajer
    Participant

    What makes that code offending? I don’t follow.

    If you take that out of the bb-config.php, can you register without the email validation problem?

    #31559
    Chris2
    Member

    Hi!

    I was lookin in the code for the inove theme for bb and found this:

    <script language=”javascript”>

    document.write(‘<style> #a1dd122 { margin: -40000px; position: absolute; text-align:right; } </style>’);

    </script>[edited]Cialis 20mg

    Simply a link to that french site with the keyword Cialis 20mg. So if you use this theme you are getting them links. Thought you might wanted to know this.

    #78175
    mazzhe
    Member

    I made the same mistake. It would be a great idea to indicate “You must choose a NEW admin, that doen’t exist yet” at this point of the installation.

    I fixed it by reinstalling bbpress but I needed to clean the database first :

    – I removed the bb-config.php file

    – I looked into the database (using the hosting service tools) and removed all the tables starting with bb_

    – then I started back the installation.

    I guess you can do it another way, without reinstalling : the problem is that you have bbpress installed without any administrator. You can define one manually in the database (using the hosting service tools) :

    – the table wp_users contains the users (I integrated bbp and wp, else I suppose there should be a bb_users, but then we shouldn’t have this error…)

    have a look at it and remember the ID of the user you want to put keymaster (for me, it’s 1)

    – the table wp_usermeta contains some values about the users.

    add a new line containing :

    * umeta_id : a non-used umeta_id

    * user_id : the ID of the user (1 for me)

    * meta_key : bb_capabilities

    * meta_value : a:1:{s:9:"keymaster";b:1;} (I don’t know what it means)

    – then try to connect to your forum and look if you can administrate it !

    Can someone says if it works ?

    #78310

    In reply to: Invalid email address

    tiny-1
    Member

    I found the offending code that I added in my BBconfig file in order to pull the same header as the rest of the site.

    here’s the offending code:

    if (file_exists(‘../wp-blog-header.php’))

    require_once(‘../wp-blog-header.php’);

    else

    if (file_exists(‘../../wp-blog-header.php’))

    require_once(‘../../wp-blog-header.php’);

    which is place at the end like so:

    /**

    * bbPress Database Table prefix.

    *

    * You can have multiple installations in one database if you give each a unique

    * prefix. Only numbers, letters, and underscores please!

    */

    $bb_table_prefix = ‘bb_’;

    /**

    * bbPress Localized Language, defaults to English.

    *

    * Change this to localize bbPress. A corresponding MO file for the chosen

    * language must be installed to a directory called “my-languages” in the root

    * directory of bbPress. For example, install de.mo to “my-languages” and set

    * BB_LANG to ‘de’ to enable German language support.

    */

    define( ‘BB_LANG’, ” );

    $bb->WP_BB = true;

    if (file_exists(‘../wp-blog-header.php’))

    require_once(‘../wp-blog-header.php’);

    else

    if (file_exists(‘../../wp-blog-header.php’))

    require_once(‘../../wp-blog-header.php’);

    ?>

    anything glaringly wrong with this?

    #78212
    johnhiler
    Member

    Wish I could help – I don’t know how IIRF ISAPI stuff work!

    If you want to use bbPress and don’t know much about rewrites, your best best is probably to switch to an Apache server. Then everything should “just work”! (At least, that’s the hope.)

    :-)

    #63021
    pikatore
    Member

    sorry. im an idiot.

    i basically did a front page code transplant, so for all intents and purposes, my theme is kakumei now.

    But neither of the above suggestions work. Instead all my subforums just get sent to the bottom of the list.

    #78280
    yangers101
    Member

    Hi Markus,

    Thanks for the tips. I followed the steps outlined in the above string, and I tried new cookies, but it’s still not working. I’ve pasted this code in the bb-config.php $bb->bb_xmlrpc_allow_user_switching = true; too and it’s still not working. Any more ideas? I appreciate the help.

    #31549
    anandasama
    Member

    I use Buddypress+bbpress and in the topic or post view I want to make a link from a post author in BbPress forums to the /members/ area in Buddypress.

    Basically I just need to write a static url :

    http://www.homepage.com/members/<?php get nice_username from post author ?>

    How I can echo the post author’s nice_username? I need the “nice_username” or else, with post_author_name the link gets broken.

    Please help me!

    #78295
    johnhiler
    Member

    Hey collmonster – it’s definitely possible to change this. This plugin should do the trick. :-)

    https://bbpress.org/plugins/topic/instant-password/

    You can also increase your chances of making it through any spam algorithms if you’re using an SMTP mailer:

    https://bbpress.org/plugins/topic/smtp-mailer-for-bbpress/

    Good luck!

    #77501

    In reply to: All RSS Feeds Broken?

    kirpiit
    Member

    I do not know what happened in the last two weeks, but also my fresh 1.0.2 install throws an error when clicking on a “RSS feed for this topic”.

    Errore interpretazione XML: la dichiarazione XML o testuale non è all'inizio di un'entità

    Indirizzo: http://www.kirpi.it/r/rss/topic/test-di-lenti

    Linea numero 2, colonna 1:<?xml version="1.0" encoding="UTF-8"?>

    ^

    Any idea about it, please?

    Does anybody know if the issue has been addressed, so that instead of spoiling my site in the effort to fix it, I’d better wait for the next release?

    #78265
    maliasif
    Member

    What?I beg your pardon…..Miss cK as an edit in the above post :)

    #78277
    Ryan Hellyer
    Participant

    According to _ck_ bbPress is faster. According to Sam phpBB is “probably” faster in some situations, in others bbPress is faster. In most situations I’d assume bbPress would load paages faster simply because it generally has a lot less to do, both content wise (less features = less HTML/CSS) and processing wise. The only way to tell would be to bench test two identical setups, but I haven’t heard of anyone doing that before.

    In most practical situations I doubt the performance issues are a real issue though. The way you code your theme will probably have more effect on page load times than anything in the backend.

    This is all just guess work though.

    #78276
    kraig
    Member

    I think bbpress is relatively faster when compared to phpbb.


    stock photography

    #78227
    OKTeaRoom
    Member

    Having the same issue. will look over Kakumei when i get a chance tomorrow but if you find the code before then please do share :)

    thanks!

    #78240

    Try “EricBarnes”! Nice and clean Theme…! :)

    johnhiler
    Member

    I’m using the 0.9 version of bbPress, and have noticed something weird. On two of my installs, if an admin goes to someone’s profile and clicks edit, they see the following checkbox:

    Allow this user to [ ] Ignore the 30 second post throttling limit

    If you check that off and click save, then that user can post more than once every 30 seconds. It’s a neat feature. :-)

    On my other installs, the “Allow this user to” label shows up… but the checkbox that lets you turn it on and off isn’t there. That line now just says: “Allow this user to”.

    Any ideas why that checkbox sometimes doesn’t show up on some bbPress installs?

    The only difference I can think of is that the first two installs were upgraded from bbPress version 0.8… while the other installs are all fresh installs. Could that cause this issue?

    How about you: when you (the admin) goes to edit somebody’s profile… do you see the checkbox that lets you change their “throttle” saving?

    #78226
    johnhiler
    Member

    unholyfruitbat – Glad that we narrowed it down. :-) Do you have a program to compare two text files? I use Beyond Compare and love it:

    http://www.scootersoftware.com/download.php

    You could use that to compare theme pages like front-page.php… and see what differences there are in your theme codes.

    #78264
    johnhiler
    Member

    There are no bbPress chat plugins that I’m aware of:

    https://bbpress.org/forums/topic/chat

    Also, _ck_ is a female developer. :-)

    #76540
    chandersbs
    Member

    Ok, waiting :)

    #31538
    suzkaw
    Member

    Hello everyone,

    I am working a new theme for release and I need a cool name. But I am drawing blanks. :(

    So if you have a second take a look here and see if you can think of a unique name.

    http://ericlbarnes.com/bbpress/

    #78215
    mothership
    Member

    We’ve carried out the install and all is working well – http://piedpiper.org.nz

    Thank you for a great product :-)

    #76874
    deadlyhifi
    Participant

    There’s an issue with RSS feeds not validating. The problem appears to stem from &raquo; in the titles (rss.php) so I swapped them all with ::.

    It now validates. It did work fine in Safari, but Firefox and IE threw up errors. Will report in trac…

    Feed validation for this thread: http://validator.w3.org/feed/check.cgi?url=http%3A%2F%2Fbbpress.org%2Fforums%2Frss%2Ftopic%2Fcall-for-testers-on-the-09-branch-and-10-trunk

    There’s also a recommendation to not use <textInput>.

    #76795
    Gautam
    Member

    @pikatore

    This fix is for 1.0, if you are using 9.0.6, then use the original plugin.

    This fix doesn’t create directories with pb-- in their name.

Viewing 25 results - 23,851 through 23,875 (of 32,481 total)
Skip to toolbar