Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'register'

Viewing 25 results - 3,626 through 3,650 (of 4,248 total)
  • Author
    Search Results
  • #67877
    Olaf Lederer
    Participant

    what is the language?

    sowmithrii
    Member

    Hi, Am new to this site and hope am posting this query in right place.

    I recently downloaded bbpress forum software . The integration was successfull with wordpress . But I want the users in my website to access the forum without need of registering in it again.

    I dint find any means of achieving this. Can anyone help…

    I tried changing the forum code., but i think it is not a good idea.

    CHeeRS,

    sowmithrii

    #4045
    leoleoleo
    Member

    My bbPress is non-English forum name.When user register from my forum. The password mail title not display correct my forum name.How to fix it? Thanks!

    #67476

    In reply to: Accents in username

    myu
    Member

    Thanks for reply.

    Me, I personally don’t mind using alphabet for username, but have to think of target audience. Got me worried a bit. :)

    I hope in the future version there’s some sort of conversion mechanism for people that’s already registered using utf-8 encoded username. (pretty please..)

    #4032
    websydaisy
    Member

    Hello! On a BBPress forum I am creating, I need for unregistered users to be able to see the titles of Topics and Forums on the forum home page, but not be able to actually read the threads. Ideally I would like the name of the Topics and the Forums to be hyperlinked as they are now, but if you click on them, you are taken to the Log In Page. It must be possible, but all I am finding are ways to hide the names of the topics, which I do not want to do.

    Thanks!

    #66865
    jbbrwcky
    Member

    What about already registered accounts on bbpress/wordpress? Mine don’t work together and in fact if I log in in my bbpress it breaks my wordpress, I have to clear the cache/cookies to be able to login to the WP again.

    #66864
    hoyer801
    Member

    I had the same issue as the original poster. I tried the .htaccess solution but I couldn’t get it to work. I used the other solution (editing the register.php) and I’ll keep in mind to check it again on updates.

    #64990
    _ck_
    Participant

    I thought I made a mini-plugin to fix this.

    Yup, I did.

    https://bbpress.org/forums/topic/registering-with-another-users-email

    #66087
    nekita
    Member

    To give you an idea of what I’m talking about:

    http://chocolatebydeath.com/forum/

    User: Rauko

    PW: IIlCuxOmYRpn

    This is a test user I just registered. Once you log in with this data, you’ll see that this account is extremely restricted for whatever reason. It’s the same with my own admin account and other user accounts.

    #66716

    In reply to: bbPress 1.0 alpha

    kannued
    Participant

    I restarted Firefox 2, checked cookies which was allowed for this site, and the same problem occurred. I didn’t mention before that after I click on the Register button, my username appears in the top left of the page, again with the form as I completed it. I also tried this in IE6 with cookies allowed too. The same problem occurred.

    #66715

    In reply to: bbPress 1.0 alpha

    chrishajer
    Participant

    > But then when all it done, I am still on the register page

    > with the form filled in. I would think I would get a thank

    > you, your password will be sent to you.

    This happened to me once before. I thought I was seeing things. In my case, it was cookies or something because when I restarted the browser and tried again, it worked fine. Can you recreate the problem in another browser?

    #66713

    In reply to: bbPress 1.0 alpha

    kannued
    Participant

    When I register (click on the Register button) there appears to be a transfer. But then when all it done, I am still on the register page with the form filled in. I would think I would get a thank you, your password will be sent to you. And yes, the two required fields are filled in properly.

    #66710

    In reply to: bbPress 1.0 alpha

    kannued
    Participant

    The test registered name is not in my database, just the original keymaster user.

    #66709

    In reply to: bbPress 1.0 alpha

    kannued
    Participant

    I installed the alpha on its own database. When I test register, I am not sent a password, nor password sent when I try to recover password.

    #3957
    Amir Habibi
    Member

    Hi! When you try to register a name containing accents, the accents are stripped.

    Any solution ?

    (0.9.0.2 & the bug is visible on this forum)

    #3951
    mheslop
    Member

    I’ve just installed (yesterday) the newest stable versions of WP and BBPress but am having problems with the cookie integration.

    Account information is working and shared (you can login and register on with BB or WP), but being logged in/out of one does not effect the other.

    My bb-config.php didn’t have a SECRET_KEY, but i’ve added one now :-

    define(‘BB_SECRET_KEY’,’blah-blah-blah’); // (ok not exactly blah blah blah)

    and put the same (omitting BB_) in wp-config.php.

    I also set the following in wp-config.php

    define(‘COOKIE_DOMAIN’, ‘mydomain.co.uk’);

    define(‘COOKIEPATH’, ‘/’);

    This doesn’t seem to be required in bb-config.php (? is that right ?)

    bbPress is installed at mydomain.co.uk/forums

    I’m not sure what i’m doing wrong, it’s probably simple, but I just seem to find lots of conflicting documentation for different versions and nothing i’ve tried seems to have worked.

    Other question, will there be a conflict between mydomain.co.uk and http://www.mydomain.co.uk as I’ve set cookie_domain to omit www. but when public users will likely prepend www to the domain name.

    #3940
    mjsmith
    Member

    Hi,

    I installed bbpress yesterday. I followed the installation guide and the forum was successfully installed. I have a seperate database for my bbpress.

    I have not integrated our wordpress blog to the bbpress forum. I also did not changed our wordpress settings like “users must be registered to login or comment”.

    Today, I just noticed that the comments on our wordpress blog are gone. You can see them in the wordpress dashboard but when you visit the post for example here:

    http://www.rewardcreditcardsite.com/how-to-spot-a-non-rewarding-credit-card/

    It says it has “3 comments” but you can’t see the comments or comment box.

    I removed the bbpress, but it didnt bring my comments back. Can anyone help? Thanks

    #3931
    Jens Wedin
    Member

    Here is a function list for the v1.0 alpha one. As the developers do not add any documentation I found this on the net. You can you this by your own if you have an older or newer version of bbPress by doing this command in the terminal (linux or mac):

    grep -oe ^function.*) bb-includes/template-functions.php | sort > functions.txt

    This idea is Tims (http://timjoh.com), I used updated his idea.


    function _bb_list_tag_item( $tag, $args )
    function _bb_parse_time_function_args( $args )
    function _bb_time_function_return( $time, $args )
    function allowed_markup( $args = '' )
    function alt_class( $key, $others = '' )
    function bb_active_theme_uri()
    function bb_admin_link( $args = '' )
    function bb_current_user_info( $key = '' )
    function bb_feed_head()
    function bb_forum()
    function bb_forum_bread_crumb( $args = '' )
    function bb_forum_class( $args = null )
    function bb_forum_dropdown( $args = '' )
    function bb_forum_pad( $pad, $offset = 0 )
    function bb_forum_posts_rss_link( $forum_id = 0, $context = 0 )
    function bb_forum_topics_rss_link( $forum_id = 0, $context = 0 )
    function bb_get_active_theme_uri()
    function bb_get_admin_link( $args = '' )
    function bb_get_current_user_info( $key = '' )
    function bb_get_footer()
    function bb_get_forum_bread_crumb($args = '')
    function bb_get_forum_dropdown( $args = '' )
    function bb_get_forum_is_category( $forum_id = 0 )
    function bb_get_forum_posts_rss_link( $forum_id = 0, $context = 0 )
    function bb_get_forum_topics_rss_link( $forum_id = 0, $context = 0 )
    function bb_get_header()
    function bb_get_location()
    function bb_get_logout_link( $args = '' )
    function bb_get_post_delete_link( $post_id = 0 )
    function bb_get_post_edit_link( $post_id = 0 )
    function bb_get_post_ip_link( $post_id = 0 )
    function bb_get_post_time( $args = '' )
    function bb_get_posts_rss_link($context = 0)
    function bb_get_profile_link( $args = '' )
    function bb_get_stylesheet_uri( $stylesheet = '' )
    function bb_get_tag_heat_map( $tags, $args = '' )
    function bb_get_tag_link( $tag_name = 0, $page = 1 )
    function bb_get_tag_link_base()
    function bb_get_tag_name( $id = 0 )
    function bb_get_tag_page_link()
    function bb_get_tag_remove_link( $args = null )
    function bb_get_tag_rss_link( $tag_id = 0, $context = 0 )
    function bb_get_template( $file )
    function bb_get_theme_uri( $theme = false )
    function bb_get_title( $args = '' )
    function bb_get_topic_close_link( $args = '' )
    function bb_get_topic_delete_link( $args = '' )
    function bb_get_topic_pagecount( $topic_id = 0 )
    function bb_get_topic_sticky_link( $args = '' )
    function bb_get_topics_rss_link($context = 0)
    function bb_get_user_email( $id )
    function bb_get_user_id( $id = 0 )
    function bb_get_view_rss_link($context = 0)
    function bb_head()
    function bb_is_topic_lastpage( $topic_id = 0 )
    function bb_language_attributes( $xhtml = 0 )
    function bb_list_tags( $args = null )
    function bb_load_template( $file, $globals = false )
    function bb_location()
    function bb_logout_link( $args = '' )
    function bb_new_topic_forum_dropdown()
    function bb_post_admin()
    function bb_post_template()
    function bb_post_time( $args = '' )
    function bb_profile_admin_form( $id = 0 )
    function bb_profile_base_content()
    function bb_profile_data( $id = 0 )
    function bb_profile_data_form( $id = 0 )
    function bb_profile_link( $args = '' )
    function bb_profile_password_form( $id = 0 )
    function bb_related_tags_heat_map( $args = '' )
    function bb_sort_tag_heat_map( &$tag_counts )
    function bb_stylesheet_uri( $stylesheet = '' )
    function bb_tag_heat_map( $args = '' )
    function bb_tag_link( $id = 0, $page = 1 )
    function bb_tag_link_base()
    function bb_tag_name( $id = 0 )
    function bb_tag_page_link()
    function bb_tag_remove_link( $args = null )
    function bb_tag_rss_link( $id = 0, $context = 0 )
    function bb_template_scripts()
    function bb_title( $args = '' )
    function bb_topic_admin( $args = '' )
    function bb_topic_labels()
    function bb_topic_pagecount( $topic_id = 0 )
    function bb_topic_search_form( $args = null, $query_obj = null )
    function edit_form()
    function favorites_link( $user_id = 0 )
    function favorites_pages()
    function favorites_rss_link( $id = 0, $context = 0 )
    function forum_description( $args = null )
    function forum_id( $forum_id = 0 )
    function forum_link( $forum_id = 0, $page = 1, $context = BB_URI_CONTEXT_A_HREF )
    function forum_name( $forum_id = 0 )
    function forum_pages( $forum_id = 0 )
    function forum_posts( $forum_id = 0 )
    function forum_topics( $forum_id = 0 )
    function full_user_link( $id = 0 )
    function get_allowed_markup( $args = '' )
    function get_alt_class( $key, $others = '' )
    function get_favorites_link( $user_id = 0 )
    function get_favorites_rss_link( $id = 0, $context = 0 )
    function get_forum_description( $forum_id = 0 )
    function get_forum_id( $forum_id = 0 )
    function get_forum_link( $forum_id = 0, $page = 1, $context = BB_URI_CONTEXT_A_HREF )
    function get_forum_name( $forum_id = 0 )
    function get_forum_parent( $forum_id = 0 )
    function get_forum_position( $forum_id = 0 )
    function get_forum_posts( $forum_id = 0 )
    function get_forum_topics( $forum_id = 0 )
    function get_full_user_link( $id = 0 )
    function get_page_number_links($page, $total)
    function get_post_author( $post_id = 0 )
    function get_post_author_id( $post_id = 0 )
    function get_post_author_title( $post_id = 0 )
    function get_post_author_title_link( $post_id = 0 )
    function get_post_id( $post_id = 0 )
    function get_post_ip( $post_id = 0 )
    function get_post_link( $post_id = 0 )
    function get_post_text( $post_id = 0 )
    function get_profile_tab_link( $id = 0, $tab, $page = 1 )
    function get_topic_author( $id = 0 )
    function get_topic_deleted_posts( $id = 0 )
    function get_topic_id( $id = 0 )
    function get_topic_last_post_link( $id = 0 )
    function get_topic_last_poster( $id = 0 )
    function get_topic_link( $id = 0, $page = 1, $context = BB_URI_CONTEXT_A_HREF )
    function get_topic_posts( $id = 0 )
    function get_topic_rss_link( $id = 0, $context = 0 )
    function get_topic_start_time( $args = '' )
    function get_topic_time( $args = '' )
    function get_topic_title( $id = 0 )
    function get_user_delete_button()
    function get_user_display_name( $id = 0 )
    function get_user_link( $id = 0 )
    function get_user_name( $id = 0 )
    function get_user_profile_link( $id = 0, $page = 1, $context = BB_URI_CONTEXT_A_HREF )
    function get_user_title( $id = 0 )
    function get_user_type( $id = 0 )
    function get_user_type_label( $type )
    function get_view_link( $_view = false, $page = 1, $context = BB_URI_CONTEXT_A_HREF )
    function get_view_name( $_view = '' )
    function is_bb_admin()
    function is_bb_favorites()
    function is_bb_feed()
    function is_bb_profile()
    function is_bb_search()
    function is_bb_stats()
    function is_bb_tag()
    function is_bb_tags()
    function is_forum()
    function is_front()
    function is_topic()
    function is_view()
    function login_form()
    function manage_tags_forms()
    function new_topic( $args = null )
    function post_anchor_link( $force_full = false )
    function post_author( $post_id = 0 )
    function post_author_avatar( $size = '48', $default = '', $post_id = 0 )
    function post_author_avatar_link( $size = '48', $default = '', $post_id = 0 )
    function post_author_id( $post_id = 0 )
    function post_author_link( $post_id = 0 )
    function post_author_title( $post_id = 0 )
    function post_author_title_link( $post_id = 0 )
    function post_author_type( $post_id = 0 )
    function post_del_class( $post_id = 0 )
    function post_delete_link( $post_id = 0 )
    function post_edit_link( $post_id = 0 )
    function post_form( $h2 = '' )
    function post_id( $post_id = 0 )
    function post_ip( $post_id = 0 )
    function post_ip_link( $post_id = 0 )
    function post_link( $post_id = 0 )
    function post_text( $post_id = 0 )
    function profile_menu()
    function profile_pages()
    function profile_tab_link( $id = 0, $tab, $page = 1 )
    function search_form( $q = '' )
    function tag_form( $args = null )
    function tag_pages()
    function topic_author( $id = 0 )
    function topic_class( $class = '', $key = 'topic', $id = 0 )
    function topic_close_link( $args = '' )
    function topic_delete_link( $args = '' )
    function topic_id( $id = 0 )
    function topic_last_post_link( $id = 0 )
    function topic_last_poster( $id = 0 )
    function topic_link( $id = 0, $page = 1, $context = BB_URI_CONTEXT_A_HREF )
    function topic_move_dropdown( $id = 0 )
    function topic_noreply( $title )
    function topic_pages( $id = 0 )
    function topic_pages_add( $id = 0 )
    function topic_posts( $id = 0 )
    function topic_posts_link( $id = 0 )
    function topic_rss_link( $id = 0, $context = 0 )
    function topic_show_all_link( $id = 0 )
    function topic_start_time( $args = '' )
    function topic_sticky_link( $args = '' )
    function topic_tags()
    function topic_time( $args = '' )
    function topic_title( $id = 0 )
    function user_delete_button()
    function user_favorites_link($add = array(), $rem = array(), $user_id = 0)
    function user_link( $id = 0 )
    function user_profile_link( $id = 0 , $page = 1, $context = BB_URI_CONTEXT_A_HREF )
    function user_title( $id = 0 )
    function user_type( $id = 0 )
    function user_type_label( $type )
    function view_link( $_view = false, $page = 1, $context = BB_URI_CONTEXT_A_HREF )
    function view_name( $view = '' ) { // Filtration should be done at bb_register_view()
    function view_pages()


    #67293

    In reply to: Is BBPress Any Good?

    chrishajer
    Participant

    > What do I get with bbPress?

    Free forum software that is under active development

    > Is it secure?

    Yes.

    > Will it get spammed to death?

    No. It comes with Akismet to prevent spammers from posting, and you can use the Human Test plugin to prevent them from registering in the first place.

    > Is it stable?

    Yes. Even the latest Alpha version has been stable for me.

    > Is it designed for personal sites or can businesses

    > use it with confidence?

    It’s designed for people who need forums. Businesses and individuals alike use it. Check out these people using bbPress.

    #67256
    _ck_
    Participant

    Cookies have nothing to do with reading the forum (unless there’s a hidden/private forum). Cookies are about identifying yourself as a registered member and giving you the ability to post. But a secure login method and cookie means that no-one else can pretend to be you.

    The mini-plugin is to prevent Google from showing a “cache” link on your pages when people find results from your website. They’ll have to visit your site directly, and if it’s a hidden/private forum, they won’t be able to just read it through Google’s cache (which can’t see it anyway, unless someone changes “Hidden Forums” behaviour).

    #67251
    _ck_
    Participant

    There’s no hacking involved in that process.

    It’s just a simple workaround.

    The foolish forum operators are allowing anyone with the user-agent of “GoogleBot” into their private forums. And/or they are allowing Google to cache their private forums. The reason why they do this is they want Google to send them traffic and the only way they can do that is to let google see the content of the hidden forums.

    bbPress doesn’t do this by default and no known plugin does it either, certainly not my “hidden forums” plugin.

    My Mini-Track plugin can tell you the difference between real Google and people pretending to be Google. It’s very easy, you just do a rDNS on the ip and see if it goes to a google owned ip block. rDNS is very slow (1-5 seconds) so people don’t normally do it by default.

    You wouldn’t have to delete the spammer profiles if you didn’t let them on in the first place. Install my “Human Test” plugin and 99.9% of them will never register.

    #3898
    kannued
    Participant

    I came across these articles that says usernames and passwords do not necessarily mean privacy thanks to Google’s cache system. If you have the knowledge, these private areas are easy to hack. I’m wondering how bbpress’s privacy plugin stacks up against this hacking.

    http://hackforums.net/showthread.php?tid=25040

    http://www.theregister.co.uk/2008/08/22/accessing_restricted_sites/

    On a slightly related issue:

    I have noticed that ALL profiles in any forum are public. If you keep sequencing then, you can see each person’s profile, which means even the spammers that are blocked can still be viewed with their websites, emails, and interests. This unintended promotion bothers me. If I start deleting the spammers profiles, I will just have a lot of work to do. The perfect world is that profiles that are approved should be the only ones available by sequencing.

    ie.

    http://www.example.com/forums/profile/1042

    #67196
    geekymom
    Member

    Yep, that’s the only thing that doesn’t work. I was able to register another user, post to a forum, etc.

    The install is on a linux box. The directory for the install is /var/../…/bbpress

    shoggy
    Member

    My setup is fully working, except :

    when a user register via wordpress, he dont get the good capabilities, so he can’t post on bbpress!

    user registered via bbpress get the good capabilities (a:1:{s:6:”member”;b:1;} in wp_usermeta).

    In the admin integration option (http://domain.tld/forums/bb-admin/options-wordpress.php), I mapped wordpress subscribers to bbPress members.

    How can I fix this ?

    Thanks!

    btw, does some know if there is a planned release date for bbPress 1.0 ?

    #67149
    Erica S
    Member

    Thanks for the idea, I didn’t think of it that way. I just assumed that if I had accounts in WP then I didn’t need to create any in BBpress. Well, I tried that just now and something weird in the database. After registering a test member in BBpress I looked in the database and all I saw was the “non-existent” keymaster, the newly registered member wasn’t even in there. I looked in the WP user tables and the member was there but not in BBpress even though that’s where I registered them. This is a clean install, so there’s no plugins and editing the config file didn’t work either.

Viewing 25 results - 3,626 through 3,650 (of 4,248 total)
Skip to toolbar