vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 4.x Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=245)
-   -   Mini Mods - Automatic Tagger From Message Content and Title (https://vborg.vbsupport.ru/showthread.php?t=234026)

mdawg 05-16-2017 12:10 AM

In my file functions_autotaggerfromcontentandtitle.php the lines were:

line 85
return split(',', $csv);

line 13
return split(' ', $text);

but I changed the world split to explode in both lines:

line 85
return explode(',', $csv);

line 13
return explode(' ', $text);

and seems to work now! without error in PhP 7 and the tags are being added.

Thanks!

bmwfans 11-18-2018 12:09 PM

Installed on 4.2.3 and it seems to work.
However, after a testing, the plugin added automatically only tags from post body.
The opposite of what happened here:
Quote:

Originally Posted by NLP-er (Post 2045910)
Next version will support this.

Nothing added from the title, despite the fact that used many different words.

Is there any customization that should be also done?

-update- this issue only appears when on title are used words other than in English language

final kaoss 11-18-2018 09:04 PM

Quote:

Originally Posted by bmwfans (Post 2597451)
Installed on 4.2.3 and it seems to work.
However, after a testing, the plugin added automatically only tags from post body.
The opposite of what happened here:


Nothing added from the title, despite the fact that used many different words.

Is there any customization that should be also done?

-update- this issue only appears when on title are used words other than in English language

Interesting, mind giving us a url?

mdawg 07-19-2020 01:45 PM

I am not sure if this has to do with it, but ever since we
installed the most recent Node.js version of 14.5.0 on the server and confirmed it's accessible for both the root user as well as the other users.

[root@host ~]# node -v
v14.5.0

[______@host ~]$ node -v
v14.5.0

now all attempts to post a URL in a forum post result in a 504 bad gateway error. This bad gateway error is happening only at my vbulletin 4 site (that is running this mod), it is not happening when URLs are posted in posts at my vbulletin 5 forums.


All times are GMT. The time now is 06:33 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01381 seconds
  • Memory Usage 1,727KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (2)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (4)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete