opentype Posted August 13, 2017 Share Posted August 13, 2017 Support topic for the Pages Superdocs templates. Dennis_87, ADKGamers, Simon Woods and 1 other 4 Link to comment Share on other sites More sharing options...
Netherlord Posted August 23, 2017 Share Posted August 23, 2017 (edited) I've located a bug. Don't think it's anything I've done. Could you check it yourself for me. When posting a link to a record within a topic. Url structure of my url below! https://www.**.com/knowledgebase/guideline-definitions/no-advertising-r63/ It embeds correctly. But clicking it takes you to a new page ?do=embed query instead of taking you to the content. Edited August 23, 2017 by Netherlord Link to comment Share on other sites More sharing options...
Meddysong Posted August 23, 2017 Share Posted August 23, 2017 That sounds familiar. It happened to me a couple of weeks ago but I forgot to file a bug report. I don't have SuperDocs, so it's nothing to do with that. Netherlord 1 Link to comment Share on other sites More sharing options...
opentype Posted August 23, 2017 Author Share Posted August 23, 2017 3 minutes ago, Netherlord said: I've located a bug. Don't think it's anything I've done. Could you check it yourself for me. Yeah, it’s a bug in the current IPS release. It’s known. Pretty sure it will be fixed in 4.2.3. Netherlord 1 Link to comment Share on other sites More sharing options...
Netherlord Posted August 23, 2017 Share Posted August 23, 2017 1 minute ago, Meddysong said: That sounds familiar. It happened to me a couple of weeks ago but I forgot to file a bug report. I don't have SuperDocs, so it's nothing to do with that. Oh. Thanks. Could be IPS related then. I just assumed since it only affects the embeds on databases. Tested with another blank database... Confirmed. Ips related. Just now, opentype said: Yeah, it’s a bug in the current IPS release. It’s known. Pretty sure it will be fixed in 4.2.3. Thanks for the confirm. Sorry to bother you Link to comment Share on other sites More sharing options...
opentype Posted August 29, 2017 Author Share Posted August 29, 2017 If you are looking for a live demo, the use on this page looks quite nice I think. It also uses the category plugin as suggested. cybernck 1 Link to comment Share on other sites More sharing options...
Tripp★ Posted October 21, 2017 Share Posted October 21, 2017 (edited) I've set mine up to be like a guide system, where I've got categories, and sub categories within those categories, and then each article is a part numbered 1, 2, 3, etc within the subcategory. Is there anyway that like the Category does, that I can make sub-categories collapsable too? Like so: Thanks in advance. Edited October 21, 2017 by Tripp★ Removed information that can be traced back to my site (NSFW). Link to comment Share on other sites More sharing options...
opentype Posted October 21, 2017 Author Share Posted October 21, 2017 There is only one collapsable level at the moment. That’s intentional. It’s supposed to show a lot instantly without having the user to open sub-levels over and over again. Tripp★ 1 Link to comment Share on other sites More sharing options...
Tripp★ Posted October 21, 2017 Share Posted October 21, 2017 Okay, well thanks anyway, man... This is a fantastic pages template. Link to comment Share on other sites More sharing options...
cybernck Posted November 14, 2017 Share Posted November 14, 2017 Well done for creating this plugin and templates! It has erased the initial disappointment of going from IPB v3 to v4 (and therefore IP.Content to Pages) for me :). Anyway, I've got a question - can thumbnails be added to Articles List (middle pic in your example above) perhaps even have them displayed the same way as categories? Or maybe what I'm asking can be achieved by using Supergrid's listing template for articles list? Please advise. Thanks. Link to comment Share on other sites More sharing options...
opentype Posted November 14, 2017 Author Share Posted November 14, 2017 (edited) That’s not an option of SuperDocs. It is a key feature of the SuperGrid templates however. Edited November 14, 2017 by opentype Link to comment Share on other sites More sharing options...
cybernck Posted November 14, 2017 Share Posted November 14, 2017 So it's not possible to use SuperGrid's article list template mixed with SuperDocs' category list? Link to comment Share on other sites More sharing options...
opentype Posted November 14, 2017 Author Share Posted November 14, 2017 There are up to 4 templates to be set in the database settings: Frontpage (article mode) Category overview Listing Record For each you can pick any template that is installed and made for this view. So you can have a SuperGrid listing page and a SuperDocs record page for example. That is possible. cybernck 1 Link to comment Share on other sites More sharing options...
cybernck Posted November 14, 2017 Share Posted November 14, 2017 Brilliant, just what I need. Thanks and keep up the good work! Link to comment Share on other sites More sharing options...
James W Posted November 27, 2017 Share Posted November 27, 2017 Hey opentype - Love your SuperDocs - I've bought a few of them over the past year. I do have an issue though - there's an option in SuperDocs that says "Author in Record View". When unclicked, it still shows (edited) and the time the article was added. How would I remove both of these? Link to comment Share on other sites More sharing options...
James W Posted March 4, 2018 Share Posted March 4, 2018 @opentype Link to comment Share on other sites More sharing options...
opentype Posted March 4, 2018 Author Share Posted March 4, 2018 FAQ point 3. Link to comment Share on other sites More sharing options...
James W Posted March 4, 2018 Share Posted March 4, 2018 Ahh, right. Thanks anyways. You'd think something like that would remove the whole thing pertaining to the author.. not just the name of the author. Appreciate the support. Link to comment Share on other sites More sharing options...
opentype Posted March 4, 2018 Author Share Posted March 4, 2018 21 minutes ago, James W said: You'd think something like that would remove the whole thing pertaining to the author.. The date isn’t “author information” though. One might still want to see if an article is recent, independent from who wrote it. Link to comment Share on other sites More sharing options...
Meddysong Posted March 4, 2018 Share Posted March 4, 2018 44 minutes ago, James W said: You'd think something like that would remove the whole thing pertaining to the author.. not just the name of the author. The suite's Display template sets contain a template recordEditLine and so there should be one of those for this template set to. I'm fairly sure that the lines <strong>{lang="date_edited" htmlsprintf="\IPS\DateTime::ts( $record->record_edit_time )->html(FALSE), htmlentities( $record->record_edit_member_name, ENT_QUOTES | \IPS\HTMLENTITIES, 'UTF-8', FALSE )"}</strong> {{if $record->edit_reason}} <br>{$record->edit_reason} {{endif}} are what's producing what you see there, so it might be worth going to the recordEditLine template which this plugin uses, deleting that text, and then seeing whether that solves your problem. Link to comment Share on other sites More sharing options...
James W Posted March 4, 2018 Share Posted March 4, 2018 Thanks @Meddysong, I suppose this was more of a suggestion than a 'request for support'. Regardless, the line to remove in the template would be under the "record" item: {{if $record->editLine()}} <span class='ipsType_light ipsType_medium ipsType_reset'> ({lang="edited_lc"}) </span> {{endif}} In case anyone wants to remove/modify it. To do what I was suggesting, just move the if statement around the $record->editLine() to allow for easy removal/adding back via the actual SuperDocs settings: <p class='ipsType_reset ipsType_large ipsType_blendLinks'> {{if settings.SuperDocs_showauthor}} {lang="content_record_started_by" htmlsprintf="$record->author()->link()"} {{if $record->editLine()}} <span class='ipsType_light ipsType_medium ipsType_reset'> ({lang="edited_lc"}) </span> {{endif}} {{endif}} </p> Anyways. Much love. My comment to you @opentype wasn't meant to be sarcastic, hope ya know! Meddysong 1 Link to comment Share on other sites More sharing options...
bradl Posted March 30, 2018 Share Posted March 30, 2018 Trying this out. I get a missing template error at the comment section of record display (sample) That's a capture after running the support tool and letting it disable everything and revert to a default template. Setting the database to use SuperHelp record display does not appear to call that particular template. I'm on 4.2.8. Link to comment Share on other sites More sharing options...
opentype Posted March 30, 2018 Author Share Posted March 30, 2018 (edited) See changelog before downloading. ? I went ahead and changed the download file name to make this more obvious. Edited March 30, 2018 by opentype Meddysong 1 Link to comment Share on other sites More sharing options...
bradl Posted March 30, 2018 Share Posted March 30, 2018 Oops. *hangs head* Link to comment Share on other sites More sharing options...
Josiah Wallingford Posted April 23, 2018 Share Posted April 23, 2018 I have followed the installation instructions but have no idea what I do now. I don't know anything about the pages, templates, blocks, databases.... all I know is I can move blocks on the front end into place where they are needed. I tried following the IPB guide on pages but nothing in there seemed relevant to this plugin/template. Is there an instruction manual or video that goes over how to create an example guide? Link to comment Share on other sites More sharing options...
Recommended Posts