Jump to content

WP V0RT3X

Clients
  • Posts

    646
  • Joined

  • Days Won

    5

 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 WP V0RT3X

  1. Hey, what's this? https://demo.invisionfocus.de/yourtubelite/ https://demo.invisionfocus.de/clubdbs/33-club-yourtube/
  2. A simple theme hook should do the job. For forum index only use... {{if request.app == 'forums' && request.module == 'forums' && request.id == 0}} For profiles try... {{if request.app == 'core' && request.module == 'members'}} with .ipsBreadcrumb.
  3. Don't add Font Awesome in the forum title, use custom CSS instead...
  4. No tutorial, but I already created a similiar page https://invisionfocus.de/ It's a little bit more work then it looks on first sight, lots of little things and extras like custom excerpts. Also very adapted to the site. Such a full width header would look terrible with a boxed layout/theme.
  5. Sure, feel free to PM me. But with the latest version it should run out of the box.
  6. Try template forums -> topics -> post and insert {{if $comment->canEdit()}} {{if $comment->mapped('first') and $comment->item()->canEdit()}} <li class='ipsButton_verySmall'><a href='{$comment->item()->url()->setQueryString( 'do', 'edit' )}'>{lang="edit"}</a></li> {{else}} <li class='ipsButton_verySmall'><a href='{$comment->url('edit')}' data-action='editComment'>{lang="edit"}</a></li> {{endif}} {{endif}} before this <li class='ipsHide' data-role='commentLoading'> <span class='ipsLoading ipsLoading_tiny ipsLoading_noAnim'></span> </li>
  7. Pending approval means it's already uploaded to the Marketplace and waiting for the ok from IPS staff.
  8. I'm confused, this is not my app nor my site. Only posted the link because I knew the app is installed on that site.
  9. You can see it live on this site https://hobbykeller.club/movies/
  10. Good morning guys, recently imported a database into another site and everything was fine as usual, only the modified form template was missing. Is this a bug or are form templates not meant to export? Best regards
  11. Have you tried to run the support tool?
  12. Access denied on mwcboard (This website is using a security service to protect itself from online attacks.), so I can't compare. You can change the logo % in the theme settings below the upload field for the logo image. If that doesn't help, you can change it via custom CSS too.
  13. In my themes I use .embedly-card to make those embeds fit to the post background. !important isn't necessary in that case.
  14. Not without more details or taking a look by myself.
  15. Of course there is, "Set Custom Permissions" in the category options.
  16. AdminCP -> Pages -> Templates But if you want to use videos in articles, don't use the media function. Use the regular file upload in the editor, or create an upload field.
  17. constants.php doesn't come by default, you have to create it.
  18. For forums search for TDB posts block, it has many of the features you are requesting, these are just some of them https://prnt.sc/ucbvsg Not every thread has a thumbnail, so I guess that's why it isn't included. Also are talking about WordPress, the counterpart is Pages, not forums. The database feeds are the basis and deliver every information you need. You can change the look by editing the templates. For example you can output a feed as classic blocks/lists or in sliders, carousels or whatever. There are lots's of cool pages templates on the marketplace and if that's not enough, yousurely find somebody to create custom ones just the way you want them
  19. [edit] If you are on 4.5.x and still don't see the Booksmarks button in the posts, you have to edit the post template manually. From 4.4 to 4.5 the code of the theme has changed and it looks like the old hook isn't working anymore. But you can fix that manually until this addon is updated. Just go to Customization -> Themes and click on the </> Icon. In the list of the forums scroll down to forums -> front -> topics -> post. In that template search for <li class='ipsHide' data-role='commentLoading'> and insert this code above... {{if $comment->canBookmark()}} <li>{template="bookmarkLink" app="bookmark" group="bookmark" location="global" params="$comment"}</li> {{endif}} The other method would be editing the hook itself, but I guess that's too complicated for beginners.
  20. In the past it was possible to have multiple versions of the same item in the Marketplace wich is obsolete with 4.5, I guess one of the files is just for an older IPS-Version. Haven't used this for some time, but I guess the 1.6.1 is the latest version for 4.4. Just Installed it for testing, have you set usergroup permissions for who can bookmark too? https://prnt.sc/ubwdid
  21. Much easier, look here... The text below the smilie is the replacement in the editor. The smilie dropdown is searcheable. And exactly that's it. You only have to use the right tags/keywords in the replacements. Simply call a smilie :britney_funny_peace:, :britney_drunk_stoned: and so on, you see what I mean 😄
  22. There already is some kind of tag function too, you can search the replacements 😉 For example your replacement could be :britney_smilie_peace: or whatever.
  23. I guess he means if you want to use bookmarks in pages you have to add some code in the templates manually, right? If you don't use pages, you can skip that step.
×
×
  • Create New...