Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'questions'

Viewing 25 results - 2,126 through 2,150 (of 2,230 total)
  • Author
    Search Results
  • #44080
    hadar
    Participant

    OK, responding to my own questions, just not to create work for anyone else who ends up here in the future.

    I had a bug in my NginX conf file. For all CSS files that were in subdirectories off the root, I was sending those files through PHP rather than just returning them. That caused the Content-Type to be set to “text/html”, rather than “text/css”.

    That’s why it worked without a Doctype (quirks mode kicked in), and failed in Firefox and Chrome with the Doctype in.

    #44028
    Jeff Sayre
    Participant

    Okay, the number is not created by the code I asked yo to try. It is created by the previous code. The “You” is created by the code I provided.

    A couple of questions:

    1. Do you have three, separate user accounts each with a different email address?

    2. Are you logged in when trying this out? If so, log out, clear cache, and try again.

    3. Would you paste your misbehaving code in http://pastebin.com/ and provide a link?

    #43969
    Jeff Sayre
    Participant

    Atle-

    First of all, I would recommend copying the Recent Blog Posts widget and modifying the copy. Otherwise, the next time you upgrade BuddyPress, your changes will be gone. When done, place your new widget in /mu-plugins/. Call it something different so that you can easily recognize it in WPMU’s backend.

    Okay, now the code changes:

    1. How can I limit the excerpt in the widget

      If you look in that widget, you’ll see that the function bp_create_excerpt() is called to create the excerpt. This function is located in bp-core-templatetags.php. The number of characters is determined in the function’s arguments.

      Copy that function, place it in your new widgets file, and rename it. Change the number of characters to your desired limit. Then make sure you reference the new function instead

    2. Is there anything I can do to exclude the main blog from this widget?

      In the widget, the fucntion bp_blogs_get_latest_posts() is called. This function is located in bp-blogs.php. It relies on a method get_latest_posts() located in bp-blogs-classes.php.

      Thinking out loud, I suppose you could set up a variable that excludes the Admin blog and pass it as a parameter into the bp_blogs_get_latest_posts(). The other option is to create a custom class and method and rewrite the query to exclude the main blog.

      Haven’t tried either. So, I’m not sure the best approach.

    Jeff Sayre
    Participant

    You probably did not get any response concerning this issue since it is a WPMU plugin-specific problem and not BuddyPress.

    If you have specific questions about a given WPMU plugin, the best place to ask them is usually on the WPMU forum. In fact, the creator of the WP Super Cache plugin, Donncha, will be more likley to see your question there than here!

    #43816
    zeitweise
    Participant

    We keep testing and liking the bp-events. Some questions arose, though:

    Is there a way to show the ending time of an event only when it is set? ( For a workshop knowing the end makes sense, for a party it could be the killer :) )

    How can we turn off birthdays being transformed into events automatically?

    #43779
    enlightenmental1
    Participant

    Works for me!

    couple questions:

    when using fbconnect to regiser, the welcome pack is bypassed

    any thoughts?

    and the default message is super-cool, how long til that’s complete?

    #43647
    sercan67
    Participant

    Thank you so much for your answer Hyrxx, it really made me relax. So, where from should i start first to do something like this? Does it take days to do this or can be completed in a day? Is there a ready plugin for this kinda something? Sorry for bothering you with lots of questions, i just am really excited about a project in my mind based on buddypress.

    looking forward for the answers,

    good days..

    #43605
    Jeff Sayre
    Participant

    Some initial questions:

    1. Which versions of WPMU and BuddyPress are you running?
    2. Did you make any modifications to core BuddyPress files?
    3. Do you have custom code in bp-custom.php that attempts to modify the admin bar?
    4. Are there any errors in the error logs? If so, what are they?

    #43496
    enlightenmental1
    Participant

    @ GPo1 do you have a complete list of features you want? I want to see them

    @ Mambenanje $2400.00 is too much, I fear you’ve lost this bid.

    @ DallasClark

    we just need to assure this follows the best practices of the latest WPMU and BP… I don’t know your level of skillz, but you seem to have a good grasp on things…

    you should also send your working plugin to Andy Peatling so he can review/comment is he’s available to. this really needs to be “adopted” into the core of BP… this will assure its continued development by others as the BP following grows… unless you want to support a plugin like this on your own? (i wouldnt want to)

    if it does what you say it does/can, you’ve got my money.. but i need to test it

    what can you tell me about the “core” of your plugin?

    is it based on another plugin?

    is it built using the WPMU core media management?

    do you have a working version on your own site?

    are you willing to share the development/improvments work with other devs?

    will this remain GPL?

    can we get a list of features now VS with more $ ?

    I assume this is something we will be paying you to complete?

    the questions go on and on….

    thanks everyone

    #43446
    Jeff Sayre
    Participant

    Justme1-

    Okay a couple more questions:

    1. You say that your site is now up and running. Did adding that additional line to WPMU’s config file make that happen?
    2. When you upgraded to WPMU 2.7.1, did you log into the backend as site admin then go to the Site Admin > Upgrade and finish the upgrade?
    3. Are you using a custom theme?
    4. Did you move the themes into their proper location following these instructions?
    5. Do you have any plugins other than BuddyPress activated?

    The last question should not be a factor, but it helps to know your overall setup.

    #43387

    In reply to: Empty Profile Page

    Jeff Sayre
    Participant

    Okay, a few questions:

    1. Which versions of WPMU and BuddyPress are you running?
    2. You say that you were “beginning to alter the colors”. I assume you’re using the default BuddyPress themes and you only worked with the CSS files. Is that true? Or, did you make changes to some of the php files as well?
    3. Are you running this on localhost or a remote site?

    #43335
    Jeff Sayre
    Participant

    @Chris-

    Still thinking here, but a few more questions:

    Are you using the new wp-config.php file that comes with WPMU 2.7.1? Or, did you use and older version?

    If so, there is an additional define line added to WMPU’s config file:

    define('SITE_ID_CURRENT_SITE', 1);

    Also, before installing BuddyPress, but after upgrading WPMU to 2.7.1, did you got to Site Admin > Upgrade in site admin and finish the upgrade?

    #43271

    In reply to: Still no Avatar fix?

    Jeff Sayre
    Participant

    When uploading creating a group error 500 shows

    Okay, so your server is throwing an Error 500–Internal Server Error.

    A few more questions:

    • Which hosting company are you using?
    • Is your site running PHP 4 or PHP5?

    There are a few additional steps that can be taken–increasing the memory limit in php.ini and forcing Apache to run PHP 5, assuming that it is not.

    I’m actually going to get some sleep now. So, please reply and if someone else reads this before I do tomorrow, perhaps they’ll continue helping you.

    Good luck! I\’ll check back.

    #43259

    In reply to: Problem with News CSS

    Jeff Sayre
    Participant

    I’ve looked ever so briefly at your site’s CSS files. It seems that you have customized the standard BuddyPress themes somewhat rather than creating a custom theme from scratch. So, here are some initial debugging steps and questions:

    1. Which version of BuddyPress are you using? The one from the large, orange “Download” button?
    2. Have you tried switching back to the default BuddyPress themes and see what happens?
    3. Have you disabled the WP-Forums plugin in WPMU backend and see if the problem goes away?

    Finally, having the proper tools can help you figure out many CSS issues. I highly recommend that you use Firefox with the Firebug Add-on.

    #43234
    squattingturnip
    Participant

    Looks like this post hasn’t been active for a month or so, but I’ll put this here anyway… I wanted to do the same thing you do, but without loosing the completely widgetized front page, so I wrote a new widget of my own by pretty much just copying the BP Recent Posts widget and modifying one line so that it displays the whole post, instead of just the excerpt.

    The line in questions was

    <div class="item-content"><?php echo bp_create_excerpt($post->post_content) ?></div>

    which I changed to

    <div class="item-content"><?php echo $post->post_content ?></div>

    If you’d like to use the plugin I made to load that widget, so I didn’t have to modify the core files, you can get it here: http://benspants.com/stuff/full_posts.txt. Just download that and make it .php instead of .txt, and you should be good to go!

    #43219
    gpo1
    Participant

    @Socialpreneur, do you want the price higher?if you got any questions ask the developer on the forum!

    Well, Mambenanje is the developer doing the job..

    Therefore, we could ask any questions and then start the project rolling!

    #43117
    gpo1
    Participant

    I share your concerns on this issue and I’d try and get the developer on board to answer your questions!

    Watch this space.. pls put your interest down good or bad !

    #43096
    Burt Adsit
    Participant

    You know I was thinking about this another way Paul. New users need some handholding and encouragement. Perhaps you can detect that a group of users hasn’t met any of those criteria and do something to help things along.

    Stick them in a group that others can pay attention to. Everyone knows that forum questions coming from that group should be cut some slack and patiently answered. New users may not feel comfortable asking questions in the main forums/groups. Questions that anyone has in a new environment. We still feel dumb asking them. I don’t feel quite as stupid if everyone in a particular group is as dumb as I am.

    New users are eager to share their experience, even if limited, with others. It’s a group of people who fit together.

    A ‘Welcome’ group they can graduate from by participating there. It’s 4am here. This might actually sound stupid after a couple of hours sleep. Ah, well. Too late to care.

    #43075
    Jeff Sayre
    Participant

    Okay, first a couple of questions:

    I have a fairly vanilla instance of the latest wpmu release…

    1. What does this mean? The latest release of WPMU is 2.7. Is that what you’re running?
    2. Also, which BuddyPress trunk revision are you running?
    3. Are you running any other plugins besides BuddyPress?
    4. Did you follow all the instructions in the first post of this thread that pertain to custom themes?
    5. Did you read post eight in this thread?

    Regarding the code line that seems to be throwing the problem, that would indicate that you do not have the proper permissions set on the blogs.dir directory. See question 5 above.

    #43068
    enlightenmental1
    Participant

    @Erich73

    “currently we do not have the resources to create this integration in-house.

    I will however, fully support the developers that will take this initiative, providing help in code and guidance.”

    they dont have time

    I sent Andy a message and asked him a couple questions…. considering the BP Gurus are currently pondering the same things we are, I really suggest finding out “how they would do it”

    then it can be seamless and remain stable as BP changes….

    again, I’ll cover half to all if this is done with “BP’s blessing”

    #43026
    gpo1
    Participant

    Good news on this big task, I’ve managed to get a developer to adapt it for buddypress.

    quote:”Good morning sir

    we have analysed your system and we wish to notify you that it will cost you 200usd to get the job done. if you are ok with that please get back to us so we ask questions to come up with the SRS document”

    regards

    Mambe Churchill Nanje

    237 77545907,

    AfroVisioN Founder, President,CEO

    http://www.afrovisiongroup.com

    http://mambenanje.blogspot.com

    Any questions lay them down now !

    Also, we need to know method of payment & license issues with the plugin. ie GPL &

    only persons whom chipped in can use it or what?

    Jeff Sayre
    Participant

    Burt-

    Well, that was one of my thoughts–and why I’m asking Grandslambert to clarify what he meant by

    Using WPMU 2.7 and the latest TRUNK of bbPress

    I assume he meant BuddyPress. If so, is he running WPMU 2.7 but with BP 1.0_RC2? Did he install the BP folder in the proper spot? You’ve seen my questions above.

    But, I’m tired and JJJ had an intriguing idea as well. So, perhaps I should get some sleep tonight and all the problems of the universe will disappear overnight!

    #43007
    Jeff Sayre
    Participant

    Some initial questions:

    1. Which versions of WPMU and BuddyPress are you running?
    2. Have you enabled all of BuddyPress’ components?
    3. Where did you install the suite of BuddyPress components?
    4. Are you using custom themes of the standard themes that came with BuddyPress?

    Jeff Sayre
    Participant

    WPMU 2.7 and the latest TRUNK of bbPress

    I assume you mean BuddyPress, and not bbPress. If so, then here are a few questions:

    1. What do you mean by “latest TRUNK”? Did you actually download the BP trunk from trac as a zip or use SVN? Or, did you obtain BuddyPress from the big, orange Download button that can be found on the top of any BP page?
    2. What version of BuddyPress are you using?
    3. Where exactly did you place the BuddyPress folder?
    4. You are using WPMU 2.7 and not WPMU 2.7.1-beta1 or -beta2, correct?

    #42905
    Jeff Sayre
    Participant

    Danielfelice-

    Okay, a few more questions:

    1. Are there any errors being reported in the error logs? If so, what are they?
    2. Are you using the default BuddyPress themes with no changes at all?
    3. Did you use the new WPMU config file, or a config file from an older version?
    4. Is buddyPress-home theme installed in /wp-content/themes/ ?
    5. Is buddyPress-member theme installed in /wp-content/bp-themes/ instead of /wp-content/member-themes/ ?
    6. Did WPMU work fine before BuddyPress was installed and activated?
    7. Do you have any WPMU plugins other than BuddyPress installed? If so, have you tried deactivating them to see if that makes a difference?

Viewing 25 results - 2,126 through 2,150 (of 2,230 total)
Skip to toolbar