This is the community forum. For a developer response use the Client Area.
Follow us on Facebook, Twitter and YouTube!

CMTX_COMMENTS_HEADING
#1

Hello Steven,

(running dutch language)

We encounter the following errors:

Front ent: CMTX_COMMENTS_HEADING is displayed in website.

Sourcecode:
<h3 class="comments_heading">
<a id="Berichten" name="Berichten">
CMTX_COMMENTS_HEADING</a>

</h3>

To tackle this we later did full install and the displays remain.

----------------------------------------------------------------------


Then in admin panel:

In de dashboard menu;

In the layout dropdown we have this as link:
http://www.mysite.nl/miniblog/comments/a...yout_order >> visible link = cmtx_menu_layout_order

Same in admin panel menu settings:
http://www.traveltop.nl/miniblog/comment...gs_akismet

Is this something I still need to translate, and if so where do I look

Cor
Reply
#2

Hi,

The 'CMTX_COMMENTS_HEADING' is defined on line 29 in comments/includes/language/dutch/comments.php:
PHP Code:
<?php 
define
('CMTX_COMMENTS_HEADING', 'Commentaar');

The 'CMTX_MENU_LAYOUT_ORDER' is defined on line 40 in comments/admin/includes/language/dutch/menu.php:
PHP Code:
<?php 
define
('CMTX_MENU_LAYOUT_ORDER', 'Orde');

I don't know why they are missing from your installation. They are in the v1.8 download.

Have you completed the interview?
Reply
#3

Thnx

I opened all language files in Dreamweaver and also did a search to be certain I did not overlook it, but the search was empty.

Will apply the changes

Good work by the way on this version
Reply
#4

Hello Steven,

I suppose the server cache also had some influence on the error, all is fixed.

In the the language file you should change this:


The 'CMTX_MENU_LAYOUT_ORDER' is defined on line 40 in comments/admin/includes/language/dutch/menu.php:
PHP Code:
<?php 
define
('CMTX_MENU_LAYOUT_ORDER', 'Orde');

To this:

PHP Code:
<?php 
define
('CMTX_MENU_LAYOUT_ORDER', 'Volgorde');

Cor

Reply
#5

Thanks, I've updated "Orde" to "Volgorde".

Have you completed the interview?
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)