×

Notice

The forum is in read only mode.
Welcome, Guest
Username: Password: Remember me
  • Page:
  • 1

TOPIC: Some problems, no solutions

Some problems, no solutions 14 years 8 months ago #6325

  • nico
  • nico's Avatar Topic Author
  • Offline
  • Fresh Boarder
  • Fresh Boarder
  • Posts: 12
  • Thank you received: 0
Hello, first of all, sorry for my English, I am French.

I have several problems which I can not find solutions.

- Firstly, next to the URL UBBCode the signs' /> appear and I can not remove them. As this



Does someone have an idea?

- Then, when I post a comment, the commentary information "registered" appears, I'd like to put in either French or make it disappear ...




- Finally, I would like to know if there are tutorials in French for a good use of joomlacomment?

Thank you in advance

Some problems, no solutions 14 years 8 months ago #6326

  • Daniel Dimitrov
  • Daniel Dimitrov's Avatar
  • Away
  • Administrator
  • Administrator
  • Posts: 9618
  • Karma: 155
  • Thank you received: 1081
Hey Nico,
I can speak french. No I can not speak, but I don't have any problems to read french text :)
So if you want you can reply in french and i will reply in English. just as you wish.

This sign you are showing in the first picture is strange. Which version of joomlacomment do you use? Did you make any changes to the template?

About registered - you can edit your joomlacomment template in use. Look for {usertype} in the index.html and delete it.

Some problems, no solutions 14 years 8 months ago #6327

  • nico
  • nico's Avatar Topic Author
  • Offline
  • Fresh Boarder
  • Fresh Boarder
  • Posts: 12
  • Thank you received: 0
Hi Daniel,
Thank a lot for your answer, I will try to write in english, but may be sometimes I will write in french, thanks a lot for your comprehension...

I use the last version of joomlacomment, 4 beta 2...

And I don't touch to the joomlacomment template!

Some problems, no solutions 14 years 8 months ago #6328

  • Daniel Dimitrov
  • Daniel Dimitrov's Avatar
  • Away
  • Administrator
  • Administrator
  • Posts: 9618
  • Karma: 155
  • Thank you received: 1081
would you give me a link to your website?

Some problems, no solutions 14 years 8 months ago #6329

  • nico
  • nico's Avatar Topic Author
  • Offline
  • Fresh Boarder
  • Fresh Boarder
  • Posts: 12
  • Thank you received: 0
yes, no problem

http://culturejapon.fr

Some problems, no solutions 14 years 8 months ago #6330

  • nico
  • nico's Avatar Topic Author
  • Offline
  • Fresh Boarder
  • Fresh Boarder
  • Posts: 12
  • Thank you received: 0
For the "registred" information, does I must delete thid line?

{BLOCK-usertype}|<span class='postusertype'>{usertype}</span>{/BLOCK-usertype}



in this part of the code?

{post}
<ul id='post{id}' style='margin-left:{wrapnum};'>
<li class='post'>
<a name='josc{id}'></a>
<div class='posthead'>
<span class='postinfo'>
{BLOCK-website}{website}{/BLOCK-website}
{notify}
{BLOCK-usertype}|<span class='postusertype'>{usertype}</span>{/BLOCK-usertype}
|<span class='postdate'>{date}</span>
</span>
<span class='username'>
{username}
</span>
{BLOCK-title} - <span class='posttitle'>{title}</span>{/BLOCK-title}






EDIT : Can I change too the word "security" by "sécurité"? in the Catcha option?

Some problems, no solutions 14 years 8 months ago #6331

  • JonusC
  • JonusC's Avatar
  • Offline
  • Platinum Boarder
  • Platinum Boarder
  • Posts: 785
  • Thank you received: 48
pico,

It is probably for the best to just delete {usertype} inside that span and leave the span there - that should work. And it won't destroy the layout that way. If you make a mistake, you can always get the original index.html from the ZIP file of Beta 2 :)

Can I change too the word "security" by "sécurité"? in the Catcha option?


You sure can! Open up the file components/com_comment/joscomment/language/french.php and down the bottom you should see...
/*new in 4.0 beta1*/
JOSC_define('_YOUR_CONTACT_DETAILS', 'Vos détails de compte');
JOSC_define('_JOOMLACOMMENT_GRAVATAR_ENABLED', '<a href="http://gravatar.com" target="_blank">Gravatar</a> enabled');
JOSC_define('_MESSAGE', 'Message');
JOSC_define('_JOOMLACOMMENT_DISABLEADDITIONALCOMMENTS', 'La possibilité d'ajouter de nouveaux commentaires a été invalidée par l'administrateur')
?>
...add a new line to the end to make it look like this -
/*new in 4.0 beta1*/
JOSC_define('_YOUR_CONTACT_DETAILS', 'Vos détails de compte');
JOSC_define('_JOOMLACOMMENT_GRAVATAR_ENABLED', '<a href="http://gravatar.com" target="_blank">Gravatar</a> enabled');
JOSC_define('_MESSAGE', 'Message');
JOSC_define('_JOOMLACOMMENT_DISABLEADDITIONALCOMMENTS', 'La possibilité d'ajouter de nouveaux commentaires a été invalidée par l'administrateur')
 
/* new in 4.0 beta2 */
JOSC_define('_SECURITY', 'Sécurité');
?>
...and we will include this updated language for the next JoomlaComment release. Thanks!

Some problems, no solutions 14 years 8 months ago #6332

  • nico
  • nico's Avatar Topic Author
  • Offline
  • Fresh Boarder
  • Fresh Boarder
  • Posts: 12
  • Thank you received: 0
Hi JonusC

For "sécurité", I add a new line exactly like you say me, but this message appears in the page:


