Jump to content

Luca Munich

Enthusiast
  • Posts

    235
  • Joined

  • Last visited

  • Days Won

    45

Everything posted by Luca Munich

  1. Thanks, but I thought his was better than mine
  2. Go to ACP -> Themes and the select Manage Resources on the theme you're editing. Upload your background image there and it'll give you a template tag to use. Then visit ACP -> Themes -> Edit HTML & CSS -> CSS -> core -> front -> custom -> custom.css body { background: url({resource="bgimage.jpg" app="cms" location="front"}) no-repeat center top scroll #000; } Change the template tag to the one the theme gives you. Change #000 to the background color you'd like. You can also edit global.css as well, but if you're not creating your own framework based off of the default theme, it's best to just override things in custom.css so you'll have smoother theme upgrades without having to redo your work.
  3. You're welcome. If you have more problems, feel free to post here
  4. Open an text editor, and put code: <IfModule mod_rewrite.c> Options -MultiViews RewriteEngine On RewriteBase / RewriteCond %{REQUEST_FILENAME} !-f RewriteRule \.(js|css|jpeg|jpg|gif|png|ico|map)(\?|$) /404error.php [L,NC] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] </IfModule> Save with this name: .htaccess Put the ".htaccess" file on your forum directory. Now, go to this url: YourWebsiteUrl.com/AdminPanel/?app=core&module=promotion&controller=seo&tab=urls
  5. Seems an amazing idea If want some help, tell me
  6. Welcome to Webflake Também sou brasileiro amigo
  7. Go to your "Menu manager" and reset to default configs
  8. Hello, How can I change my name color of UserBlock? Plugin:
×
×
  • Create New...