I love the darkness, makes me feel like I'm in a browser made for hacking lol. I just like dark colors overall since I can read better. I do enjoy their efforts though since it has those add-ons and all. Especially that eyedrop tpp, really handy when I need to copy certain colors from gradients.
Ralkage
Posts
-
Firefox Developer Edition -
Option to hide topics with an NSFW tag. -
postbitI miss the layout vbulletin 3 & 4 has I'm studying up on jQuery a little more so I know how to make actual Plugins lol
-
Subdomain proxy for Apache@a_5mith said:
Did you try it with localhost like the docs say? I'm assuming you don't have to symlink it to sites-enabled like with nginx?
Also, as you're on 2.2.22 of Debian, did you do this? Looks fun...
amoss.me.uk
This domain may be for sale!
(www.amoss.me.uk)
^
This works for Ubuntu 12.04 as well, it took awhile but I got it to work.<Proxy *> Order deny,allow Allow from all </Proxy> ProxyPass /socket.io/1/websocket ws://127.0.0.1:4567/socket.io/1/websocket ProxyPassReverse /socket.io/1/websocket ws://127.0.0.1:4567/socket.io/1/websocket ProxyPass /socket.io/ http://127.0.0.1:4567/socket.io/ ProxyPassReverse /socket.io/ http://127.0.0.1:4567/socket.io/ ProxyPass / http://127.0.0.1:4567/ ProxyPassReverse / http://127.0.0.1:4567/
I keep it at
127.0.0.1
because nodebb is on the same server as everything else on it. Try leaving it at127.0.0.1
and see where that gets you. -
User Administration@Lafunamor Manage > Users is in the ACP and has a "Ban User" option under Edit. Though it could be possible to add it to profiles based on usergroup in a sense if you have Moderators on your forum.
I'm so used to Vbulletin that we would add a few lines of code to only allow access for certain groups to use lets say in this case:
<li><a href="#" class="ban-user"><i class="fa fa-fw fa-gavel"></i> Ban User</a></li>
This would only be visible to Moderators and Admins and require password entry before banning said spammer.
This is just me rambling but I do know this can be possible with a few edits or a simple plug-in. Maybe add it under the drop-down list under the profile button?