We build. You grow.

Get best community software here

Start a social network, a fan-site, an education project with oxwall - free opensource community software

Tags Search (Blogs and Link) not giving any effect - TinyMCE | Forum

cit27
cit27 Dec 21 '12
Update Version 1.50 from 1.4
Tags search on Blogs Page and Links Pagedoes not work or is not giving any effect. But it works well on Forum Page...


The Forum post is edited by cit27 Dec 21 '12
Purusothaman Ramanujam
Tried clearing the cache? Try one enabling debug and DEV mode in config.php file.
cit27
cit27 Dec 21 '12
Tried but still not work..
cit27
cit27 Dec 21 '12
I have found the cause
Javascript  TinyMCE plugin causes tags search and ajax not functioning properly.... i don`t know why?

TinyMCE Works well but couses problem above...(tags search not work, can`t add "tags" to blogpost and link,
click menu sometimes does not work, etc)
The Forum post is edited by cit27 Dec 21 '12
Alia Team
Alia Dec 24 '12
Topic was moved from Bug reports and troubleshooting.
Honsa
Honsa Dec 24 '12
thx, I also recognized it. This is an error. I am working on it, have troubles with htmlarea
cit27
cit27 Dec 25 '12
Happy to hear (Great TinyMCE plugin) can be corrected...
waiting until it's good...thank u
cit27
cit27 Jan 4 '13

Quote from Honsa thx, I also recognized it. This is an error. I am working on it, have troubles with htmlarea


I use the latest update...
quote
on the forum reply not working when clicked ..(exp:

Quote from Honsa...)
Honsa
Honsa Jan 12 '13
You can use this little workaround till I find out how I can prevent htmlarea from load.


You have to edit one line in "ow_core/form_element.php" around line 2929 you have to uncomment this line:


OW::getDocument()->addOnloadScript("$('#{$this->getId()}').htmlarea( " . json_encode($params) . " );");

cit27
cit27 Jan 12 '13
Ok Thank You...
cit27
cit27 Jan 12 '13
to uncoomment?
Sorry...i have to copy / paste that file or?

Honsa
Honsa Jan 12 '13
In "ow_core/form_element.php" around line 2929 change this line:


OW::getDocument()->addOnloadScript("$('#{$this->getId()}').htmlarea( " . json_encode($params) . " );");


into this line:


//OW::getDocument()->addOnloadScript("$('#{$this->getId()}').htmlarea( " . json_encode($params) . " );");

cit27
cit27 Jan 12 '13
Thank You Very Much Honsa
cit27
cit27 Jan 12 '13
I am sorry ..
i did uncomment the code
Quote from Honsa //OW::getDocument()->addOnloadScript("$('#{$this->getId()}').htmlarea( " . json_encode($params) . " );");


but...the Quote still not work in my site
Honsa
Honsa Jan 12 '13
oh yes, sry you also have to delete this line in /ow_plugins/tinymce/init.php


OW::getDocument()->addOnloadScript($bbs);

cit27
cit27 Jan 12 '13
If the line deleted...
and click quote
will be 2 boxs

The Forum post is edited by cit27 Jan 12 '13
Honsa
Honsa Jan 13 '13
ok, thx for the info. I will look how I can avoid this


edit: didnt find a way, it looks like htmlarea is very deep in the system

The Forum post is edited by Honsa Jan 25 '13
Joseph Simon
Joseph Simon Mar 30 '13
have the bug problem solved yet?
Honsa
Honsa Oct 29 '13
no, sry. Hard to find the time for it
This topic is sticky
You do not have permission to reply this topic