Jump to content

flimmer

Clients
  • Posts

    44
  • 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 flimmer

  1. Yes, maybe I just have to add them to a group. Not too many people.
  2. Hi Earlier this year we had a product in our store for a limited time. Is it possible to create a new product that are only available for those members that purchased it? They were not put in any group. I will create a bulk email to them, and there I can filter only those with that previous product. But can it be visible to only them, or only those with that link? I think it either is available in store, or its not? Thanks.
  3. Hi In Pages we can specify in a database that we want to automatically add a topic, and we can set some html for each field we want to add to the post. But I cannot find a way to add the record image. Is it possible? Also, the link to post that is generated, can I add a button class on it for example? Thanks.
  4. Probably, but that is beyond my knowledge. I understand somewhat how I can manipulate the article template and show some stuff like a link to author, but will not be able to add functions to display the authors latest entries in database.
  5. Ok, so I probably need to create a link on my page that send the viewer to the authors profile page with "prefilled" activity content filter. Like /index.php?/profile/username/content/&type=cms_records5&change_section=1
  6. Would it perhaps be possible to create a custom block that checks the author of currently viewed article? I have a block now with custom content that lists ALL articles/entries which loops through the records like so: {{foreach $records as $record}} //output record image {{endforeach}} Maybe I in this loop can check that the current records author is the same as the author of the "main" article/entry being viewed? I just do not know what kind of "variables" are available to look at.
  7. Hi Is there some (easy) way of listing the other articles of the author of the current article/entry ? For example have a list of the last 6 articles or similar? If not, any advice how to create something like that? Thanks.
  8. Sorry, I didn't realize it was for tech support for the platform only 🙂 Thanks for moving it!
  9. I have a field in pages field_18, which is a checkbox set. When I list values in my template, they usually are printed like this: Label: check1, check2, check3 I change to custom format in display options because I "need" it in a table, and I want each checkbox checked to be a link where it's filtering for that specific checkbox. So I've tried to do the stuff below. Not very sure of what I'm doing, but it is sort of working. I do, however, have a hardcoded url there. I just use the url I get when doing such a record filter manually. I wonder how to do this more dynamically, for example if I change the name of the page I do not have to change all of these fields. <tr><td>{$label}</td><td> {{$myarray = explode(',', $value);}} {{$myidarray = explode(',', $formValue);}} {{foreach $myarray as $id => $entry}} <a href="hardcodeurl&advanced_search_submitted=1&content_field_18[{$myidarray[$id]}]={$myidarray[$id]}&&&&sortby=primary_id_field&sortdirection=asc&record_type=all&time_frame=show_all"><span class="ipsBadge ipsBadge_style8">{$entry}</a></span> {{endforeach}} </td></tr>
  10. Did you figure this out? I have the same question, as I have several "content" (editor) fields, which really should be searched as well. I have some checkbox sets and regular text fields which would have been nice to be able to search, but the content fields are more important.. Edit; I do not think it's even searching the title field...
  11. basicRelationship is not something I see in the templates I have. Is it something that I need to create somehow?
  12. Hi I'm currently trying to "port" a PHP application I'm using in our forum to a regular Pages page. I'm creating several fields, and one I'm looking at now is a field for "database relationship". So I'm linking this database to a similar one. I'm getting the data as link to the other database. Is it possible to instead get the record image and display the link on that. Maybe there are something that can be done in the custom display view format? Or maybe in the page record template itself? If it is sort of an object, maybe I can get the image from that? Thanks!
  13. Thanks, I will try to port this to Pages then 🙂 By the way, do we any kind of import routine or do I need to create something myself, for example use REST to move data from old app to Pages? I also see I can add a Editor field, and even populate it with default value (even HTML) and therefore I can make "templates" for the user.
  14. Hi We have started to use Pages for normal articles. On our community we also have a separate system for "fishing fly database" built with PHP and just displayed using (a single) Pages. Users can add their own entries. This external database is relatively simple. It contain some basic data about a fly, a picture, in addition to 3 text-fields where in-depth information can be given (marked red). Now, I think I want to to remove this PHP-application I built and rely only on the forum software and regular Pages. I understand I can create a Pages database and set up some fields for the basic data. But how should I do it with these three in-depth information fields. They should be part of the standard body of the entry in database. But this is important information that is mandatory to fill out by the user. I've tested with adding a editor field, but I do not know how I can get this displayed like I want to, sort of part of the main body. Is it possible to pre-fill a new entry in this Pages database with some example text and headers, kind of like a template? The reason I want to move to Pages, is I want to make our community as standard as possible, and not rely on any customizations, which sometimes is a bit of a problem when upgrading. Because I need to go in to templates and add some code to get my PHP application to show correctly. Therefore I probably do not want to use Pages with a lot of difficult customizations to that. This should be easy enough to create as a regular Pages database for, right? Maybe just have some guidelines on how to add proper information if we cannot give them a template? Thanks
  15. Hi We are currently using more or less the default set up for achievements, but have excluded some larger groups (only paying groups will earn achievements). The 'rare' setting seems to be set based on the total membership base, including those groups that are excluded. Is this correct? Shouldn't 'rare badges' be calculated based on the included groups?
  16. Same for me. MS Paint looking badges are not cool 🙂 Maybe some creative soul could put a larger pack of graphics on the marketplace?
  17. Hi I created a database for articles after we added Pages to our system. Created some articles and a menu item for this, where they are listed. Works well. But I would like to have the last 5 articles in the sidebar, just like we have with topics. But if I try to add a block to the sidebar that is a "plugin" with list of articles, it says that it cannot be displayed in the sidebar, and that I have to move it somewhere else. Isn't it possible to have a list of for example 5 latest articles in the sidebar? Thanks
  18. Ah, of course. Sorry for the bother!
  19. Hi It seems I did something stupid. I installed the latest version, and now the design of the entire forum is messed up. The standard theme is working, but not the one I've edited. Any suggestions? Thanks.
  20. I'm having an issue where the "leaders ranking" is not displayed on mobile devices (or window size less than 995 px). Is this an issue with Quizzes or something in my template? Thanks
  21. Perfect! Now I can't wait for 4.2 release
  22. My testboard is now 4.2 so I'd be happy to test.
  23. Will not start using 4.2 until release. Not sure if my test-server is ready, but I'll have a look. Thank you!
×
×
  • Create New...