vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.8 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=235)
-   -   New Posting Features - Automatic Thread Tagger From Post Content and Title (https://vborg.vbsupport.ru/showthread.php?t=218350)

Keesa 08-09-2009 02:29 PM

*never mind my questions, I have removed this, I do not like it. thank you though*

NLP-er 08-10-2009 07:57 PM

Quote:

Originally Posted by Schnee (Post 1864083)
*never mind my questions, I have removed this, I do not like it. thank you though*

I don't remember did I have a chance to see that questions but if you don't need help anymore it is also good :)

Sunka 08-11-2009 11:25 PM

Hi NLP-er...
Now something to have fun with this night :D

2 errors :eek:
(sorry for my english language, but I am shure that you will understand me what I am trying to say)
  1. Yesterday, my server automaticly ban my IP because high traffic on cron job for tags...I
    mannualy decrese number of threads to scan in 1 loop (I do not remember how much, but half of default value)

    This is my forum stats:
    • Threads: 1,701
    • Posts: 14,399
  2. Today (tonight) I have upgraded my forum from v3.8.3 to v3.8.4 and database error come because of something in database related with this MOD. I have to uninstall this MOD, to at least finnish update of my forum! So, till you correct problems, I am sorry, but I have to not install this MOD again.


This is error which show during upgrade to v3.8.4


Step 1) Import latest options (Step 1 of 5)

Code:

Database error in vBulletin 3.8.4:

Invalid SQL:

            INSERT INTO setting
            (varname, grouptitle, value, defaultvalue, datatype, optioncode, displayorder,
            advanced, volatile, validationcode, blacklist, product)
            VALUES
            (
                'threadtagging',
                'tagging',
                '1',
                '1',
                'boolean',
                'yesno',
                10,
                0,
                1,
                    '',
                    0,
                    'vbulletin'
    ),
    (
                'tagminlen',
                'tagging',
                '3',
                '3',
                'integer',
                '',
                20,
                0,
                1,
                    '',
                    0,
                    'vbulletin'
    ),
    (
                'tagmaxlen',
                'tagging',
                '25',
                '25',
                'integer',
                '',
                30,
                0,
                1,
                    '',
                    0,
                    'vbulletin'
    ),
    (
                'tagbadwords',
                'tagging',
                '',
                '',
                'free',
                'textarea',
                31,
                0,
                1,
                    '',
                    0,
                    'vbulletin'
    ),
    (
                'taggoodwords',
                'tagging',
                '',
                '',
                'free',
                'textarea',
                32,
                0,
                1,
                    '',
                    0,
                    'vbulletin'
    ),
    (
                'tagdelimiter',
                'tagging',
                '',
                '',
                'free',
                '',
                35,
                0,
                1,
                    '',
                    0,
                    'vbulletin'
    ),
    (
                'tagmaxthread',
                'tagging',
                '25',
                '25',
                'integer',
                '',
                40,
                0,
                1,
                    '',
                    0,
                    'vbulletin'
    ),
    (
                'tagmaxstarter',
                'tagging',
                '5',
                '5',
                'integer',
                '',
                50,
                0,
                1,
                    '',
                    0,
                    'vbulletin'
    ),
    (
                'tagmaxuser',
                'tagging',
                '3',
                '2',
                'integer',
                '',
                60,
                0,
                1,
                    '',
                    0,
                    'vbulletin'
    ),
    (
                'tagforcelower',
                'tagging',
                '1',
                '1',
                'boolean',
                'yesno',
                70,
                0,
                1,
                    '',
                    0,
                    'vbulletin'
    ),
    (
                'tagcloud_tags',
                'tagging',
                '70',
                '70',
                'integer',
                '',
                400,
                0,
                1,
                    '',
                    0,
                    'vbulletin'
    ),
    (
                'tagcloud_levels',
                'tagging',
                '5',
                '5',
                'integer',
                '',
                410,
                0,
                1,
                    '',
                    0,
                    'vbulletin'
    ),
    (
                'tagcloud_cachetime',
                'tagging',
                '30',
                '30',
                'integer',
                '',
                420,
                0,
                1,
                    '',
                    0,
                    'vbulletin'
    ),
    (
                'tagcloud_usagehistory',
                'tagging',
                '365',
                '365',
                'integer',
                '',
                425,
                0,
                1,
                    '',
                    0,
                    'vbulletin'
    ),
    (
                'tagcloud_usergroup',
                'tagging',
                '2',
                '2',
                'integer',
                'usergroupextra\r\n-1|live_permission_check\r\n0|no_permission_check',
                427,
                0,
                1,
                    '',
                    0,
                    'vbulletin'
    ),
    (
                'tagcloud_searchcloud',
                'tagging',
                '1',
                '1',
                'boolean',
                'yesno',
                440,
                0,
                1,
                    '',
                    0,
                    'vbulletin'
    ),
    (
                'tagcloud_searchhistory',
                'tagging',
                '30',
                '30',
                'integer',
                '',
                450,
                0,
                1,
                    '',
                    0,
                    'vbulletin'
    );

