Skip to:
Content
Pages
Categories
Search
Top
Bottom

Forum Replies Created

Viewing 25 replies - 151 through 175 (of 190 total)
  • @nit3watch

    Participant

    Im using BM Custom Login: Display custom images on the wordpress login screen. Useful for branding.

    Works nicely but if you going to use s2members, it has its own custom login screen aswell.

    @nit3watch

    Participant

    The only prob im having is creating a blog from groups>example_group>admin>groupblog – if you select a existing blog, all goes fine. When you select to create a new blog I get the following error though it does create the new blog despite the error msg.

    Warning: Invalid argument supplied for foreach() in F:Programmesxampphtdocswordpresswp-contentpluginsbp-groupblogbp-groupblog-admin.php on line 23

    Warning: Cannot modify header information – headers already sent by (output started at F:Programmesxampphtdocswordpresswp-contentpluginsbp-groupblogbp-groupblog-admin.php:23) in F:Programmesxampphtdocswordpresswp-includespluggable.php on line 890

    @nit3watch

    Participant

    thanks r-a-y I’ll give it a try

    Edit: Yip seems to work nicely. Ta @r-a-y

    @nit3watch

    Participant

    @Dwenaus after making a huge fuss they updated the plug-in. So thanks but it’s cool now

    @nit3watch

    Participant

    @Dwenaus what version of the plug-in do you have? As im not finding the function.
    It should be in bp-events.php right? tried searching the other files aswell

    The current version is 1.1 Should I send it to you?

    @nit3watch

    Participant

    @Dwenaus if you’d like as a ‘donation’ let me know if there’s any plug-ins that you might be interested in on their site and Ill check the licenses. I think they are all GNU 2, not sure.
    @r-a-y send me an email and Ill reply with the plug-in attached ( this is legal right? ), nit3watch @gmail.com

    Hopefully the developers here can better some of their work and better the bp community.

    Edit: thanks just saw your fix

    @nit3watch

    Participant

    Busy looking into that myself as im newb still :P Give me a shout if you find something, but should just be simple if else statement.

    meh im being stupid, else {
    wp_redirect( get_option(‘siteurl’) . ‘/about’);

    instead of redirecting them ( wp_redirect ) you could just hide it in the same statement.

    ignore the above, “being stupid”.. Just woke up.

    check this out:
    http://wpmu.org/how-to-show-or-hide-content-in-wordpress-wpmu-based-on-user-authentication-roles-and-capabilities/

    @nit3watch

    Participant

    @Anton, I beleive this will help you. Check the code link in the topic.
    Replace current_user_can with only something a admin and mod can do, such as edit_post.. Check the user roles abilities.

    https://buddypress.org/community/groups/requests-feedback/forum/topic/dummy-user-role-if-current_user_can-dummy_role/

    Edit: here’s a version for moderators: http://pastebin.com/YACKxvwn

    @nit3watch

    Participant

    @Dwenaus I read that “I changed the plugin substantially” https://buddypress.org/community/groups/requests-feedback/forum/topic/agenda-plugin-and-file-sharing-plugin/

    Did you manage to get the activity sorted, as you said, “I requested all these things at WPMU-Dev but they basically said no, not interested”. Here’s the link to my post: http://premium.wpmudev.org/forums/topic/bp-group-calendar-not-updating-group-activity

    5 days between replies for a paid service isn’t what I expected for the money I paid, neither plug-in’s that dont have basic functionality. Would of rather donated to the changes you made on the plug-in..

    Any one that thinks they can help me or fix the plug-in, ill send it your way as it is GNU 2

    @nit3watch

    Participant

    K so that’s in the pipe line at least. Cool beans, @DJPaul is there anywhere I can follow the progress so I can get a heads-up of new implementations besides the release of 1.3?

    @nit3watch

    Participant

    nvm just wrapped it a centered div.. over analyzed things a bit there

    @nit3watch

    Participant

    @antonrsa

    Dwenaus has said “update for WP 3.0 coming very soon” ( https://buddypress.org/community/groups/buddypress-group-tags/forum/topic/update-for-wp-3-0-coming-very-soon/ ) which im sure you would want to look out for. Hopefully the tag selector will be working.

    @nit3watch

    Participant

    @antonrsa
    Here’s the amended code http://pastebin.com/HW7W113W

    replace bp-group-tags.php with this

    @nit3watch

    Participant

    I got it to work, with r-a-y’s help, what do you need help with? The only thing not working on my side it the tag selector, ( the ajax, I think? )

    @nit3watch

    Participant

    @boonebgorges maybe you could help me out here seeing as you wrote the plugin?
    K so Ive made the necessary changes I need to boone’s enhanced widgets but I have a prob.

    The 1st widget ( newest ) renders correct but the others ( active and popular ) don’t, think its because they are all calling the same js from /bp-groups/js/widget-groups.js
    How can I get arround this? Im working only with the groups widget, dont need to alter the members widget..

    This is how its rendering: http://tinypic.com/r/160xa1u/6

    Here’s the code for the popular one: http://pastebin.com/gi20R7E7

    @nit3watch

    Participant

    Ganna work off Boone’s enhanced widgets and ill see

    @nit3watch

    Participant

    nvm, I used moonblogger’s multi widget theme and adapted it to my child theme..

    @nit3watch

    Participant

    De-actavated gPress and its fine now

    @nit3watch

    Participant

    @dennis_h I tried posting on the adobe forum but its giving me some error, really over adobe customer support..

    If I wanted the images to display on x, backgroundrepeat.jpg repeated then backgroundcenter with a fixed size/centered and the backgroundrepeat.jpg repeated.. How would I achieve this, I think I am meant to declare the width the center image but this is boggeling my mind. Any idea’s?

    body {
    background: url( ../images/backgroundrepeat.jpg ) repeat-x left;
    background: url( ../images/backgroundrepeat.jpg ) repeat-x left ,
    url( ../images/backgroundcenter.jpg ) 0 0 no-repeat,
    url( ../images/backgroundrepeat.jpg ) repeat-x right;

    @nit3watch

    Participant

    @dennis_h so would you suggest I create like a 3 div layout and give the left and the right the repeated image with the center div containing the fixed image?

    nvm, reading the tut u said, they have backwards comparability.. Its not the end of the world if the fixed image isn’t there so ta.

    regards

    @nit3watch

    Participant

    It would look like this as an example but obveously this wont work
    body {
    background: #eaeaea url( ../images/background.gif ) top left repeat-x, url(../images/backgroundShine.jpg), #eaeaea url( ../images/background.gif ) top left repeat-x;

    @nit3watch

    Participant

    meh found a solution. Have to over-ride the css with !important

    @nit3watch

    Participant

    Thanks again. I understand now.

    @nit3watch

    Participant

    @r-a-y sorry last thing, if I use, say group tags and gfield, the gfield form over-wites the group tags form.

    Iv’e been reading up, and is this fixed by using add_filter? and if so, what do I set the priority to so that it wont conflict with similar plugins using ‘bp_after_group_details_creation_step’ ? Kinda like auto-incrementing the priority for each additional plugin?

    @nit3watch

    Participant

    Thanks so much for the help @r-a-y was really a barrier on my current project.

Viewing 25 replies - 151 through 175 (of 190 total)
Skip to toolbar