Jump to content

Robert Williams

Clients
  • Posts

    19
  • 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 Robert Williams

  1. Hi I'd just want to use it as admin, to replace announcements blocks I sometimes place on the site and maybe for guest signups etc. Is there a setting so regular members can't use it / don't see an option to 'send sticky note' ? Thanks
  2. Hi Ryan In the manage tags section, it says "If you use an open tag system, tags may tend to get out of control. This is to help you stop that. You can sort tags by name or by usage" I'm using the latest version but there's no option to sort by usage, I can only sort by tag, app or area (there's no directional triangle for usage, so can't sort that column) Thanks Rob
  3. Thanks for that, one last question , could you show me the code I'd use for the above, if I wanted the ad to display at the top of several forums eg 10, 16, 38, 40. I gather I'd need to use an array but I don't know the syntax. Thanks
  4. Hi @newbie LAC, thanks for creating this mod. After moving over from vbulletin, it's been a real struggle to replicate the ads I had before. I've placed the banner ad below so that it appears above every topic in forum 38 using this code which I found earlier on the thread. {{if \IPS\Request::i()->app == 'forums' and \IPS\Request::i()->module == 'forums' and \IPS\Request::i()->controller == 'topic'}} {{$forumId = 0; try { $topic = \IPS\forums\Topic::loadAndCheckPerms( \IPS\Request::i()->id ); $forumId = $topic->forum_id; } catch( \Exception $e ) {};}} {{endif}} {{if in_array($forumId, array(38))}} code {{endif}} How can I also display it at the top of the page shown below (which displays all the topics in that forum)? Thanks, Rob
  5. Hi, I've just installed this on v4.1.19.2 However, I can't deselect 'All forums' or select Reverse or Every Page - None of the 3 checkboxes are working. Any ideas ?
  6. As others have mentioned, great to have this functionality but would be good if it would work with the pages/articles section as well. Happy to pay extra $'s for this.
×
×
  • Create New...