MySQL Error  : Duplicate entry 'tagminlen' for key 1
Error Number  : 1062
Request Date  : Wednesday, August 12th 2009 @ 12:36:02 AM
Error Date    : Wednesday, August 12th 2009 @ 12:36:03 AM
Script        : ********
Referrer      : **********
IP Address    : *********
Username      :
Classname    : vB_Database
MySQL Version : 5.0.81-community-log


Marco van Herwaarden 08-12-2009 08:24 AM

Several customers have contacted vB support with upgrade problems when trying to upgrade to 3.8.4. The only common factor was this modification and upon unstallation of this modification the upgrade continued without problems.

Because of this we do advice all users of this modification to either wait with upgrading to 3.8.4 until the author of this modification provides an updated version or to uninstall this modification prior to upgrading to 3.8.4.

We will also sent out an email alert to all who have marked this modification as installed.

NLP-er 08-12-2009 12:59 PM

Quote:

Originally Posted by Marco van Herwaarden (Post 1865688)
Several customers have contacted vB support with upgrade problems when trying to upgrade to 3.8.4. The only common factor was this modification and upon unstallation of this modification the upgrade continued without problems.

Because of this we do advice all users of this modification to either wait with upgrading to 3.8.4 until the author of this modification provides an updated version or to uninstall this modification prior to upgrading to 3.8.4.

We will also sent out an email alert to all who have marked this modification as installed.

Can you give me some error messages?

NLP-er 08-12-2009 01:06 PM

Quote:

Originally Posted by Sunka (Post 1865486)
Hi NLP-er...
Now something to have fun with this night :D

2 errors :eek:
(sorry for my english language, but I am shure that you will understand me what I am trying to say)
  1. Yesterday, my server automaticly ban my IP because high traffic on cron job for tags...I
    mannualy decrese number of threads to scan in 1 loop (I do not remember how much, but half of default value)

    This is my forum stats:
    • Threads: 1,701
    • Posts: 14,399
  2. Today (tonight) I have upgraded my forum from v3.8.3 to v3.8.4 and database error come because of something in database related with this MOD. I have to uninstall this MOD, to at least finnish update of my forum! So, till you correct problems, I am sorry, but I have to not install this MOD again.


This is error which show during upgrade to v3.8.4


Step 1) Import latest options (Step 1 of 5)

Code:

Database error in vBulletin 3.8.4:

