The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Adding DMCA link to login page
Hello.
I tried searching around for this but don't fully understand how to do this. It would be done in the footer template, correct? I want to add a DMCA link which includes the info and procedures to the options below. Not sure if should be php, htm or html? DMCA - Contact Us - YourSite - Privacy Statement - Top Can someone please offer me some pointers? |
#2
|
||||
|
||||
Is the DMCA link internal within the forums or is it on a unique HTML page?
You could add <li><a href="link to DMCA here">DMCA</a></li> to the footer template before the closing </ul> Do you want it to be a conditional? That requires more work. |
#3
|
|||
|
|||
thanks for your reply.
neither at the moment regarding the dmca link....I would like it to be on the public side prior to login, next to the Contact Us link Yes, i figured it would be more work with the conditional. Looking in the Footer regarding the code, I see this: Code:
<if condition="$show['contactus']"><a href="$vboptions[contactuslink]" rel="nofollow" accesskey="9">$vbphrase[contact_us]</a> -</if> <if condition="$vboptions['hometitle']"><a href="$vboptions[homeurl]">$vboptions[hometitle]</a> -</if> <if condition="$show['admincplink']"><a Code:
</ul> would creating a conditional involve making a new template for it or something? or as you mentioned it would be less work to just create an html and upload it to the forum folder |
#4
|
||||
|
||||
The purpose in creating a conditional would be to restrict access to selected usergroups, although it probably isn't necessary for a DMCA notice.
There's an entire guide on conditionals but I didn't see the point in over complicating things for you unless you actually require a conditional. You could post the DMCA directly within the forums and link to it. Typically I would use a blank HTML page for a DMCA. If you need a template I can get you one. |
#5
|
|||
|
|||
I haven't tried your suggestion but if I post the DMCA directly within the forums [private] and link to it on the outside [public] i.e. the main login page, would it work? Or should I just upload the html to my root and link to it from there as I earlier mentioned to you?
|
#6
|
||||
|
||||
Quote:
That's why I personally prefer the html page option. It allows unfettered access to whatever information you put on it without having to allow access to any part of the forums. But, in truth, both options work. I've done both with equal success. |
#7
|
|||
|
|||
I finished the DMCA, thanks again for your input, Omnibus.
I chose not to use the "li" code though to make it more inline with the Contact Us - YourSite - Privacy Statement - Top as earlier mentioned. Code:
<a href="site_DMCA.htm"target="_blank">DMCA</a> - |
Благодарность от: | ||
In Omnibus |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|