
Dutch Translation: https://github.com/dutch-translators/Topic-Description
Template event has been asked for and githubbed.Mauron wrote:Would you mind to request that template, please?
I'm assuming you mean the text in front of the textfield?frfzone wrote:Where can I edit and rename the "Topic Description" description to something else? TIA
ext/rmcgirr83/topicdescription/language/en/common.php
file, edit the following:Code: Select all
'TOPIC_DESC' => 'Topic description',
JimA wrote:I'm assuming you mean the text in front of the textfield?frfzone wrote:Where can I edit and rename the "Topic Description" description to something else? TIA
In theext/rmcgirr83/topicdescription/language/en/common.php
file, edit the following:
Code: Select all
'TOPIC_DESC' => 'Topic description',
JimA wrote:I'm assuming you mean the text in front of the textfield?frfzone wrote:Where can I edit and rename the "Topic Description" description to something else? TIA
In theext/rmcgirr83/topicdescription/language/en/common.php
file, edit the following:
Code: Select all
'TOPIC_DESC' => 'Topic description',
Template event has been merged into 3.1.10.Mauron wrote:Thank you!
Code: Select all
[phpBB Debug] PHP Notice: in file [ROOT]/ext/rmcgirr83/topicdescription/event/listener.php on line 132: Undefined index: topic_desc
Code: Select all
SQL ERROR [ mysql4 ]
Column 'topic_desc' cannot be null [1048]
SQL
INSERT INTO phpbb3_topics (topic_poster, topic_time, topic_last_view_time, forum_id, icon_id, topic_posts_approved, topic_posts_softdeleted, topic_posts_unapproved, topic_visibility, topic_delete_user, topic_title, topic_first_poster_name, topic_first_poster_colour, topic_type, topic_time_limit, topic_attachment, topic_status, topic_desc) VALUES (1521, 1466450095, 1466450095, 388, 0, 1, 0, 0, 1, 0, 'testtttdd', 'Elsa', 'FD1F1F', 0, 0, 0, 0, NULL)
BACKTRACE
FILE: (not given by php)
LINE: (not given by php)
CALL: msg_handler()
FILE: [ROOT]/phpbb/db/driver/driver.php
LINE: 855
CALL: trigger_error()
FILE: [ROOT]/phpbb/db/driver/mysql.php
LINE: 181
CALL: phpbb\db\driver\driver->sql_error()
FILE: [ROOT]/phpbb/db/driver/factory.php
LINE: 329
CALL: phpbb\db\driver\mysql->sql_query()
FILE: [ROOT]/includes/functions_posting.php
LINE: 1915
CALL: phpbb\db\driver\factory->sql_query()
FILE: [ROOT]/ext/rmcgirr83/contactadmin/controller/main_controller.php
LINE: 431
CALL: submit_post()
FILE: (not given by php)
LINE: (not given by php)
CALL: rmcgirr83\contactadmin\controller\main_controller->displayform()
FILE: [ROOT]/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/HttpKernel.php
LINE: 109
CALL: call_user_func_array()
FILE: [ROOT]/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/HttpKernel.php
LINE: 55
CALL: Symfony\Component\HttpKernel\HttpKernel->handleRaw()
FILE: [ROOT]/app.php
LINE: 33
CALL: Symfony\Component\HttpKernel\HttpKernel->handle()