Invalid SQL:

            INSERT INTO setting
            (varname, grouptitle, value, defaultvalue, datatype, optioncode, displayorder,
            advanced, volatile, validationcode, blacklist, product)
            VALUES
            (
                'threadtagging',
                'tagging',
                '1',
                '1',
                'boolean',
                'yesno',
                10,
                0,
                1,
                    '',
                    0,
                    'vbulletin'
    ),
    (
                'tagminlen',
                'tagging',
                '3',
                '3',
                'integer',
                '',
                20,
                0,
                1,
                    '',
                    0,
                    'vbulletin'
    ),
    (
                'tagmaxlen',
                'tagging',
                '25',
                '25',
                'integer',
                '',
                30,
                0,
                1,
                    '',
                    0,
                    'vbulletin'
    ),
    (
                'tagbadwords',
                'tagging',
                '',
                '',
                'free',
                'textarea',
                31,
                0,
                1,
                    '',
                    0,
                    'vbulletin'
    ),
    (
                'taggoodwords',
                'tagging',
                '',
                '',
                'free',
                'textarea',
                32,
                0,
                1,
                    '',
                    0,
                    'vbulletin'
    ),
    (
                'tagdelimiter',
                'tagging',
                '',
                '',
                'free',
                '',
                35,
                0,
                1,
                    '',
                    0,
                    'vbulletin'
    ),
    (
                'tagmaxthread',
                'tagging',
                '25',
                '25',
                'integer',
                '',
                40,
                0,
                1,
                    '',
                    0,
                    'vbulletin'
    ),
    (
                'tagmaxstarter',
                'tagging',
                '5',
                '5',
                'integer',
                '',
                50,
                0,
                1,
                    '',
                    0,
                    'vbulletin'
    ),
    (
                'tagmaxuser',
                'tagging',
                '3',
                '2',
                'integer',
                '',
                60,
                0,
                1,
                    '',
                    0,
                    'vbulletin'
    ),
    (
                'tagforcelower',
                'tagging',
                '1',
                '1',
                'boolean',
                'yesno',
                70,
                0,
                1,
                    '',
                    0,
                    'vbulletin'
    ),
    (
                'tagcloud_tags',
                'tagging',
                '70',
                '70',
                'integer',
                '',
                400,
                0,
                1,
                    '',
                    0,
                    'vbulletin'
    ),
    (
                'tagcloud_levels',
                'tagging',
                '5',
                '5',
                'integer',
                '',
                410,
                0,
                1,
                    '',
                    0,
                    'vbulletin'
    ),
    (
                'tagcloud_cachetime',
                'tagging',
                '30',
                '30',
                'integer',
                '',
                420,
                0,
                1,
                    '',
                    0,
                    'vbulletin'
    ),
    (
                'tagcloud_usagehistory',
                'tagging',
                '365',
                '365',
                'integer',
                '',
                425,
                0,
                1,
                    '',
                    0,
                    'vbulletin'
    ),
    (
                'tagcloud_usergroup',
                'tagging',
                '2',
                '2',
                'integer',
                'usergroupextra\r\n-1|live_permission_check\r\n0|no_permission_check',
                427,
                0,
                1,
                    '',
                    0,
                    'vbulletin'
    ),
    (
                'tagcloud_searchcloud',
                'tagging',
                '1',
                '1',
                'boolean',
                'yesno',
                440,
                0,
                1,
                    '',
                    0,
                    'vbulletin'
    ),
    (
                'tagcloud_searchhistory',
                'tagging',
                '30',
                '30',
                'integer',
                '',
                450,
                0,
                1,
                    '',
                    0,
                    'vbulletin'
    );

MySQL Error  : Duplicate entry 'tagminlen' for key 1
Error Number  : 1062
Request Date  : Wednesday, August 12th 2009 @ 12:36:02 AM
Error Date    : Wednesday, August 12th 2009 @ 12:36:03 AM
Script        : ********
Referrer      : **********
IP Address    : *********
Username      :
Classname    : vB_Database
MySQL Version : 5.0.81-community-log


Thanks for info :)

NLP-er 08-12-2009 01:35 PM

Quote:

Originally Posted by Sunka (Post 1865486)
Hi NLP-er...
Now something to have fun with this night :D

