Search found 69 matches
- Sat 26. Feb 2011, 06:26
- Forum: phpwcms Support English
- Topic: almost able to mass delete expired articles! SOLVED
- Replies: 2
- Views: 2449
Re: almost able to mass delete expired articles!
I figured it out. Run this query in phpmyadmin to delete expired articles: UPDATE phpwcms_article SET article_deleted = '9' WHERE `article_cid` = '316' AND `article_end` < '2011-02-24 23:59:59'; Note: You need to replace 316 with the catergory id # that you want to delete from (I only wanted to ...
- Sat 26. Feb 2011, 05:50
- Forum: phpwcms Support English
- Topic: almost able to mass delete expired articles! SOLVED
- Replies: 2
- Views: 2449
almost able to mass delete expired articles! SOLVED
I am not a my mysql expert, so can somebody help me complete this myphpadmin query? SELECT * FROM `phpwcms_article` WHERE `article_cid` =316 AND `article_end` < '2011-02-24 23:59:59' The above query shows me all the articles in the 316 category that have an end date less than 02/24/11. I want to be ...
- Thu 4. Mar 2010, 17:17
- Forum: phpwcms Support English
- Topic: "redirect to:" with "_blank" opens 2 windows
- Replies: 2
- Views: 1328
Re: "redirect to:" with "_blank" opens 2 windows
Hi Oliver,
Thanks for the reply. I am sure your solution works, but I am running version 1.3.3 and the edits above don't match up with the code I see.
This is a large government site, so I am going to see if I can get approval to update to the latest version, then apply the edits.
-Ray
Thanks for the reply. I am sure your solution works, but I am running version 1.3.3 and the edits above don't match up with the code I see.
This is a large government site, so I am going to see if I can get approval to update to the latest version, then apply the edits.
-Ray
- Thu 11. Feb 2010, 18:45
- Forum: phpwcms Support English
- Topic: "redirect to:" with "_blank" opens 2 windows
- Replies: 2
- Views: 1328
"redirect to:" with "_blank" opens 2 windows
Hi all, On one of my sites I have a latest news section. All I do is create an article in News category and the 10 latest articles are the listed on the font page of the site by using: {NEW:10:316} I am trying to add news that, instead of linking to an article on our site, would link to an article ...
- Thu 19. Mar 2009, 23:24
- Forum: phpwcms Installation Troubleshooting English
- Topic: Blank frontpage
- Replies: 16
- Views: 10942
Re: Blank frontpage
Yep, all tables are there. Like I said, no errors in the backend, I can create artlices.nebenaube wrote:have you checked the tables in the database? I upgraded via svn so no problems here.
-Ray
- Thu 19. Mar 2009, 22:52
- Forum: phpwcms Installation Troubleshooting English
- Topic: Blank frontpage
- Replies: 16
- Views: 10942
Re: Blank frontpage
Same problem here, and I am a seasoned phpwcms user. I installed the latest version 1.4.1 via ssh telnet (wget and unzipped the archive onto my server with command line). Successful installation, I can navigate around the backend no problems, I setup a template and a test article, but when viewing ...
- Wed 2. Jul 2008, 00:29
- Forum: phpwcms Installation Troubleshooting English
- Topic: Plain Text Line Breaks in 1.3.9 r213
- Replies: 10
- Views: 5945
Re: Plain Text Line Breaks in 1.3.9 r213
Jensensen, Yes, this is solved. In previous versions, Plain Text was rendered up as: <p>asdasd asdasd asdada asdasd asdad dfzs sdf.<br> lksdlksdf lskdfoi liuhrw,m sd lksdfl lksdflk ,ksdnf.<br> jsdfkjs skdfhu lhdlkjsf kshdflksf lkjshdflk wner.</p> But the latest 1.3.9 renders plain text as: <p>asjd ...
- Tue 1. Jul 2008, 18:46
- Forum: phpwcms Installation Troubleshooting English
- Topic: Plain Text Line Breaks in 1.3.9 r213
- Replies: 10
- Views: 5945
SOLVED: Plain Text Line Breaks in 1.3.9 r213
Evoplure,
Put this at the bottom of your style sheet:
(edit the value to your taste. ex: "1em")
-Ray
Put this at the bottom of your style sheet:
Code: Select all
p {padding-bottom: 20px; }
-Ray
- Tue 1. Jul 2008, 01:26
- Forum: phpwcms Installation Troubleshooting English
- Topic: Plain Text Line Breaks in 1.3.9 r213
- Replies: 10
- Views: 5945
Re: Plain Text Line Breaks in 1.3.9 r213
Same problem here. This was a suprise for me. I have thousands of articles on one of my sites (a government site). My habit was to use plain text for all normal text content. Now I'll have a site full of paragraphs that have no spacing between them. In the past, the PLAIN TEXT content part obeyed ...
- Fri 30. Nov 2007, 04:59
- Forum: hacks & enhancements Support
- Topic: [SOLVED] redirection page when not logged in
- Replies: 6
- Views: 14536
- Fri 30. Nov 2007, 04:42
- Forum: hacks & enhancements Support
- Topic: [SOLVED] redirection page when not logged in
- Replies: 6
- Views: 14536
- Sun 26. Nov 2006, 19:15
- Forum: phpwcms Support English
- Topic: FIREFOX ISSUE - Pulling my hair out
- Replies: 6
- Views: 2321
- Sun 26. Nov 2006, 05:47
- Forum: phpwcms Support English
- Topic: PHP Include
- Replies: 3
- Views: 1565
- Sun 26. Nov 2006, 05:40
- Forum: phpwcms Support English
- Topic: FIREFOX ISSUE - Pulling my hair out
- Replies: 6
- Views: 2321
FIREFOX ISSUE - Pulling my hair out
Ok, somebody please help me figure this out. I am using Friefox to test a page. When loaded in phpwcms, the page does not perform the way it was intended, but if I take that page source and put it into its own php file and call that doc in a browser, the page does what it is supposed to. I don't get ...
- Thu 1. Jun 2006, 18:20
- Forum: phpwcms Support English
- Topic: images not wrapped
- Replies: 2
- Views: 1539