vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.7 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=228)
-   -   New Posting Features - Automatic Thread Tagger (https://vborg.vbsupport.ru/showthread.php?t=185495)

mr.Ghanem 08-07-2008 10:18 PM

Thanks

Antiblank 08-07-2008 10:33 PM

Quote:

Originally Posted by Phalynx (Post 1592593)
Try to upload it to your server and install from there.

No change, uploaded the newest 110Gold to my server and attempted to install the product from there and I get the same error.

XML Error: Empty document at Line 1

Phalynx 08-08-2008 06:47 AM

Quote:

Originally Posted by Kuntz (Post 1593496)
Maybe don't do !taglist OR !isarray() and instead just do !isarray() ??

That is outdated. In 1.1 I changed the return value of GetAutoTags from String to Array. I'll remove this.

Quote:

Originally Posted by mcyates (Post 1593544)
I keep getting this error when uploading the product

XML Error: Invalid character at Line 42

Quote:

Originally Posted by Antiblank (Post 1593758)
No change, uploaded the newest 110Gold to my server and attempted to install the product from there and I get the same error.

XML Error: Empty document at Line 1

I saved the XML as ANSI. Please download Beta 2 and test it.

Akyeame Kwame 08-09-2008 05:46 AM

Quote:

Originally Posted by Phalynx (Post 1591050)
Very strange, as this should not happen during login. Did you fixed it in the meantime?


That is not an error of ATT.


To get support, you will need to click "Mark as Installed".


tags.php in your forum root, AdminCP, Threads, Tags

I marked as installed. Any idea on my error. I tried again and the same error. I actually had to uninstall because it prevents any posts from going through.

Phalynx 08-09-2008 07:37 AM

Quote:

Originally Posted by Akyeame Kwame (Post 1589516)
Fatal error: Call to undefined function: deletethreadtags() in /home/********/public_html/forums/includes/class_dm_threadpost.php(1354) : eval()'d code on line 7

I get this error whenever I enable. What am I doing wrong?

Are you sure you uploaded ALL files to the server? Please check the directory structure. Check also if you overwrite files or just skip.

Antiblank 08-09-2008 11:26 AM

Quote:

Originally Posted by Phalynx (Post 1593886)
I saved the XML as ANSI. Please download Beta 2 and test it.


Excellent this fixed the issue, and the rest of the functions of the mod seem to work just fine with this setup.

msvi007 08-11-2008 02:44 AM

Great mod, thanks!

klaush 08-11-2008 04:29 AM

Thanks for that.

we got a error when doing a reply:

Invalid SQL:

SELECT rssfeedid
FROM vb3_rsslog
WHERE itemid= AND itemtype='thread';

MySQL-Fehler : You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'AND itemtype='thread'' at line 3

Skript : http://xxx/newreply.php?do=postreply&t=69971
Referrer : http://xxx/newreply.php?do=newreply&noquote=1&p=716349

Any idea?

Thanks.

Phalynx 08-11-2008 07:11 AM

Quote:

Originally Posted by klaush (Post 1595975)
we got a error when doing a reply:

The newest 1.1.1 fixes this. Either you download the beta or wait for the final today.

klaush 08-11-2008 08:00 AM

Thanks; seems to be solved.

Quote:

Originally Posted by Phalynx (Post 1596042)
The newest 1.1.1 fixes this. Either you download the beta or wait for the final today.


ThorstenA 08-11-2008 11:33 AM

With no
  • DB Changes
  • Additional Files
I'd install this mod in a second.

Phalynx 08-11-2008 11:39 AM

With no
  • DB Changes
  • Additional Files
You would not have
  • Changing automated generated tags in case of changed parameters (-> additional field that marks a tag as automated)
  • AJAX driven input method (-> additional file)
  • Cron tagging new threads in background (-> additional file)

ThorstenA 08-11-2008 11:46 AM

isn't it possible to add ajax and cron within plugins? I installed some products and they use additional ajax features. As far as I know there are also cron plugins. But I am not sure.

fredang85 08-11-2008 12:34 PM

Invalid SQL:

SELECT tagid
FROM vBull_tag
WHERE tagtext IN ('russian', 'Вообщем', 'привет', 'всем');

MySQL Error : Illegal mix of collations for operation ' IN '
Error Number : 1271

is it because of the weird language?

ThorstenA 08-11-2008 02:38 PM

Mysql collation errors are usually when there's a difference between language types of tables. You can enter there UTF, ISO formats etc.

fredang85 08-11-2008 07:48 PM

who to i rectify that?

ThorstenA 08-12-2008 05:25 AM

I am sorry to not be able to help you further. I just told you all I know about that. Try googling for mysql cllation errors and take a look into admincp > style which collation do you use (UTF / ISO) and then compare it with collations in database via phpmyadmin > whole database collation and phpmyadmin > table vbull_tag.

fredang85 08-12-2008 07:20 AM

ok thanks alot =)