2 errors :eek:
(sorry for my english language, but I am shure that you will understand me what I am trying to say)
  1. Yesterday, my server automaticly ban my IP because high traffic on cron job for tags...I
    mannualy decrese number of threads to scan in 1 loop (I do not remember how much, but half of default value)

    This is my forum stats:
    • Threads: 1,701
    • Posts: 14,399
  2. Today (tonight) I have upgraded my forum from v3.8.3 to v3.8.4 and database error come because of something in database related with this MOD. I have to uninstall this MOD, to at least finnish update of my forum! So, till you correct problems, I am sorry, but I have to not install this MOD again.


This is error which show during upgrade to v3.8.4


Step 1) Import latest options (Step 1 of 5)

Code:

Database error in vBulletin 3.8.4:

Invalid SQL:

            INSERT INTO setting
            (varname, grouptitle, value, defaultvalue, datatype, optioncode, displayorder,
            advanced, volatile, validationcode, blacklist, product)
            VALUES
            (
                'threadtagging',
                'tagging',
                '1',
                '1',
                'boolean',
                'yesno',
                10,
                0,
                1,
                    '',
                    0,
                    'vbulletin'
    ),
    (
                'tagminlen',
                'tagging',
                '3',
                '3',
                'integer',
                '',
                20,
                0,
                1,
                    '',
                    0,
                    'vbulletin'
    ),
    (
                'tagmaxlen',
                'tagging',
                '25',
                '25',
                'integer',
                '',
                30,
                0,
                1,
                    '',
                    0,
                    'vbulletin'
    ),
    (
                'tagbadwords',
                'tagging',
                '',
                '',
                'free',
                'textarea',
                31,
                0,
                1,
                    '',
                    0,
                    'vbulletin'
    ),
    (
                'taggoodwords',
                'tagging',
                '',
                '',
                'free',
                'textarea',
                32,
                0,
                1,
                    '',
                    0,
                    'vbulletin'
    ),
    (
                'tagdelimiter',
                'tagging',
                '',
                '',
                'free',
                '',
                35,
                0,
                1,
                    '',
                    0,
                    'vbulletin'
    ),
    (
                'tagmaxthread',
                'tagging',
                '25',
                '25',
                'integer',
                '',
                40,
                0,
                1,
                    '',
                    0,
                    'vbulletin'
    ),
    (
                'tagmaxstarter',
                'tagging',
                '5',
                '5',
                'integer',
                '',
                50,
                0,
                1,
                    '',
                    0,
                    'vbulletin'
    ),
    (
                'tagmaxuser',
                'tagging',
                '3',
                '2',
                'integer',
                '',
                60,
                0,
                1,
                    '',
                    0,
                    'vbulletin'
    ),
    (
                'tagforcelower',
                'tagging',
                '1',
                '1',
                'boolean',
                'yesno',
                70,
                0,
                1,
                    '',
                    0,
                    'vbulletin'
    ),
    (
                'tagcloud_tags',
                'tagging',
                '70',
                '70',
                'integer',
                '',
                400,
                0,
                1,
                    '',
                    0,
                    'vbulletin'
    ),
    (
                'tagcloud_levels',
                'tagging',
                '5',
                '5',
                'integer',
                '',
                410,
                0,
                1,
                    '',
                    0,
                    'vbulletin'
    ),
    (
                'tagcloud_cachetime',
                'tagging',
                '30',
                '30',
                'integer',
                '',
                420,
                0,
                1,
                    '',
                    0,
                    'vbulletin'
    ),
    (
                'tagcloud_usagehistory',
                'tagging',
                '365',
                '365',
                'integer',
                '',
                425,
                0,
                1,
                    '',
                    0,
                    'vbulletin'
    ),
    (
                'tagcloud_usergroup',
                'tagging',
                '2',
                '2',
                'integer',
                'usergroupextra\r\n-1|live_permission_check\r\n0|no_permission_check',
                427,
                0,
                1,
                    '',
                    0,
                    'vbulletin'
    ),
    (
                'tagcloud_searchcloud',
                'tagging',
                '1',
                '1',
                'boolean',
                'yesno',
                440,
                0,
                1,
                    '',
                    0,
                    'vbulletin'
    ),
    (
                'tagcloud_searchhistory',
                'tagging',
                '30',
                '30',
                'integer',
                '',
                450,
                0,
                1,
                    '',
                    0,
                    'vbulletin'
    );

