Hi,
Please guide How to add More language in your system… like HINDI. so user can add its thread in HINDI also…
Also is there any way we can display Error for words limit in “TITLE”, “Description” fields.
Also Any way to check list of people who Vote up or down for thread
Also any way to check list of visitors who views the thread
How to get List of replies by some users as we can see its thresds…
Thanks
- MSAnswered
Hello,
Simple forum language files are in the
app/language/
folder. Please refer to the guide in help folder of your download.No. There is no such validation, option to check vote details and system don’t log viewer details but only view numbers.
If you click the user avatar the popup will have details for user threads (link to view), replies (no link) and badges etc.
Thank you
- AAnswered
Thanks.
I m also facing special character issue while adding replies… % is not allowed… is there any way to allow these special character…
- MSAnswered
Hello,
Sorry, let me check. I think that is due to prevent sql injection.
Thank you
- MSAnswered
Hello,
I have just tested and the
%
is working fine in replies.Thank you
- AAnswered
here please see… i was adding reply - Sacred Sun, China has developed the FCP lead carbon deep cycle battery with super long life based on Furukawa technology. It operate 4200 cycles at 70% depth of …
it gives error…
when i removed %… it works fine…
Also of error comes… it remove text from reply field…
any way to retain the text in reply field… when errors comes…
- MSAnswered
Hello,
I think that’s due to xss. Please open the
app/controllers/Topics.php
then search$this->tec->body_censor($this->input->post('body', true));
and replace with
$this->tec->body_censor($this->input->post('body', false));
OR
I have attached the
Topics.php.zip
If you can’t manually search and replace. You can download and extract. Lastly replace theapp/controllers/Topics.php
with extractedTopics.php
Thank you
Attachments - AAnswered
Ok… I found it at three location in topics.php file… and replaced it…
- Login to Reply