Search in the acp for blacklist
Posts by Sonnenspeer
-
-
Whoops. I was thinking too much about how it works that I forgot about that you asked your question in English, LoL.
-
Du erstellst einen Menüpunkt und wählst als Verlinkung Externer Link und gibst als Link nur # an.
-
But then they can't be obtained again easily for editing. This would break the database normal form.
-
Morik they must be stored in a different table to be able to obtain the same values for the input fields. So they can't be stored in just one database table field.
-
That's the logical issue you got there. Package A owns the field and no other can create an option with the same name because it must be unique.
Only package A can change that value.
Why would you like to change the value from another package?
-
Depends on the statistics you want to show. You can find the box PHP code at the respective application folder at lib/system/box. The templates are at the respective templates folder with a name prefix of box
You surely need some PHP skills to put all Information together.
-
Nope you can't. This template variables are registered inside the box and only there available.
You need to write your own PHP logic and register the template variables in your box. Maybe you can lookup the PHP code from the original box and use the parts you need.
-
-
I just made it all echo, not the easiest way to manage it all, but it is working so there is that lol.
You can split it up into PHP Code and Template Code.
Example:
PHP<?php use system\wcf\WCF; $usersInGroupCount = 20; WCF::getTPL()->assign('usersInGroup', $usersInGroupCount);
Template:
In the template code you can use plain HTML but just with the ability to add placeholders or template scripting code.
-
Probably nothing has changed from phpBB 3.1 to 3.2 on the data structure and it's useable with the current importer. But that's just a guess.
-
There are only two ways for a notification. If enabled then you recieve one in the page itself on the notifications (bell icon at the top) and the other is the setting of email notification.
-
That's a simple signature of the user. He just put a link inside that signature content.
You can disable this for all users in the user group permissions. Don't know where they were exactly located but you can search in your ACP for "Signature" and you should find the permission settings.
Hint to user group permissions: Usergroups and Permissions
-
You're welcome Ramiru
Don't ask me why I answered in German, lol. Could also have answered it in English.
-
Soweit ich mich noch erinnern kann wie folgt: {include file='__userQuickSearchItems' application='wbb'}
Das Template muss zumindest zu einer Endanwendung gehören. Dann muss man nur das Kürzel der Anwendung benutzen.
Für das Forum wäre dies wbb
-
There is no error prone restriction but you should take in mind that some users will load your page on mobile and have to download the full 6 Mb file. This is a lot on mobile connection. Usually images should be as small as possible.
-
https://update.revocode.de/ind…ergruppenrechte-kopieren/
(Only accessible as logged in user)
Version 1.0.1 in Tornado (testing) Category. It is stable despite it says testing.
Haven't put it into the plugin store here yet. Must do it anytime.
-
To make the answer short to your question: He shouldn't.
Users who are too young to unterstand the internet shouldn't access anything and even shouldn't have a smartphone.
-
A shoutbox is simply for quick messaging. What you arelooking for is a whole messaging system.
There is a chat system under development by TimWolla with some of these features
-
Just write a new post or create a thread and it will appear again.