Skip to:
Content
Pages
Categories
Search
Top
Bottom

Forum Replies Created

Viewing 25 replies - 1 through 25 (of 34 total)

  • jschires
    Participant

    @jschires

    mine is holding on to the full address of the user and keep int the wp-content/ in the address:

    http://YOURSITE.com/members/bitter/profile/change-avatar/wp-content/uploads/avatars/18/bubble-guy-with-pen2.jpg


    jschires
    Participant

    @jschires

    Hey r-a-y,

    its actually a shoutbox that I modified a little. Wordspew i believe


    jschires
    Participant

    @jschires

    I dont have an android, but I am told by someone I know that it does…and it should. I do have the settings in the script for android among other devices. I know it works on the iphone, LG Vu, and Blackberry’s for sure… If anyone has some cool ajax knowledge I could use a pointer on a conflict that I have with div refreshes and commenting. They seem to not like each other much at all.

    The commenting uses its own ajax (written by the plugin author)


    jschires
    Participant

    @jschires

    A few new screen shots of my mobile theme…

    http://mytwitbox.com/photo1.jpg

    http://mytwitbox.com/photo2.jpg

    Added notifications in a hidden divide using ajax.

    Added automatic updating of friends status updates/posts using ajax as well as a button to pull updates if you want to. Once I get all/or any bugs worked out I plan to release this as a mobile theme.

    I also added the auto updating of friends status updates/posts to my regular (pc) theme as well.


    jschires
    Participant

    @jschires

    probably too old and not needed now, but I did something like this and added it to the userbar.php

    <td colspan=”2″ align=”center” valign=”middle” class=”freindsbox”> <?php if ( bp_has_friendships(‘type=active&per_page=6&max=50&user_id=’ . bp_loggedin_user_id() ) ) : ?>

    <ul id=”friend-list” class=”item-list”>

    <?php while ( bp_user_friendships() ) : bp_the_friendship(); ?>

    ” title=”<?php bp_friend_name() ?>” target=”_blank”><?php bp_friend_avatar_thumb() ?>

    <?php endwhile; ?>

    <?php else: ?>

    <div id=”message” class=”info”>

    <p>No friend connections found.</p>

    </div>

    <?php endif;?></td>

    </tr>

    <tr>

    <td height=”110″ colspan=”2″ align=”center” valign=”middle”>

    </td>

    </tr>

    </table>


    jschires
    Participant

    @jschires

    Double posting is fixed (Thanks John!). Have a nice little “Status” update for the logged in user even when viewing friends profiles (similar to facebook).


    jschires
    Participant

    @jschires

    Is there a way currently to fix this issue? I noticed that the code above is the same as what I have currently and it is still posting twice?


    jschires
    Participant

    @jschires

    anyone have an idea on why the status is posting twice?


    jschires
    Participant

    @jschires

    ok…here is the next attempt with recommendations from Gp01! I do think this is a cleaner layout. Let me know what you think.

    http://mytwitbox.com/iphone-touch.php from a browser (for screen shots) or http://mytwitbox.com/mobile from your Iphone/Android device


    jschires
    Participant

    @jschires

    That is a clean layout! I will check that out closer. I do have mine setup to detect android as well although I do not have one to check it on ;-)


    jschires
    Participant

    @jschires

    Here is a little view of what I have going so far. Any input would be great!!

    http://www.mytwitbox.com/iphone.php


    jschires
    Participant

    @jschires

    Ok, I was not thinking right. What is missing is the “clear” link on the new status. It is showing “Status Display” when it should be showing “editable display” in the class code. Anyone wanna give a crack at why that would be?

    I was thinking that it would be because it is not seeing the user as logged in, but of course it is…it posts to the correct users wire…


    jschires
    Participant

    @jschires

    Thanks! I figured out that the issue is that it is showing it as status-display instead of editible-status…kinda like it is not seeing that you are logged in, but yet does post the update?


    jschires
    Participant

    @jschires

    are you using the ajax status update like buddypress? I am working on a iphone web app for buddypress but have an issue with it returning the status “clear” and dropping back down. It does slide up and post the update, just doesnt come down with the status, clear, and would like it to also return the post box…any ideas?


    jschires
    Participant

    @jschires

    bp-sn-parent/profile/profile-menu.php may be a place to start


    jschires
    Participant

    @jschires

    I just tried signing up on testbp.org and everything went fine until it sent me the email. I click the link to activate and it brings up a blank screen. Then trying to log in it basically says I do not exist?


    jschires
    Participant

    @jschires

    I use

    require( dirname(__FILE__) . ‘/wp-load.php’ );?>

    in the header


    jschires
    Participant

    @jschires

    It looks to me like it is looking in wp-inlcude and it shouldnt be there


    jschires
    Participant

    @jschires

    Thats a little beyond my ability :-) any idea why it would be posting them twice?


    jschires
    Participant

    @jschires

    the only real issue I am having now besides the size which is minor, is that it is posting the video twice…any ideas?


    jschires
    Participant

    @jschires

    Thanks Travel-junkie! I was able to make that work in the status! One more questions if I could…is there a way for instance, if someone embeds a youtube video that I can force the size?


    jschires
    Participant

    @jschires

    I would have to think that there is an actually way to allow the tags for video embeding, even if its modifying the core (which I know is not suggested) but would be very helpful.


    jschires
    Participant

    @jschires

    Hi stwc,

    I did look at that previously, but it really doesn’t do what Im wanting to do. There have been many posts on here about allowing things like youtube and such, with people saying that it can be done. There is a lot of interest in this feature. Most social sites allow this and it is one of the biggest draws to get users, life doesn’t live in just text to most.

    I have tried what some say works with no luck. In those posts everyone else trying the same thing has no luck. I know that the limitation is due to the tags being stripped and the allowed tags. But even when define custom allowed tags in the kses, it still doesnt allow objects, or embedding of any type. I do know that some would not want this feature, but I also know that many many do…


    jschires
    Participant

    @jschires

    21cdb! Thank you sooo much, that is exactly what I was trying to do but I was going about it the wrong way. I truly appreciate it! Thanks to all of you that commented and helped!


    jschires
    Participant

    @jschires

    still having a hard time getting it to move, if anyone is interested in giving a few more pointers :-)

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