Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'wordpress'

Viewing 25 results - 6,076 through 6,100 (of 22,602 total)
  • Author
    Search Results
  • #236701
    danbp
    Participant

    Not avaible yet. Will be in WP 4.2 new “press-it”.

    Keep in mind that SWA is not an external activity wall or feed, but a site (your site) members activity wall. Searching to publish anything on it is a bit vain.

    Some medias can simply be embeded to SWA by copy/pasting, such as tweets, youtube videos or photobucket pictures.
    Allowed medias are described here.

    #236681
    r-a-y
    Keymaster
    #236656
    danbp
    Participant

    Many solution for this, which is a WordPress question. For ex.
    https://wordpress.org/plugins/advanced-access-manager/

    #236632
    Henry Wright
    Moderator

    Plupload isn’t a plugin, rather, it’s an ‘upload’ library used in WordPress core. It’s a great way of uploading media. We’ve all used it even though we might not know it because it’s the tool that powers the media uploading when you go to WP admin > Media > Add New

    #236630
    Henry Wright
    Moderator

    @lbpp OK so the short term approach would be to write a HTML form with the option list and file upload button as form elements. Then, server-side, you’d have your processing script which processes the $_POST data after the user has submitted.

    There’s 101 ways to do that. Plupload springs to mind as the most elegant solution because you can do all sorts of stuff with the uploaded file (and of course Plupload is a core library so the solution will be lightweight). In terms of where the media gets uploaded to, I assume you’d want it to go into the back-end Media Library? If so, then checkout the async upload script. If you use that when setting your Plupload defaults, then most of the heavy lifting is done for you automatically.

    Check out the Plupload docs for more info on that library.

    Of course, that’s just one approach you could go with (the one I’d choose myself), but there will be many more alternative approaches you could take.

    #236589
    Henry Wright
    Moderator

    Hi @lbpp

    Check out the Attachments API (which is currently in the pipeline and should be available in the 2.3 release). As you’ll see, this kind of thing will be far easier going forward.

    #236568
    Henry Wright
    Moderator

    Hi @wordpresswally

    You seem to be doing everything right. Disabling plugins and reverting to the default theme (Twenty somethings) usually resolves the problem.

    Are you seeing the problem on both localhost and on your online server?

    #236556
    wavez02
    Participant

    Hi, it’s lunch time in Japan now.

    oh… not working yet…

    Setting MAMP’s virtualhost and access to virtualhost on your browser.
    for example,

    httpd-vhosts.conf
    —————————————————————–
    <VirtualHost *:8001>
    DocumentRoot “/Applications/MAMP/htdocs/wordpress”
    </VirtualHost>
    ————————————————————–

    Browse URL…”http://localhost:8001/&#8221;

    I think so resolve with it…

    MAMPバーチャルホストを調べてください。
    きっと問題は解決されるはずです。
    または、”http://localhost”でwordpressが見れるように設定すれば解決するかもしれません。

    がんばって。
    どこにも情報が無くて、ちょうど同じ時に悩んでるあなたを見つけました。
    私も1日悩み続けていたので、あなたの助けになりたい。
    あなたがうまくいくように願っています。

    #236540
    BackpackersUnion
    Participant

    Hi @hnla

    Thanks for sharing. I had to read it a few times to wrap my head around it, but it looks worth trying. Does it essentially replace the standard BP Profile menu with the WordPress menu system (i.e. Dashboard -> Appearance -> Menus)?

    It looks like there are two possible places to modify the markup:

    1. bp-themes/bp-default/members/single/home.php
    2. bp-templates/bp-legacy/buddypress/members/single/home.php

    I’m assuming the first is the correct home.php file for BP 2.1.1?

    #236532
    rosyteddy
    Participant

    @mcpeanut @shanebp I really apologize for that. Did not mean to be harsh or demanding.
    At present none of the wordpress or buddypress event plugins has the implementations that any social networking site or social networking scripts has. Event Manager is a good plugin – with respect to front end BuddyPress Simple Events seem to offer no added benefit. Backend – yes, its simple and useful.

    I appreciate shanebp your effort and releasing this plugin for the community. Though it may not fit my use-case just in its present form, it will sure help many. Once again, my apologies, and thanks.

    #236525
    gksgudtjr
    Participant

    Yeah.. I’ve already tried that, I’ve actually replied with this on the second response to your message

    I’ve also tried disabling buddy press and tried doing the registering and it works with bp disabled through wordpress (if this helps)

    #236523
    gksgudtjr
    Participant

    Hey,

    Yeah.. no big red written errors even if I leave the password blank and hit the sign up button…

    Yes, I have tried safari and chrome and firefox… all of them gives me the same response..

    I did try to download the brand new copy of WordPress to narrow this problem down so right now, I have the fresh installed WP and the only plugin that’s installed is BuddyPress…

    So to this problem, there are two things that are malfunctioning… one is that it doesn’t show any error messages when no password has been inputted, also, when the signup button is pressed, the form doesn’t submit the info to the wp_signup DB…

    Should I make another post with this specific description to see if anyone else would have ideas to fix this issue or wait here?

    #236521
    danbp
    Participant

    When someone tries to register without a password, is it suppose to give an error?

    Yes of course, a big red writen error message ! As the other default fields on the register page, the pwd is absolutely necessary.

    I really don’t know what happens to your install. Have you tried with another browser ?

    The last thing to try would be to download a brand new copy of WordPress. Sometimes files are corrupted during a transfer. Then to test it alone, without any plugins.

    Trash all existing WP folders and files from your htdocs(or www) directory first.

    #236507
    Henry Wright
    Moderator

    Hi @aill3urs

    Check out Custom Page Templates. They’ll do what you need 🙂

    #236505
    rosyteddy
    Participant

    @backpackersunion

    No, the Devs has not made this yet it seems. I am not sure if this and/or bp menu toggle for responsive views is going to be incorporated in the next version of BP or not. Though it is high time ( or may have passed the high time) for this.

    If you are interested or can convince the Devs or can submit patch you may find this thread useful – https://buddypress.trac.wordpress.org/ticket/6291#comment:7

    Thanks.

    #236491

    In reply to: Scheduled Posts

    @mercime
    Participant

    @buddypresslost
    1) The default WordPress Role for all BuddyPress members is the Suscriber role. In order to allow any/some members to go to the backend to create a blog post, you need to navigate to the wp-admin menu Users > All Members and change the role of the member/s from Suscriber to either: :
    – “Contributor” – cannot publish, can only submit a post for review. The Editor or Administrator can schedule the post at future date and the post automatically gets published at the scheduled date.
    – “Author” – can set the publish date to future date and the post gets published at the scheduled date.

    2) Not sure why you need a system as the post does get published at a future date set in the “Publish” attribute within the “Publish” box in the panel.

    #236490
    mcpeanut
    Participant
    #236486
    danbp
    Participant

    htaccess is normaly in the site root folder. If none, create it and add this:
    (this is only for a single default install). Even if it has nothing to do whith password registering.

    # BEGIN WordPress
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteRule ^index\.php$ - [L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    </IfModule>
    # END WordPress

    When you register a user from front end and enter the password, do you see dots when typing it ?
    Once saved, is this new user figuring in wp_signup AND wp_user tables with a password ?

    wp_signup is a temporary table where the new user is stored as long as he didn’t use the activation key. Once done, this entry is cleared and the account status of that user is changed in wp_user table.

    #236484
    danbp
    Participant

    Guess this was used around BP 1.6 and previous. A related tread about this could be this one.

    For more information, see bp-core-buddybar.php:40

    Perhaps you also read a ticket. This one ?

    mcpeanut
    Participant

    @buddypresslost hmm, id always rather have my own dedicated ip address, so whats your verdict so far after using the cloud for a day? do you think it will be the correct route for yourself?

    I think im definitely sticking to the route i mentioned tbh, i would love for you to keep me updated on your progress with your venture to see if it works out good for you using a media rich site in the cloud, have you already got a strong user base for your site or is it a new venture?

    Maybe in a few months time of us both running these very different setups we could compare the pros and cons, When i have finally got this all setup and working as i intend i might even post an how to for reference, showing what steps i took to configure it all, I have done weeks worth of reading and watched hours upon hours of videos now about how to set wordpress up to be scalable via the combining of servers route, that and my knowledge about server administration in general should help me achieve this kind of setup, I feel i have got my head around most of the steps needed to achieve this kind of setup now, No doubt i will run into a few hiccups and problems at first but i’m willing to put the time into it.

    #236472
    blongwp
    Participant

    Problem solved… Thank you to everyone that helped.

    IHaveToDoThis, your comments pointed me to the problem.

    Seems that IIS does not support mod_rewrite.

    I solved the problem using this link. http://www.iis.net/learn/extensions/url-rewrite-module/creating-rewrite-rules-for-the-url-rewrite-module.

    I just installed the rewrite module and added a rewrite rule to my web.config…
    <rewrite>
    <rules>
    <rule name=”wordpress” patternSyntax=”Wildcard”>
    <match url=”*”/>
    <conditions>
    <add input=”{REQUEST_FILENAME}” matchType=”IsFile” negate=”true”/>
    <add input=”{REQUEST_FILENAME}” matchType=”IsDirectory” negate=”true”/>
    </conditions>
    <action type=”Rewrite” url=”index.php”/>
    </rule>
    </rules>
    </rewrite>

    #236454
    gksgudtjr
    Participant

    Hey danbp!

    I’ve activated to true but I don’t see any conflict or errors anywhere displayed.. Where should I look for?

    In regard of MAMP, any specific settings you’re referring? I’ve done what your link said to do already. =)

    Yes, I can register users from the back-end if you’re referring this as adding a new user in my dashboard?. I’ve also tried disabling buddy press and tried doing the registering and it works with bp disabled through wordpress (if this helps)

    #236452
    danbp
    Participant

    Activate wp_debug (set to TRUE) in the wp-config file. This can give you a lot of information about conflict and/or errors.

    Is MAMP configured correctly ?
    https://codex.wordpress.org/Installing_WordPress_Locally_on_Your_Mac_With_MAMP

    Can you correctly register a user from the back-end ?

    #236415
    danbp
    Participant

    To get a page ID, simply mouse over the page title on the page list and you can see it in the bottom left corner of your brower.
    Someting like this:
    ../wp-admin/post.php?post=23&action=edit where “23” is the page ID. This number means post_type ID, so there is no difference between a post ID or a page ID except the post_type itself.

    Ref: https://codex.wordpress.org/Function_Reference/get_pages

    #236403
    danbp
    Participant

    Any user can send a message to the site admin if he use the default sender address: wordpress@yoursite.com

    Do you use other plugins as BP ?

Viewing 25 results - 6,076 through 6,100 (of 22,602 total)
Skip to toolbar