Help with thread formatting

hankspunk

New member
Joined
Jan 25, 2023
Messages
2
Credits
31
Karma
60
I know it may be a silly question but, how do I hide links when posting a thread. Also how can I get this mega box? Would be greatly appreciated.
 

Artaud

Administrator
Staff member
Joined
Dec 9, 2022
Messages
99
Credits
0
Karma
100
I'll make a thread about this soon.

To hide links to guests you should use the charge tag, this way users would need to use credits to unlock the content.
Code:
[charge=10]Link here[/charge]

Alternatively, you can hide content for specific user groups (5=Elite, 6=VIP, 7=Premium):
Code:
[groups=6,7][/groups]

For mega link boxes the following code can be used:
Code:
[mega]Link here[/mega]

This will also work for other approved hosts, you can search the other box codes here:

Hope that helps, its all optional of course.


The "standard" template that has been used so far is as follows:

Code:
[center]
[img]img1[/img]


[size=5][b][color=rgb(170, 80, 80)]Mega[/color][/b][/size][/center]
[mega][CHARGE=10][URL]Mega Link[/url][/charge][/mega]

[center][size=5][b][color=rgb(170, 80, 80)]Backup Mega Link for VIP and Premium Members[/color][/b][/size][/center]
[mega][groups=6,7][url]Backup Mega Link[/url][/groups][/mega]
 
Top