CMS

Google sitemap generator list

No GoodNeed ImprovementOKGoodExcellent (No Ratings Yet)
Loading ... Loading ...

Comments (1)

WordPress Plugin: Similar Posts vs Related Posts

No GoodNeed ImprovementOKGoodExcellent (No Ratings Yet)
Loading ... Loading ...

A few days ago I installed Related Posts but I had tough time to get it to work with WordPress 2.1. Eventually I had to give up. Today I found another great plugin called “Similar Post”, installed it, and put the following lines of code into sidebar.php:

<li id="categories">
<h2>Related Posts</h2>
<ul><?php similar_posts(); ?></ul>
</li>

And now it works! So in my opinion, “Similar Posts” is much better than “Related Posts”.

Popularity: 2%

Comments

Creating a customized language set to replace Drupal terminology

No GoodNeed ImprovementOKGoodExcellent (1 votes, average: 5 out of 5)
Loading ... Loading ...

  1. Enable the locale module on the administer » modules page
    • administer > access control
    • give yourself (and any other roles that should have it) permission to access locale
  2. Go to the administer » localization page.
  3. Select the add language tab .
  4. Assuming English, create a custom language by adding en-US in the Language code text field.
  5. Give your language a name, such as custom-English (be sure not to use spaces in your language name), and add the language.
  6. This will return you to the main localization page. Set your new language as enabled and as the default.
  7. Save the configuration.
  8. Then disable the original English language set (that is, unless you would like users to be given the option to choose between the two in their account area).

Now, any time you visit a page with Drupal hard-coded content, it will be added into your language set database.

Once you have visited a page that you wish to change the content:

  1. Go to the manage strings page (admin/locale/string/search or /?q=admin/settings/locale/string/search) of the localization section.
  2. Enter in the string you wish to search for.
  3. Edit the result and enter your replacement text.

Popularity: 1%

Comments

Next »