MySQL Error  : Duplicate entry 'tagminlen' for key 1
Error Number  : 1062
Request Date  : Wednesday, August 12th 2009 @ 12:36:02 AM
Error Date    : Wednesday, August 12th 2009 @ 12:36:03 AM
Script        : ********
Referrer      : **********
IP Address    : *********
Username      :
Classname    : vB_Database
MySQL Version : 5.0.81-community-log


Ok. I know what is gooing on and already have solution - not good for users, so I wait for response from vB staff.

The reason is bacause this mod is using aliases to native vB settings - thanks that you can configure everything in one place.
Unfortunatelly it seems that when you make alias vB just updates setting values in DB so it will be only in one place. This is still ok, but... But during update vB inserts all settings without IGNORE and thats why we have problems with updates vB when this mod is installed.

I can just remove aliases - it will be possible to update vB, but you will have to look options for min, max tag length and max thread tags in other place (definied by vB).

Right now I'm still wayting for response from vB staff is it possible to use settings aliases or vB is too limited for that.

So solution will be very soon. Please be patience :) If you uninstall this mod you will loose whole tags propositions history. It's not harmful but can cost you some additional clicking for propositions disapproval. If you feel that can wait 1-3 hours then just wait for new release :)

Markos 08-12-2009 01:45 PM

i got the database error to and had to un-install it before i could upgrade to 3.8.4

NLP-er 08-12-2009 02:28 PM

I’ve got response from vB staff that topic will be investigated tomorrow.

So I stop new release till get more hints from vB staff :)

Hope it is ok for you. I just don't want to flow you with lot of updates. So it will be released with good solution and also soon :)

Daky 08-12-2009 04:49 PM

Quote:

Originally Posted by Markos (Post 1865840)
i got the database error to and had to un-install it before i could upgrade to 3.8.4

Same here ...

NLP-er 08-12-2009 04:56 PM

Quote:

Originally Posted by Markos (Post 1865840)
i got the database error to and had to un-install it before i could upgrade to 3.8.4

Yes I know. This issue just appears and is in progress. You can find more info in last posts.

rmxs 08-13-2009 10:35 AM

1st doenst work with greek words...
Tags Propositions doesnt add greek words

2nt how can i clean
Tags Propositions?

3th this mob create empty tags dont know if its the greek words or something else
i use UTF8 DB


Marco van Herwaarden 08-13-2009 11:30 AM

Ok i have found what is causing this. You say you try to create an alias for some default settings, well you don't really. What you are doing is move some default settings to a new settinggroup. The setting will disappear from teh default location and is moved to your own setting page. Instead of grouping everything together, you are splitting things up by moving settings that belong to the default Tagging Options to your own option group. You also change the settings from belonging to the "vBulletin product" to your own modification. With an upgrade of vBulletin the upgrade process tries to re-insert these settings as they appear to be missing, and this will fail as the setting does exist but not in the location vBulletin expects.

Solution to this is not to mess with default settings.

To make things even worse, when your product is uninstalled it doesn't recognize the setting as a default vBulletin setting anymore but as belonging to your modification, and the setting will be deleted from the installation. This will leave vBulletin running but you can expect problems as settings that are expected to exist have now been removed.

