Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for '+.+default+.+'

Viewing 25 results - 6,476 through 6,500 (of 6,778 total)
  • Author
    Search Results
  • snakefoot
    Member

    Ok one is seen as Administrator until browing to the WordPress site, where the bbpress-inegration-plugin is activated and the rights are changed to the default role.

    Still weird that no usermeta means Admin-role in WP.

    snakefoot
    Member

    I’m using bbPress 0.82 and every time I create a user then it gets the role WP role as Administrator (Eventhough the default role is subscriber). I’m not using any plugins in WP to handle role-management.

    Guess I will have to redirect user-registration in bbPress to WP, to avoid this issue.

    #58637
    Kahil
    Member

    It can also be done by making the default bbpress theme look like your wordpress theme. I am almost done doing just that over at yourkahil.com

    For the most part everything is the same, only a handful of changes/tweaks to the template files.

    #58681

    Change it in your template.

    Find your theme’s logged-in.php file. Look for bb_profile_link() and change it to

    bb_profile_link( "Use my text instead" );

    (If you’re using the default theme, first copy the bb-templates/kakumei/ directory to a new directory called my-templates/my-theme/, activate that new theme from the Presentation admin panel and edit those files instead).

    #58680
    fel64
    Member

    It probably is. But what are you going to do when you need to update? If you make more changes? Could become very unwieldy very quick. Translation is the way to go.

    #58075

    In reply to: bbSync

    fel64
    Member

    Antonskey: I see your post in the forum overview, I see it in RSS but I just don’t see it here. Weird.

    another question before installing the plugin (i plan to, honestly, i just have a few bugs with bbpress to work out before i go adding more plugins). is there yet the capability of having posts in specific categories go to specific forums?

    Not (yet? dunno). You can assign a forum for it to go to on a post-by-post basis, though (with it blank making it go in default), which probably does that job.

    #58679
    desantes
    Member

    I actually found it. The text can be found in the “template-functions.php” file.

    #58678
    fel64
    Member

    You basically want to translate it. Not sure how it’s done but there are a few translation threads around here. (Some changes you can also make in the theme but by no means all of them.)

    #2012
    desantes
    Member

    Hi. I’m looking to change the wording in some areas. Is there a central place to do this?

    For example, I would like to change “View your profile” to “Profile” where can I do this?

    #56813

    In reply to: Last posted by?

    fel64
    Member

    Woops, rather nasty typo above. Author is spelt with an o, so make that

    <td class="num"><?php topic_author(); ?></td>

    You already have those columns, dlevy, or do I misunderstand? By default it shows the last poster and when.

    #1997

    Topic: Vine forum

    in forum Showcase
    aleck
    Member

    http://vino.aplus.co.yu/forum/

    Serbian forum for vine lovers and small vineyard owners.

    Work in progress, theme is based on Mysty (which is largely based on default theme), but it should be more and more customized, when I find time.

    #58605

    In reply to: Presentaton menu

    fel64
    Member

    That’s pretty weird. Have you tried going to bb-admin/themes.php? That’s its default location.

    csl749
    Member

    Just upgraded to .82.1, and still have the same minor issues:

    • Pretty permalinks/slugs won’t work in IE 7
    • Forum sluggishness – I see ‘waiting’ for a few separate moments in my browser when I click on threads (navigating to the forum and entering forum categories is fine, but actual threads seem comparably slow). I’ve tried changing themes but I get the same results with the default themes.
    • In IE 7 the bottom border of the thread title is misplaced, instead of running beneath the title it runs through the title div.

      .htaccess files as stated earlier in this thread. Any assistance would be very gratefully received. Thanks.

    #58407
    Kahil
    Member

    I got to thinking… being that it renames the image to their usernames, I thought that the following might work, but it doesn’t…

    <img src=”http://yourkahil.com/forum/avatars/&lt;?php echo $strtolower($user->user_identity); ?>.jpg” alt=”avatar” />

    Shouldn’t that work? I’m trying to get it to display the current username of the person visiting the site, provided they are logged in. If they aren’t logged in it shouldn’t display anything. Later I’d like to figure out how to do an if else statement so that if the visitor isn’t logged it, it will display a default image.

    #58429
    kehlers
    Member

    Well, your guess was correct! Your tip got me to thinking about cookies – I’m a little rusty on my setcookie() syntax! Anyhow, I decided to install WordPress, even though I don’t need it just now, because if I could get that to integrate across directories, then I could surely do what I’m hoping for with the gallery.php page.

    That helped me to understand the interactions of the cookies and directories and domains. All that to say, I was able to get it to work using the following in config.php:

    $bb_cookiepath = "/";
    $bb_cookiedomain = ".mydomain.com" ;

    I believe that if cookie domain is not specified, then it will default to be the root of the directory in which the script is running, i.e. mydomain.com/forums/, making it unavailable to any other directory, including parent directories. You probably already knew that, but just putting it out there in case someone else has the same issue. ;)

    #58466

    In reply to: bbPress 0.8.2

    peter-b
    Member

    I’m getting this error message

    You must specify a table prefix in your config.php file

    This is using the same Config.php file I used for 0.8.1, the enty in the config.php is

    $bb_table_prefix = ”; // Only letters, numbers and underscores please!

    (I don’t use table prefixes)

    Edit

    OK the workaround – use PHPmyadmin to rename all the tables with a prefix (I used the default bb_) and then update the config.php file.

    #58436
    ynotweb
    Member

    sorry, took a break. that looks right to me, given your wordpress blog is at http://www.sitenameishere.com/wp/

    also, you’re missing the semi-colon at the end of the require line – after the end paren ); but you may just not have typed that in here. check for that, it would break a site. Otherwise, not sure. Assuming the bbpress install works fine with the default theme…

    #58400
    Kahil
    Member

    well, this plugin names the images by username I think. It also has a default image if no avatar has been uploaded… shouldn’t there be some sort of code there to reference a person’s username?

    peter-b
    Member

    How do I edit hot tags so that they point to a site outside the borad (like the default bbpress tag that points to the bbpress web site? There doesn’t seem to be any table field where tag address information is stored.

    #50274
    fel64
    Member

    You’re running this on WP.com? How’d you manage that? 😮

    Anyway, you need this fix because the default setting should indeed be 0. Once the fix is applied, you also have to go to each affected user and set their status to 0 again.

    #50273
    peter-b
    Member

    Thank you – sorry, some other anomolies/bugs! The bozo setting is strange as the default setting in the user profile is (literally) “1” but there is no entry imn the meta table. Manually setting the setting to “1” (including quotes) then generates the row in the meta table with the value “1” (including quotes) with the user set to bozo! Perhaps the default setting in the table should be 0.

    Chosen passwords might be preferable to having to wait 48 hours or more for registration password to arrive. This mechanism seems unreliable, but I’m not sure if it is a local server issue or a WordPress.com issue…

    #58344
    ganzua
    Member

    “You’re the admin, right? You could just bookmark the page.”

    -> Well, this is an option that I have in mind, but then all users that registered through bbpress will appear with “undefined” role in wordpress. And I can’t insert bbpress <?php login_form(); ?> in wordpress sidebar because it doesn’t work :(

    “Otherwise I suggest you write a plugin that uses the WP wp_login hook and changes the hopefully global $redirect_to depending on whether or not the user is admin. That’s for wp. bb default login behaviour is okay?”

    -> Unfortunately, I have no idea of how to write a plugin or a simple function :( I can badly modify already made code.

    #58343
    fel64
    Member

    You’re the admin, right? You could just bookmark the page.

    Otherwise I suggest you write a plugin that uses the WP wp_login hook and changes the hopefully global $redirect_to depending on whether or not the user is admin. That’s for wp. bb default login behaviour is okay?

    #58339
    fel64
    Member

    Yup. Replace <?php tag_heat_map(); ?> in your copy of front-page.php with:

    <?php tag_heat_map('limit=20'); ?>

    Replace 20 with whatever you want. The default is 45.

    #58294
    fel64
    Member

    Depends on your theme/templates I think. The default template is very small; I think files go between 15 and 20 kB. Obviously avatars can add a lot to that and whatever else you want to add to your theme (if anything) can too. But it’s not really about the software behind it that determines the bandwidth usage.

Viewing 25 results - 6,476 through 6,500 (of 6,778 total)
Skip to toolbar