The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
[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 |
#2
|
|||
|
|||
Is this mod possible?
|
#3
|
|||
|
|||
it is possible to hide links from guests in a code tag. Ive edited a template & it works
|
#4
|
|||
|
|||
How exactly do I do that?
|
#5
|
|||
|
|||
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> https://vborg.vbsupport.ru/showthread.php?t=105160 HTH |
#6
|
||||
|
||||
Quote:
well did you get this working.. i tryed didnt do anything as postet in the mod thread. |
#7
|
|||
|
|||
I need something like this...
https://vborg.vbsupport.ru/showthread.php?t=151746 But with an option to enable/disable per forum settings. |
#8
|
|||
|
|||
Indeed I did! Check my vbplusme site, its working like a dream! AND it is the ONLY one that does code, quote, and links.
|
#9
|
||||
|
||||
ahh yes had to change the code in the .xml at line 357 to <datatype>bitfield</datatype>
works like a charm now,, thank you... |
#10
|
|||
|
|||
No, Thank YOU ... You are entirely welcome and I am pleased that it worked out for you, made my day, actually... regards, Michael
|
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|