Search found 70 matches

by eglwolf
Sat 29. May 2004, 05:17
Forum: phpwcms Feature Requests
Topic: Add to favorites - Send Page Functions
Replies: 5
Views: 1620

Send This Page

Well I have the "Send this Page" thing worked out. In your template HTML head you can enter: <script language="javascript"> function mailpage() { mail_str = "mailto:?subject=Check out the " + document.title; mail_str += "&body=I thought you might be interested ...
by eglwolf
Sat 29. May 2004, 00:24
Forum: phpwcms Feature Requests
Topic: Add to favorites - Send Page Functions
Replies: 5
Views: 1620

Add to Favorites Update

Ok I searched and played around enought that I found a snippet of code that works. <script> <!-- if (document.all && document.getElementById){ document.write("<a href=\"#\" onclick=\"window.external.AddFavorite('" +document.URL+ "', '" +document.title+ &quo...
by eglwolf
Fri 28. May 2004, 21:13
Forum: phpwcms Feature Requests
Topic: Add to favorites - Send Page Functions
Replies: 5
Views: 1620

Add to favorites - Send Page Functions

If there is not one already it would be nice to have an add to favorites function built in And also a send page function.

like there is for "back", "top", "Print"

If this is built in already can someone point me to it?
by eglwolf
Fri 28. May 2004, 19:23
Forum: phpwcms Discussion
Topic: Altering the Navigation Menu
Replies: 19
Views: 7495

I tried that, and still didn;t work. I think the problem is that there are cells and tables, and rows that make this navigation up and it is just not possible :-(
by eglwolf
Fri 28. May 2004, 18:49
Forum: phpwcms Discussion
Topic: Altering the Navigation Menu
Replies: 19
Views: 7495

Yes and No.

It does make a border around the words, but not the row. Take a look : http://www.equivity.com/v4/

I have tried everything I can think of and nothign will work. I was hoping one of the guru for phpwcms could help.
by eglwolf
Fri 28. May 2004, 17:38
Forum: phpwcms Discussion
Topic: Altering the Navigation Menu
Replies: 19
Views: 7495

No I have not be able to get the border around the hover row. I want the hover row to look like the vertical menu on Microsofts site. Background #cccccc, border 1px solid #999999, however nothing I try in the frontend.cc or the conf.default.template works.
by eglwolf
Fri 28. May 2004, 17:29
Forum: phpwcms Discussion
Topic: Altering the Navigation Menu
Replies: 19
Views: 7495

OK, I got the menu system almost to where I want it. Just one thing I can not figure out (and that is not from a lack of trying) and that is how to get a row border when you hover over the link. I have the background color which is fine, but I can get a border around that. http://www.equivity.com/v4/
by eglwolf
Thu 27. May 2004, 07:27
Forum: phpwcms Discussion
Topic: Altering the Navigation Menu
Replies: 19
Views: 7495

pSouper I must apologize I wrote "horizontal" menu when I meant "vertical" Now, I have played with the conf.template_default.inc, the frontend.css, and There are two things I can't figure out. 1) How to get a border using css around the mouseover, and have that set to something l...
by eglwolf
Wed 26. May 2004, 20:12
Forum: phpwcms Discussion
Topic: Altering the Navigation Menu
Replies: 19
Views: 7495

pSouper Thanks for the quick reply, but I have no idea how to do that, can you give me a little more detail on that?

I can create the css style, but not sure how to get the menu system to use that.
by eglwolf
Wed 26. May 2004, 20:06
Forum: phpwcms Discussion
Topic: Altering the Navigation Menu
Replies: 19
Views: 7495

Altering the Navigation Menu

I would like to change the default horizontal rollover menu to one that looks like the Microsoft Hortizontal menu. http://www.microsoft.com I am sure I could hard code it once the articles are all entered, but I want phpwcms to auto generate this type of menu when I add new things. How can this be d...
by eglwolf
Sat 15. May 2004, 22:13
Forum: hacks & enhancements Support
Topic: mod_rewrite with .html and not .shtml
Replies: 1
Views: 2540

mod_rewrite with .html and not .shtml

Is there a reason for using .shtml over .html?

Is there a difference in search engines which they like?

If I wanted to use the .html instead of .shtml how would I change that?
by eglwolf
Fri 30. Apr 2004, 18:02
Forum: phpwcms Support English
Topic: html e-mail formular
Replies: 12
Views: 5831

I added the following code to my site http://www.equivity.com/v4/ so I could have a quick comments area on my page. I have a couple of problems: 1) I orginally had the code below in a php file, so I could just include it on certain pages, but I received php include errors, so I have to add the code ...
by eglwolf
Fri 30. Apr 2004, 15:02
Forum: phpwcms Support English
Topic: php includes or SSI
Replies: 21
Views: 5501

Perfect, that is exactly what I needed - thanks!
by eglwolf
Fri 30. Apr 2004, 06:22
Forum: phpwcms Support English
Topic: php includes or SSI
Replies: 21
Views: 5501

php includes or SSI

I have some snippets of code I want use include in certain areas, and I want to use either php includes, or SSI. but no matter what I try and code it with neither one show up.

What and I missing on this?
by eglwolf
Fri 30. Apr 2004, 04:26
Forum: phpwcms Support English
Topic: bottommargin:0 where are you?
Replies: 2
Views: 1287

well that eventually did work, but I had to add it to the pagelayout, and not the template itself.

Thanks for the help. The site is slowly coming along.