Jump to content
WebFlake

Luca Munich

Enthusiast
  • Posts

    235
  • Joined

  • Last visited

  • Days Won

    45

Community Answers

  1. Luca Munich's post in TeamSpeak Integration was marked as the answer   
    https://invisioncommunity.com/files/file/8199-teamspeak3-integration/
  2. Luca Munich's post in Remove 'Forums' in title was marked as the answer   
    You're asking very simple questions. Please, try first.
     
    Hint: "globalTemplate code" or "meta tags"
     
  3. Luca Munich's post in Userbars per group was marked as the answer   
    Yes, it's wrong.

    Right code:
    {{if \IPS\Member\Group::load( $comment->author()->member_group_id )->g_icon }} <li class='ipsResponsive_hidePhone'><img src='{file="$comment->author()->group['g_icon']" extension="core_Theme"}' alt='' class='cAuthorGroupIcon'></li> {{endif}}  
  4. Luca Munich's post in Remove "A Test Forum" was marked as the answer   
    Make other categories and delete "A Test Forum"
  5. Luca Munich's post in Upgrade version correctly was marked as the answer   
    Upload 4.1.16 files to your web directory (excepting "conf_global.php" and "uploads" folder) and go to /admin/upgrade
  6. Luca Munich's post in Advanced tags and prefixes was marked as the answer   
    You're welcome
  7. Luca Munich's post in embed youtube was marked as the answer   
    Version?
  8. Luca Munich's post in User Block was marked as the answer   
  9. Luca Munich's post in logo ipsfocus was marked as the answer   
  10. Luca Munich's post in organize information was marked as the answer   
    In your css:
    .left { display: inline; float: left; } .right { display: inline; float: right; } .center { display: inline; text-align: center; }  
    In your infopane (HTML):
    For right: <div class="right">CODE</div> For left: <div class="left">CODE</div> For center: <div class="center">CODE</div>  
  11. Luca Munich's post in Avatar size in topic was marked as the answer   
    Send me your board url please via MP
  12. Luca Munich's post in How can I put things as "free"/"paid" on IP. Downloads? was marked as the answer   
    Enable your commerce application
  13. Luca Munich's post in Pop Up was marked as the answer   
  14. Luca Munich's post in Font awesome in Index (forum icons) was marked as the answer   
  15. Luca Munich's post in URL Changing?!? was marked as the answer   
    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

  16. Luca Munich's post in "menu_item_24" error was marked as the answer   
    Go to your "Menu manager" and reset to default configs
  17. Luca Munich's post in menu images was marked as the answer   
  18. Luca Munich's post in Header icons was marked as the answer   
    Look the comment of @rosicky
     
     
  19. Luca Munich's post in About translation was marked as the answer   
    Resolved:
     
    participant_you_upper
    participant_you_lower
  20. Luca Munich's post in Block Emails was marked as the answer   
    yourboardurl.com/admin/?adsess=8e24d050baacd5a8b06905d116e6d2e4&app=nexus&module=support&controller=settings&tab=incomingemail
     
    and remove all filters
  21. Luca Munich's post in Change Background on Default Theme was marked as the answer   
    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.
    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; }
  22. Luca Munich's post in What's this skin's name? was marked as the answer   
    Chameleon
  23. Luca Munich's post in ipb 80 port password change was marked as the answer   
    http://www.htaccesstools.com/htpasswd-generator/
  24. Luca Munich's post in How to Upgrade IPS4.1 was marked as the answer   
    Upload all new files, excepting "conf_global.php" and "uploads"
×
×
  • Create New...