Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 50,876 through 50,900 (of 94,540 total)
  • Author
    Search Results
  • #125029

    Hello?

    #125028
    kwerri
    Participant

    I’ve moved the ‘easing’ plugin code to the document.ready statement block, and that seems to have solved the problem for now. I’m pretty sure that there must be a better fix for this – the jQuery.easing object is properly set up when the page is loaded, but the moment I click on the new topic button or pagination links, it looks like the work to set it up is undone.

    Anyhow, this works for me for now, so unless someone else comes up with something better, I’ll stick with it.

    #125027
    modemlooper
    Moderator

    Create a new menu in the WordPress admin then set it to the mobile menu and add items.

    #125026
    kwerri
    Participant

    Looking at this further, it looks like the problem is not with the global.js file after all.

    It seems that the jQuery.easing object needs to be set up so that it has various ‘easing’ functions (like easeInQuad, easeOutQuad) as member functions. Unfortunately, at the time I click the ‘New Topic’ button, these functions are not assigned to the jQuery easing object and it looks like this causes the click to fail.

    I wish I knew why the jQuery object was not properly set up; I may have to ask elsewhere to find out, but I’ll post back with what I find out (so others can benefit).

    #125025

    that still didnt work…It didnt create the tabels, it still doesnt do the “buddypress installation – click here” thing…

    #125024
    @mercime
    Participant

    If you had wp_bb tables from bbPress installation then you probably have bb-config.php at root of WP installation, delete that too.

    #25921

    earlier I asked how to re-install buddypress such hat it was from the ground up so I went through myphpadmin pannel and deleted all wp_bp and wp_bb tabels and that dint work, deleting the buddypress plugin and reinstalling it did nothing either. it aced like nothing ever changed and now if I try and create a group for instance it gives me an error – because there are no tabels for wp_bp….

    How do I fix this?

    #25919
    amachota
    Member

    I installed the latest mobile BuddyPress plugin today (v 1.5.2.3), and am trying to configure the menu tab on the mobile home page to pull in them same menu items I have on my standard homepage. However I cannot find any documentation to do this, and currently the menu button is not pulling in any items (for a logged out user). A logged in user only shows the profile menu item. Does anyone have a suggestion as to how to edit the mobile menu button to do this?

    #125021
    bikramglobal
    Member

    Thanks again for your input.
    That may be one issue, but like I said, it doesn’t even work when I use the buddypress default theme. In 6 months I’ve never once seen the member functions working correctly, no matter what them I have running.

    #125016

    Excellent. WordPress is fine, I just need to reinstall buddypress from the ground up. and deleting the plugin doesnt do it….

    #125013
    Xevo
    Participant

    If you could at least find your bp-default theme file, which is in the buddypress plugin folder > bp-themes > bp-default. There you go to “_inc > css > default.css”. This is buddypress’s standard styling file, here you can edit anything you need.

    Anchor (hyperlink) styling can be found on line 503.

    Have fun. :)

    #125012
    Xevo
    Participant

    Just re-install buddypress and not wordpress? Then yes, just remove those.

    #25917

    I am assuming this means deleting tables from the database a well, are they all the wp_bb and wp_bp tables? – I need to reinstall buddypress such that its like “you installed budypress, click here for set up…”

    #125005
    Paul Wong-Gibbs
    Keymaster

    What, exactly, isn’t consistent or doesn’t work? Were you able to pinpoint? I updated it from that source for BP 1.5 (I think), and minimised it without edits.

    @djpaul, from the BP website: “Private groups are also visible in group directories. The group name and group description remain available for all to see. However, the contents of the group are accessible only to members….” This is not how it works in 1.5.1 – it must be a bug?

    @wiking thank you for the workaround, but I would like a more bullet proof solution as I am using BP for professional purposes…

    #124999

    In reply to: Bad login redirect URL

    papaenapuros
    Member

    Hi Ray. No more info needed. They’re just 2 single WordPress installs.

    By the way, I’ve checked that in Buddypress.org there is a similar problem. I’ve received an email after a user has followed me with the following link to change the notifications settings:
    https://buddypress.org/community/members/papaenapuros/settings/notifications/

    i’ve logged out and clicked the link. Then, after entering my logging data, I’ve been redirected to:
    https://buddypress.org/?redirect_to=https://buddypress.org/community/members/papaenapuros/settings/notifications

    As you can see, the URL is not working. This is the same problem.
    Bye.

    Cor Haanstra
    Member

    Hello,

    I’m trying to install Buddypress on to a multisite installation and it’s not working, what is working what is not:

    NOT:
    – translation
    – forums, installation of forums
    – registration page
    – login page

    WORKING:
    – activity
    – members

    How can I turnoff plugin options at a members page?

    #124996
    kwerri
    Participant

    I also had an issue with my pagination links, and I fixed it as described in my post here:

    https://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/issue-with-buddypressbp-themesbp-default_incglobal-js/

    #124995

    In reply to: I Wanna Poke Somebody!

    Micheal Kennedy
    Participant

    @dcatkins40 Keep us posted! :)

    #124994
    Micheal Kennedy
    Participant

    Nag the dev of WP-Polls to make it BP compat ;)

    Micheal Kennedy
    Participant

    I second this! bp-default has grey hairs and is getting a little wrinkly ;)

    kwerri
    Participant

    I’m not sure if this has been reported already, but I couldn’t find anything on this when I searched the forums.

    In the file above, there’s this code:

    jQuery.easing.jswing=jQuery.easing.swing;jQuery.extend(jQuery.easing,{def:"easeOutQuad",swing:function(e,f,a,h,g){return jQuery.easing[jQuery.easing.def](e,f,a,h,g)},easeInQuad:function(e,f,a,h,g){return h*(f/=g)*f+a},easeOutQuad:function(e,f,a,h,g){return -h*(f/=g)*(f-2)+a},easeInOutQuad:function(e,f,a,h,g){if((f/=g/2)<1){return h/2*f*f+a}return -h/2*((--f)*(f-2)-1)+a},easeInCubic:function(e,f,a,h,g){return h*(f/=g)*f*f+a},easeOutCubic:function(e,f,a,h,g){return h*((f=f/g-1)*f*f+1)+a},easeInOutCubic:function(e,f,a,h,g){if((f/=g/2)<1){return h/2*f*f*f+a}return h/2*((f-=2)*f*f+2)+a},easeInQuart:function(e,f,a,h,g){return h*(f/=g)*f*f*f+a},easeOutQuart:function(e,f,a,h,g){return -h*((f=f/g-1)*f*f*f-1)+a},easeInOutQuart:function(e,f,a,h,g){if((f/=g/2)<1){return h/2*f*f*f*f+a}return -h/2*((f-=2)*f*f*f-2)+a},easeInQuint:function(e,f,a,h,g){return h*(f/=g)*f*f*f*f+a},easeOutQuint:function(e,f,a,h,g){return h*((f=f/g-1)*f*f*f*f+1)+a},easeInOutQuint:function(e,f,a,h,g){if((f/=g/2)<1){return h/2*f*f*f*f*f+a}return h/2*((f-=2)*f*f*f*f+2)+a},easeInSine:function(e,f,a,h,g){return -h*Math.cos(f/g*(Math.PI/2))+h+a},easeOutSine:function(e,f,a,h,g){return h*Math.sin(f/g*(Math.PI/2))+a},easeInOutSine:function(e,f,a,h,g){return -h/2*(Math.cos(Math.PI*f/g)-1)+a},easeInExpo:function(e,f,a,h,g){return(f==0)?a:h*Math.pow(2,10*(f/g-1))+a},easeOutExpo:function(e,f,a,h,g){return(f==g)?a+h:h*(-Math.pow(2,-10*f/g)+1)+a},easeInOutExpo:function(e,f,a,h,g){if(f==0){return a}if(f==g){return a+h}if((f/=g/2)<1){return h/2*Math.pow(2,10*(f-1))+a}return h/2*(-Math.pow(2,-10*--f)+2)+a},easeInCirc:function(e,f,a,h,g){return -h*(Math.sqrt(1-(f/=g)*f)-1)+a},easeOutCirc:function(e,f,a,h,g){return h*Math.sqrt(1-(f=f/g-1)*f)+a},easeInOutCirc:function(e,f,a,h,g){if((f/=g/2)<1){return -h/2*(Math.sqrt(1-f*f)-1)+a}return h/2*(Math.sqrt(1-(f-=2)*f)+1)+a},easeInElastic:function(f,h,e,l,k){var i=1.70158;var j=0;var g=l;if(h==0){return e}if((h/=k)==1){return e+l}if(!j){j=k*0.3}if(g<Math.abs(l)){g=l;var i=j/4}else{var i=j/(2*Math.PI)*Math.asin(l/g)}return -(g*Math.pow(2,10*(h-=1))*Math.sin((h*k-i)*(2*Math.PI)/j))+e},easeOutElastic:function(f,h,e,l,k){var i=1.70158;var j=0;var g=l;if(h==0){return e}if((h/=k)==1){return e+l}if(!j){j=k*0.3}if(g<Math.abs(l)){g=l;var i=j/4}else{var i=j/(2*Math.PI)*Math.asin(l/g)}return g*Math.pow(2,-10*h)*Math.sin((h*k-i)*(2*Math.PI)/j)+l+e},easeInOutElastic:function(f,h,e,l,k){var i=1.70158;var j=0;var g=l;if(h==0){return e}if((h/=k/2)==2){return e+l}if(!j){j=k*(0.3*1.5)}if(g<Math.abs(l)){g=l;var i=j/4}else{var i=j/(2*Math.PI)*Math.asin(l/g)}if(h<1){return -0.5*(g*Math.pow(2,10*(h-=1))*Math.sin((h*k-i)*(2*Math.PI)/j))+e}return g*Math.pow(2,-10*(h-=1))*Math.sin((h*k-i)*(2*Math.PI)/j)*0.5+l+e},easeInBack:function(e,f,a,i,h,g){if(g==undefined){g=1.70158}return i*(f/=h)*f*((g+1)*f-g)+a},easeOutBack:function(e,f,a,i,h,g){if(g==undefined){g=1.70158}return i*((f=f/h-1)*f*((g+1)*f+g)+1)+a},easeInOutBack:function(e,f,a,i,h,g){if(g==undefined){g=1.70158}if((f/=h/2)<1){return i/2*(f*f*(((g*=(1.525))+1)*f-g))+a}return i/2*((f-=2)*f*(((g*=(1.525))+1)*f+g)+2)+a},easeInBounce:function(e,f,a,h,g){return h-jQuery.easing.easeOutBounce(e,g-f,0,h,g)+a},easeOutBounce:function(e,f,a,h,g){if((f/=g)<(1/2.75)){return h*(7.5625*f*f)+a}else{if(f<(2/2.75)){return h*(7.5625*(f-=(1.5/2.75))*f+0.75)+a}else{if(f<(2.5/2.75)){return h*(7.5625*(f-=(2.25/2.75))*f+0.9375)+a}else{return h*(7.5625*(f-=(2.625/2.75))*f+0.984375)+a}}}},easeInOutBounce:function(e,f,a,h,g){if(f<g/2){return jQuery.easing.easeInBounce(e,f*2,0,h,g)*0.5+a}return jQuery.easing.easeOutBounce(e,f*2-g,0,h,g)*0.5+h*0.5+a}});

    Unfortunately, it looks like this code is not consistent with what is available on http://gsgd.co.uk/sandbox/jquery/easing/jquery.easing.1.3.js. This has been causing me problems on various pages, e.g. I cannot navigate to pages on my forums, I cannot see the ‘new post’ form for topics, my navigation menus on the front page only drop down once.

    I had to download the js code from the gsgd.co.uk link and minify it before these problems were fixed.

    So – no problems really, but just something that the Buddypress team might want to be aware of.

    Anonymous User 8516963
    Inactive

    Hi I’ve had this problem come and go but today seems I cant access the ALL POST section in my wp admin area or from the “Manage Post ” buddy press dash board.

    What I’m getting is a blank page on the /wp-admin/edit.php .

    The only way I can access the Posts is to disable the BuddyPress and BuddyPress Template Pack plugins ? Is there some code I can alter in buddy press to make the post function available again ?

    and is there a way to disable the Buddy Press Dash Board back to the default wordpress dash board ?

    I’m using the latest version of WordPress 3.2.1 and using Avenue 1.2 by Theme Sector with the buddypress template pack plugin with the customisation codes from a previous post below which I Posted below on the forum.

    http://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/buddy-press-theme-intergration/

    #124987
    deonsa
    Member

    Sorry, code not showing because of the php tags…

    define ( ‘BP_ENABLE_MULTIBLOG’, true );

    #124986
    deonsa
    Member

    I have deactivated all the plugins, but the problem persists.
    It is only when I delete the bp-custom.php file that the bp admin goes back to the network admin panel.
    But this means there is no bp on the sub-sites.

    My bp-custom.php is placed under /wp-contents/plugins/bp-custom.php and only has the following code:
    <?php
    define ( ‘BP_ENABLE_MULTIBLOG’, true );
    ?>

    Is there another way of network activating Buddypress, other than with bp-custom.php?
    Maybe functions.php in the theme, or wp-config?

Viewing 25 results - 50,876 through 50,900 (of 94,540 total)
Skip to toolbar