Remove Page Title Module

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • tommyli
    Member
    • Jun 2013
    • 42
    • 5.0.X

    Remove Page Title Module

    Hi - is it possible to remove the page title text on certain pages? If it must be done globally, that's fine, but I couldn't seem to find any code in the css_global file that would achieve this. SiteBuilder won't allow you to remove the Page Title Module either.

    I simply just want to remove the "Forums" text under the navbar.


    Thanks.
  • Wayne Luke
    vBulletin Technical Support Lead
    • Aug 2000
    • 73981

    #2
    Why can't you remove it? It isn't a system module and you should be able to click on the trashcan icon to remove it.
    Translations provided by Google.

    Wayne Luke
    The Rabid Badger - a vBulletin Cloud demonstration site.
    vBulletin 5 API

    Comment

    • tommyli
      Member
      • Jun 2013
      • 42
      • 5.0.X

      #3
      I don't know. When I click on the trash icon and then try and save the page and it says, "you cannot remove a system module from the page template".

      Comment

      • tommyli
        Member
        • Jun 2013
        • 42
        • 5.0.X

        #4
        Anyone have any thoughts? If it's not a system module, then why am I getting that error?

        Comment

        • Wayne Luke
          vBulletin Technical Support Lead
          • Aug 2000
          • 73981

          #5
          Seems to be a bug.... set .main-title to display:hidden or display:none in the CSS as a workaround.
          Translations provided by Google.

          Wayne Luke
          The Rabid Badger - a vBulletin Cloud demonstration site.
          vBulletin 5 API

          Comment

          • tommyli
            Member
            • Jun 2013
            • 42
            • 5.0.X

            #6
            That worked to remove the text (thanks), but how do I remove the extra space that remains?

            Comment

            • tommyli
              Member
              • Jun 2013
              • 42
              • 5.0.X

              #7
              CORRECTION - that worked, but it also removed the module title from every module on the page. That's not what I'm looking for.

              Comment

              • tommyli
                Member
                • Jun 2013
                • 42
                • 5.0.X

                #8
                I figured it out...had to save it as a new template. I was hesitant to do that because last time I tried, it messed up the entire system.

                Comment

                • Wayne Luke
                  vBulletin Technical Support Lead
                  • Aug 2000
                  • 73981

                  #9
                  Then you would need to insert it inline with a conditional that somehow singles out that single page.
                  Translations provided by Google.

                  Wayne Luke
                  The Rabid Badger - a vBulletin Cloud demonstration site.
                  vBulletin 5 API

                  Comment

                  • tommyli
                    Member
                    • Jun 2013
                    • 42
                    • 5.0.X

                    #10
                    No - the trash can icon works if you save the page to a new template. Seems to have worked fine.

                    Comment

                    • Mupetz
                      Member
                      • Sep 2005
                      • 62
                      • 5.0.X

                      #11
                      I'm trying to delete the page title module via Site builder but it seems to be a system module.. as it gives the following error: "You cannot remove a system module from the page template."
                      This... system module, in my opinion, is totally useless. There are breadcrumbs just above it.., also the menu, via .active styling, displays your location, forums/blogs/groups.
                      The page title module is using space in vain.
                      Why adding a trashcan icon if we can't use it?
                      My css_additional is getting bigger and bigger, filled with corrections.
                      We shall become web developers to use vbulletin properly.
                      Last edited by Mupetz; Fri 29 Nov '13, 11:47pm.

                      Comment

                      • Guest

                        #12
                        Originally posted by Wayne Luke
                        Seems to be a bug.... set .main-title to display:hidden or display:none in the CSS as a workaround.
                        Originally posted by tommyli
                        That worked to remove the text (thanks), but how do I remove the extra space that remains?
                        Wayne, Any idea how to remove the extra space? The hide works but doesn't free up the space.

                        Comment

                        • Guest

                          #13
                          I've solved it like this:



                          Originally posted by GuiltyNL
                          If you don't want to wait for 5.1 (it is fixed in 5.1) and you have database access, you can fix it by doing this:
                          1. Go to the table 'widget'
                          2. Lookup the row 'widget_pagetitle' in the column 'template'
                          3. Change the column row category 'System' to 'Generic'
                          4. Apply the changes
                          After that you are able to remove the Page Title Module from your pages (and also you are able to re-add it if you like).

                          Comment

                          Related Topics

                          Collapse

                          Working...