Temperature: 84°F (29°C)
Feels Like: 88°F (31°C)
Heat Index: 85°F (29°C)
Dew Point: 64°F (18°C)
Humidity: 51.5%
Barometer: 30.09 in. Hg (1019 hPa)
Sky Conditions: clear below 12,000 ft
Conditions: clear
Wind: from the SE at 8 mph
Visibility: 10 mi ( 16.1 km)
Last Updated: 08/20/2008 2:53 pm
Question: Where can I find the ImgViewer EE plugin?
Answer: You can find the plugin at Lumis.com’s ImgSIzer
Note to Self • Plugins • Third Party Sites •Question: Is there a plugin I can use to display text like ... five days ago, three days, 11 hours?
Answer: You can download the Count Up and Countdown plugin from here:
Plugins •Question: How can I get a list of authors for a particular weblog?
Answer: You can do this within the EE Query Module:
{exp:query sql="SELECT author_id, screen_name
FROM `exp_weblog_titles` JOIN `exp_members` ON
exp_weblog_titles.author_id = exp_members.member_id
WHERE exp_weblog_titles.weblog_id = '2'
GROUP BY author_id"}
{screen_name}<br />
{/exp:query}
(Code modified to fit window.)
HowTo Articles •Question: Where can I find the EE 2.0 preview and the FAQ items?
Answer: You can find that link here:
Note to Self •Qustion: Where can I find Mr. Wilson’s EE offerings?
Answer: Mr. Wilson has a new site Studio625
Here’s the list of available offerings as of 31 March 2008:
Classee
Foreech
GeeVar
NoFocus
Reeposition
Sibleengs
Sortee
Weever
Question: Where can I find the docs for the Simple Search Form?
Answer: You can find the docs at this URL:
Note to Self •Question: How can I hide pagination with CSS when there is only one page?
Answer: You can do this by styling .pages, with .pages1 being set to display:none.
.pagination {
color...
background... etc.
}
.pages1 {
display:none;
}
Pagination code to use:
{paginate}
<div class="pagination pages{total_pages}">
Page {current_page} of {total_pages} pages : {pagination_links}
</div>
{/paginate}
HowTo Articles • Note to Self •
Question: Where can I find a downloadable version of the ExpressionEngine (EE) docs?
Answer: You can find the file here as a zipped PDF file.
Thanks to Alex7 in the EE forums for providing this file.
NOTE: This is not an official download for EllisLab.
Third Party Sites •© 2008 Legal and Copyright Information