Skip to:
Content
Pages
Categories
Search
Top
Bottom

Forum Replies Created

Viewing 25 replies - 126 through 150 (of 189 total)
  • @famous

    Participant

    Does anyone know if a child theme of bp-default placed in the themes folder and called default can replace an original default theme by mu.wordpress. I tried it and all blogs are broken. The only thing that shows is a white page.

    @famous

    Participant

    I have the same problem. I used the bp-default and created a child theme named default and put it under the themes directory. I did this to replace the original default theme. I was hoping that when new users create an account they would assume the child default theme automatically, however, I noticed when test creating blogs that they don’t work at all since 1.2 buddypress. I deleted my original default theme and all 100 blogs are broken now. Will you have a fix for this soon?

    error for new blogs:

    The blog you have requested is not installed properly. Please contact the system administrator.

    old blogs will not connect to new default child theme?

    Thanks

    @famous

    Participant

    I guess I should have worded the above different. I also found the plugin you speak of, however–I guess what I was wondering is, will buddypress eventually incorporate their own plugin. The reason I state that is because, it seems logical to email all users in case there is a problem with logins or if someone hacked the system. BuddyPress seems like it should be the responsible party to potential problems. Not muWordpress or wordpress. And being that it is a social network website owners must keep the attention of users by sending information out occassionally. Just a thought…

    @famous

    Participant

    Thanks JJJ now I am getting:

    The requested URL /members/ was not found on this server. The only thing that I could think of that may be doing this is that, I added the new themes???

    @famous

    Participant

    Hi Burtadsit,

    It’s this:

    .activity-list li.profile {base.css (line 169)

    background:transparent url(../images/profile_bullet.gif) no-repeat scroll 0 4px;

    }

    For some reason it clips off some of the bullet. Do you have any idea what I can do to improve that? Or make it so it doesn’t affect the images by cutting it in half? Thanks

    @famous

    Participant

    This is to answer the original question:

    I can tell you exactly what this is…

    You are missing the information from the functions.php file in the latest trunk of buddypress-home. You are most likely using a functions.php from your own custom theme, which creates the redirect above.

    Without that data the registration and activation won’t work.

    @famous

    Participant

    I can tell you exactly what this is…

    You are missing the information from the functions.php file in the latest trunk of buddypress-home. You are most likely using a functions.php from your own custom theme, which creates the redirect above.

    Without that data the registration and activation won’t work.

    @famous

    Participant

    I added one (<?php do_action(‘fbc_display_login_button’); ?>) to the member page in the userbar and it shows up fine, however, when I log out of the facebook page under my member profile it will not let me log out. I can only log out through the homepage.

    And for some reason when I paste that code under another blogs theme it won’t take it, could it be something to do with this part in the style sheet?:

    /*

    THEME NAME: Other

    THEME URI: http://website.com/

    DESCRIPTION: others only

    VERSION: 1.1

    AUTHOR: none

    AUTHOR URI:

    */

    @famous

    Participant

    I have to give you props for this one–that is sick! It works sweet…

    I just have a question, when I use another home theme or blog theme the facebook icon doesn’t show up??? Might you know why it wouldn’t show up in a different theme that is based on the buddypress home theme? Thanks

    @famous

    Participant

    Andy, lost here. I uploaded the plugin, activated it, posted the api’s…

    Confused–why do I put this in the comments “<?php do_action(‘fbc_display_login_button’) ?>”?

    Where do I put the facebook login button–code?

    I though I would put, “<?php do_action(‘fbc_display_login_button’) ?>” in the header somewhere not comments.php?

    And although I did put it in the comments.php I don’t see it in the header anywhere? My header has been changed from the template–is there some kind of code I have to reinsert to see the button? Thanks for your feedback…

    @famous

    Participant

    If someone has already created an account at a particular site, how will the integration work afterward. I wouldn’t want a new account, but maybe I would like to login with my facebook account. I would want the original account I signed up with, I wouldn’t like to create a new one, right?

    @famous

    Participant

    Isn’t this an issue that needs to be addressed through buddypress then? Because people will have older users and when they install the plugin, they will have the same issue I am having of only newer users showing up through the member search.

    @famous

    Participant

    A plugin to correct this would be sweeet! Let me know when it might be available John I would really appreciate it. I have been ignoring it, however I don’t think users appreciate that.

    @famous

    Participant

    Does anyone know how to integrate the forums so that it takes on the characteristics of the homepage and not the forum css and header?

    @famous

    Participant

    I had a question is there a way to check if I am missing a table, because the member search will not work? The blog search and the group search work just fine, however I cannot find members? My limited guess is that the table is missing. What is the name of the table and what can I do? Thanks

    @famous

    Participant

    Sorry I don’t understand?

    Now that wire has filters for content, you can allow tags to put in any video you want that way now.

    Can you give an example of the code I would put under wire to see video?

    Thanks…

    @famous

    Participant

    My 2cents, I see that albums are an absolute necessity and a driving force behind this project, however video?

    Is that something that is feasible for the small guy? Will it be scaleable and is that something better left to youtube?

    Has anyone checked out facebook’s video integration, it’s pretty nice.

    @famous

    Participant

    I have been hoping to do this for at least 3 weeks now. Wouldn’t it be better if the profile fields could be broken up? The make searchable would work perfect for other data. When checking make searchable, the formatting of links would not apply allowing more data customization options such as links.

    However, this still leaves the issue of lumping data together. All data that is marked or shown under the profile leaves no way to truly customize it. So then it would be better if data was segmented to allow a type of include or not to include–that way you can post the data where you would like. Or how about the option of adding data to group segments? A drag and drop approach through the control panel.

    For instance, you could drag a field under PROFILE or if you would rather have it show up under LINKS then you have the option to drag it under that category.

    Then in the profile you would have to add the options for categories, not just:

    <?php if ( function_exists(‘xprofile_get_profile’) ) : ?>

    <?php xprofile_get_profile() ?>

    <?php else : ?>

    <?php bp_core_get_wp_profile() ?>

    <?php endif; ?>

    @famous

    Participant

    Is this possible, or something similar in the works?

    1.) required,

    2.) not-required

    3.) and other called “links” which is essentially the same as “add new link” under blogs and has the option of (hidden data) which will appear as a separate function (without automatic linking). Essentially using “add new link” to profiles?

    Or is there a way to adapt the current one in blogs to BP? Thanks

    @famous

    Participant

    1.) Okay, I see “add new group” under profile fields, that will enable to separate groups. How can I remove the automatic linking of text from let’s say, Group B and post Group B as an includes PHP function while removing it from the user profile?

    Any feedback is much appreciated… Thanks

    @famous

    Participant

    suggestions?

    @famous

    Participant

    Looks like erichamby went with simple forums.

    I am having a similar problem, one that I have had from the beginning.

    groups search-works-check

    blogs search -works-check

    member search-works-No members matched the current filter.

    I have had this problem for 1 month, but kept silent hoping a new trac would fix it. Not to be. Does anyone know what might be causing this issue? And do you know what table in MySQL is called for this data?

    Thanks…

    @famous

    Participant

    or should they be hidden. What happens with the redundancy of having http://website/forums

    and

    http://website/group/forums

    ???

    @famous

    Participant

    As my nephew says, sick sick. Thanks Burtadsit, without that I would be stuck–not able to continue my plan. Without you on this forum helping out I would be sitting around wondering, so once again thanks for the community love…

    @famous

    Participant

    I see ticket #300. C’mon Andy, hustle up!!!

    JK! Thank you grandmaster BP, will wait patiently…

Viewing 25 replies - 126 through 150 (of 189 total)
Skip to toolbar