Search found 19 matches

by Pageman
Thu 16. Jun 2005, 03:31
Forum: phpwcms Discussion
Topic: Capturing sender's information
Replies: 5
Views: 2015

Only thing is, doing so will end up having IP info being included whenever I use the contact form.



Yeh, the suggested use for this included letting users know you have their IP info -- it can show in a text box as they submit the form.

Pageman

I think we are on different track here. You ...
by Pageman
Wed 15. Jun 2005, 07:12
Forum: phpwcms Discussion
Topic: Capturing sender's information
Replies: 5
Views: 2015

trip,

This is a client side script, so the only file you would need to edit would be the one that has a mail form on it. If it were an HTML page, it would just be the HTML file, but if it's something made in WCMS, you would edit the article or whatever content contains the form.

I've not tried it ...
by Pageman
Sun 12. Jun 2005, 09:02
Forum: phpwcms Discussion
Topic: Capturing sender's information
Replies: 5
Views: 2015

It's a bit long since you posted, but the question interested me so I went looking for a method.

<!-- Original: Hostroute.com -->
<!-- Web Site: http://www.hostroute.com/resources/script_ip.html -->

#you can add other fields to the form and use it witha formmail or other script.

<form method ...
by Pageman
Sun 12. Jun 2005, 08:45
Forum: phpwcms Installation Troubleshooting English
Topic: redirected into WCMS subdirectory?
Replies: 2
Views: 1210

vielen Dank,

That is at least partially correct. I found on line 6 of the config file hXXp://myURL /WCMS . I deleted the /WCMS suffix, and that resulted in no more redirections ... for now.

I don't recall editing that line to include anything other than my root URL, and the first times I logged ...
by Pageman
Sun 12. Jun 2005, 04:47
Forum: phpwcms Installation Troubleshooting English
Topic: redirected into WCMS subdirectory?
Replies: 2
Views: 1210

redirected into WCMS subdirectory?

My installation seems to work, but when I log in or save changes I get redirected through the /WCMS/ subdirectory to a 404 error . It's easy enough to manually remove /WCMS/ from the path in my address bar, but i can't hand the site over to unskilled users asking them to modify the path in the ...
by Pageman
Sun 12. Jun 2005, 02:57
Forum: phpwcms Support English
Topic: Open space & article menu question
Replies: 2
Views: 1055

In the default CSS (accessible under the "admin" heading) you might find a section that looks like this:


/**
* Sample CSS for DIV pagelayout
*/
#container {
width: 760px;
\width: 780px;
w\idth: 760px;
border: 1px solid gray;
margin: 10px;
margin-left: auto;
margin-right: auto;
padding ...
by Pageman
Sat 11. Jun 2005, 04:07
Forum: phpwcms Support English
Topic: how to "associate it with your homepage" ?
Replies: 5
Views: 2110

Okay, thanks, DF6IH, I was able to view a page apparently served by WCMS using a path to the directory where I placed the phpwcms files.

This might seem obvious, but if I were writing a users guide, I would include such explicit step-by-step information.
by Pageman
Sat 11. Jun 2005, 03:31
Forum: phpwcms Support English
Topic: how to "associate it with your homepage" ?
Replies: 5
Views: 2110

Re: Did you ask for this ?


Your english is well, but the way you asked is not pointet to a problem....

If so:

Just try google: 'Metatag redirection'

Sorry if my idea is off-topic
:?

Juergen


I think you grasp the question as I put it. I've not experimented yet because I have a live web page, and had hoped to read ...
by Pageman
Sat 11. Jun 2005, 03:01
Forum: phpwcms Support English
Topic: how to "associate it with your homepage" ?
Replies: 5
Views: 2110

Re: Did you ask for this ?


Your english is well, but the way you asked is not pointet to a problem....

If so:

Just try google: 'Metatag redirection'

Sorry if my idea is off-topic
:?

Juergen


I think you probably understand the question as I put it. I've not experimented because I have a live web page, and had hoped ...
by Pageman
Fri 10. Jun 2005, 07:03
Forum: phpwcms Support English
Topic: how to direct index to database
Replies: 7
Views: 3077

"Will anyone answer this question before I scrap PHPWCMS and move on to try another freeware CMS?" This is not very nice.


Actually, it is a simple matter of politeness to advise a freeware producer before I abandon their endeavor simply because of lack of basic support. I am offering an ...
by Pageman
Fri 10. Jun 2005, 05:20
Forum: phpwcms Support English
Topic: how to direct index to database
Replies: 7
Views: 3077

Going once...

This entry-level question has been posted for a while now here and on an earlier thread, yet with no response. PHPWCMS looks to be a reasonably simple and straightward CMS compared to others, but without basic information about how to configure an index page, there is nothing I can do with it ...
by Pageman
Thu 9. Jun 2005, 22:02
Forum: phpwcms Support English
Topic: how to direct index to database
Replies: 7
Views: 3077

how to direct index to database

Once a databse has been created and populated with files, how do we set up a web page to call the database?

Isn't there some redirect script that must be placed on an index.php page? I can't find any reference to this step in the documents.
by Pageman
Tue 7. Jun 2005, 03:37
Forum: phpwcms Support English
Topic: how to "associate it with your homepage" ?
Replies: 5
Views: 2110

how to "associate it with your homepage" ?

It seems I read somewhere how to direct a page to begin rendering a site structure created in WCMS, but I've reread the docs several times and still don't find it.

I read and understand how to create layouts, templates, articles, etc. and I'm using the backend from my web server, I just don't yet ...
by Pageman
Mon 6. Jun 2005, 07:48
Forum: phpwcms Support English
Topic: cannot instantiate non-existent class
Replies: 7
Views: 3206

That part of the config looks like:


$phpwcms["imagick"] = 1; //0 = GD, 1 = ImageMagick, 2 = ImageMagick 4.2.9
$phpwcms["imagick_path"] = ""; //Path to ImageMagick (default="" - none)
$phpwcms["use_gd2"] = 1; //0 = GD1, 1 = GD2


Whatever I first tried must've been whatever was the default config ...
by Pageman
Mon 6. Jun 2005, 07:42
Forum: phpwcms Support English
Topic: preview?
Replies: 2
Views: 824

How about using something other than my root URL as a root for a WCMS querry. Something like http://www.NotMySite.com/WMCSpagesBeta/index.php.

I think that should work, I'm just not that far into trying it yet. I don't have to use a root URL as the site entry do I? as in: http://www.NotMySite.com ...