Phalynx 08-12-2008 07:21 AM

Quote:

Originally Posted by ThorstenA (Post 1596170)
isn't it possible to add ajax and cron within plugins? I installed some products and they use additional ajax features. As far as I know there are also cron plugins. But I am not sure.

For sure, I can incorporate all files as plugins, but every coder should know that this blows up the plugin system unnecessary, espacially if there is so many code that has to be loaded like with this modification. On big boards this makes a huge difference compared to files that are loaded on demand.

Also, please show me the product that is using plugin crons. As far as I know you have to specify a file to execute in that part.

Quote:

Originally Posted by fredang85 (Post 1596194)
Invalid SQL:

SELECT tagid
FROM vBull_tag
WHERE tagtext IN ('russian', 'Вообщем', 'привет', 'всем');

MySQL Error : Illegal mix of collations for operation ' IN '
Error Number : 1271

is it because of the weird language?

That is something I cannot help you with. Just don't use russian and english words... That error is causing in the vBulletin function called "insert_tags_thread" in file "functions_newpost.php". Auto Thread Tagger is also using such a file.

freecodevn 08-12-2008 08:28 AM

Power full for me this mod, that all what i want.
Thanks alot Phalynx lv

newguy 08-12-2008 09:05 AM

My RSS Feeds are not getting auto tagged. I have the option in the control panel selected "yes" to "Tag RSS Feeds?" also.

Phalynx 08-12-2008 09:11 AM

RSS Feeds are tagged by cron, which is running once a night. You can set the scheduled task to run more than once a night.

wpillar 08-12-2008 09:16 AM

Ok I installed everything, and I can change settings. I have enabled the system,

I go to scheduled tasks and run the auto-tagger, then I goto Threads & Posts>Tags, and no extra tags have been added, what am I doing wrong?

Thanks.

Phalynx 08-12-2008 09:36 AM

Please run maintenance tools/auto tagger first.

wpillar 08-12-2008 09:42 AM

Where is maintenance tools?

Phalynx 08-12-2008 09:59 AM

In AdminCP, go to the bottom of the navigation.
Maintenance, Update Counters

popowich 08-12-2008 11:41 AM

With "Disable Auto Tag if Tagged?" set to you I still have tagged automatically added to threads that have manual tags entered too.

-Raymond

punchbowl 08-12-2008 11:52 AM

Can I use this mod but disable user tagging? i.e. only your product leave tags, users cannot.

I like tags but my users just see them as a way to insult each other anonymously! :O

Phalynx 08-12-2008 11:57 AM

Quote:

Originally Posted by popowich (Post 1596909)
With "Disable Auto Tag if Tagged?" set to you I still have tagged automatically added to threads that have manual tags entered too.

-Raymond

Hmm, seems not working. Will test this.

Quote:

Originally Posted by punchbowl (Post 1596915)
Can I use this mod but disable user tagging? i.e. only your product leave tags, users cannot.

I like tags but my users just see them as a way to insult each other anonymously! :O

Yes, you can. To get further support, you will need to click "Mark as Installed".

punchbowl 08-12-2008 12:05 PM