The easiest way to repair your vBulletin installation is to follow these steps:
- Uninstall this product.
- Make sure the install directory with all files, except install.php, are on your server.
- Upload tools.php, found in the do_not_upload directory of your vBulletin distribution, to your admincp directory.
- Point your browser to www.myforum.com/admincp/tools.php
- Import Settings & Language
- Remove tools.php from your admincp directory.

Sunka 08-13-2009 12:26 PM

Quote:

Originally Posted by Marco van Herwaarden (Post 1866410)
Ok i have found what is causing this. You say you try to create an alias for some default settings, well you don't really. What you are doing is move some default settings to a new settinggroup. The setting will disappear from teh default location and is moved to your own setting page. Instead of grouping everything together, you are splitting things up by moving settings that belong to the default Tagging Options to your own option group. You also change the settings from belonging to the "vBulletin product" to your own modification. With an upgrade of vBulletin the upgrade process tries to re-insert these settings as they appear to be missing, and this will fail as the setting does exist but not in the location vBulletin expects.

Solution to this is not to mess with default settings.

To make things even worse, when your product is uninstalled it doesn't recognize the setting as a default vBulletin setting anymore but as belonging to your modification, and the setting will be deleted from the installation. This will leave vBulletin running but you can expect problems as settings that are expected to exist have now been removed.

The easiest way to repair your vBulletin installation is to follow these steps:
- Uninstall this product.
- Make sure the install directory with all files, except install.php, are on your server.
- Upload tools.php, found in the do_not_upload directory of your vBulletin distribution, to your admincp directory.
- Point your browser to www.myforum.com/admincp/tools.php
- Import Settings & Language
- Remove tools.php from your admincp directory.


So, should I do it that way?
I have error during update my vBulletin from v3.8.3 to v3.8.4 because of this MOD. I uninstall this MOD and successfully upgraded forum to new version!
So, my question is, should I upload tools.php and import Settings & Language???
Will that change settings and phrases I have in my forum (Usergroup settings ect...)?

Marco van Herwaarden 08-13-2009 01:20 PM

During an upgrade settings are already loaded (which is causing the DB-error when this mod is installed) so you don't need to use tools.php. If you already (tried to) upgraded or not upgrading at this time, then use the tools.php method.

Sunka 08-13-2009 01:31 PM

I already run tools.php (just a few minutes ago).
I uninstalled this MOD and upgrade forum 2 days before!

Seems to me that all is OK now, or should I be worried because I have upload tools.php and import Settings & Language, but I didn't need to?

Marco van Herwaarden 08-13-2009 02:21 PM

No that won't cause problems, you can run that as often as you want.

Sunka 08-13-2009 03:50 PM

OK...
Thank you Marco

Daky 08-13-2009 05:32 PM

Should i remove all files from this script (from ftp server) before running tools.php?

Thanks

yamahapaul 08-13-2009 06:56 PM

I've just updated to 3.8.4 (after removing this) is it now ok to re-install as I love this mod? :confused:

wmlvb 08-14-2009 04:48 AM

Hello,

I uploaded all files to Froumroot

I added Product to Advanced product Management in admincp.

I do not see the product in Advance Product management or in VB options. what did I do wrong??

Marco van Herwaarden 08-14-2009 06:55 AM

Quote:

Originally Posted by yamahapaul (Post 1866664)
I've just updated to 3.8.4 (after removing this) is it now ok to re-install as I love this mod? :confused:

No i would not reinstall this modification until a new version is released that doesn't corrupt the default vBulletin settings.

matthewhotdude 08-14-2009 07:02 AM

Quote:

Originally Posted by Marco van Herwaarden (Post 1867000)
No i would not reinstall this modification until a new version is released that doesn't corrupt the default vBulletin settings.

How and what does this corrupt?

yamahapaul 08-14-2009 11:28 AM

I've just installed it on my 3.8.4 board and it works fine :up:

I've created two test threads, here-

http://www.midlandsheritage.co.uk/showthread.php?t=1504

and here-

http://www.midlandsheritage.co.uk/showthread.php?t=1505

