Search found 9 matches

by cyrilo
Sun 16. Sep 2007, 22:01
Forum: sites you are proud of (made with phpwcms only)
Topic: Translations agency
Replies: 0
Views: 2553

Translations agency

This one is from quite soon. I have made for a friend.

http://www.tulkkauspalvelu.fi/
by cyrilo
Tue 5. Oct 2004, 13:50
Forum: sites you are proud of (made with phpwcms only)
Topic: www.topartstroy.com
Replies: 0
Views: 2012

www.topartstroy.com

Thanks to all people for phpwcms.
I'm trying to give my best as well. And here is the result
Top Art Stroy

For now there is only bulgarian version avalible, but soon, will be realy in more versions
by cyrilo
Sun 19. Sep 2004, 01:04
Forum: phpwcms Support English
Topic: Random image
Replies: 7
Views: 3259

Check for that function, just search for it.
Look where this function is called and where this function is defined
Check this parse error, you are missing some semicolumns or comma or some other mistake.
by cyrilo
Thu 9. Sep 2004, 09:39
Forum: phpwcms Support English
Topic: Random image
Replies: 7
Views: 3259

Hi, You can add this code and use the new tag Open include/inc_front/front.func.inc.php Find function html_parser($string) { Find in the function sholud be at line 1205 // random Image Tag $search[15] = '/\{RANDOM:(.*?)\}/e'; $replace[15] = 'get_random_image_tag("$1");'; Add after it // ra...
by cyrilo
Sun 20. Jun 2004, 19:29
Forum: sites you are proud of (made with phpwcms only)
Topic: Vegatrade.fi
Replies: 1
Views: 2298

Vegatrade.fi

This is something what I made.
Critics are welcome.
The customer feeds the content
PHPWCMS rocks. Thanks Oliver.

http://www.vegatrade.fi
by cyrilo
Tue 18. May 2004, 16:35
Forum: phpwcms Discussion
Topic: Structure "visible for users logged on only"
Replies: 1
Views: 1469

Structure "visible for users logged on only"

Hi,

Guys has anybody of you using this?

//BR
Cyrilo
by cyrilo
Tue 18. May 2004, 12:22
Forum: phpwcms Bug Reports
Topic: {NAV_LIST_TOP} -- bug or misunderstanding on my part?
Replies: 18
Views: 8610

Well your way seems better ;-)
But you know the system better, and you are better in php than me.

Regards
Cyrilo
by cyrilo
Tue 18. May 2004, 10:52
Forum: phpwcms Bug Reports
Topic: {NAV_LIST_TOP} -- bug or misunderstanding on my part?
Replies: 18
Views: 8610

{NAV_ROW} fixed

Hi, Well I have mixed the lines. But I think that you have figured it out quite fast. Here is the fixed nav_level_row // ------------------------------------------------------------- function nav_level_row($show_id, $show_home=1) { //returns a simple row based navigation if(strtoupper($show_id) == &...
by cyrilo
Mon 17. May 2004, 12:15
Forum: phpwcms Bug Reports
Topic: {NAV_LIST_TOP} -- bug or misunderstanding on my part?
Replies: 18
Views: 8610

Here is the modification what I made in file include/inc_front/front.func.inc.php I'm not sure about line numbers I have changed a bit function css_list_top I have added $breadcrumb = get_breadcrumb(key($struct_path), $struct); and changed ------------ if($struct_path[$key]) { $css_list .= " id...