Skip to:
Content
Pages
Categories
Search
Top
Bottom

Forum Replies Created

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

  • sameast
    Participant

    @sameast

    I have found a plugin user locker which allows you too disable a user from logging into their account.

    But this will need to be added to the search query as they still show within the search results so maybe extend on this plugin also they need to be denied access to their member profile via the url.


    sameast
    Participant

    @sameast

    Hi boone

    Tried adding your code too the bottom off the file and still no joy??? Still only have strong em and p tags.


    sameast
    Participant

    @sameast

    Hi Boones

    I am running buddypress.1.2.3.zip

    Thanks for the replies


    sameast
    Participant

    @sameast

    ok in the above to first set off items would have ul and list tags round them they just strip them out when i save the post.


    sameast
    Participant

    @sameast

    Hi Boones

    Yes i have access i have just looked at the database, and i have 0 rows in wp_bp_activity?

    In the wp_xprofile_data i get ol ul li tags so i have this in the database in the value field.

    • Item 1
    • Item 2
    • Item 3
    • But when i view the code i get the following.

      Item 1 Item 2 Item 3

      So the tags are saving into the database but are getting stripped out. Would this be down to a function???

      This is what im using to output the xprofile field data.

      Would this be something to do with the problem???

      Thanks


    sameast
    Participant

    @sameast

    Hi Boones

    I have tried you beta version, but i still have the same problem. Also i have tried deactivating your plugin completely and then tried to just insert ul li or ol tags into the multi-line text-area then saving and these still do not show???

    Does buddypress strip certain tags from xprofiles. i really need to get this problem solved its quite essential for the site we are producing.

    Bp-tiny-mce would be prefer for our needs as it simple allows for the tags we would need.

    Any other suggestion Boones???


    sameast
    Participant

    @sameast

    Hi Boones

    I using Version: 0.2.1 with a wordpress 2.9.2 installation. Yes its happening on everything i have only got extend profile enabled within component settings.


    sameast
    Participant

    @sameast

    Sorry you can’t really tell from that but i get blockquote a tags their is definitely no ol ul or li tags i have also checked the stylesheet. ???


    sameast
    Participant

    @sameast

    Hi Boone

    Thank you for the reply. if you view my code you will see that the tags are not actually their. If you view the css for the first paragraph you will see this.

    here is what i get outputted when viewing page source.

    Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry’s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scramblehthLorem

     Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry’s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and

    scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.
     

     
    Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry’s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.
     

    I have added ol and ul list within the tiny mce but they don’t appear to be saving???

    Any help please


    sameast
    Participant

    @sameast

    Hi Thanks for the reply.

    Yes i will need non members to be able to contact a member without being logged into the website. I was aware off the private message as you pointed out but i really need non logged in users to be able to fill out a contact form and send to a members profile email address.


    sameast
    Participant

    @sameast

    Hi ive got it working probably not the best way to do it but it works.

    I did a var_dump on the $data variable and it outputs the following.

    string(77) “Manufacturing, Bio science, Public sector, Transport/logistics, Environmental”

    so i used the following.

    $platforms = xprofile_get_field_data('Sector');
    
    $data = xprofile_format_profile_field('checkbox', $platforms);
    
    $test = explode(',', $data);
    
    foreach( $test as $key => $value )
    {
    echo '<li>' . $value . '</li>';
    }
    

    Might help someone or not thanks hnla.


    sameast
    Participant

    @sameast

    Hello im trying to use this plugin buddypress geo but i cant access the global search options every time i try i get this.

    http://buddy2.users31.interdns.co.uk/wp-admin/?c=1

    Things i have tried.

    Changing theme.

    Searching through plugin.

    Disabling other plugins.

    Deactivating and reactivating site wide.

    I am using the latest version off buddy press.

    Any help please would be great im having lots of issues with this.


    sameast
    Participant

    @sameast

    Hi guys i couldn’t get it to show information about the profiles on the member-loop.php with

    bp_profile_field_data('field=Bio');

    but i managed to get it to work with this one

    bp_member_profile_data('field=Postcode');

    Hope this help someone thanks guys


    sameast
    Participant

    @sameast

    This is Brilliant thanks for the quick reply guys.

    Also my client would like each member to upload pdf and word documents to their members profile is their a plugin to do this i have searched and searched but cant seem to find any.

    bp group documents: this doesn’t work for me as i need to to be on individuals profiles not groups.

    The only other one i found was bp-kaltura-plugin this also isn’t good for me as it requires subscription to their site, and it is for images and video not documents.

    This is quite a big requirement for the client and before i submit the tender i would like to know if this is possible??

    Thanks


    sameast
    Participant

    @sameast

    ok thankyou peter for the reply this is good to know, if anyone else knows about a plugin or is in the process of building one please say???

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