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)

Neptun 02-12-2010 06:55 PM

you have only the forum or the suite ?

because i have read some postings here that the people have problems - or the problems only in case of wrong installation of the hack oder wrong settings ?

testbot 02-13-2010 03:04 PM

no check all option is a killer. no way i can check every other box in over 100+ pages by hand

testbot 02-13-2010 04:50 PM

not to step on any toes but here's some javascript i added to check or uncheck all the boxes in tags propositions. feel free to use this code in your next release or not. :)

Code:

        <SCRIPT LANGUAGE="JavaScript">
        <!-- Begin
        function selectall(obj) {
                var checkBoxes = document.getElementsByTagName('input');
                for (i = 0; i < checkBoxes.length; i++) {
                                if (obj.checked == false) {
                                        checkBoxes[i].checked = true; // this checks all the boxes
                                } else {
                                        checkBoxes[i].checked = false; // this unchecks all the boxes
                                }
                }
        }
        //  End -->
        </SCRIPT>

Code:

<input type="button" name="selectall1" value="Check/Uncheck All" onClick="selectall(this);">
i've only tested it in firefox

SH3A3-Q 02-17-2010 03:44 PM

add 0 tags to ..........

and all my tags is ---------- go

????????????

NLP-er 02-17-2010 04:16 PM

Quote:

Originally Posted by Neptun (Post 1980973)
you have only the forum or the suite ?

because i have read some postings here that the people have problems - or the problems only in case of wrong installation of the hack oder wrong settings ?

I do not remember any issue which was caused by bug and is not fixed. If you worry and want to feel safe - simply backup your DB before installation :)

NLP-er 02-17-2010 04:18 PM

Quote:

Originally Posted by testbot (Post 1981419)
no check all option is a killer. no way i can check every other box in over 100+ pages by hand

Yes I know. Sorry for that. I have already on TODO list to add Check All option for tags propositions, but it have to wait for it's turn (now I'm working on other mod and it has priority). After all - you can just turn of propositions ;)

NLP-er 02-17-2010 04:19 PM

Quote:

Originally Posted by testbot (Post 1981477)
not to step on any toes but here's some javascript i added to check or uncheck all the boxes in tags propositions. feel free to use this code in your next release or not. :)

Code:

        <SCRIPT LANGUAGE="JavaScript">
        <!-- Begin
        function selectall(obj) {
                var checkBoxes = document.getElementsByTagName('input');
                for (i = 0; i < checkBoxes.length; i++) {
                                if (obj.checked == false) {
                                        checkBoxes[i].checked = true; // this checks all the boxes
                                } else {
                                        checkBoxes[i].checked = false; // this unchecks all the boxes
                                }
                }
        }
        //  End -->
        </SCRIPT>

Code:

<input type="button" name="selectall1" value="Check/Uncheck All" onClick="selectall(this);">
i've only tested it in firefox

Great thanks. I already had examples but I will also look at this one (probably will be the same ;))

NLP-er 02-17-2010 04:25 PM

Quote:

Originally Posted by SH3A3-Q (Post 1984726)
add 0 tags to ..........

and all my tags is ---------- go

????????????

This mod never removes tags - you can go to Tags option and see that those are still there. Of course if you used option to remove tags associations those where removed.
If you want to re-associate tags you need to configure Cron user id - remember put there id (number) not username and then use the option.

If you will have still issues please PM me :) I will check it out.

gbechtel 02-17-2010 05:57 PM

Quote:

Originally Posted by NLP-er (Post 1971671)
This is vB bug. Find appropriate template and add space between tags.


In tagbit

Replace this...

PHP Code:

<li><a href="tags.php?{vb:raw session.sessionurl}tag={vb:raw tag_url}<vb:if condition="THIS_SCRIPT == 'showthread'">&amp;forumid={vb:raw show.tagforumid}</vb:if>">{vb:raw tag}</a></li

With this...

PHP Code:

<li><a href="tags.php?{vb:raw session.sessionurl}tag={vb:raw tag_url}<vb:if condition="THIS_SCRIPT == 'showthread'">&amp;forumid={vb:raw show.tagforumid}</vb:if>">{vb:raw tag}&nbsp
</
a></li

Adding this &nbsp; took care of the overflow problem.

SH3A3-Q 02-17-2010 08:12 PM

Quote:

Originally Posted by NLP-er (Post 1984768)
This mod never removes tags - you can go to Tags option and see that those are still there. Of course if you used option to remove tags associations those where removed.
If you want to re-associate tags you need to configure Cron user id - remember put there id (number) not username and then use the option.

If you will have still issues please PM me :) I will check it out.

I did all option and stell not back

https://vborg.vbsupport.ru/

https://vborg.vbsupport.ru/


All times are GMT. The time now is 06:24 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.01337 seconds
  • Memory Usage 1,754KB
  • 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
  • (4)bbcode_code_printable
  • (2)bbcode_php_printable
  • (6)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (2)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)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