The tags shown are existing tags, but it picked up new ones in propositions also-

https://vborg.vbsupport.ru/

:up:

The one thing that would complete this mod for me, is if the tags were highlited red when you click on them and search the list of threads thrown up, in much the same way as the keyword search VB function... is this possible to do? :D

NLP-er 08-14-2009 04:31 PM

4.1.1 RELEASED

It fixes bug with vB update (aliases for native vBulletin settings was removed from this mod panel).

NOTE Update to 4.1.1 only if you want to update your vB.

If you don't have this mod installed (never did or uninstalled for vB update) then just install 4.1.1

If you have it installed and want to update vB then install this mod in 4.1.1 and update vB.

If you have it installed and don't want to update vB - just stay with 4.1.0

I want to apologize everyone for this surprise with vB update - believe me it was not planned ;)

Also I want to apologize I was waiting so long with update. It's because last days and nights I was working on great translation mod :) It is already complete, so if you want then enjoy:
https://vborg.vbsupport.ru/showthread.php?p=1867263
It translates to 42 languages, easy installation, translation url's tracking and many other features - also ultra fast like for translation services ;)

Daky 08-14-2009 04:38 PM

I uninstalled script before upgrading to 3.8.4, so, 3.8.4 is installed, can i install 4.1.1 safely now?

Thanks!

NLP-er 08-14-2009 04:39 PM

Quote:

Originally Posted by rmxs (Post 1866392)
1st doenst work with greek words...
Tags Propositions doesnt add greek words

2nt how can i clean
Tags Propositions?

3th this mob create empty tags don’t know if it’s the greek words or something else
i use UTF8 DB


1st - I need access to some greak forum to be able to handle this and made updated version. If you can set up some test forum in greek with some test content or give me access to already running forum then I will gladly handle this :)

2nd - Admin CP -> Thread Tager -> Tags Propositions - Approve or Disapprove and proposition will disappear :)

3th - this mod don't create tags directly. First propositions and propositions have to be approved (can be automatically after quarantine). So if propositions are empty, or proposition is fine and after approve tag is empty then it is obvious bug in my mod :) Again - need to reproduce to handle this.

NLP-er 08-14-2009 04:40 PM

Quote:

Originally Posted by Daky (Post 1867288)
I uninstalled script before upgrading to 3.8.4, so, 3.8.4 is installed, can i install 4.1.1 safely now?

Thanks!

Yes :)

NLP-er 08-14-2009 04:45 PM

Quote:

Originally Posted by yamahapaul (Post 1866664)
I've just updated to 3.8.4 (after removing this) is it now ok to re-install as I love this mod? :confused:

Yes - install 4.1.1 And thanks for good words :):up:

NLP-er 08-14-2009 04:51 PM

Quote:

Originally Posted by wmlvb (Post 1866969)
Hello,

I uploaded all files to Froumroot

I added Product to Advanced product Management in admincp.

I do not see the product in Advance Product management or in VB options. what did I do wrong??

Advanded product Management?... I don’t know what you writing about.

If you use some mod which handles Admin CP menu changes then ask this mod staff. If it is some native vBulletin option then please describe me more - I didn't use it.

If you installed my mod just like it is described in Installation procedure then new option bar will appear in Admin CP - Thread Tagger

Did you uploaded all files and imported product file?

Daky 08-14-2009 05:50 PM

Quote:

Originally Posted by NLP-er (Post 1867294)
Yes :)

Installed, works good (i think\hope :D)

Thanks

avsunforum 08-14-2009 06:43 PM

very update
thanks NLP-er :)

yamahapaul 08-15-2009 11:17 PM

NLP-

after update to 3.8.4 I re-installed it (version 4.1.0) and it worked fine, as you released the update after this I installed this (4.1.1) I then discovered that it didn't work correctly, it wouldn't add propositions or tags so I reinstalled 4.1.0 and all is well again :up: I thought this info might be of use to you :)

