vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Modification Requests/Questions (Unpaid) (https://vborg.vbsupport.ru/forumdisplay.php?f=112)
-   -   [REQ VB 3.8] Auto Hide/Code Links Per Forum Setting (https://vborg.vbsupport.ru/showthread.php?t=202354)

Rick7C2 01-19-2009 01:58 PM

[REQ VB 3.8] Auto Hide/Code Links Per Forum Setting
 
I need a mod that adds to all forum settings the options....

1. Off
2. CODE Links
3. HIDE Links

With each setting to do as followed...

1. Off = Do nothing to the links in the pertaining forum.
2. CODE Links = Automatically CODE all links in the pertaining forum.
3. HIDE Links = Automatically HIDE all links in the pertaining forum.

With Off being default.

and optionally a way to override the settings assigned by usergroup options.

I think it would be nice looking to put a check box on the topic post/reply page down where you have "Miscellaneous Options" like...

Show your signature
Automatically parse links in text
Automatically embed media (requires automatic parsing of links in text to be on).
Automatically retrieve titles from external links
Disable smilies in text
*Override Code Links
*Override Hide Links

With * being the additional options.

If someone could make this mod I would greatly appreciate it even if the Override option isn't there but it would be a plus.

Thanks,
Rick7C2

Rick7C2 01-21-2009 08:06 PM

Is this mod possible?

dmknights 01-22-2009 04:24 PM

it is possible to hide links from guests in a code tag. Ive edited a template & it works

Rick7C2 01-29-2009 05:14 PM

How exactly do I do that?

vbplusme 01-29-2009 10:39 PM

One way is the wrap the link in a conditional but that is a "targeted" solution for a specific link, for example:

HTML Code:

<if condition="$show['member']">
<a href="http://youdomain.com/youlink.php">here's the link</a>
</if>

but if you are looking for a "global" members only solution then you need to install a mod. The only one that does that as far as I can tell is this one:

https://vborg.vbsupport.ru/showthread.php?t=105160

HTH

Vaupell 01-29-2009 11:07 PM

Quote:

Originally Posted by vbplusme (Post 1728543)
One way is the wrap the link in a conditional but that is a "targeted" solution for a specific link, for example:

HTML Code:

<if condition="$show['member']">
<a href="http://youdomain.com/youlink.php">here's the link</a>
</if>

but if you are looking for a "global" members only solution then you need to install a mod. The only one that does that as far as I can tell is this one:

https://vborg.vbsupport.ru/showthread.php?t=105160

HTH



well did you get this working.. i tryed didnt do anything as postet in the mod thread. :(

Rick7C2 01-29-2009 11:12 PM

I need something like this...

https://vborg.vbsupport.ru/showthread.php?t=151746

But with an option to enable/disable per forum settings.

vbplusme 01-30-2009 12:31 AM

Quote:

Originally Posted by Vaupell (Post 1728569)
well did you get this working.. i tryed didnt do anything as postet in the mod thread. :(

Indeed I did! Check my vbplusme site, its working like a dream! AND it is the ONLY one that does code, quote, and links.

Vaupell 01-30-2009 01:32 PM

ahh yes had to change the code in the .xml at line 357 to <datatype>bitfield</datatype>

works like a charm now,, thank you...

vbplusme 01-30-2009 01:53 PM

No, Thank YOU ... You are entirely welcome and I am pleased that it worked out for you, made my day, actually... regards, Michael


All times are GMT. The time now is 03:20 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.03782 seconds
  • Memory Usage 1,737KB
  • 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_html_printable
  • (2)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)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