Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Sign In with Facebook Sign In with Google Sign In with OpenID Sign In with Twitter

Badges

cbaber newb

About

Username
cbaber
Joined
Visits
27
Last Active
Roles
Member
Points
38
Badges
4
  • Is it responsible (Responsive)*

    @vrijvlinder said: Since I enjoy the creative process, I enjoy making themes for anything. :)

    It's just my opinion about mobile themes. Mobile vs. responsive is a different thing. Responsive allows the content to be compressed for smaller screens. But, like I said, my theme and the stock Vanilla theme are 960px wide and that looks fine on tablets, desktops, and everything but smartphones.

    It wouldn't be difficult to make the theme responsive. I might explore that option in the theme I am working on right now.

    vrijvlinderwilsoncortezhgtonight
  • Is it responsible (Responsive)*

    It is not responsive. I kept the default width for the content area, 960px. The header, including the logo and menu, will expand infinitely, but it's minimum width is 960px.

    wilsoncortezUnderDoghgtonight
  • [Solved] Problem with vanilla sign in

    Thanks for the quick response. You were right, the .htaccess needed to be modified. I figured it out once I read the notes in the file. Just needed to specify the path to the forum.

    # Modified
    # If you modify this file then change the above line to: # Modified
    
       RewriteEngine On
       # Certain hosts may require the following line.
       # If vanilla is in a subfolder then you need to specify it after the /. 
       # (ex. You put Vanilla in /forum so change the next line to: RewriteBase /forum)
       RewriteBase /demo/vanilla
       RewriteCond %{REQUEST_FILENAME} !-d
       RewriteCond %{REQUEST_FILENAME} !-f
       RewriteRule ^(.*)$ index.php\?p=$1 [QSA,L]
    
    vrijvlinderUnderDoghgtonight