close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

Create a Blog using PowerCMS Builder

Thread began 2/26/2012 12:06 am by Daryl | Last modified 9/22/2016 6:53 am by Daryl | 4233 views | 6 replies

Jason ByrnesWebAssist

so from the linked thread, the base recordset you are using is:

SELECT Date_format(pcms2_contents.ContentDate, '%M, %Y') as contDate, 
COUNT(*) AS cc FROM pcms2_contents
WHERE pcms2_contents.ContentPageName='News' AND pcms2_contents.ContentPageSetParentID=12
GROUP BY YEAR(pcms2_contents.ContentDate),
MONTH(pcms2_contents.ContentDate)
ORDER BY pcms2_contents.ContentDate DESC



to filter by a month and year url variable, you would need to pass the 2 digit month number in the querystring, and the 4 digit year in the quertystring for example:
news.php?month=02&year=2012

then in the recordset, use DATE_FORMAT to convert the date to year and month pieces: add to the where clause:

SELECT Date_format(pcms2_contents.ContentDate, '%M, %Y') as contDate, 
COUNT(*) AS cc FROM pcms2_contents
WHERE pcms2_contents.ContentPageName='News' AND pcms2_contents.ContentPageSetParentID=12 AND DATE_FORMAT(pcms2_contents.ContentDate, %m) = paramMonth AND DATE_FORMAT(pcms2_contents.ContentDate, %Y) = paramYear
GROUP BY YEAR(pcms2_contents.ContentDate),
MONTH(pcms2_contents.ContentDate)
ORDER BY pcms2_contents.ContentDate DESC




then in the variables section, create 2 new variables as:
name: paramMonth
type: date
default value: -1
runtime value: $_GET['month']

name: paramYear
type: date
default value: -1
runtime value: $_GET['year']

Build websites with a little help from your friends

Your friends over here at WebAssist! These Dreamweaver extensions will assist you in building unlimited, custom websites.

Build websites from already-built web applications

These out-of-the-box solutions provide you proven, tested applications that can be up and running now.  Build a store, a gallery, or a web-based email solution.

Want your website pre-built and hosted?

Close Windowclose

Rate your experience or provide feedback on this page

Account or customer service questions?
Please user our contact form.

Need technical support?
Please visit support to ask a question

Content

rating

Layout

rating

Ease of use

rating

security code refresh image

We do not respond to comments submitted from this page directly, but we do read and analyze any feedback and will use it to help make your experience better in the future.

Close Windowclose

We were unable to retrieve the attached file

Close Windowclose

Attach and remove files

add attachmentAdd attachment
Close Windowclose

Enter the URL you would like to link to in your post

Close Windowclose

This is how you use right click RTF editing

Enable right click RTF editing option allows you to add html markup into your tutorial such as images, bulleted lists, files and more...

-- click to close --

Uploading file...