• Hi, I just want to use the video link on activity plus. How can I take the other symbols off that is, the photo and the url link and only leave the video symbol

Viewing 5 replies - 1 through 5 (of 5 total)
  • Unless the author adds such options, the only solution for the moment is to edit the plugin file(s).

    Thread Starter b1gft

    (@b1gft)

    Do you know which file and lines to edit, thanks

    Hi B1gft,

    If you’re not so comfortable with editing code you might just want to hide the visual elements as follows:
    #bpfb_addPhotos{display:none;}
    #bpfb_addVideos{display:none;}

    Adding those to your theme’s style.css may just do it for ya!

    I have to add that it’s an ill-advised practice to hide everything with display:none; but it does make things a bit simpler in your case. ??

    Thread Starter b1gft

    (@b1gft)

    Your Good, DavidM, the minute I can afford it I am joining up with ye.

    Last point which would realy make my day, Could I put some wording beside the video link, for example “Click here to show a video on your activity page”

    Also can this be adopted that we could put it on the bbpress forum part of buddypress.

    Thread Starter b1gft

    (@b1gft)

    Just an update, DavidM on the code he has giving, it gets rid of the video link, which I wanted, so if like me you want to keep the video, keep this line out, #bpfb_addVideos{display:none;}

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Only video on activaty plus’ is closed to new replies.