Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'wordpress'

Viewing 25 results - 20,001 through 20,025 (of 22,649 total)
  • Author
    Search Results
  • #61533

    In reply to: Base theme?

    Sal (SCRAWLfx.com)
    Participant

    Well, I’ve crafted my theme and have got it running on my WordPress site.

    http://scrawlfx.com

    Although on some pages I get this error:

    ‘Warning: Cannot modify header information – headers already sent by (output started at /home/scrawlf/public_html/wp-content/themes/scrawl-bp/functions.php:254) in /home/scrawlf/public_html/wp-admin/theme-editor.php on line 75’

    Please help me out. =]

    #61526
    5720378
    Inactive

    There are no sub-…’s all is as fresh installation.

    1. Which version of WPMU are you running? WordPress MU 2.9.1.

    2. Did you install WPMU as a directory or subdomain install? directory

    3. If a directory install, is it in root or in a subdirectory? subdirectory

    4. Did you upgraded from a previous version of WPMU? If so, from which version? no

    5. Was WPMU functioning properly before installing/upgrading BuddyPress? i believe so.

    6. Which version of BuddyPress (BP) are you running? latest

    7. Did you upgraded from a previous version of BP? If so, from which version?

    8. Do you have any plugins other than BuddyPress installed and activated? no

    9. Are you using the standard BuddyPress themes or customized themes? standard

    10. Have you modified the core files in any way? no

    11. Do you have any custom functions in bp-custom.php? no

    12. If running bbPress, which version? Or did your BuddyPress install come with a copy of bbPress built-in? built in

    13. Please provide a list of any errors in your server’s log files.

    14. Which company provides your hosting? heart internet

    21cdb
    Participant

    Great work! I haven’t had the time for a detailed test, but i have some short feadback for the beginning:

    1. Everything works fine and seems logical. Thats great. There could be some front-end twaeks, but i will come back later next week with some more detailed ideas and mockups.

    2. From our experience it is great to have advanced edit functions but hide them in a second row from the avarage user (like the wordpress backend editor does). For a wiki article the user (students) should focus on the content instead of any fancy formating. Basic options could be a select-box for h1, h2, h3 (this is important and must be easy accessible, because it will build the toc and people should get used to it) bold, italic, url link, unordered list, and numberd list. Everything else could go in a second or third row which appears if you click some “advanced options” button.

    3. (future release) A searchable wiki directory page with all public pages.

    4. (future release) “Suggest a wiki page” button so that non admin-members could ask the admin to create a new wiki page for them.

    5. (future release) non-admin wiki page creation

    gpo1
    Participant

    @dwakabayashi, where can we get your BP plugins?

    #61512

    In reply to: Buddypress 1.2 and WP

    Andrea Rennick
    Participant

    “you will have a merge script to port any existing installation to the new structure,”

    Just a minor correction: in 3.0 you just upgrade. That’s it.

    There were tow conversations going on about needing a script, one was in regard to making wp 3 have multiple blogs. This happens now in trunk via switching on an option. (way cool btw)

    The other conversation about needing a script, was referring to people who had multiple single WP installs and wanted to merge them into one wp 3 install.

    So – if you start now with BP on MU or on WP, when 3.0 comes out, you upgrade as usual.

    And it’s WordPress 3.0. :D

    dwakabayashi
    Participant

    Enrich73, we are working with speaklike and worldwide lexicon on a plug-in that will allow WP blogs to be translated by humans and/or machines.

    Of course our work is GPL =)

    We built all of our work on it.

    #61488
    5658344
    Inactive

    i have seen wordpress plugins for the sms notifications..like EasySMS plugin which sends new post updates to subscribers…can 1 of those plugins be intergrated with buddypress?

    @M, u were workin on a chat plugin.is it ready yet? could you possibly work on this?

    #61478
    daweeed
    Participant

    Hi,

    have you checked the buddypress-group-documents plugin?

    https://wordpress.org/extend/plugins/buddypress-group-documents/

    Windhamdavid
    Participant

    @DCCartwright – i think it’s a winner. I think you’ll find a lot of interest in this… Folks have hacked it (mediawiki) together in various ways..and you might benefit from a team effort with some of these guys that have done so.

    #61461
    Andy Peatling
    Keymaster

    Just to clarify – you should not be moving any themes from the BuddyPress directory. From WordPress 2.9 onwards the themes will be automatically detected in the BuddyPress plugin folder. You can simply create a new child theme in wp-content/themes and it will automatically know that the parent is in the BuddyPress plugin folder.

    Mike: Not sure why you want to remove the custom header functions? They simply provide a UI to uploading a custom header image in Appearance > Custom Header.

    #61395
    @mercime
    Participant

    BuddyPress 1.2 is still in development – you can download either by

    SVN – svn co https://svn.buddypress.org/trunk OR you might prefer

    Zip file near bottom of page – https://trac.buddypress.org/browser/trunk

    As for widgetizing sidebars, it is not BuddyPress-related but basic WordPress function. When your user creates a blog, he/she can choose whatever theme you’ve uploaded to your WPMU installation. Just make sure the sidebars of those themes are widgetized or are “dynamic sidebars” and your users can change widgets via their own dashboards at Appearance > Widgets.

    #61370
    @mercime
    Participant

    This is basic WordPress, see https://codex.wordpress.org/Template_Tags and click on the link to the specific template tag you’ll need to add.

    e.g. if you want a list of categories on your sidebar, you click on wp_list_categories link and you get this basic template tag, <?php wp_list_categories( ); ?>, and you add arguments per page I linked to.

    #61366
    Diesel Laws
    Participant

    1. WordPress MU 2.8.6

    2. Directory

    3. Root

    4. Yes, 2.8.4 I believe

    5. Yes

    6. 1.1.3

    7. 1.1.2

    8. Yes, a lot, however they were installed previously

    9. Customised

    10. Slightly in regards to avatars not working

    11. no

    12. bbPress built-in

    13. Few errors but nothing that I believe relates

    14. Hostmonster

    #61334
    David Lewis
    Participant

    @Peter: WordPress is the same. If you want to do something that it doesn’t do by default you have to dig into the Codex and forums and figure out a little bit of PHP. The only changes you can make with “some html/css” are visual changes. No matter what the software is. If you take a look through the WordPress.org forums you will find thousands of posts with people discussing code, php, template tags, action hooks, custom queries, arrays. And WordPress plugins break after updates too. All the time.

    Sorry… what was the original question again? Oh yah… different user types. I guess that has already been answered above… as best as it can be. Topic has been marked as “resolved” too.

    #61326

    In reply to: Base theme?

    Paul Wong-Gibbs
    Keymaster

    Not so much your theme, but compare the 1.1 default BuddyPress theme http://dangerous-minds.org to the 1.2 theme http://testbp.org/. 1.2 also has the following big features:

    Standard WordPress support (not just MU)

    Activity stream threaded commenting.

    Ability to mark an activity stream item as a favorite.

    Activity stream item permalinks.

    Advanced activity stream filters.

    New default theme with improved usability and customization options

    There have been some template tag changes (incl. the template tag loops), I would advise you get a copy of the 1.1 default and 1.2 default theme, look at the changes and apply them to your site. There’s no documentation written yet.

    #61320

    In reply to: Base theme?

    Sal (SCRAWLfx.com)
    Participant

    @r-a-y

    Two weeks? That’s excellent!

    I was a bit worried, because I looked up an old thread about regular WordPress availability and it was from a while ago. Then, apparently, development was going to take longer than they thought – or something like that.

    Two weeks. Is that certain?

    #61318

    In reply to: Base theme?

    r-a-y
    Keymaster

    If you can wait about two weeks, you’ll be able to use BuddyPress on your regular WordPress site!

    To create forums, you need to create a group with discussion forum enabled.

    #61303
    Nick Watson
    Participant

    Oh yeah, I know that’s there, but that is only the Nickname thing from the wordpress.

    I was wondering if there as anyway to edit the other fields (stored by wordpress) on the profile page.

    #61300
    peterverkooijen
    Participant

    Why’s that worrisome? It just shows how fast you can get results with BP.

    Only when you are a PHP programmer. If you are not, you waste weeks figuring out little things like storing firstname/lastname, fixing Ajax buttons that are intricately connected with CSS elements and fixing plugins that break between versions of WPMU.

    The worrisome thing is when BP developers assume the end users are all PHP programmers. Or if they are not, that they should learn PHP.

    WordPress was originally intended for content creators who know some html/css, but don’t have to know “programming”. I’d hate to see Buddypress abandon that goal.

    That basically means you talk an aweful lot about things you really don’t know that much about…

    I don’t and make that very clear, but I still need to figure out ways to get these little things to work or they would derail my project. And I can’t afford to hire anyone to do it for me.

    I know general structural things; I don’t know programming from scratch. In particular working with arrays etc. is pure hocus pocus to me.

    #61295
    bbrian017
    Participant

    After getting support from the wpmu team the issue might in fact be with buddy press.

    Please see the thread at wpmu, https://mu.wordpress.org/forums/topic/16374?replies=20

    Final answer so far,

    Brian, you’re facing a code issue it seems. Looking at the current trunk of BP anyway.

    When BP generates the text for the “[time] ago” stuff, it passes a time string into a function in bp-core.php called bp_core_time_since.

    In this function the date passed in is compared against a possible second value passed to the function. By default, that value is false.

    When the value is false, it gets the current time as a numerical value (like using the time() function) for the current time as GMT using gmdate to create a date string, which is then converted to a numerical time value.

    Here’s the problem. The time being passed into the function as the first parameter is the current server time, and not the GMT time. The second parameter to the function is not passed, thus defaulting to a false condition which then generates the value based on GMT.

    The two times (older and newer as the vars are labeled) are then compared.

    See the problem yet?

    Yes, that’s right. It’s comparing one time to another, but they aren’t in the same timezone.

    If is set as say, 7 hours behind GMT, the initial time passed into the function will be GMT -7. It then creates the current time as GMT without any offset to check against the time passed into the function.

    So, no matter what you do, you’re already at a 7 hour difference within this function, and it will show something currently added to the activity as being 7 hours ago even though it just happened right now.

    The times coming into this function either need to be in GMT, or when the time to compare against is created, it needs to be the server time.

    Whichever happens, they need to both be in the same timezone so that 5 seconds ago is 5 seconds ago.

    In summary, you don’t have a server problem, or an install problem. It’s a BP problem somewhere.

    #61292
    dlittle800
    Participant

    You need a test case!

    Here’s a thought…

    I am creating a social networking site for entrepreneurs.

    http://networkingpeople.biz/

    You can use my website as an example, and interview me as I go through the process of learning buddypress and setting up my site.

    I’ve been working with WordPress for 5 years, but am not a PHP programmer. I’m guessing this probably defines most of the (non-developer, business oriented users) who will be using Buddypress.

    I am open to ideas.

    – Derek

    You can contact me at:

    dlittle800@gmail.com

    globalmama
    Participant

    Hi there,

    I dont understand the fix you’re proposing Issidha, because when I go to the WordPress MU files you indicate need tweaking, I dont SEE those lines pertaining to taking out the www in front of URLs… ??

    I tried entering the domain name where i’m trying to have Buddypress with a www. in front but I have the same issue:

    — > The main page is showing up but all other pages ( Members/Blog…) are not accessible: ie, I get a wrong URL message.

    As in:

    Trying to go to : http://www.sitename/groups

    *** The requested URL /groups was not found on this server. *****

    I and other users CAN access wp-admin ( http://www.sitename/wp-admin/) , as if only the WordPress MU was working, and not all the Buddypress features.

    I also installed a fresh copy of WP MU, and installed Buddy Press 1.1.3, as recommended, through the instal Plugin of the WP MU dashboard.

    I had also installed a couple more plugins, the Buddypress SEO, Hashcash and a forum subscription plugin for BP, which I just deactivated to see if that helped. But it makes no difference.

    Thanks for your advice…

    #61281
    David Lewis
    Participant

    @Peter: Yes… BuddyPress is quite new. Comparing it to WordPress isn’t really fair since WordPress has been around for 7 years. BuddyPress hasn’t even turned 1 yet. The first public release was last spring.

    #61279
    5723653
    Inactive

    I am having the same problem and also any of the links /members, /groups, /register (which goes to the login form), and /login (“The page you were looking for was not found.”) and also al the links related to does not work.

    Please tell me how can I get it to work, whithout having to reinstall all of the scripts in there.

    I am using WordPress 2.9.1.

    #61276
    dainismichel
    Participant

    OK, this helps as well

    https://codex.wordpress.org/Customizing_Your_Sidebar

    Now, how can I find where to put those customizations if I’ve

    copied bp-default and named it bp-default-members

    copied bp-sn-parent and named it bp-sn-parent-members

    appropriately called bp-sn-parent-members from bp-default-member’s style.css file

    …what I mean is that when I look at sidebar.php. it looks like it’s putting the same code into all 3 sidebars to me…so how do I put the customization I want into the sidebar I select?

    Also, since this is BuddyPress, how do I make sure that I’m pulling in “Recent Posts” from the member blog and not from all blogs…maybe that’s what happens anyway…

    and how do I define what people will see when viewing a member’s posts? Is that one of the existing sidebars? I actually hope not, since I want to code that differently.

Viewing 25 results - 20,001 through 20,025 (of 22,649 total)
Skip to toolbar