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)
-   -   New Posting Features - #Twitter Like Thread Tagging by BOP5 (Quick Thread Tagging) for VB4 (https://vborg.vbsupport.ru/showthread.php?t=271543)

OldSchoolDSL 12-30-2011 02:26 AM

I kept getting this error when posting.

Quote:

Tags cannot be overly common words
Except now tags were being added. Any advise?

BirdOPrey5 12-31-2011 11:09 AM

What tags were you attempting when you get/got this error?

babyv0x 03-25-2012 11:23 AM

when i try #1234/TCT-KHTH and i only get tag 1234 :( . please fix it

Thanx !

Disasterpiece 03-25-2012 11:50 AM

Nice work!

A few suggestions which come into my mind:

Would it be hard to implement a method which replaces the #hash words with actual links to the tag? It seems a bit weird to have #some words in a #post look like this without actually doing something.

Also: Maybe it would be a good idea to add an escape mechanism to the system. Lets say, all #hash tags which have a \ before like \#this don't count as tags. For example in a coding forum:
Code:

#include <stdio.h>
morecode

Would create the hashtag #include where it probably shouldn't.

BirdOPrey5 03-25-2012 12:31 PM

Quote:

Originally Posted by babyv0x (Post 2313093)
when i try #1234/TCT-KHTH and i only get tag 1234 :( . please fix it

Thanx !

Go to the Plugin Manager in Admin CP and edit ALL 3 plugins.

In each find this line:

Code:

$pattern = "~#[\w]+~";
and change it to:

Code:

$pattern = "~#[\w/]+~";
Then it will work with slashes (/).

Quote:

Originally Posted by Disasterpiece (Post 2313097)
Nice work!

A few suggestions which come into my mind:

Would it be hard to implement a method which replaces the #hash words with actual links to the tag? It seems a bit weird to have #some words in a #post look like this without actually doing something.

Also: Maybe it would be a good idea to add an escape mechanism to the system. Lets say, all #hash tags which have a \ before like \#this don't count as tags. For example in a coding forum:
Code:

#include <stdio.h>
morecode

Would create the hashtag #include where it probably shouldn't.

The links to tags was something I was considering... or perhaps removing # after it was posted... will see- it's more complex code for sure.

A means to disable it is a good idea, especially in CODE blocks would be very useful... but seeing \#word looks even more annoying then #word... Maybe I can disable it per post, will think about this too for the next version. :up:

Disasterpiece 03-25-2012 01:40 PM

\#word would be changed to #word (without tagging/linking) ofc. Just so that you can exclude some words you don't want to appear as tags.

Or maybe even a checkbox under the post "disable automatic hash-tagging" like the "disable smileys" tickbox.

BirdOPrey5 03-25-2012 02:15 PM

Quote:

Originally Posted by Disasterpiece (Post 2313127)
\#word would be changed to #word (without tagging/linking) ofc. Just so that you can exclude some words you don't want to appear as tags.

Or maybe even a checkbox under the post "disable automatic hash-tagging" like the "disable smileys" tickbox.

The second option sounds more practical because if I remove the / after submitting the post then if it is ever edited or quoted the / will be missing and the words will be saved as tags.

Disasterpiece 03-25-2012 02:33 PM

Great, looking forward to the next version. :up:

woffie 05-27-2012 11:58 AM

Strange, I installed this. It worked perfectly when I tested it. It created the tags just fine. I tried to do another tag in a reply and all the tags disappeared. VB 4.2

BirdOPrey5 05-27-2012 01:50 PM

I can't duplicate the issue: http://www.qapla.com/mods/showthread...d-tagging-test

As you can see new tags were added (4.2.0)

Did you install any other mods recently?


All times are GMT. The time now is 12:54 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.01095 seconds
  • Memory Usage 1,739KB
  • 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
  • (4)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (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