Skip to:
Content
Pages
Categories
Search
Top
Bottom

Forum Replies Created

Viewing 25 replies - 26 through 50 (of 143 total)
  • @svenl77

    Participant

    Hi ms122r,

    your question has been already answered in the official support forum of the theme, please have a look here: http://themekraft.com/forums/

    @svenl77

    Participant

    I have the same problem,
    I have added a group metadata “featured” to have featured groups displayed separately. It’s just a checkbox. All is working, but now I stuck, how to filter the metadata in bp_has_groups().

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

    At the moment I check it in the loop, but this is realy dirty

    if(groups_get_groupmeta( bp_get_group_id(), ‘bp_featured_group’ ) == ‘Featured’):

    wold be great to know how you have done this.
    Did you build a function groups_get_groups? If yes, would be great if you could share it here ;-)

    @svenl77

    Participant

    Hi, thanks for the replies, your answers are really close to my thougths.
    It is a great solution, for those who wants to have a one click installation community, without thinking about developing or theming. Just Install the plugin, add the shortcode of the needed component in a page, and design it via backend options with colour picker and all the stuff normal not-dev-bloggers love.

    @svenl77

    Participant

    Sorry guys, the forum is eating my php. Get the snippet from here: http://themekraft.com/groups/snippets-general/snippets/single/5/

    @svenl77

    Participant

    @svenl77

    Participant

    Hi @hoenera,
    Sorry for the late reply. The offical support forum for the Custom Community is here: http://themekraft.com/forums/

    All these bugs are already fixed in the pro version. Free version will follow now.
    thanks

    @svenl77

    Participant

    Hi @deepbevel Should be fixed already, for infos all around the slideshow, please visit our FAQ at http://themekraft.com/faq/

    and see the examples over here: http://custom-community-pro.themekraft.com/slideshow-shortcodes/

    @svenl77

    Participant

    @phyz, sorry for the late response. drop down is already in.

    @svenl77

    Participant

    Hi eredepe, this bug doesn’t make sense for me. Please activate a different theme, and then reactivate the custom community theme.

    If the error still occurs, I will need to check it, and try to reproduce it.

    For Support around Custom Community, please use the forum on themkraft.com
    I guess you will find most questions already answered over there.

    http://themekraft.com/forums/

    @svenl77

    Participant

    @svenl77

    Participant

    Hi @boonebgorges, that sounds so great! It disappointed me, that it is so difficult to give group members the possibility to just write articles in a group. WordPress started as a Bloggingsystem, and the missing possibility to write articles in groups is for me like something is really missing there.

    Of course there is the groupblog plugin, but I think it’s a bit overloaded, to create a blog for every group, just to have some articles in this place.

    There is another plugin from Brajesh Singh http://buddydev.com/buddypress/blog-categories-for-groups-plugin/. But nothing like a framework, to build your own component on it.

    At the moment, the only easy starting point is on quick post plugin, but this plugin turned of buddypress support in the latest versions.

    To have a framework for custom post type support in BP (front end editing, integration into nav menus, etc) to build custom post type components for buddypress with the possibility, to write articles from the frontend with the same functionality like the backend offers, would make buddypress application field much more powerful. Groups could be such a beautifully bloging tool.

    Thanks for that news, and Happy Christmas

    @svenl77

    Participant

    Hi @phyz, are you talking about the custom community theme? This functionality is not added yet.

    @svenl77

    Participant

    @Bowromir, Thanks!

    1.5.2 comes now with a jQuery slideshow for the front page and your pages.
    A post template to list the latest posts from a category.
    You can add CSS into a separate area, to keep CSS changes update save.
    And much more…

    Demo site:
    http://www.custom-community.themekraft.com/

    Screenshots:
    http://www.custom-community.themekraft.com/screenshots/

    Theme download:
    https://wordpress.org/extend/themes/custom-community

    Pro version:
    http://pro-community.themekraft.com/

    @svenl77

    Participant

    Hi guys,

    Thanks a lot for your help, with this knowledge, I found the way. Looks like it works now without bad site effects. :-)

    That’s what I do now.
    `
    function seopress_js() {

    if( ! isset( $_GET ) )
    return;

    if( $_GET == ‘seomenue’ || $_GET == ‘bp_seo_general_page’ || $_GET == ‘bp_seo_plugins’ ) {
    wp_enqueue_script(‘jquery’);
    wp_enqueue_script(‘jquery-ui-tabs’);
    }

    }
    `

    Thanks a lot, Sven

    @svenl77

    Participant

    @cryptidresearch, In the next version will be an option for the header height ;-)

    @svenl77

    Participant

    Hi @travel-junkie, you wrote the shop is ready. Where to find it? I’m hungry of your plugin :-)

    @svenl77

    Participant

    @travel-junkie Thanks a lot, I will wait till Wednesday and hope for 1.5.6. If not, I would be glad if you get me a copy.

    @svenl77

    Participant

    @guigoz I’m not the author of this plugin!

    @travel-junkie that’s bad news for me, I’m in need of your plug-in for a job I wanted to start next week…

    @svenl77

    Participant

    Good morning @travel-junkie, I did some testing…

    1. Create a hidden group was no problem. But I couldn’t create an event for the group.
    After submit, I get the following error message and all field values has been lost. So need to fill in all again, but I couldn’t find out what I did wrong…
    Error Message: “Your event could not be published. Please try again!”

    2. Event Start Time: Is a select box for 30 minutes steps. But I need 10 minutes steps for my events. Would be great to have an admin option to decide the steps or just type it in.
    Please have a look at http://plugins.jquery.com/project/anytime. It’s a Any+Time™ Datepicker/Timepicker AJAX Calendar widget with optional TimeZone support.
    Would be great you use this one.

    3. Repeat this event every…
    Would be great to include this. Most of the events will repeat weekly, or monthly, by year…
    For example: Repeat this event every 7 day’s until 21.12.2012 ;-)

    I’m looking forward to the next week :-Sven

    @svenl77

    Participant

    @Travel-Junkie, looks like a great plugin.

    I have some question:
    I need the possibility to attach an event with a group.
    If the group is a private hidden group, the events attached to this group should be visible only to the group members.
    Does the group events work also with hidden groups? and will the hidden event be visible for group members in the event calender view?

    Also I need the possibility, to restrict an event to n attenders. So if for example max attenders == 3, after the 3 attender, the registration need to be closed.
    I would be grateful if you could answer me my questions thanks ;-Sven

    @svenl77

    Participant

    @poolie, habe mich gerade bei platzaa angemeldet. Tolle Seite! Sehr schön! Werde mich da als Düsseldorfer gerne beteiligen und meine Bewertungen und vielleicht ein paar Locations eintragen.

    Schön, schön und noch mal, schön! Die erste Buddypress Seite, die ich im Leben wohl benutzen werde…

    @svenl77

    Participant

    my mistake, all blogs are visible in the directory if I’m logged in as admin…

    sorry, all is working correct.

    @svenl77

    Participant

    @David Lewis, It’s a page template in your standard theme directory. You just need to select it in your page edit screen as template for the site where you want the calendar or event list to be displayed.
    Look in your theme for a file: page-events-list.php
    If you can’t see the template, check the page-events-list.php and add the missing Template name.
    `
    /*
    Template Name: Events Calendar List
    */
    `
    @kunalb, first of all, thanks for the nice powerful plugin. Brilliant work!
    I have a question. how can I display the event categories?
    I like to display The event categories in the sidebar. But with the eventspress templates for the entry. Not as a normal entry.
    I couldn’t find anything in your files. Will this function be developed soon? It’s an important part for me.

    @svenl77

    Participant

    Its in the WP repository now, the new version of the theme can be found here: https://themes.svn.wordpress.org/simple-wp-community-theme/

    @svenl77

    Participant

    No need of a plugin, just insert


    <iframe src="http://www.facebook.com/plugins/like.php?href=&layout=standard&show_faces=true&width=450&action=like&colorscheme=light&#8221; scrolling=”no” frameborder=”0″ allowTransparency=”true” style=”border:none; overflow:hidden; width:450px; height:60px”>

    on the page where you want to add the like button. Then change the permalink to the correct one.
    In the moment its the like script for groups.

    would not be hard to make a plugin for this if someone have the time.

Viewing 25 replies - 26 through 50 (of 143 total)
Skip to toolbar