l7azat 08-16-2009 01:10 AM

nice mode

NLP-er 08-16-2009 03:45 PM

Quote:

Originally Posted by yamahapaul (Post 1868206)
NLP-

after update to 3.8.4 I re-installed it (version 4.1.0) and it worked fine, as you released the update after this I installed this (4.1.1) I then discovered that it didn't work correctly, it wouldn't add propositions or tags so I reinstalled 4.1.0 and all is well again :up: I thought this info might be of use to you :)

It is clearly described that you can update this mod to 4.1.1 only if you WANT update vB (no - did). You made update of mod to 4.1.1 and didn't made update of vB after that.
You didn't fallow instructions - when installed wrong then working wrong. Why do you think I was writing about update order ;)

If you want to use 4.1.1 you can wait wor new vB release nad made uprates i right order or you do this to be able to use 4.1.1 right now:
https://vborg.vbsupport.ru/showpost....&postcount=174

NLP-er 08-16-2009 03:47 PM

Quote:

Originally Posted by l7azat (Post 1868249)
nice mode

Thanks :):up:

yamahapaul 08-16-2009 09:24 PM

Quote:

Originally Posted by yamahapaul (Post 1868206)
NLP-

after update to 3.8.4 I re-installed it (version 4.1.0) and it worked fine, as you released the update after this I installed this (4.1.1) I then discovered that it didn't work correctly, it wouldn't add propositions or tags so I reinstalled 4.1.0 and all is well again :up: I thought this info might be of use to you :)

I made the above for your info..


your reply-
Quote:

Originally Posted by NLP-er (Post 1868589)
It is clearly described that you can update this mod to 4.1.1 only if you WANT update vB (no - did). You made update of mod to 4.1.1 and didn't made update of vB after that.
You didn't fallow instructions - when installed wrong then working wrong. Why do you think I was writing about update order ;)

If you want to use 4.1.1 you can wait wor new vB release nad made uprates i right order or you do this to be able to use 4.1.1 right now:
https://vborg.vbsupport.ru/showpost....&postcount=174

contradicts this-

Quote:

Originally Posted by Daky (Post 1867288)
I uninstalled script before upgrading to 3.8.4, so, 3.8.4 is installed, can i install 4.1.1 safely now?

your reply was-

Quote:

Originally Posted by NLP-er (Post 1867294)
Yes :)

:confused:

Strike3ForumsMH 08-16-2009 09:49 PM

Does this also pull tags from the users signature? I just posted on my forum with this on and it appears that it did... can I turn that off?

Thanks.

Marco van Herwaarden 08-17-2009 12:42 PM

Quote:

Originally Posted by matthewhotdude (Post 1867003)
How and what does this corrupt?

I already posted the explanation: https://vborg.vbsupport.ru/showpost....&postcount=174

Marco van Herwaarden 08-17-2009 12:43 PM

Quote:

Originally Posted by yamahapaul (Post 1867091)
I've just installed it on my 3.8.4 board and it works fine :up:

I've created two test threads, here-

http://www.midlandsheritage.co.uk/showthread.php?t=1504

and here-

http://www.midlandsheritage.co.uk/showthread.php?t=1505

The tags shown are existing tags, but it picked up new ones in propositions also-

http://i306.photobucket.com/albums/n...Capturetag.jpg

:up:

The one thing that would complete this mod for me, is if the tags were highlited red when you click on them and search the list of threads thrown up, in much the same way as the keyword search VB function... is this possible to do? :D

I hope you have not installed the old version on your 3.8.4 board, because that will lead to errors on your next upgrade. If you have installed the old version i suggest you uninstall and repair as suggested in https://vborg.vbsupport.ru/showpost....&postcount=174


All times are GMT. The time now is 02:21 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.01852 seconds
  • Memory Usage 2,018KB
  • 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
  • (3)bbcode_code_printable
  • (22)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