First at all, sorry for my English.
http://pregol.ru
With eng and rus version. Using somewhere Flash and JQuery.
What thinking about my work?
Search found 15 matches
- Mon 8. Feb 2010, 21:43
- Forum: sites you are proud of (made with phpwcms only)
- Topic: pregol.ru
- Replies: 2
- Views: 10071
- Sun 19. Apr 2009, 20:58
- Forum: phpwcms Support English
- Topic: Load jQuery.js before other js
- Replies: 3
- Views: 2077
Re: Load jQuery.js before other js
Thanks, very much.
But I solved my problem.
Answer is here .
<script src="prototype.js"></script>
<script src="jquery.js"></script>
<script>
var $j = jQuery.noConflict();
// Use jQuery via$j(...)
$j(document).ready(function(){
$j("div").hide();
});
But I solved my problem.
Answer is here .
<script src="prototype.js"></script>
<script src="jquery.js"></script>
<script>
var $j = jQuery.noConflict();
// Use jQuery via$j(...)
$j(document).ready(function(){
$j("div").hide();
});
- Thu 9. Apr 2009, 19:21
- Forum: phpwcms Support English
- Topic: Load jQuery.js before other js
- Replies: 3
- Views: 2077
Load jQuery.js before other js
I have some ploblem with conflict jquery and lightbox."jQuery.noConflict();" not solving my poblem.
In jQuery docs sad that include in html head before other scripts.
Don't work jquery:
1 <script src="template/inc_js/frontend.js" type="text/javascript"></script>
2 <script type="text ...
In jQuery docs sad that include in html head before other scripts.
Don't work jquery:
1 <script src="template/inc_js/frontend.js" type="text/javascript"></script>
2 <script type="text ...
- Thu 9. Apr 2009, 17:51
- Forum: phpwcms Support English
- Topic: PHP script if Content Block is Empty
- Replies: 3
- Views: 1103
Re: PHP script if Content Block is Empty
It cool. WORKING! Many thaks!
- Thu 9. Apr 2009, 17:48
- Forum: phpwcms Support English
- Topic: PHP script if Content Block is Empty
- Replies: 3
- Views: 1103
Re: PHP script if Content Block is Empty
Ok! Thanks, try it.
- Thu 9. Apr 2009, 16:52
- Forum: phpwcms Support English
- Topic: PHP script if Content Block is Empty
- Replies: 3
- Views: 1103
PHP script if Content Block is Empty
Sorry for my English.
Please help me. Will be work that sequence in template?
...
...
Please help me. Will be work that sequence in template?
...
Code: Select all
<div>
{HEADER}
[PHP]
if(empty($content['CB']['HEADER'])
{echo ('<img src="i/himage_02.jpg" width="500" height="375" />');}
[/PHP]
<div>- Sat 1. Dec 2007, 20:00
- Forum: phpwcms Modules English
- Topic: Tutorial for shop-module and hack to use shop in 1.3.3
- Replies: 34
- Views: 60579
Russian lang for mod
Tanks for the your job, Breitsch. Realy cool.
I did create ru.lang.php
For install, pls save to include\inc_module\mod_shop\lang\
I did create ru.lang.php
For install, pls save to include\inc_module\mod_shop\lang\
- Mon 29. Jan 2007, 17:00
- Forum: phpwcms Discussion
- Topic: Let's translate to Russian!
- Replies: 8
- Views: 6879
- Mon 21. Feb 2005, 23:19
- Forum: sites you are proud of (made with phpwcms only)
- Topic: New site powered by PHPWCMS 1.2 DEV... Very Fresh
- Replies: 0
- Views: 1769
New site powered by PHPWCMS 1.2 DEV... Very Fresh
Cool script! Very nice...
Second site that I produce on phpwcms
http://www.tibet-kld.ru
Sorry, only in Russia... may be do it in English in nearest time too.
Thanx all autors of wcms!
Dennis Atemiev
art-director
ART-O-SPHERE______
Studio of visual design
Kaliningrad (Formerly Koenigsberg ...
Second site that I produce on phpwcms
http://www.tibet-kld.ru
Sorry, only in Russia... may be do it in English in nearest time too.
Thanx all autors of wcms!
Dennis Atemiev
art-director
ART-O-SPHERE______
Studio of visual design
Kaliningrad (Formerly Koenigsberg ...
- Sun 23. May 2004, 19:14
- Forum: sites you are proud of (made with phpwcms only)
- Topic: New site on the PhpWCMS
- Replies: 10
- Views: 7497
Thanks Oliver!
Thanks Oliver! But I think that cms system will be always.
- Fri 14. May 2004, 02:45
- Forum: sites you are proud of (made with phpwcms only)
- Topic: New site on the PhpWCMS
- Replies: 10
- Views: 7497
- Thu 13. May 2004, 23:49
- Forum: sites you are proud of (made with phpwcms only)
- Topic: New site on the PhpWCMS
- Replies: 10
- Views: 7497
- Thu 13. May 2004, 23:07
- Forum: sites you are proud of (made with phpwcms only)
- Topic: New site on the PhpWCMS
- Replies: 10
- Views: 7497
- Thu 13. May 2004, 22:39
- Forum: sites you are proud of (made with phpwcms only)
- Topic: New site on the PhpWCMS
- Replies: 10
- Views: 7497
New site on the PhpWCMS
Please to appreciate new site on the PhpWCMS! Thanx!
Excuse me, site only in Russia!!!
http://www.artosphera.ru
Dennis
Kaliningrad
Excuse me, site only in Russia!!!
http://www.artosphera.ru
Dennis
Kaliningrad
- Tue 11. May 2004, 01:04
- Forum: hacks & enhancements
- Topic: {NAV_LIST_LEVEL:parent_level:class}
- Replies: 4
- Views: 6154
No correctly work
:) Sorry! But this tag not correctly work!!!
If I write {NA_LIST_LEVEL:1} in the page appear only
Menu1
Menu2
Menu3
But I want have
Menu1
-- submenu11
-- submenu21
Menu2
-- submenu21
-- submenu22
and etc.
May bee better rewrite this hack for next view
-- submenu11{nolink if current ...
If I write {NA_LIST_LEVEL:1} in the page appear only
Menu1
Menu2
Menu3
But I want have
Menu1
-- submenu11
-- submenu21
Menu2
-- submenu21
-- submenu22
and etc.
May bee better rewrite this hack for next view
-- submenu11{nolink if current ...