Banner Redirect

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • alextgilbert
    New Member
    • Jul 2018
    • 13
    • 5.3.x

    Banner Redirect

    Currently, when you feature a topic on the banner, if you click on the image it redirects to the post. Can I change the redirect to go to a group page instead? I'm trying to make a Ask the CEO anything banner that redirects to the group page for them to submit questions.
  • Joshua Gonzales
    Senior Member
    • Apr 2015
    • 245
    • 5.5.x

    #2
    I wouldn't use the content slider for that.
    Instead, I would use the Static HTML module, put a picture in there and use HTML to link it where you want to go.
    For example:
    HTML Code:
    <a href="link to page"><img src="link to image"></a>
    And then you could specify size of the image as well:
    HTML Code:
    <a href="link to page"><img src="link to image" style="width:82px; height:86px"></a>
    Just make sure when working with HTML, you close the tags like with </a> .
    If you don't do that, your page will stop working. Its an easy fix, but if you can avoid the initial panic of your site acting up then you should try. :P
    Last edited by Joshua Gonzales; Fri 13 Jul '18, 3:52pm. Reason: Addition
    -- *Admin Settable Paid Subscription Reminder Timeframe*
    -- Ads available for the modules globally
    -- Global modules
    -- Add Admin ability to auto-subscribe users to specific channel(s)

    Comment

    • alextgilbert
      New Member
      • Jul 2018
      • 13
      • 5.3.x

      #3
      Awesome! Thank you so much for the help Josh. That's a good idea. I did exactly what you mentioned about breaking the site when I added a static HTML link by forgetting the </a> lol!

      Comment

      • alextgilbert
        New Member
        • Jul 2018
        • 13
        • 5.3.x

        #4
        One more question... how do I link an image to vbulletin cloud from my desktop?

        Comment

        • Joshua Gonzales
          Senior Member
          • Apr 2015
          • 245
          • 5.5.x

          #5
          Originally posted by alextgilbert
          Awesome! Thank you so much for the help Josh. That's a good idea. I did exactly what you mentioned about breaking the site when I added a static HTML link by forgetting the </a> lol!
          Were you able to fix it?


          Originally posted by alextgilbert
          One more question... how do I link an image to vbulletin cloud from my desktop?
          If I understand your question correctly, I would suggest uploading it to the vBCloud File Manager in the AdminCP.
          After uploading an image there, you will get a URL for it.
          vBCloud File Manager is one of the main menu items on the left of the AdminCP.
          -- *Admin Settable Paid Subscription Reminder Timeframe*
          -- Ads available for the modules globally
          -- Global modules
          -- Add Admin ability to auto-subscribe users to specific channel(s)

          Comment

          • alextgilbert
            New Member
            • Jul 2018
            • 13
            • 5.3.x

            #6
            Originally posted by Joshua Gonzales

            Were you able to fix it?




            If I understand your question correctly, I would suggest uploading it to the vBCloud File Manager in the AdminCP.
            After uploading an image there, you will get a URL for it.
            vBCloud File Manager is one of the main menu items on the left of the AdminCP.
            Yup! It works perfectly. Thanks Josh!

            Comment

          Related Topics

          Collapse

          Working...