Quote:

Originally Posted by Phalynx (Post 1596919)
Hmm, seems not working. Will test this.



Yes, you can. To get further support, you will need to click "Mark as Installed".

Will do. I'm going to try it out locally on a back-up first then go live asap.

Another great product from Phalynx!:up:

JesusLiv3s 08-12-2008 05:24 PM

I install it, and I can tell it works, but the mod's settings don't appear in "vBulletin Options".

Running 3.7.2 PL1, and I am sure mod is installed and enabled, all files uploaded to the right directories.

If I can't get the settings to show, at least tell me how to modify the XML to have this thing automatically turn on.

Thanks, Marked as installed.

Phalynx 08-12-2008 07:08 PM

If you imported the XML correctly as a product, the options should appear directly under Tagging Options.

newguy 08-12-2008 09:47 PM

Quote:

Originally Posted by Phalynx (Post 1596818)
RSS Feeds are tagged by cron, which is running once a night. You can set the scheduled task to run more than once a night.

I have it set to run every 30 minuets (screen shot) but it still is not tagging my rss bots posts. Any ideas of trouble shooting? What directory would the log be in?

newguy 08-12-2008 10:22 PM

Quote:

Originally Posted by Phalynx (Post 1582187)
I've just released a beta of the upcoming v1.1 - please download, install and report errors here.

The main changes are added support for AJAX, Scheduled Tasks and RSS.

History
1.1 BETA
- Added tagging by AJAX. If enabled, tags will be added to the tag field after leaving the title field. There is also a setting that controls the availability of that feature and also controls if leaving the title field will erase all tags entered by the user.
- Added cron to auto tag not tagged threads in the night. Please run maintenance auto tagger before this to tage the base threads.
- Improved overall process of tagging
- Tags that were added via new thread process, RSS or maintenance are marked as autotagged (does not count for AJAX tagging) and so can be removed
- No need for editing rssposter.php anymore. RSS Feeds are beeing checked via maintenance or cron.
- Fixed Smart Tags (via maintenance)
- Obeying max tags limit while creating a new thread
- Smaller fixes and changes

Please download from the first post.

I just installed this one 1.1.1 BETA2 and ran the cron and it did auto tag my rss feeds threads.

24hourForum.com 08-13-2008 12:48 AM

if someone has the answer to this issue, please help
https://vborg.vbsupport.ru/showthread.php?t=187964

KevinL 08-13-2008 01:13 AM

look one post up...

maaref 08-13-2008 11:51 AM

Quote:

- Fixed problems with other languages. Please keep in mind to replace the filter replacement '&'=>'and' with ' & '=>'and'

Quote:

* I'm using polish, arabic, turkish, etc.. language and the tagger is not working like it should.
- If not already replaced, replace the filter replacement '&'=>'and' with ' & '=>'and' (a space before and after &)
I did above suggestions
and still it is not working proprly in arabic.

did any one try it.

popowich 08-13-2008 11:57 AM

Quote:

Originally Posted by Phalynx (Post 1596919)
Hmm, seems not working. Will test this.


BTW, sorry for the bad English day yesterday. I usually check my typing. :)

-Raymond

JesusLiv3s 08-13-2008 09:48 PM

Quote:

Originally Posted by Phalynx (Post 1597213)
If you imported the XML correctly as a product, the options should appear directly under Tagging Options.

Thanks! It appears as a different name than I expected, something you might want to fix in the future.

fredang85 08-14-2008 07:13 PM

Quote:

Originally Posted by Phalynx (Post 1596771)
That is something I cannot help you with. Just don't use russian and english words... That error is causing in the vBulletin function called "insert_tags_thread" in file "functions_newpost.php". Auto Thread Tagger is also using such a file.

I don't think this is quite good an advise, not to use russian and english words. I have no control on what my forumers posts.

Is there a possibility that you can make them ignore all characters except english?

Thanks.


All times are GMT. The time now is 07:38 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.01567 seconds
  • Memory Usage 1,833KB
  • 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
  • (21)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)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