News
-
en News with I18N Search
Friday, February 28, 2014 - 3:04 PMYou can use the I18N Search plugin to display news.
Create a page for each news item, for convenience use a URL name like "news-20110101-1544" with date and time and assign it the tag "news".
Include the following in a template or a component:
<?php get_i18n_search_results(['tags' => 'news', 'numWords' => -1, 'order' => 'reverseurl']); ?>
or put the following on a page:
The numWords = -1 ensures that the whole content is output on the page. If you want an excerpt only, specify the number of words to include instead.
If you add the results to a page, you can also add an RSS feed:
This creates a link to the RSS feed (which only shows the first 30 words per news item) and also adds RSS links to the HTML head. In this case the standard sort order is used, which is by modification date, if no words are included in the search.
If you assign additional tags to the news, e.g. "technology", "gadgets", "environment", you can create a page "Technology News" and use the following to display only technology related news:
And as news are just (special) pages and all pages are indexed by I18N Search, your site search will find news as well as other (normal) pages.
-
en Marking search terms, auto-open FAQ questions
Sunday, September 30, 2012 - 5:07 PMI18N Search version 2.9 will mark search terms on pages, and FAQ will automatically open those questions and answers containing those search terms.
-
en Scaled Images in I18N Special Pages
Sunday, September 30, 2012 - 5:03 PMVersion 1.1 of I18N Special Pages allows you to easily show scaled versions of images (e.g. for thumbnails).
-
de I18N - tag autocomplete and more (de)
Friday, April 13, 2012 - 4:31 PMAutocomplete (german)
-
en I18N - tag autocomplete and more
Sunday, September 30, 2012 - 4:59 PM- helps you entering tags/keywords by suggesting tags used on other pages
- allows you to hide/show child pages in the hierarchical pages view
- allows you to filter pages by tag - just enter : and the tag (again aided by auto completion)
-
en Pagify - multilanguage and fancy URLs
Tuesday, September 20, 2011 - 9:46 PMPagify 1.0 now supports multi languages, displays first and last links, does only show n pages around the current page (useful with 20+ pages) and supports fancy URLs.
-
en Search & RSS
Thursday, May 19, 2011 - 10:27 PMThe I18N Search plugin now supports the generation of RSS feeds.
-
en I18N Gallery plugin released
Thursday, May 19, 2011 - 10:15 PMThe I18N Gallery plugin simplifies the creation of photo galleries and slideshows:
- select images from the uploads directory and sub directories
- sort the images by drag and drop
- specify titles and description in multiple languages (with the I18N plugin)
- select a type (two types of embedded slide shows, two types of popup image viewers, slide show using whole browser window)
- enter the desired size of thumbnails and images (automatic images resizing), whether the slideshow should start automatically, type of transition, etc.
- embed the slide show on a page or in the template
Some of the slide shows will even have a nice fallback, if Javascript is disabled.
-
en FAQ Plugin Released
Thursday, May 19, 2011 - 10:15 PMThe FAQ plugin simplifies the display of FAQs (frequently asked questions) by hiding the answers and nested questions and showing them only when the user clicks on the question.
-
en Search plugin updated
Wednesday, April 6, 2011 - 5:44 PMThe new version of the Search plugin features:
- a configuration page with explanations,
- sorting by URL, publishing date or creation date,
- a russian translation.