appearance problem

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Iman Ahmed
    Member
    • Oct 2012
    • 46

    appearance problem

    I have installed vb5 but the forum appearance is so bad http://www.yemenacrossnet.info/forum/
    what's the wrong
    please help me
  • PakGamerz
    New Member
    • Dec 2012
    • 4
    • 4.2.X

    #2
    it looks like your css templates are missing. Somehow your default style is not installed correctly or it is not fetching the css file. Download a fresh copy of vbulletin from members area and reupload all the files, And run upgrade script, And it should work properly.

    Comment

    • Zachery
      Former vBulletin Support
      • Jul 2002
      • 59097

      #3
      You don't have mod_rewrite availab,e or enabled, or you didn't upload the htaccess.

      Comment

      • Iman Ahmed
        Member
        • Oct 2012
        • 46

        #4
        all files are there css and htaccess

        how can I have mod_rewite availabl?

        Comment

        • Zachery
          Former vBulletin Support
          • Jul 2002
          • 59097

          #5
          Contact your webhost, that's something they need to do for you.

          Comment

          • Iman Ahmed
            Member
            • Oct 2012
            • 46

            #6
            the rewrite function is available on my webhost servers.
            they said to me

            and I reinstall it but still have the same problem
            Last edited by Iman Ahmed; Fri 26 Jul '13, 11:12pm.

            Comment

            • BirdOPrey5
              Senior Member
              • Jul 2008
              • 9613
              • 5.6.3

              #7
              1) Make sure you uploaded the .htaccess file (assuming your on Apache or a server that uses .htaccess)

              2) If your forum is installed in a sub-folder (www.domain.com/vb/ for example) add the code RewriteBase /vb/ direcrly below the RewriteEngine On line in .htaccess (Change /vb/ to whatever subfolder it is installed in)

              3) Double check the Base URL set in the /config.php file does not end in a slash (/)

              4) Double check the Core URL in Admin CP -> Settings -> Options -> Site Name / URL / Contact Details is correct (ends in /core) and does NOT end in a slash (/) either.

              Comment

              • Iman Ahmed
                Member
                • Oct 2012
                • 46

                #8
                Every thing is ok there is no slash
                and htaccess file is uploaded
                Last edited by Iman Ahmed; Mon 29 Jul '13, 2:40am.

                Comment

                • Iman Ahmed
                  Member
                  • Oct 2012
                  • 46

                  #9
                  could you write me the full code that should I put in htaccess, please

                  Comment

                  • Lynne
                    Former vBulletin Support
                    • Oct 2004
                    • 26255

                    #10
                    RewriteBase /forum/

                    (But, I just went to your site and it looks just fine.)

                    Please don't PM or VM me for support - I only help out in the threads.
                    vBulletin Manual & vBulletin 4.0 Code Documentation (API)
                    Want help modifying your vbulletin forum? Head on over to vbulletin.org
                    If I post CSS and you don't know where it goes, throw it into the additional.css template.

                    W3Schools <- awesome site for html/css help

                    Comment

                    Related Topics

                    Collapse

                    Working...