I purchased branding free option.

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • kbarg
    New Member
    • Mar 2019
    • 17
    • 3.8.x

    I purchased branding free option.

    I purchased a branding-free option on my license, and I was trying to remove the stuff and the description on the website is wrong.



    It says:

    HTML Code:
      <div id="footer_copyright" class="shade footer_copyright">     <!-- Do not remove this copyright notice -->     {vb:rawphrase powered_by_vbulletin}     <!-- Do not remove this copyright notice -->     </div>
    But the styles are like this:

    HTML Code:
    <div id="footer-copyright">
        <div id="footer-user-copyright">{vb:raw vboptions.copyrighttext}{vb:hook 'footer_copyright'}</div>
        <div id="footer-vb-copyright">{vb:phrase powered_by_vbulletin, {vb:raw vboptions.templateversion}, {vb:date timenow, Y}}</div>
        <div id="footer-current-datetime">{vb:phrase footer_current_time, {vb:if "$user['timezoneoffset']", {vb:php sprintf, "%+d", {vb:raw user.timezoneoffset}}}, {vb:datetime 'timenow', 'time'}}</div>
    I was just curious on what I needed to do. Thank you.
  • Mark.B
    vBulletin Support
    • Feb 2004
    • 24286
    • 6.0.X

    #2
    Just remove this line:
    HTML Code:
    <div id="footer-vb-copyright">{vbhrase powered_by_vbulletin, {vb:raw vboptions.templateversion}, {vb:date timenow, Y}}</div>
    MARK.B
    vBulletin Support
    ------------
    My Unofficial vBulletin 6.0.0 Demo: https://www.talknewsuk.com
    My Unofficial vBulletin Cloud Demo: https://www.adminammo.com

    Comment

    • kbarg
      New Member
      • Mar 2019
      • 17
      • 3.8.x

      #3
      Thank you!

      Comment

      Related Topics

      Collapse

      Working...