Jump to content

Vakarian96

Clients
  • Posts

    105
  • Joined

  • Last visited

 Content Type 

Downloads

Release Notes

IPS4 Guides

IPS4 Developer Documentation

Invision Community Blog

Development Blog

Deprecation Tracker

Providers Directory

Forums

Events

Store

Gallery

Everything posted by Vakarian96

  1. Hello, what is the link to the cover photo of a user? I want to show the cover photo of the user in the post sidebar. For this I changed the "postContainer" template a little bit and added the following code. <div class="coverphoto" style="background-image: url(LINK_TO_COVER)"></div> Unfortunately I don't know exactly how to get the link of the respective cover photo. Can anyone help me with this? So far I have everything ready, it just hangs on the link. I tried it with "{$coverPhoto->file->url}" and "{$member->coverPhoto->file->url}", but it didn't work. Best Regards, Vakarian96
  2. I send normally via SMTP. The email was sent to a GMail account.
  3. Hello, I have a problem with the registration email. When someone registers, they are asked to confirm their email, if they click the link, they are redirected back to the "Please confirm your email address" page. If I remove the red part from the link, it works. Is there any way to fix this? https://domain.tld/index.php?app=core&module=system&controller=redirect&url=https://domain.tdl/index.php?app=core%26module=system%26controller=register%26do=validate%26vid=76015da2b5d39018bd618a73821ce0db%26mid=12&key=6a382cf3020360b4bc93ebecb511edba64217a407cf97e03526b5ad1f5531655&email=1&type=registration_validate
  4. Currently you can upload only one icon for custom editor buttons. It would be nice if you could also select icons (e.g. Font Awsome) that you can colorize via CSS. In a setup with dark/light mode the static icons are not very nice. Greeting, Vakarian
  5. Hello. we use custom editor functions in our forum. In the AdminCP, however, only icons can be uploaded as graphics which then have a fixed color. With a light/dark mode setup, the whole thing looks pretty ugly. Is there a way to use FA icons for custom buttons as well? Greeting, Vakarian
  6. Would it be possible to get the following feature? We have a database in wiki style, if we now create an entry with the title "apple", would it be possible if we use the word "apple" in another entry of the same database, that then automatically a link to the entry with the title "apple" is created?
  7. It is possible to create a database in the wiki. Great feature! Would it be feasible that when someone edits an entry, the edit is only visible after approval by a moderator? Greeting, Vakarian
  8. Hello I have created a profile field with Yes/No and would like to use that in a template. So if the user has selected Yes, certain content should be visible on his profile and if no, then not. How should this if/else query look like?
  9. Hello I am new 🙂 I have 3 questions about the Invision Board. 1) Is it possible to set that no IP addresses of users are stored? 2) On the subject of spam defense, are IP addresses and e-mails transmitted to an external service or is matched with a local database? 3) Is it possible that Google Fonts are loaded locally from the server? Kind regards, Vakarian
×
×
  • Create New...