Search found 69 matches

by rescamilla
Sat 26. Feb 2011, 06:26
Forum: phpwcms Support English
Topic: almost able to mass delete expired articles! SOLVED
Replies: 2
Views: 2377

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 dele...
by rescamilla
Sat 26. Feb 2011, 05:50
Forum: phpwcms Support English
Topic: almost able to mass delete expired articles! SOLVED
Replies: 2
Views: 2377

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 ...
by rescamilla
Thu 4. Mar 2010, 17:17
Forum: phpwcms Support English
Topic: "redirect to:" with "_blank" opens 2 windows
Replies: 2
Views: 1298

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
by rescamilla
Thu 11. Feb 2010, 18:45
Forum: phpwcms Support English
Topic: "redirect to:" with "_blank" opens 2 windows
Replies: 2
Views: 1298

"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 o...
by rescamilla
Thu 19. Mar 2009, 23:24
Forum: phpwcms Installation Troubleshooting English
Topic: Blank frontpage
Replies: 16
Views: 10665

Re: Blank frontpage

nebenaube wrote:have you checked the tables in the database? I upgraded via svn so no problems here.
Yep, all tables are there. Like I said, no errors in the backend, I can create artlices.

-Ray
by rescamilla
Thu 19. Mar 2009, 22:52
Forum: phpwcms Installation Troubleshooting English
Topic: Blank frontpage
Replies: 16
Views: 10665

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 t...
by rescamilla
Wed 2. Jul 2008, 00:29
Forum: phpwcms Installation Troubleshooting English
Topic: Plain Text Line Breaks in 1.3.9 r213
Replies: 10
Views: 5843

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;l...
by rescamilla
Tue 1. Jul 2008, 18:46
Forum: phpwcms Installation Troubleshooting English
Topic: Plain Text Line Breaks in 1.3.9 r213
Replies: 10
Views: 5843

SOLVED: Plain Text Line Breaks in 1.3.9 r213

Evoplure,

Put this at the bottom of your style sheet:

Code: Select all

p {padding-bottom: 20px; }
(edit the value to your taste. ex: "1em")

-Ray
by rescamilla
Tue 1. Jul 2008, 01:26
Forum: phpwcms Installation Troubleshooting English
Topic: Plain Text Line Breaks in 1.3.9 r213
Replies: 10
Views: 5843

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 li...
by rescamilla
Fri 30. Nov 2007, 04:59
Forum: hacks & enhancements Support
Topic: [SOLVED] redirection page when not logged in
Replies: 6
Views: 13377

SOLVED! Actually the solution was already built in. You need to add a url to the "FE login url:" section of your templates. BACKEND>ADMIN>TEMPLATES That way, if somebody clicks a logged in only link and they are not logged in, they can be redirected to a page that has a login form. You nee...
by rescamilla
Fri 30. Nov 2007, 04:42
Forum: hacks & enhancements Support
Topic: [SOLVED] redirection page when not logged in
Replies: 6
Views: 13377

I need a solution for this also.

I am using a hard coded navigation tree. When a user clicks on a menu item for logged in users only, they are directed back to the index page. I need to be able to direct them to a "you must log in first" page.

-Ray
by rescamilla
Sun 26. Nov 2006, 19:15
Forum: phpwcms Support English
Topic: FIREFOX ISSUE - Pulling my hair out
Replies: 6
Views: 2238

Guys, sorry, I did what Oliver said and that fixed the problem. Was not able to post here or I would have been late for church.

Oliver, as usual I worship you. Such an easy fix that you recognized immediately.

-Ray
by rescamilla
Sun 26. Nov 2006, 05:47
Forum: phpwcms Support English
Topic: PHP Include
Replies: 3
Views: 1550

{PHP:....myphp.php}
That works, but what about the REQUIRES in the php file that is being called up? They don't seem to get processed.
-Ray
by rescamilla
Sun 26. Nov 2006, 05:40
Forum: phpwcms Support English
Topic: FIREFOX ISSUE - Pulling my hair out
Replies: 6
Views: 2238

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...
by rescamilla
Thu 1. Jun 2006, 18:20
Forum: phpwcms Support English
Topic: images not wrapped
Replies: 2
Views: 1515

Thanks flip-flop.

-Ray