Parse error: syntax error, unexpected T_STRING in /homepages/43/d270860855/htdocs/components/com_comment/joscomment/language/french.php on line 157


edit : It work very well for {usertype}

Some problems, no solutions 14 years 8 months ago #6335

  • nico
  • nico's Avatar Topic Author
  • Offline
  • Fresh Boarder
  • Fresh Boarder
  • Posts: 12
  • Thank you received: 0
It's ok, it was an ";" error

all is ok now except the '/> problem

Some problems, no solutions 14 years 8 months ago #6336

  • nico
  • nico's Avatar Topic Author
  • Offline
  • Fresh Boarder
  • Fresh Boarder
  • Posts: 12
  • Thank you received: 0
Hi, it's me again, he find this code with firebug :

<img _blank="" alt="<a target=" name="burl" class="buttonBB" src=" culturejapon.fr/components/com_comment/j...images/ubb_url.gif"/ >
'/>


He think the problem is here, but I don't know where find the file with this lines...

Some problems, no solutions 14 years 8 months ago #6337

  • Daniel Dimitrov
  • Daniel Dimitrov's Avatar
  • Away
  • Administrator
  • Administrator
  • Posts: 9618
  • Karma: 155
  • Thank you received: 1081
please go to your backend and check help->system info ->are you running php4? You should run php5 for joomlacomment to work without problems.

Some problems, no solutions 14 years 8 months ago #6338

  • nico
  • nico's Avatar Topic Author
  • Offline
  • Fresh Boarder
  • Fresh Boarder
  • Posts: 12
  • Thank you received: 0
Hi, I am in php 5.2.10

Some problems, no solutions 14 years 8 months ago #6339

  • JonusC
  • JonusC's Avatar
  • Offline
  • Platinum Boarder
  • Platinum Boarder
  • Posts: 785
  • Thank you received: 48
Something is breaking JoomlaComment. I can't figure out what it is, all I can tell is that the Comment form code in Firebug/Source is all $@#&ed up in astronomically outrageous ways! :laugh:

Behold the following Code block from your page source nico -
<a href='javascript:JOSC_insertUBBTag("u")'><img src='http://culturejapon.fr/components/com_comment/joscomment/images/ubb_underline.gif' class='buttonBB' name='bu' alt='<span style="text-decoration:underline;">' /></a>
<a href='javascript:JOSC_insertUBBTag("url")'><img src='http://culturejapon.fr/components/com_comment/joscomment/images/ubb_url.gif' class='buttonBB' name='burl' alt='<a target='_blank'>' /></a>
...don't see it? The first one, underline, has alt='<span style="text-decoration:underline;" at the end. What the!?!? Then the alternate text for the second one, URL, alt='<a target='_blank'>'

:blink:

Something strange is going on. Where is that comming from? If that was happening to me, I wouldn't know how to start diagnosing it. All I can suggest is to disable one extension at a time, going backwards to using original Joomla purity template and only JoomlaComment - process of elimination would at least pin-down the cause of the phantom code. It's probably the Joomla template, but it's really strange.

Of course you can't shut down your site though. Well maybe you can, but maybe Daniel can find something out without you having to do that hopefully.

Some problems, no solutions 14 years 8 months ago #6341

  • JonusC
  • JonusC's Avatar
  • Offline
  • Platinum Boarder
  • Platinum Boarder
  • Posts: 785
  • Thank you received: 48
Yup, something is conflicting with JoomlaComment. It looks like some kind of post-process block/bbcode parse engine you have installed on the site. For example, the code in JoomlaComment for the Bold button has alt='' and the is being replaced with <strong> - this means that another extension is "intelligently" translating forum-style code blocks to HTML equivalents.

Nico, maybe that's enough information for you to solve it. If you can't figure it out, PM me with a list of all your extra Joomla Extensions installed - and also the name of your template. I'll find which one it is, unless it's a template feature which would mean we'd need to hack the template until we "fix" JoomlaComment.

If you do find the exact cause of it, please share it nico so we can investigate it further to prevent this happening again :)

P.S. I noticed one of the slides in your website header is of the anime Cowboy Bebop... great show!

Some problems, no solutions 14 years 8 months ago #6344

  • JonusC
  • JonusC's Avatar
  • Offline
  • Platinum Boarder
  • Platinum Boarder
  • Posts: 785
  • Thank you received: 48
I looked into all the extensions you mention in your PM nico, no dice :( none of them would be causing it.

I think it's yvComment. The Component is unpublished, good. Is there another plugin of yvComment? You might have to try uninstalling it completely... we'll see what Daniel says.

Also try disabling JCE and testing that. I actually had to remove JCE from my site recently because of bugs on their end (a shame - I liked it a lot) which broke my article view layout. Wierd.

We'll see what Daniel thinks when he's available.

Some problems, no solutions 14 years 8 months ago #6350

  • Daniel Dimitrov
  • Daniel Dimitrov's Avatar
  • Away
  • Administrator
  • Administrator
  • Posts: 9618
  • Karma: 155
  • Thank you received: 1081
I read the word yvcomment? Check that all plugins from yvcomment are unpublished. The best thing perhaps to uninstall it. You can search the forum and will find out that there was a user with the nearly the same problem - yvcomment was changing joomlacomment's code.

Some problems, no solutions 14 years 8 months ago #6423

  • nico
  • nico's Avatar Topic Author
  • Offline
  • Fresh Boarder
  • Fresh Boarder
  • Posts: 12
  • Thank you received: 0
Yes!!! it's ok...
The problem was yvcomment
thank you very much!!!!
  • Page:
  • 1
Time to create page: 0.160 seconds