That actually worked... Which is strange since all addons have the upload folder inside the zip
Was this ever added?It would be awesome if words added to a glossary where highlighted in a users thread posts and hotlinked back to the glossary, if that was your suggestion I think it would be exceptionally useful.
I broke the import into 12 pieces with appr. 50 terms each. Now 2 have no errors, the other up to 6. When I saved one with 5 errors as UTF-8-BOM instead of UTF-8, it increased to 7, saving with UTF-8 again, back to 5.Also I don't know what could make a term or value "invalid" so I don't know what to look for...
For import error from CSV file, try this:It really feels kind of arbitrary, what makes those errors appear. I tried a different file, from a different source. Now no special Characters except German "umlauts" are used. Also the term text is not enclosed in "". 50 entries, 2 errors, or one, of those mean the same entry:
Please enter a valid Term.
Please enter a valid Term text.
There are no empty lines etc.
When I enclosed the text (in the earlier files) in "", any ; inside would break the cell anyway. Those errors were given with line numbers and could be resolved easily. The "valid" stuff - really, I am out of ideas.... Not one term imported to far.
protected function process_import_text_field($string)
{
$string = (string) $string;
return iconv(mb_detect_encoding($string, mb_detect_order(), true), "utf-8", $string);
}
protected function process_import_text_field($string)
{
$string = (string) $string;
$string = mb_convert_encoding($string, 'UTF-8', 'UTF-8');
return $string;
}
The hint from @UgurtbPlease enter a valid Term.
Please enter a valid Term text.
There are no empty lines etc.
solved this for me.For import error from CSV file, try this:
Because the current behaviour is absolutely annoying, the more as you cannot batch approve but have to set the checkbox one by one for each entry. Absolutely annoying when you create a lot of entries. A permission to set selected people to autoapprove would be awesome and very helpful.I have questions about features resp. feature suggestions:
1. Permission to post entries directly without approval (for specific user groups) - at the moment it seems even with glossary moderator permissions, I even have to approve my own entries.
would be a game changer, though I can imagine it would be a lot of work.It would be awesome if words added to a glossary where highlighted in a users thread posts and hotlinked back to the glossary, if that was your suggestion I think it would be exceptionally useful.
The last post from @Scandal in this thread dates from Dec 2021, so 2,5 years ago and a lot of questions have been left unanswered since then. The addon itself dates from Sept 2020, so four years ago and has only seen one single release, the current 1.0.0 beta, which was never superseeded by another beta or a final release.Will this be updated for 2.3 ?
It would be awesome if words added to a glossary where highlighted in a users thread posts and hotlinked back to the glossary, if that was your suggestion I think it would be exceptionally useful.
Replying to myself: It would be manual definition work initially but could possibly be achieved with this (paid) addon:would be a game changer, though I can imagine it would be a lot of work.
It would be impressive indeed… If you could find it running anywhereThis is so impressive. I'd pay for an upgraded version of this add-on compatible with XF 2.3
There has been no feedback that it would not run on 2.3 (but also none that it would), neither from users nor from the developer. So how do you know that it will not run on 2.3?This is so impressive. I'd pay for an upgraded version of this add-on compatible with XF 2.3
Prior to installing any plug on my own forum, at minimum I expect to see it running live somewhere…. The fact that the feedback is absent is for me a red flag.There has been no feedback that it would not run on 2.3 (but also none that it would), neither from users nor from the developer. So how do you know that it will not run on 2.3?
We use essential cookies to make this site work, and optional cookies to enhance your experience.