PDA

View Full Version : Problem with click counter and language file


cysedbs
04-18-2007, 06:27 PM
Hi,

Since 2.03 all seems to be better! The cron ckecker is really good right now! all the corrections give it really interesting right now...

But, i encountered two problems:
For the fisrt one, the click counter isn't working... I don't understand why... If you had already seen this problem please give me the probable solution...

For the other one, i place French language by default, delete the other one (english)... Since i did it, i can't access my admin panel! I can login to it but all the menus are gone !! I can't administrate it at all ! How can i re-add the english file (without admin panel) in order to re-administrate esyndicat ?

You made a good work, keep it up!

Cya

Dave Baker
04-18-2007, 10:30 PM
Hello cysedbs,
the click counter isn't working
It's very strange. But if you made changes with code in link-display.tpl you need check the following code:

<div class="title">{if $link.crossed}@{/if} <a href="{$link.url}" class="title" id="l{$link.id}" {if $config.new_window}target="_blank"{/if}>{if $config.html_tags}{$link.title}{else}{$link.title| escape:"html"}{/if}</a>

In the code should be parameter:

id="l{$link.id}"

If it's not so, please post the url to your directory.
How can i re-add the english file (without admin panel) in order to re-administrate esyndicat ?
You can do it via phpMyAdmin -> Import -> and specify path to your dump, but before change all {prefix} in the dump with your database prefix.

cysedbs
04-19-2007, 08:58 PM
Hi,

It's ok for the language file.

but the click counter code is unchanged i don't understand...

<div class="title">{if $link.crossed}@{/if} <a href="{$link.url}" class="title" id="l{$link.id}" {if $config.new_window}target="_blank"{/if}>{if $config.html_tags}{$link.title}{else}{$link.title| escape:"html"}{/if}</a>

the directory is here:
http://annuaire.zefree.com/

if you find any solutions please give it to me ;)


thank you.

Sergey Ten
04-20-2007, 04:19 AM
Hello Cya,

Probably it is related to a cache, try to clear all cache and post a result.

cysedbs
04-24-2007, 07:52 PM
Hello Cya,

Probably it is related to a cache, try to clear all cache and post a result.

already tried...

I checked all the template files... i can't find the problem, the code for the main link block is stayed intact i changed nothing except the "add to favorites" but i triple check and this is the same code than another directory i installed, and this one is working but not for http://annuaire.zefree.com...

any other ideas ?

Thank you.

Sergey Ten
04-25-2007, 03:58 AM
Hello cysedbs,

Please send me your FTP details via PM. Don't forget to include a description.

cysedbs
04-25-2007, 05:52 PM
Hello cysedbs,

Please send me your FTP details via PM. Don't forget to include a description.

Thank you for your help. I send you all the details via PM.

Also, i put your modstars for the rating system... great work!

Sergey Ten
04-26-2007, 04:16 AM
Hello cysedbs,

I have fixed your problem please check it.

cysedbs
04-26-2007, 10:15 AM
it's ok right now!

Thank you so much i didn't understand what was bad :)

Sergey Ten
04-26-2007, 10:43 AM
You are welcome cysedbs :) I just added a JavaScript code in the footer.tpl file. :)