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)

mdawg 04-03-2015 01:58 PM

By the way, when I was using vb3 and vbseo, there was a feature in vbseo that did this called "vbSEO acronym expander." But back then vbseo had to modify their code for me so that it worked for HTTPS (not just HTTP) urls.

So I dunno, maybe that is the key to how to address this problem for vb5 too.

In any case, this would be a great mod for vb5 - to allow the changing of select words automatically as they appear in all posts into hyperlinks.

BirdOPrey5 04-03-2015 07:41 PM

We'll see- the way it needs to work in VB5 is a bit different, but I have an early beta working on VB5 already- I may release it at some point if I feel I can get it ready.

mdawg 04-03-2015 09:28 PM

Nice! Thanks. Look forward to it, and any other useful vb5 mods.

addamroy 04-03-2015 10:12 PM

BOP - Is there any way you can do a 'minor' update to this thing so that it never "links to itself"??

IE I'm linking mainly to internal pages with this, and it looks kind of silly when a thread has several links to itself.

What do you think??

BirdOPrey5 04-07-2015 04:18 PM

Quote:

Originally Posted by addamroy (Post 2542309)
BOP - Is there any way you can do a 'minor' update to this thing so that it never "links to itself"??

IE I'm linking mainly to internal pages with this, and it looks kind of silly when a thread has several links to itself.

What do you think??

Wouldn't really be minor... Will consider it, it unfortunately won't be for a while, if it happens.

mdawg 11-22-2015 02:19 PM

Still would like to see this for vb 5.

JesterP 12-10-2015 05:47 PM

Is there a way to tell the parser to disregard a specific post? Like a bbcode or a word that will tell it not to create links for this post.

There are isolated instances where I want the forum the post is in to be enabled, but some posts, maybe not.

Thank you!

Alan_SP 12-11-2015 08:10 AM

Did you try noparse BBcode?

JesterP 12-14-2015 12:21 AM

Quote:

Originally Posted by Alan_SP (Post 2560195)
Did you try noparse BBcode?

Hiya,

No I haven't. I'll see how that works out.

Thanks

*edit* It stopped bbcode from parsing, but the word links continued. Any other ideas?

BirdOPrey5 12-14-2015 08:10 AM

Quote:

Originally Posted by JesterP (Post 2560141)
Is there a way to tell the parser to disregard a specific post? Like a bbcode or a word that will tell it not to create links for this post.

There are isolated instances where I want the forum the post is in to be enabled, but some posts, maybe not.

Thank you!

It's a two step process.

1st in BBCode Manager you need to make a new BBCode... call it nolink or something like that.
Make the replacement:

Code:

<nolink>{param}</nolink>
and save it...


Then you need to edit the Word Links mod settings. At the bottom of the settings the option called Custom Regex

You should have some existing code in this box, at the very end of it, making sure to leave no space, add the following code:
Code:

|</nolink>
And save changes.

And if all works then you should be able to write
Quote:

This [nolink]keyword[/nolink] will not be linked...
in a post and it won't be linked.


All times are GMT. The time now is 05: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.01578 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
  • (2)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
  • (1)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