Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 55,751 through 55,775 (of 69,016 total)
  • Author
    Search Results
  • #70159
    r-a-y
    Keymaster

    You should be linking to the URL of the SmugMug page and not the JPG.

    #70157
    putnum01
    Participant

    Thanks I added the truck version to my site but its still not working. Please see my test site here. You will see the link that I am trying to use.

    http://putnum.us/blog2/activity/

    r-a-y
    Keymaster

    If you have a custom BP theme, you don’t need to move it to the /plugins/buddypress/bp-themes/ folder.

    It should reside in /wp-content/themes/.

    overhaulmedia
    Participant

    I have this as well after upgrading from BP 1.2rare to the latest.

    We have a custom theme installed and moved it to the plugins/buddypress/bp-themes folder but it gives the same error.

    I noticed the new buddypress plugin doesnt have this function in its code anywhere from what I can see.

    Anyone have any ideas how to fix this error after upgrading?

    #70150
    r-a-y
    Keymaster

    @putnum01

    You have to add support for Smugmug to WordPress’ embed provider whitelist yourself.

    Smugmug offers oEmbed support so this should be quite easy.

    You can either add Smugmug support via wp_oembed_add_provider():

    https://codex.wordpress.org/Function_Reference/wp_oembed_add_provider

    Or if you can’t wait, you can upgrade your copy of /wp-includes/class-oembed.php to the latest trunk version:

    https://core.trac.wordpress.org/changeset/13203

    As the next version of WP will offer oEmbed support for SmugMug natively.

    #70149
    putnum01
    Participant

    ok i think that i can use oembed for what i am needing. I just can’t figure out how to use it with smugmug images any ideas??

    #70148
    putnum01
    Participant

    awesome plugin ray. How can I use this with images for smugmug though?

    #70147
    putnum01
    Participant

    I am wanting them to be able to upload images to the activity stream and be able to tag them

    #70146
    Xevo
    Participant

    BP Album+? Or are you talking about uploading it on the forum, etc?

    #70145

    In reply to: Search Activity

    Andy Peatling
    Keymaster

    Yes you can actually already do this if you add a text box to your theme. You need to pass the parameter ‘search_terms’ into the activity loop.

    https://codex.buddypress.org/developer-docs/custom-buddypress-loops/the-activity-stream-loop/

    #70144
    putnum01
    Participant

    well sorta but I need a way for user’s to upload there images to my site….

    #70142
    paulhastings0
    Participant

    You mean something like oembed?

    #70140
    kriskl
    Participant

    thank you for your reply,

    I will try/investigate and move things around myself,

    i am new to buddypress

    yes, by icons i meant, group avatars (which incidentally, would also look nice in the future forum widget )

    i have no idea how to create widgets, but if you install group widget, you will see what I meant re forum widget with icon,

    kind regards

    Kris

    #70139
    rich! @ etiviti
    Participant

    Report Post is a must for me – so something I will look into. Unfortunately my mind suffers from scope creep and Activity comments would benefit from this as well (not sure if I’ll create a new plugin for an encompassing functionality)

    #70132
    3sixty
    Participant

    From your plugin page:

    Future Consideration:

    * Report Post to Mod (use notification system to group mods)

    * Support Forums (run nongroup forums)

    * Best Answer or bb-reputation (Karma)

    * bbPress Favorites functionality (renamed due to conflict of activity stream?)

    Report Post w/notifications to group mods: That is excellent, and exactly what I had in mind here. Would there be some “admin” screen for reported posts, or would the notification just link you to the reported post?

    #70130
    rich! @ etiviti
    Participant

    it would be nice in the future, to have the option to display active topic below forums

    in wp-admin settings to give users a choice,

    As Andy mention above with getting more hooks into the template – this is just a restriction on what I could find on that template to insert the html. either add_action( 'bp_directory_forums_content', 'bp_forum_extras_index_screen' ); or add_action( 'bp_after_directory_forums_list', 'bp_forum_extras_index_screen' ) (but if you are not afraid of hacking up your own template – you could easily move things around)

    I’ll sit down (hopefully tomorrow) and look over bbPress templates and BP and see what/where can be added.

    to have a widget which would display ‘forums’

    without many details, like description, but simply a list with forums names

    I need to look into how to create widgets (something on the bp site?) – the functionality is already there and would be very easy for me to add it in.

    3) (least important new features, would be to have forums icons in the forum index

    This would be the group avatar correct?

    #70127

    In reply to: Update to 1.2.3

    r-a-y
    Keymaster

    @andy

    The author of the plugin is M:

    https://buddypress.org/developers/wpsec/

    #70120
    Andy Peatling
    Keymaster

    Yes, but disable other BuddyPress plugins just to be sure.

    #70119
    kriskl
    Participant

    Thank you, it looks great now

    and it is really one of the most useful plugins for me,

    small suggestions for the future

    1) it would be nice in the future, to have the option to display active topic below forums

    in wp-admin settings to give users a choice,

    and

    2) to have a widget which would display ‘forums’

    without many details, like description, but simply a list with forums names,

    3) (least important new features, would be to have forums icons in the forum index

    #70118
    rich! @ etiviti
    Participant

    ah shoot, sorry. I missed that.

    you can quickly edit this file

    bp-forums-extras-index.php

    and replace

    ORDER BY f.forum_order DESC

    with

    ORDER BY f.forum_order ASC

    I updated the trunk and 0.1.8 tag but did not increase the version number

    if you need to readjust the order in a custom way – you can modify the database table wp_bb_forums (or whatever prefix is used) and change up the forum_order column.

    #70116
    kriskl
    Participant

    Thank you for the update and ‘forum index’ feature!

    it really is great! :)

    one thing, if it was possible to be able to change

    is the order in which forums are displayed, in my case, it should be the other way round.. bottom forums should be on the top,

    is there anything I can do to change it?

    #70115
    nanye
    Member

    Hello I am currently running WordPress 2.9.2 and Buddypress 1.2.1

    I have this plugin installed on a test site that I have and from what I can tell, tinymce shows up on the content boxes on activity pages, profile pages, forums (starting a new topic) as well as replying to a forum post. However while on the forum pages once you input some content and press post, everything works fine (minus styling to the blockquote element), even though tinymce shows up in other areas once you hit “post” you get an error saying “Please enter some content to post”.

    I have tried this in Firefox 3.6, Chrome 4.1.249.1042 and IE7 so far and while Chrome and IE7 always give you the error when trying to post from any area other than the forums, Firefox will give you the error but if you refresh the page and press post again the content will post.

    Would seem like to plugin does just what you want in terms of the forums area and would be fine for me if I could disable it in the other areas unless there is a fix or workaround for the other areas.

    In any event thank you and good luck to those who can fix this.

    #70111
    Andy Peatling
    Keymaster

    No, no difference wp_mail() is used throughout BuddyPress.

    #70109
    rich! @ etiviti
    Participant

    @apeatling

    I’ll comb over and submit something this week. I just think a few which mimic some of the same hook positions that bbPress had (topic meta, post links – outside of admin-links, etc)

    forgot: tagged up 0.1.8

    also outlined some additional hacks using the plugin

    http://blog.etiviti.com/2010/03/buddypress-hack-forum-tweaks-using-group-forum-extras-plugin/

    #70107
    Andy Peatling
    Keymaster

    Please consider opening a ticket with a patch for new actions to put in the bp-default template, that way you can reduce/remove the template editing step.

Viewing 25 results - 55,751 through 55,775 (of 69,016 total)
Skip to toolbar