Skip to:
Content
Pages
Categories
Search
Top
Bottom

Forum Replies Created

Viewing 13 replies - 1 through 13 (of 13 total)

  • nessradio
    Participant

    @nessradio

    I tryed almost everything and it still doesn’t work.

    Disable the css, delete the background, place wp_footer(); everywher… and none of that worked…

    any ideas what is going on with my site?


    nessradio
    Participant

    @nessradio

    I’ve seen this post (http://www.digitalthom.com/2010/04/29/buddypress-and-the-missing-admin-bar-solved/) talking about the problem but I don’t really understand where to place the code snippet:

    ?php function custom_footer() { ?>
    div id=”custom_footer” class=”accentBorders”>Copyright © 2010 All Rights Reserved.
    ?php wp_footer(); } ?>

    Help!


    nessradio
    Participant

    @nessradio

    I’m totaly agree with you Marcella!
    All those imbrication of css, js and php was really a pain in the ass for me… I spend hours and hours trying to find out what was the script that was doing a conflict with my template…
    I’m sure that the buddypress team wanted to do something easy… They idea was: “just change the thing you wanna change on the default theme” but when you wanna change everything and you wanna add some functionality you realise that you are completly lost on what is doing what from where…
    @ Paul Gibbs: Im’not really agree with you… the default theme needs to showcase the basic functionality of buddypress… and juste the basic functionality… and if you want to had other functionality you can download other themes from the web…


    nessradio
    Participant

    @nessradio

    Ok I just find the solution… It’s because of my wordpress template… I had a js file which was conflict with the crop button


    nessradio
    Participant

    @nessradio

    So in my case I find the problem of why “upload avatar” doesn’t work.
    It’s because of the BuddyPress Template pack plugin. When I use the bp default theme everything works perfectly.
    When I use any wordpress theme that I made compatible with BuddyPress using the plugin bp Template pack I find exactly the same problem: Avatar Upload, private message, register… all of that doesn’t work… as soon as you click on the button “Submit” or “Crop” you go back to the same page and nothing happen?! It’s like the information wasn’t given at all…
    There is a conflict somewhere that I can’t find!
    Any Ideas???

    [EDIT] Ok I solved the problem!!!
    Ok so if none of the solution you have in this topic works for you it’s probably because you have a conflict between a js script in your default theme and a js script in your wordpress theme… take a minute tu disable all the js action in your wordpress theme ton test if it’s coming from there…


    nessradio
    Participant

    @nessradio

    Ok so now I know exactly what is goin on!
    I’ve got a problem with the BuddyPress Template pack plugin. When it’s activated some of the form (upload avatar, resgiter, send privat message…) doesn’t work.
    Any ideas?


    nessradio
    Participant

    @nessradio

    OOooooPppss I just tried to creat a new account on my website from scratch but I cant’… I really think it’s comming from my webhost or my htaccess file… please help me… !!!!


    nessradio
    Participant

    @nessradio

    Thx shaista
    I’ve done exactly what you said… it doesn’t work for me….
    Please if you got 5min log to my website and try… perhaps you will find the solution… http://www.nessradio.com/members/


    nessradio
    Participant

    @nessradio

    I’ve got a similar problem and I tried all the solution present in this topic but none of them worked…

    Please have a look to my Topic to help me:
    https://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/impossible-to-upload-image-on-change-avatar-and-album-upload-picture-and-cant-send-private-message/#post-54071

    Thx All


    nessradio
    Participant

    @nessradio

    To be more precise:
    – When I upload a pic to change my avatar: I see my pic with the crop function but as soon as I click on “crop” it brings me back to the upload page. When I go to the upload file on my FTP I can find the pic I just uploaded.

    – When I upload a pic to my album: When I click to “Upload picture” it brings me back directly to the same page without doing anything and when I go to my upload file on my FTP I can’t find the pic I tried to upload.

    – When I send a private message: I compose the message with all the information. When I click on “send” it brings me back to the “compose” section… it’s like I never wriht one. When I go to the “Sent Message” section I don’t see any message sent…

    any idea of what is goin on?


    nessradio
    Participant

    @nessradio

    I still didn’t find any solution and it looks like nobody want to help us…
    I looked to the .htaccess file thinking that it could be the problem but I’m not sure where to look…


    nessradio
    Participant

    @nessradio

    So I’ve take a look of clean_url function of qTranslate.
    Actually clean_url helps qTranslate to clean the url. But because with BuddyPress we have to change the permalinks to somthing cleaner we don’t have to “reclean” the url…
    So the clean_url function of qTranslate is useless!!! even more… I think that all the functions under // Hooks (execution time non-critical filters) in qTranslate are not useful cause with BuddyPress we already have to clean the permalinks!

    EDIT: The other functions under // Hooks (execution time non-critical filters) in qTranslate are important… The only one you have to change is the clean_url and it will work prefectly!

    As I just find the solution I didn’t have time to test all the site… please report to me if you find bugs with this qTranslate tweak.


    nessradio
    Participant

    @nessradio

    Yes it’s working but what are the actual consequences of the clean_url function??

Viewing 13 replies - 1 through 13 (of 13 total)
Skip to toolbar