User:Ilya/OpenWetWare/Blogging: Difference between revisions

From OpenWetWare
Jump to navigationJump to search
Line 44: Line 44:
*[http://blog.openwetware.org/wp-login.php Login] and [http://blog.openwetware.org/wp-signup.php signup] links
*[http://blog.openwetware.org/wp-login.php Login] and [http://blog.openwetware.org/wp-signup.php signup] links
*[[User:Ilya/OpenWetWare/Blogging/Signup restrictions|Signup restrictions]] - this functionality is built-in starting from version 1.3
*[[User:Ilya/OpenWetWare/Blogging/Signup restrictions|Signup restrictions]] - this functionality is built-in starting from version 1.3
**set Allow new registrations to Disabled in Site Admin -> Options
**in <tt>wp-signup.php</tt>: replace or comment out the line <code><nowiki>_e( "Registration has been disabled." );</nowiki></code> with the line <code><nowiki>_e( "<strong>If you would like to get a blog and you are already a user of the <a href='http://openwetware.org/wiki/Main_Page'>OpenWetWare wiki</a>, please send email to admin at openwetware org.</strong>" );</nowiki></code>
*[http://mu.bloggles.info/2007/02/10/updated-wpmu-captcha-registration/ WPMU captcha registration]
*[http://mu.bloggles.info/2007/02/10/updated-wpmu-captcha-registration/ WPMU captcha registration]
*[http://mu.wordpress.org/forums/topic.php?id=4646&page Sign up Splogs Stopper Plugin request]
*[http://mu.wordpress.org/forums/topic.php?id=4646&page Sign up Splogs Stopper Plugin request]

Revision as of 15:47, 20 December 2007

Miscellaneous

Wordpress

Antispam

WordPress MU

Plugins, Widgets, SVN Repository

Logins

Avatars

  • New feature on Wordpress.com: avatars available since 2006
  • WPMU Avatar widget users will be able to navigate to their Profile page and upload their own photo. The photo will appear next to their comments across your WPMU site, and, if they use my Author Profile Enhanced widget, in their sidebar next to their “About Me” text (demo)
    • based on Profile Pics plugin
    • The "can't upload" issue:
      • Subdirectory fix, subdomain fix (don't work?)
      • Upload form fix (for IE7 only?) open up wp-admin/profiles.php, find the form line about 15 lines down and change it to this: <form name="profile" id="your-profile" action="profile-update.php" method="post" enctype="multipart/form-data">
  • Post Avatar allows choosing from a predetermined set of images
  • Gravatar allows you to generate a gravatar URL complete with rating, size, default, and border options; it also shows LiveJournal userpics in comments
  • Localized comment avatar allows readers to specify a name, e-mail address and/or URL that they will always use when commenting, and to upload and assign an image to this combination of specified values
  • Sexy Comments plugin has avatar support

Themes

  • Theme Development
  • techdesigns.co.uk 005 v10
  • style.css:
    • #topimg: change header picture (header_dkblue.jpg)
    • #header_title: increase the font size to 30px, add ITC Franklin Gothic Book to the font list, change change padding-top from 155px to 70px and remove text-transform: uppercase
    • #header_title2: increase the font size to 20px, add ITC Franklin Gothic Book to the font list and remove text-transform: uppercase
    • darker links (a{color:#3178FF; ...}) and text (#bg{color:#333333; ...})
    • darker comments: .comment{color:#555555; ...}
    • darker quote sections inside posts: blockquote p{color:#555555; ...}
  • add the following to footer.php:
<a href="http://openwetware.org/wiki/Copyright">Creative Commons BY-SA or GNU FDL</a> - <a href="http://openwetware.org/wiki/OpenWetWare:General_disclaimer">Disclaimer</a>
  • searchform.php:
    • to enable the blogsearch to search each individual blog instead of the main blog, replace the 1st line as follows:
      <form method="get" id="searchform" action="<?php echo $_SERVER['PHP_SELF']; ?>">
      <form method="get" id="searchform" action="<?php bloginfo('home'); ?>">

Wikia

Notes

  • science blog feeds (via Jason):
looks like this: http://feeds.feedburner.com/scienceblogs/pharyngula
we might consider setting ours up like that as well. e.g. http://feeds.feedburner.com/openwetware/shareyourscience would be the name of mine.
EasyPG is a Wordpress plugin adding shortcuts to create correct markup for Postgenomic parsing
  • Message during installation:
Warning: reset() [function.reset]: Passed variable is not an array or object in /data/web/root/wordpressmu-1.2.3/wp-content/mu-plugins/pluggable.php on line 30
Warning: Variable passed to each() is not an array or object in /data/web/root/wordpressmu-1.2.3/wp-content/mu-plugins/pluggable.php on line 31

Front page

Renaming blogs

  • Site Admin -> Blogs -> Edit blog
  • make sure that all necessary options are updated (some may be repeated twice on the page): Path, Siteurl, Home, Fileupload Url