Search found 24 matches

by Pépou
Mon Nov 09, 2009 2:00 pm
Forum: Modules/Add-Ons
Topic: Problem with the play module (v.1.0.3)
Replies: 1
Views: 981

Problem with the play module (v.1.0.3)

Hello,

I have a problem with the new version of the play module ((v.1.0.3).
I cannot change the player I want to use to read the videos .flv

The error is :   

Code: Select all

 --Add Me - module:Play string:error_fileexists--
Is there any solution ??

Thank you in advance !
by Pépou
Tue Oct 28, 2008 6:23 pm
Forum: Modules/Add-Ons
Topic: site_mapper
Replies: 3
Views: 1675

Re: site_mapper

I'm really sorry but i really didn't get how can I put depth in my site_mapper..
by Pépou
Mon Oct 27, 2008 7:56 pm
Forum: Modules/Add-Ons
Topic: Announcing Calendar 1.0
Replies: 40
Views: 15416

Re: Announcing Calendar 1.0

So how can I display the upcoming events with the 1.0 calendar ??
by Pépou
Mon Oct 27, 2008 5:52 pm
Forum: Modules/Add-Ons
Topic: Announcing Calendar 1.0
Replies: 40
Views: 15416

Re: Announcing Calendar 1.0

I cannot insert the table_id=... !

It always displays :
Warning: Parameter table_id is not known... dropped in /home/webmaster/lib/misc.functions.php on line 1301
Same thing for table_id='cal-upcominglist'

Any idear ?
by Pépou
Sun Oct 26, 2008 5:38 pm
Forum: Modules/Add-Ons
Topic: Announcing Calendar 1.0
Replies: 40
Views: 15416

Re: Announcing Calendar 1.0

I just upgrade my calendar.
I have an error :
Warning: Parameter table_id is not known... dropped in /home/webmaster/lib/misc.functions.php on line 1301
See : http://www.carabinsnicois.fr/index.php

What can I do ?
by Pépou
Sun Oct 26, 2008 4:31 pm
Forum: Modules/Add-Ons
Topic: site_mapper
Replies: 3
Views: 1675

Re: site_mapper

Not much. That's why i don't understand how and where I can use the $node->depth and $node->prevdepth variables..
by Pépou
Sun Oct 26, 2008 4:07 pm
Forum: Modules/Add-Ons
Topic: site_mapper
Replies: 3
Views: 1675

site_mapper

Hello, I just added a sitemap to my website. Here it is : http://www.carabinsnicois.fr/index.php?page=plan-du-site . As you can see, it's very difficult to understand the plan (there is not depth between the 1 and the 1.1 and the 1.1.1...). Here is my site_mapper.tpl in my menumanager : {* CSS class...
by Pépou
Sun Oct 26, 2008 8:17 am
Forum: Modules/Add-Ons
Topic: Module NEWS
Replies: 3
Views: 1747

Re: Module NEWS

Thank you very much !!!
by Pépou
Sat Oct 25, 2008 10:11 pm
Forum: Modules/Add-Ons
Topic: Module NEWS
Replies: 3
Views: 1747

Module NEWS

Hello, I've got a little problem with my website.. I want the last five news on the index of my website, so I activated the option. But the problem is that the link to see the next five news is a the top of the page. I want it at the bottom of the page. What can I modify to change this little dis gr...
by Pépou
Sun Aug 10, 2008 4:12 pm
Forum: Layout and Design (CSS & HTML)
Topic: [Solved] Menu doesn't work on IE
Replies: 8
Views: 2980

Re: Menu doesn't work on IE

Thank you very much sn3p and mark.
It's now working perfectly !!

:D :D
by Pépou
Sun Aug 10, 2008 1:44 pm
Forum: Layout and Design (CSS & HTML)
Topic: [Solved] Menu doesn't work on IE
Replies: 8
Views: 2980

Re: Menu doesn't work on IE

I'm really sorry but I don't understand what I have to change to put the menu at the right place. In fact when I put : /* Unless you know what you do, do not touch this */ #primary-nav, #primary-nav ul {   list-style: none;   margin: 0px;   padding: 0px; } The menu goes at the top of the window. Sor...
by Pépou
Sat Aug 09, 2008 11:10 am
Forum: Layout and Design (CSS & HTML)
Topic: [Solved] Menu doesn't work on IE
Replies: 8
Views: 2980

Re: Menu doesn't work on IE

It's not that your menu don't work, well at least now, it just that it doesn't look right in IE6... I would give the div around the menu a height and take the margin/padding back to 0px in primary-nav, primary-nav ul, and put 0px in top: 42px, you shouldn't use the primary-nav to make adjustments u...
by Pépou
Fri Aug 08, 2008 4:56 pm
Forum: Layout and Design (CSS & HTML)
Topic: [Solved] Menu doesn't work on IE
Replies: 8
Views: 2980

Re: Menu doesn't work on IE

Thank you for your help. But It didn't change anything. My menu is still not working with IE. Here is my template : {sitename} - {title} {metadata} {stylesheet} {cms_selflink dir="start" rellink=1} {cms_selflink dir="prev" rellink=1} {cms_selflink dir="next" rellink=1} ...
by Pépou
Thu Aug 07, 2008 7:24 am
Forum: Layout and Design (CSS & HTML)
Topic: [Solved] Menu doesn't work on IE
Replies: 8
Views: 2980

[Solved] Menu doesn't work on IE

Hello, I've just noticed that my menu is not working properly on internet explorer. On safari or firefox, the menu works perfectly. You can see what I mean here : - menu on firefox : http://sd-14692.dedibox.fr/pepou/images/Capture-1.jpg - menu on IE : http://sd-14692.dedibox.fr/pepou/images/Capture....
by Pépou
Wed Aug 06, 2008 10:34 am
Forum: Layout and Design (CSS & HTML)
Topic: [Solved] Problem with my horizontal menu
Replies: 7
Views: 2818

Re: Problem with my horizontal menu

sn3p wrote: Try adding position: relative; to the links.

Code: Select all

#primary-nav a { 
   display: block; 
   margin: 0px; 
   padding: 5px 10px; 
   text-decoration: none; 
   color: #FFFFFF;
   position: relative;
}
Thank you very much, that worked !!

Go to advanced search