Search found 31 matches

by tyr
Sun 24. Apr 2005, 23:45
Forum: sites under construction (made with phpwcms only)
Topic: turntechprecision.com
Replies: 5
Views: 4136

deanloh,

Misspelling of engineering ("engineerinh") in third line of the Welcome message on the main page. The extended version on the "About Us" page is correct.

Looks good.

Tyr
by tyr
Thu 21. Apr 2005, 22:58
Forum: phpwcms Discussion
Topic: Serious truble with connecting to this forum
Replies: 4
Views: 2661

I have not experienced any problems and I visit the forum 2-3+ times each day.

Tyr
by tyr
Wed 10. Nov 2004, 15:54
Forum: sites you are proud of (made with phpwcms only)
Topic: www.is-energy.hu
Replies: 3
Views: 2917

I noticed what appear to be a few typos in the English version:

1) en > Company > Strategy > Tearget; Should it be "Target" instead of "Tearget?

2) en > News & Ewents; Should be "News & Events"

Hope that helps!
by tyr
Sat 28. Aug 2004, 02:38
Forum: phpwcms Discussion
Topic: Next version?
Replies: 20
Views: 11261

I know, Pappnase -- no offense taken.

Tyr
by tyr
Fri 27. Aug 2004, 23:07
Forum: phpwcms Discussion
Topic: Next version?
Replies: 20
Views: 11261

OK, OK -- so my fat fingers made a typo. Yes, Pappnase, I intended to type 1.2. Thanks for catching that error.
by tyr
Fri 27. Aug 2004, 19:48
Forum: phpwcms Discussion
Topic: Next version?
Replies: 20
Views: 11261

Be patient! It's still 1.1-RC4. I'm sure Oliver is still working like crazy on the "content-anywhere" and the other functionality planned for 1.2, but was considerate enough to the user community to give us what is available now rather than have us wait a few more weeks.

Thanks Oliver!
by tyr
Fri 27. Aug 2004, 19:16
Forum: phpwcms Feature Requests
Topic: Anchors in Articles
Replies: 16
Views: 5674

Code: Select all

{A:AnchorName}
worked just fine -- the achnor was added correctly. However,

Code: Select all

[ID #Anchorname]go to anchor[/ID]
did not work for me -- no hyperlink was formed.
by tyr
Sat 7. Aug 2004, 18:53
Forum: sites you are proud of (made with phpwcms only)
Topic: My company site
Replies: 11
Views: 8044

RE: eSOL Web site

Looks nice. I noticed on a few pages the content pushes the main content area out on the sides a bit. This is especially true for the "Waarom eSOL?" page at http://www.esol.be/9.0.0.1.0.0.shtml. The second paragraph under "5. Internationale standaarden" pushes the sides out quite a bit.

At least ...
by tyr
Thu 15. Jul 2004, 23:10
Forum: phpwcms Support English
Topic: RANDOM image and matching destination link?
Replies: 3
Views: 1487

Do you want a unique destination URL for each random image, rather than one common URL?
by tyr
Thu 15. Jul 2004, 16:08
Forum: hacks & enhancements
Topic: The CSS Story continues...
Replies: 18
Views: 13112

Great work! Keep it up.
by tyr
Sun 4. Jul 2004, 22:51
Forum: phpwcms Support English
Topic: print css and adding a logo?
Replies: 17
Views: 5490

Or maybe set the style to hide the logo for all media except for printing.
by tyr
Thu 20. May 2004, 15:59
Forum: phpwcms Support English
Topic: Using the ? in url's
Replies: 19
Views: 6272

The links DO refer to existing pages. The system presents a more user-friendly or search engine-friendly URL on the frontend, but the phpWCMS translates the nicer-looking URL internally so you get the correct content.

When teh seach engines index your site they equate the content with the re ...
by tyr
Thu 20. May 2004, 15:43
Forum: phpwcms Support English
Topic: {NAV_ROW:CURRENT:0} and stay that way, please...
Replies: 9
Views: 4358

Could you use CSS to create a styled list (vertical) rather than an in-line list like NAV_LIST_TOP? Just a thought.
by tyr
Thu 13. May 2004, 17:51
Forum: phpwcms Support English
Topic: search result on multiple pages
Replies: 24
Views: 7684

I tested it using "is" and the "next"/ "prev" links worked. I'm using IE6 on WIndows 2000.
by tyr
Tue 6. Apr 2004, 23:31
Forum: phpwcms Support English
Topic: [question] php integration
Replies: 15
Views: 5590

date("Y") is a php system variable. It's results is the current year (2004). Nothing fancy here. I intendd it as an illustration.

Instead of using <? print $param[index][mnu_accueil]; ?> you could use Oliver's replacement tags like such: [PHP] print $param[index][mnu_accueil]; [/PHP] to get the ...