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)
-   -   Miscellaneous Hacks - Word Links FREE (Turn words into links) by BOP5 (https://vborg.vbsupport.ru/showthread.php?t=263699)

yjeanrenaud 11-30-2012 07:18 AM

great, thanks!

Alan_SP 11-30-2012 12:44 PM

Quote:

Originally Posted by BirdOPrey5 (Post 2386607)
Actually yes you can do a work around in that way. You would need to add a custom BB Code, say call it: [nolink]

Wouldn't noparse BBcode do the trick also? I usually use noparse BBcode. And I think nothing than parses what's inside.

Does your mod parses even text inside noparse BBcode?

BirdOPrey5 11-30-2012 04:23 PM

noparse won't work because this mod works on text AFTER it has already been parsed, because vBulletin stores post-parsed content in its cache.

tpearl5 12-14-2012 04:05 PM

I'm having a little issue with whole word linking when the word is next to a dash (-) character. For example, with 120-300mm, "300mm" is being linked. Any ideas?

Pure Dope 12-15-2012 03:12 PM

i think it would be easy to use this mod to change bad words into images. what do you think? sound like in order to do that youd only change a few lines? i think i could do it though...shouldnt be 2 hard...

BirdOPrey5 12-18-2012 07:03 PM

Quote:

Originally Posted by tpearl5 (Post 2390673)
I'm having a little issue with whole word linking when the word is next to a dash (-) character. For example, with 120-300mm, "300mm" is being linked. Any ideas?

What was supposed to be linked? 120-300mm?

Quote:

Originally Posted by Pure Dope (Post 2390885)
i think it would be easy to use this mod to change bad words into images. what do you think? sound like in order to do that youd only change a few lines? i think i could do it though...shouldnt be 2 hard...

Not supported.

tpearl5 12-18-2012 09:07 PM

Quote:

Originally Posted by BirdOPrey5 (Post 2391550)
What was supposed to be linked? 120-300mm?

In this case nothing should be linked, but 120-300mm would link if I had that as a definition.

addamroy 01-15-2013 12:28 PM

Is there anyway to add additional options so I can use some wordlinks with one group of forums/usergroups included/excluded but have another set of wordlinks for a different set of forums/usergroups included/excluded?

I want to be able to show certain wordlinks to guests, but different wordlinks to members.

AusPhotography 01-16-2013 07:51 AM

Great mod, we have it working nicely...
http://www.ausphotography.net.au/for...-site-Keywords

Kym

AusPhotography 01-23-2013 06:36 AM

Not sure why yet, but if you use the CSV file, the last line is ignored.
Workaround... put a dummy last line.

Edit: I had a malformed line in the file with an extra ,
This code caused the problem (well sort of)
Code:

  $bop_find_array = array_filter($bop_find_array);
  $bop_find_array = array_values($bop_find_array);

  $bop_replace_array = array_filter($bop_replace_array);
  $bop_replace_array = array_values($bop_replace_array);

The two arrays ended up with a different number of elements.


All times are GMT. The time now is 09:59 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.01304 seconds
  • Memory Usage 1,740KB
  • 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
  • (1)bbcode_code_printable
  • (4)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