Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'register'

Viewing 25 results - 3,901 through 3,925 (of 4,248 total)
  • Author
    Search Results
  • #61185

    In reply to: Plugin: Gravatar

    _ck_
    Participant

    Nice job!

    That’s a strange feature to use an email address that the person didn’t use to register but you made it work so I guess you made it work.

    Remember that gravatars are going to be allowed up to 128×128 soon (so says Matt).

    #2523

    Topic: Plugin: Gravatar

    in forum Plugins
    livibetter
    Member

    I wrote a simple plugin for Gravatar. I am planning to put files on Extend, but I am still waiting. You can download it from Google Code for now, please visit this plugin’s homepage. You can find a download link and know how to modify your theme in the page.

    It is relatively simple:

    • Gravatar Email field – This plugin doesn’t use user’s registered email.
    • Email Verification – Users need to own the Gravatar Emails which they input.
    • Support Default Image
    • Size customized (1..80px)

    I hope I can hear your thoughts about this plugin.

    #61166
    iamfyrestorm
    Member

    Well, I don’t know, but since there’s a deregister view following the register view function maybe it’s not necessary.

    function bb_register_view( $view, $title, $query_args = '' ) {
    global $bb_views;

    $view = bb_slug_sanitize( $view );
    $title = wp_specialchars( $title );

    if ( !$view || !$title )
    return false;

    $query_args = wp_parse_args( $query_args );

    if ( !$sticky_set = isset($query_args['sticky']) )
    $query_args['sticky'] = 'no';

    $bb_views[$view]['title'] = $title;
    $bb_views[$view]['query'] = $query_args;
    $bb_views[$view]['sticky'] = !$sticky_set; // No sticky set => split into stickies and not
    return $bb_views[$view];
    }

    function bb_deregister_view( $view ) {
    global $bb_views;

    $view = bb_slug_sanitize( $view );
    if ( !isset($bb_views[$view]) )
    return false;

    unset($GLOBALS['bb_views'][$view]);
    return true;
    }

    I’m in trouble if I ever need to create my own views or if the views that are being created in the default-filters.php page are ever used. But until I get a response from someone that knows what’s going on, I’m running bbPress without it register views.

    #58156

    In reply to: bbSync

    vitovarducci
    Member

    I’m not sure what I’m doing wrong.

    I filled out all of the proper synchronization options and everything registered correctly.

    But when I go to migrate from bbpress post, I receive this error:

    WordPress database error: [Table 'db218346346.wp_bbpress_post_posts' doesn't exist]
    SELECT * FROM wp_bbpress_post_posts

    WordPress database error: [Table 'db218346346.wp_bbpress_post_posts' doesn't exist]
    SELECT * FROM wp_bbpress_post_posts

    How do I fix this?

    Thank you for your help!

    #61164
    iamfyrestorm
    Member

    Yes, I commented out the lines that were calling bb_register_view because they pissed me off. I can change it back if you like. I don’t know what their purpose is, but I’m pretty sure it might come back to bite me in the butt at a later date.

    #61162
    iamfyrestorm
    Member

    I’ve done a little more troubleshoot, although it’s gotten me nowhere, but I’ll post it here in the event that someone may be able to help me:

    Line 81 in the bb-includes/default-filters.php file is:

    bb_register_view('no-replies', __('Topics with no replies'), array('post_count'=>1));

    I did a search in the files and “bb_register_view” pops up in 3 files:

    default-filters.php

    functions.php

    template-functions.php

    #61114

    Just installed bbPress, and experiencing the exact same problem. Normal installation of WP 2.3 (latest version). No clue what might be wrong either.

    Making another user KeyMaster works however. So as a workaround I’ve registered a “dummy” to use for this only. Awesome.

    Edit: It turns out my “normal” account doesn’t have permission to edit tags either.

    #61072

    In reply to: CSS

    Graeme
    Member

    Did you copy all of the rules?

    You should have copied all of these rules:

    /* Default table structure
    =================================== */

    /* 100% is a good starting width for most tables - this is a forum! */
    table { width: 100% }

    /* Login form (header.php)
    =================================== */

    .login {

    }

    .login p {

    }

    .login label {

    }

    .login #submit {

    }

    p.login {

    }

    form.login input {

    }

    /* Breadcrumbs (most templates)
    =================================== */
    .bbcrumb {

    }

    /* Notice (profile.php)
    =================================== */

    .notice {

    }

    .notice p {

    }

    /* Front Page
    =================================== */

    #front-page #hottags {

    }

    #front-page #discussions {

    }

    /* hot tags! */
    .frontpageheatmap {

    }

    #front-page #main h2, #forum-page #main h2, h2.post-form, #userlogin, #currentfavorites, #register {

    }

    #front-page #discussions ul {

    }

    .sticky {
    background-color: #ffffd0;
    }

    /* Topic Page (topic.php)
    =================================== */

    /* wrapper for topic */
    .infobox {
    border-top: 1px solid #eeeeee;
    border-bottom: 1px solid #eeeeee;
    }

    ul.topicmeta {
    display: block;
    margin-left 1.0; padding-left: 0em;
    }

    .topicmeta li {
    display: list-item;
    list-style: square inside;
    }

    #topic-info h2 {
    border: 0px;
    margin: 0px;
    }

    #topic-info {
    float: left;
    }

    #topic-tags {
    top: 1.0em;
    margin-top: 2.0em;
    float: right;
    }

    /* .nav used by topic.php & tag-single.php */
    .nav {

    }

    .nav span {

    }

    .nav span, .nav a {

    }

    #thread {

    }

    #thread li {
    margin-bottom: 1.0em;
    }

    #thread li ol, #thread li ul {

    }

    #thread li ol li, #thread li ul li {

    }

    /* following are used by post.php */
    .threadauthor {
    margin-left: -0px;
    overflow: hidden;
    width: 115px;
    position: absolute;
    }

    .threadpost {
    margin-left: 130px;
    width: 370px;
    background-color: #f5f5f5;
    padding: 10px;
    }

    .poststuff {
    font-size: 0.8em;
    border-top: 1px solid #e5e5e5;
    }

    .num, #forumlist small {

    }

    .postform {
    background: #f0f0f0;
    padding: 1em;
    margin-bottom: 1em;
    }

    .postform textarea {
    height: 12em;
    margin: 5px 0;
    padding: 5px;
    width: 96%;
    display: block;
    }

    .postform label { display: block; }

    .rssfeed { line-height: 20px; padding-left: 23px; background: url( "images/feed-icon-16x16.png" ) center left no-repeat; }

    #manage-tags {

    }

    #manage-tags li {

    }

    .submit {

    }

    .topiclink {

    }

    .topictitle {

    }

    #topic-move {
    margin-bottom: 1.0em;
    }

    /* Content - specific to the main content div
    =================================== */

    #content .frontpageheatmap a {

    }

    #content .infobox li {

    }

    #content .nav a {

    }

    #content .nav a:hover {

    }

    #content a:visited {

    }

    /* Profile Page
    =================================== */

    #profile-menu {
    padding-top: 0.5em;
    list-style: none;
    border-bottom: 2px solid #ccc;

    }

    #profile-menu ul {
    }

    #profile-menu li {
    font-size: 1.1em;
    background-color: #eee;
    padding: 4px 7px;
    margin: 0px;
    display: inline;
    position: relative;
    top: -3px;
    }

    #profile-menu li.current {
    background-color: #ccc;
    }

    #userinfo {

    }

    #userinfo dt {

    }

    #userinfo dd {

    }

    #useractivity {

    }

    .user-recent {

    }

    .user-recent .alt {
    background-color: transparent;
    }

    .user-recent ol {

    }

    .user-recent ol li {

    }

    /* Profile Edit
    =================================== */

    fieldset {

    }

    legend {

    }

    fieldset table {

    }

    fieldset table td {

    }

    fieldset p {

    }

    /* Other
    =================================== */

    #front-search {

    }

    #latest td, #forumlist td, #favorites td {
    border: 1px solid #f5f5f5;
    }

    #forumlist tr td div.nest {

    }

    #latest tr:hover, #forumlist tr:hover, #favorites tr:hover {

    }

    #latest th, #forumlist th, #favorites th {
    background-color: #e9ede8;
    border: 1px solid #f5f5f5;
    }

    #latest, #forumlist, #favorites {

    }

    .alt {
    background-color: #f9f9f9;
    }

    .bozo {

    }

    .alt.bozo {

    }

    .deleted {

    }

    .alt.deleted {

    }

    #60976
    tbronson
    Member

    It seems to be a user thing. I’d been posting from a user that’d been established in WordPress. I updated it to Key Master in bbPress, so it should have all powers. But I found that, apart from tags, I couldn’t delete a post either, same no permission message (same as noted by Jolaedana above). So I logged out and logged in as Superadmin, the default account from bbPress installation, and voila, I can do everything, add tags, delete posts.

    That doesn’t solve the problem. I haven’t tested to see what happens with other users, both already registered from WP and registered through bbPress. But it’s a workaround for me, and a…clue. :)

    #60358

    In reply to: bbPress Theme Showcase

    neyoung
    Member

    I think he registered a permanent domain.

    http://bbshowcase.org/forums/

    #60335
    neyoung
    Member

    I think she registered a permanent domain.

    http://bbshowcase.org/forums/

    #2457

    Just noticed, while installing and integrating WP and BBP.

    In WP users can register with a username including a space, such as

    “Mr Pace”

    In BBP this user would not be able to log in, since usernames with spaces does not work. “Mr Pace” is correctly noticed in the admin control panel but when trying to long theres an error message saying that “MrPace” (without the space between Mr and Pace) is not a registr user.

    #60834
    chrishajer
    Participant

    Maybe the restrict registration plugin would help:

    https://bbpress.org/plugins/topic/44?replies=3

    Or even this admin add user plugin:

    https://bbpress.org/plugins/topic/29?replies=3

    Or this approach:

    https://bbpress.org/forums/topic/fight-against-auto-register-robot?replies=1#post-3431

    Or this:

    https://bbpress.org/forums/topic/registration-spam-038-akismet?replies=7#post-6274

    I have never had a spam comment posted, but I get lots of spammers who register. I just nuke them every couple of days.

    #60824

    In reply to: Trouble Logging Out

    chrishajer
    Participant

    To get Akismet working, you need an Akismet key. You need to register at http://wordpress.com/signup/ – you can check the radio button that says “Just a username, please.” and once you have an account, your Akismet key is in their somewhere (been a while since I had to look for it – but I think it’s “My Account > Edit Profile” and they “wordpress.com” key is there.) Once you have the key, you put it in your config.php like this:

    $bb->akismet_key = ''; // Example: '0123456789ab

    Just put your key in between those quotes, and you’re done.

    #2427

    Topic: Simple registration

    in forum Plugins
    txerdiakov
    Member

    Hello

    Somebody knows if there is a plugin or is going to be added in the next version a system to simplificate the registration process?

    It would be great one of this things:

    1- anonymous post, just put my name

    2- i have to register, but I can choose my password and I don’t need to wait for a registration mail.

    The main problem I have is that my users are lazy, so if I make them register and wait for a password they are going away…

    Thanks for your comments.

    #60053
    Sam Bauers
    Participant

    > I’m looking for the ability to assign any registered user (say, from a dropdown list) to any particular support entry.

    This sounds like a nice feature. I’m working on 2.4 at the moment and I’ll consider adding it.

    Do you want to be able to specify which users appear in the dropdown, or can I just offer the ability to list all moderators (or some other role)?

    #60052
    outchy
    Member

    Thanks for this update, I just came across it now and implemented it now. Very good indeed.

    I’m looking for the ability to assign any registered user (say, from a dropdown list) to any particular support entry. So in other words, up top beneath where it says “This topic is not resolved”, it would say something like “This topic is assigned to “Johnny”.

    Do you think this is possible?

    #2408
    #60652
    Trent Adams
    Member

    As you know about bbPress (hense posting in this forum), the only way to change a username is to do it directly through the database. Since there are very few people who can do this here and I doubt they will, the best would be to just login (or register) as jezmck for future posts.

    Trent

    #2391

    Topic: Cookies

    in forum Plugins
    jdawson
    Member

    Hello,

    I have modified our website’s registeration process so it copies over the user information to “bb_users” and the correct permissions for “bb_usermeta” — all working as expected, allowing us one registeration process for the site, AND forum. Excellent.

    What I want to do now, is set the cookie information during our website login, so it automatically logs them in to the forum (as both username and password are always the same, as we handle this during registeration).

    Problem is, I can’t figure out what bbpress is using to make the md5hash of the cookie name, example: bb_user_f1f348ebf7e6886fc1e743a675246401

    If I modify bbpress to force the name (NOT THE VALUE) of the cookie to be, example: “usercookie” and “passwordcookie” — then my login process works and the user can move around the site and message board seemlessly, but this isn’t working as intended.

    So simply, can someone tell me how the cookie name is created so I can do the same in my own login process! Thank you.

    #55014
    enquirer32
    Participant

    I followed the instructions to change the template and delete the register.php file in the root but get the following error message which doesn’t look very good even if it works:

    URL /register.php was not found on this server.

    Which file does one edit to get rid of the Register option?

    #60023
    fel64
    Member

    Sounds like no amount of messing with the template could save you from this fate. I have no idea why you would have done this, but have you replaced profile.php in the root of bb with a template file? This is what profile.php should look like. (Your custom templates should go in a my-templates/ folder in root.)

    <?php
    require_once('./bb-load.php');

    bb_repermalink(); // The magic happens here.

    if ( $self ) {
    if ( strpos($self, '.php') !== false ) {
    require($self);
    } else {
    require( BBPATH . 'profile-base.php' );
    }
    return;
    }

    $reg_time = strtotime( $user->user_registered );
    $profile_info_keys = get_profile_info_keys();

    if ( !isset( $_GET['updated'] ) )
    $updated = false;
    else
    $updated = true;

    do_action( 'bb_profile.php_pre_db', $user_id );

    if ( isset($user->is_bozo) && $user->is_bozo && $user->ID != bb_get_current_user_info( 'id' ) && !bb_current_user_can( 'moderate' ) )
    $profile_info_keys = array();

    $posts = get_recent_user_replies( $user_id );
    $threads = get_recent_user_threads( $user_id );

    do_action( 'bb_profile.php', $user_id );

    bb_load_template( 'profile.php', array('reg_time', 'profile_info_keys', 'updated', 'threads') );
    ?>

    #2354
    kernow
    Member

    I have a few concerns, which I’d like an opinion on:

    1. Some new members get the title ‘keymaster’, which I change/delete/inactivate to something less worrying.
    2. The total member list is quoted as 314, whereas I have approx 80 registered members
    3. Since the last upgrade the Censor plugin has ceased to function.

    Any suggestions as to what problems I might be experiencing…?

    #60463
    chrishajer
    Participant

    I registered, and could not log in with my username and password. Also, I never received a welcome email. So, something is screwy, for sure. Can you look in the database and be sure the users were added? Are you integrated with your WordPress install?

    #2346
Viewing 25 results - 3,901 through 3,925 (of 4,248 total)
Skip to toolbar