Advertisement
-
Posts
235 -
Joined
-
Last visited
-
Days Won
45
Community Answers
-
Luca Munich's post in TeamSpeak Integration was marked as the answer
https://invisioncommunity.com/files/file/8199-teamspeak3-integration/
-
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"
-
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}}
-
Luca Munich's post in Remove "A Test Forum" was marked as the answer
Make other categories and delete "A Test Forum"
-
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
-
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>
-
Luca Munich's post in Avatar size in topic was marked as the answer
Send me your board url please via MP
-
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
-
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
-
Luca Munich's post in "menu_item_24" error was marked as the answer
Go to your "Menu manager" and reset to default configs
-
Luca Munich's post in About translation was marked as the answer
Resolved:
participant_you_upper
participant_you_lower -
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
-
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; } -
Luca Munich's post in ipb 80 port password change was marked as the answer
http://www.htaccesstools.com/htpasswd-generator/
-
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"