Welcome to EEHowTo

Category List

Live Help




Other Links

4Templates.com


Weather

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

Box here

Welcome

Monday, April 14, 2008

Location of ImgViewer Plugin

Question: Where can I find the ImgViewer EE plugin?

Answer: You can find the plugin at Lumis.com’s ImgSIzer

Note to SelfPluginsThird Party Sites

Permalink

Tell-a-Friend

Wednesday, April 02, 2008

Plugin: Count Up and Countdown

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:

Thread

Plugins

Permalink

Tell-a-Friend

Monday, March 31, 2008

HowTo Get a List of Authors for a Particular Weblog

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.)

Thread

HowTo Articles

Permalink

Tell-a-Friend

Location of EE 2.0 Preview

Question: Where can I find the EE 2.0 preview and the FAQ items?

Answer: You can find that link here:

EE 2 Sneak Preview

Note to Self

Permalink

Tell-a-Friend

Location of Mr. Wilson’s Plugins

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

Third Party Sites

Permalink

Tell-a-Friend

Saturday, March 29, 2008

Note to Self: Simple Search Form

Question: Where can I find the docs for the Simple Search Form?

Answer: You can find the docs at this URL:

EEDocs: Simple Search

Note to Self

Permalink

Tell-a-Friend

Discuss this in our forums

Thursday, March 13, 2008

HowTo Hide Pagination Via CSS With Only One Page

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 ArticlesNote to Self

Permalink

Tell-a-Friend

PDF Available for EEDocs

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

Permalink

Tell-a-Friend

© 2008 Legal and Copyright Information