Settings of style just gone

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • rfi
    Senior Member
    • Jul 2010
    • 117
    • 4.2.X

    [Forum] Settings of style just gone

    Hi

    I have upgraded to 4.2.0 and did update the counter suddenly all style i am using just gone off and only text is showing on the home page.

    Please help me to rectify this problem as soon as possible, also attaching an image with it.

    Best Regards,




    RFIClick image for larger version

Name:	1.JPG
Views:	1
Size:	52.1 KB
ID:	3723378
  • Matthew Gordon
    Senior Member
    • May 2002
    • 3243
    • 1.1.x

    #2
    Make sure you Forum URL setting is correct. (Admin CP -> Settings -> Options -> Site Name / URL / Contact Details)

    If you are storing CSS as files, disable this and re-enable it. Make sure the clientscript/vbulletin_css directory is writable. (Admin CP -> Settings -> Options -> Style & Language Settings)

    Comment

    • rfi
      Senior Member
      • Jul 2010
      • 117
      • 4.2.X

      #3
      Originally posted by Matthew Gordon
      Make sure you Forum URL setting is correct. (Admin CP -> Settings -> Options -> Site Name / URL / Contact Details)
      Checked every thing seems to be fine. but the problem still exists.

      Originally posted by Matthew Gordon
      If you are storing CSS as files, disable this and re-enable it. Make sure the clientscript/vbulletin_css directory is writable. (Admin CP -> Settings -> Options -> Style & Language Settings)
      it doesn't apply to me as i am using a classic version

      Comment

      • Amaury
        Senior Member
        • Mar 2012
        • 1807
        • 4.2.X

        #4
        We had a similar problem with some of our styles a while back. Reverting the header template for the affected styles fixed the issue.
        Former vBulletin user

        Comment

        • Matthew Gordon
          Senior Member
          • May 2002
          • 3243
          • 1.1.x

          #5
          Originally posted by rfi
          it doesn't apply to me as i am using a classic version
          CSS, not CMS. Admin CP -> Settings -> Options -> Style & Language Settings -> Store CSS Stylesheets as Files?

          It's been an option since vB3, so it is there in the forum-only version too.

          Comment

          • rfi
            Senior Member
            • Jul 2010
            • 117
            • 4.2.X

            #6
            Originally posted by Matthew Gordon
            CSS, not CMS. Admin CP -> Settings -> Options -> Style & Language Settings -> Store CSS Stylesheets as Files?

            It's been an option since vB3, so it is there in the forum-only version too.
            No! i had set this option to "NO". :-(

            - - - Updated - - -

            Originally posted by Amaury25
            We had a similar problem with some of our styles a while back. Reverting the header template for the affected styles fixed the issue.
            reverted all the templates but didn't got the css properties of my forums

            Comment

            • Matthew Gordon
              Senior Member
              • May 2002
              • 3243
              • 1.1.x

              #7
              Try what Amaury25 suggested. It's hard to diagnose this further without seeing the page itself.

              e: Mind posting a link to your forums? If you don't want it public, edit it into one of your posts and then edit it back out.

              Comment

              • rfi
                Senior Member
                • Jul 2010
                • 117
                • 4.2.X

                #8
                link to my forum is



                also tried Amaury25 suggestion and reverted all the edited templates but my forums still seems to a black and white television with out any color.

                Comment

                • Matthew Gordon
                  Senior Member
                  • May 2002
                  • 3243
                  • 1.1.x

                  #9
                  That link gives me a blank page.

                  Comment

                  • rfi
                    Senior Member
                    • Jul 2010
                    • 117
                    • 4.2.X

                    #10
                    Originally posted by Matthew Gordon
                    That link gives me a blank page.
                    please try it now

                    Comment

                    • Merjawy
                      Senior Member
                      • Sep 2002
                      • 2613

                      #11
                      You said you updated the counter but didn't know which parts you did and didn't..

                      Try updating the Styles from the counter
                      To be or not to be... Where the hell is the question????
                      My psychiatrist told me I was crazy and I said I want a second opinion. He said okay, you're ugly too

                      Live vBulletin 4.2.0 Multilingual * Alpha/Beta vB 4 - vB 5 Tier 1A
                      CentOS 6.2 - Apache:2.2.15(Apache2Handler) - PHP:5.3.3 - MySQL:5.1.61
                      Xampp/Win-XP - Apache v2.2.21(Apache2Handler) - PHP:5.3.8 - MySQL:5.5.16

                      Comment

                      • Matthew Gordon
                        Senior Member
                        • May 2002
                        • 3243
                        • 1.1.x

                        #12
                        This needs to be in your headinclude template:
                        Code:
                        <vb:if condition="$vboptions['storecssasfile']">
                        	{vb:cssfile main-rollup.css}
                                {vb:raw template_hook.custom_css_links}
                        <vb:else />
                        	{vb:cssfile bbcode.css,editor.css,popupmenu.css,reset-fonts.css,vbulletin.css,vbulletin-chrome.css,vbulletin-formcontrols.css{vb:raw template_hook.custom_css_list}}
                        </vb:if>
                        If it is missing, you need to add it to it. I'd suggest just reverting the template and then re-doing any modifications you have done to it.

                        Comment

                        • Amaury
                          Senior Member
                          • Mar 2012
                          • 1807
                          • 4.2.X

                          #13
                          Originally posted by Matthew Gordon
                          This needs to be in your headinclude template:
                          Code:
                          <vb:if condition="$vboptions['storecssasfile']">
                          	{vb:cssfile main-rollup.css}
                                  {vb:raw template_hook.custom_css_links}
                          <vb:else />
                          	{vb:cssfile bbcode.css,editor.css,popupmenu.css,reset-fonts.css,vbulletin.css,vbulletin-chrome.css,vbulletin-formcontrols.css{vb:raw template_hook.custom_css_list}}
                          </vb:if>
                          If it is missing, you need to add it to it. I'd suggest just reverting the template and then re-doing any modifications you have done to it.
                          That's exactly what I did when I fixed the issue for us. Luckily, the only thing I have modified in each style's header is the top links. I made it so it doesn't display My Profile since clicking your username does the same thing.
                          Former vBulletin user

                          Comment

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

                            #14
                            Originally posted by rfi
                            link to my forum is



                            also tried Amaury25 suggestion and reverted all the edited templates but my forums still seems to a black and white television with out any color.
                            Your headinclude template is incomplete. Please revert this template. It add vital path settings to load your CSS properly.
                            Translations provided by Google.

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

                            Comment

                            • rfi
                              Senior Member
                              • Jul 2010
                              • 117
                              • 4.2.X

                              #15
                              Originally posted by Wayne Luke
                              Your headinclude template is incomplete. Please revert this template. It add vital path settings to load your CSS properly.
                              Originally posted by Amaury25
                              That's exactly what I did when I fixed the issue for us. Luckily, the only thing I have modified in each style's header is the top links. I made it so it doesn't display My Profile since clicking your username does the same thing.
                              Originally posted by Matthew Gordon
                              This needs to be in your headinclude template:
                              Code:
                              <vb:if condition="$vboptions['storecssasfile']">
                                  {vb:cssfile main-rollup.css}
                                      {vb:raw template_hook.custom_css_links}
                              <vb:else />
                                  {vb:cssfile bbcode.css,editor.css,popupmenu.css,reset-fonts.css,vbulletin.css,vbulletin-chrome.css,vbulletin-formcontrols.css{vb:raw template_hook.custom_css_list}}
                              </vb:if>
                              If it is missing, you need to add it to it. I'd suggest just reverting the template and then re-doing any modifications you have done to it.
                              Thanks a lot for all three of you at last this solved my problem! actually i don't know some of the templates went missing when i run the recount style options.......when you said that see hearinculde template i couldn't find it in the list of the templates. then i run the upgrading process again after that my problem was solved.
                              Last edited by rfi; Wed 23 May '12, 2:33pm.

                              Comment

                              Related Topics

                              Collapse

                              Working...