Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'wordpress'

Viewing 25 results - 22,326 through 22,350 (of 22,658 total)
  • Author
    Search Results
  • #37283
    Trent Adams
    Participant

    In terms of actually doing this, I am pretty sure you can since it is released under the same license as WordPress which I am pretty sure you can remove credit.

    #37270
    Burt Adsit
    Participant

    I think I’m gonna rename this thread “The perils of not giving credit where credit is due”

    Next contributor please.

    #37261
    royak
    Member

    According to a legend if you remove the copyright you will be captured by extra-terrestrials (Automattic team) and their chief (Mullenweg) will implante an electronic chip in your brain . the chip will generate the same song (downtown by petula clark) everytime a comment spam is send to a blog around the world.

    so : Be careful please!

    #37255
    desinformado
    Participant

    Hello Andy, excellent job, I love wordpress…. I have been testing all community and multiuser blog systems and while Buddypress is still in a marvel work on development I prefer to wait for BP instead of installing and developing on any other platform… WordPress MU+Buddypress rock and will drive the social communites in not time….

    I am testing buddypress at http://www.aula5.net, aula5 will be an educational+young people community in the Dominican Republic, the only thing I am missing is the Album feature, this is the main reason for people to enter in any community, PICTURES, PHOTOS.

    hi, would be possible to use the custom login WP plugin?

    a little photoshop can do miracle in some cases.. thougt

    Burt Adsit
    Participant

    I don’t really like the economic model that wpmudev.org uses. It encourages a ‘rape and pillage’ type of attitude. Pay your $ for a month of access and take everything worth taking. See ya. Got what I want.

    I don’t have a moral issue with making money from support or custom coding. I want whoever it is that owns that site to make money. It’s the month of access part I have problems with. It encourages bad behavior.

    Burt Adsit
    Participant

    Premium $ for that? It’s 5 lines of code.

    Probably lots of bells and whistles with the premium plugin.

    XMLRPC interface to your iphone. Plays a song. Washes the dishes. Babysits the kids. Detection routine for site admin ‘crankyness’ level.

    Adam W. Warner
    Participant

    There’s also a premium plugin that allows for login redirection, but it looks like you’ve already solved that;)

    http://premium.wpmudev.org/project/login-redirect

    life2000
    Participant

    Almost solved! Password not a problem.

    I just noticed that I can easily change the password using the “settings” on the profile page. It’s awesome!

    I won’t be giving them a blog yet. So that won’t be a problem.

    So, all set. All I have to do now is change the text on the last activation email sent to users. It looks rather unfriendly with the title: “dear user” and the signature “WordPress”.

    Other than that, it’s all cool.

    THANK YOU SO MUCH.

    #37223

    In reply to: Port other than 80?

    Burt Adsit
    Participant

    You might try the wpmu forums. Lost of trusty brains there. https://mu.wordpress.org/forums/

    Burt Adsit
    Participant

    Yep. If you disable the back end they won’t be able to change the password. You want to disable it completely? How are people going to write blog posts?

    Anyway, the password on signup is more than I have time for now. There is a premium plugin available on wpmudev.org http://premium.wpmudev.org/project/set-password-on-wordpress-mu-blog-creation that does what you want. I don’t know if it works with bp or not.

    life2000
    Participant

    Burt:

    THANK YOU so much. It worked! I made the file executable, as you said, and it worked beautifully, directing me straight to the user’s profile page right after the lognin page.

    But please don’t go away yet. The outstanding thing now is the password. Seeing as though users will have no access to the back end to change the password, they may be stuck with WordPress’s assigned password. Is there a way to help them have their own selected password?

    This may be asking too much. But seeing as though we have Andy’s attention too, I hope we can do it and offer the users a great experience at the outset. I know once they get through the registration happily, they would be amazed by the power of this platform.

    Nonetheless, I am already happy with this progress.

    Thanks so much;

    vida

    Burt Adsit
    Participant

    Phunky, ya that $user param isn’t just a user id. It’s the massive wp user object.

    $user->all_about_this_person_and_then_some

    Scotm
    Participant

    burtadsit, i meant to say alternative way. sound right?

    Phunky
    Participant

    You could extend on burtadsit plugin and check the users role/cap first and then redirect them accordingly.

    Burt Adsit
    Participant

    scotm, preferred way? I don’t know about that guy. It’s a solution to a specific problem. I don’t dev preferred solutions to bp. Not my job man. :)

    Andy Peatling
    Keymaster

    I’ll see if there is a filter I can use to stop this from happening.

    Scotm
    Participant

    So this is a preferred way to avoid the wp-admin or wp-login page versus the Block Admin plugin, correct? This would mean users, including Admin, would have to login from the front end via the sidebar, for example?

    Burt Adsit
    Participant

    You need to make it an actual executable php file by putting <?php at the top and ?> at the bottom of the file.

    #37187
    Burt Adsit
    Participant

    You can at your peril. There is a secret open source software credit detection routine built into both products. The license doesn’t explicitly say you have to keep it there. However I’ve heard of horrible things happening if you remove it. Open source programmers are very self centered, introverted and vindictive people.

    Danger Will Robinson.

    #37175
    opiater
    Participant

    In bbpress, When I Hit the “edit” link would like set the “User Type” of the user to “Administrator”, I get “Sorry, that page was not found” in “buddypress-home” theme.

    bbPress: bbpress-1.0-alpha-6

    BuddyPress: 1.0b2

    Wordpress MU: 2.7

    All are releases not SVN

    Help…

    life2000
    Participant

    Hi Burt:

    So, I uploaded the latest version off the trunk: r1015 and all good. But when I throw in the above plugin, I get the exact line of the plugin code on top of the header on the site.

    When I try to login, it gives me many many lines such as below:

    Warning: Cannot modify header information – headers already sent by (output started at /home/cyrkabiz/public_html/cyrka.net/wp-content/mu-plugins/bp-custom.php:5) in /home/cyrkabiz/public_html/cyrka.net/wp-login.php on line 255

    Should I put the plugin in a folder or something?

    Thanks so much;

    vida

    Burt Adsit
    Participant

    Howdy. The ’10’ is the priority of the filter (normal) and ‘3’ is the number of arguments the oci_login_redirect() function takes.

    https://codex.wordpress.org/Plugin_API#Filters

    If you take a look at the apply_filters() call that is in wp-login.php it sends along 3 params. The second param is not so obvious:

    isset( $_REQUEST['redirect_to'] ) ? $_REQUEST['redirect_to'] : ''

    Read it as:

    ‘if the redirect_to is set to something then use that as the 2nd param and if it isn’t set then pass along nothing as the 2nd param’.

    Just in case we want to do something fancy in the filter that has to do with where the redirection was supposed to go in the first place.

    Anointed
    Participant

    thank you!

    Can I ask what the 10, and 3 refer to in the very last line of code?

    I am just now learning how to understand code that I am reading, and I think I grasp everything but that part.

    Burt Adsit
    Participant

    Well, here’s an even better idea. Don’t create a file called just anything. Call it bp-custom.php and put it in there. Drop that in /mu-plugins. I looked at the SVN log and as of rev 1012 if that file exists in /mu-plugins it gets run before anything else in bp.

    Cool. Thanks Andy!

    Now I know how to launch all my little tweaks. The official way.

Viewing 25 results - 22,326 through 22,350 (of 22,658 total)
Skip to toolbar