Invision Community 5: A video walkthrough creating a custom theme and homepage By Matt Thursday at 04:02 PM
Meddysong Posted November 7, 2019 Posted November 7, 2019 Not a support request, so you might get aggrieved at my already going off-topic, but this looks great! This is another beautiful products added to the Super range. I particularly like the clever idea to create a search box which only checks for results within that particular database. Such a good idea!
penkay Posted February 1, 2020 Posted February 1, 2020 How do you setup the search in SuperDirectory ?
opentype Posted February 2, 2020 Author Posted February 2, 2020 8 hours ago, penkay said: How do you setup the search in SuperDirectory ? There is a “Show search form” toggle in the plugin settings. That’s all there is.
penkay Posted February 2, 2020 Posted February 2, 2020 It will search all fields automatically depending on which page and database are showing? .. I'll keep playing with it.. thanks Chip
opentype Posted February 3, 2020 Author Posted February 3, 2020 9 hours ago, penkay said: It will search all fields automatically depending on which page and database are showing? .. I'll keep playing with it.. thanks Chip It works exactly as using the site search narrowed down to the specific database. (Essentially it is just a link to the site search)
penkay Posted February 4, 2020 Posted February 4, 2020 Mine keeps returning an error, page not found, Is there any documentation on the plugin, .. In your demo you include a Icon in the display, I assume you are adding code into the description,? Is there a place that has the css code classes for the board.. here is the error I get. ---------------------------------------------------------------------- Sorry, there is a problem The page you requested does not exist Error code: 1S160/2
opentype Posted February 4, 2020 Author Posted February 4, 2020 4 hours ago, penkay said: Mine keeps returning an error, page not found, Is there any documentation on the plugin, .. Can you send me a message with a link to the page so I can check it out? For further inspections I might also need ACP access. 4 hours ago, penkay said: In your demo you include a Icon in the display, I assume you are adding code into the description,? The category images come from this plugin. It is an optional purchase from another developer.
penkay Posted February 4, 2020 Posted February 4, 2020 I was adding the below code to my descriptions in the categories, it works the same.. I swiped it from your example and edited it.. You can get more creative.. You should expound on that as a selling point, maybe increase the character limit.. Category Description <span data-ipslazyload="" class="SuDi_catThumb ipsThumb_bg ipsThumb_small ipsPos_right" > <i class="fa fa-id-card-o fa-5x"></i> </span> <h3 class="SuDi_bigHead">Staff & Volunteer Activities</h3> -------------------------------------------------------------- Ill send you my login info.. are you available for hire.. ?
penkay Posted February 6, 2020 Posted February 6, 2020 hi. on your demo SuperDirectory you use filters to search the content. In the typography guru site. How is that added, I created two select fields , with multiple filters (key value), Ive checked the option to use the fields for filtering. I was then adding the Database Filter to the page , drag and drop, when I edit the database filter I only have an option to display phone, tablet, pc , should it pick up the fields available for filters ? would my board, being a subdirectory /forum cause any problems .
opentype Posted February 6, 2020 Author Posted February 6, 2020 28 minutes ago, penkay said: hi. on your demo SuperDirectory you use filters to search the content. In the typography guru site. How is that added, I created two select fields , with multiple filters (key value), Ive checked the option to use the fields for filtering. I was then adding the Database Filter to the page , drag and drop, Sounds like you figured it out already. That’s the process. Make a field a filter and then add the filter widget. If something is not working you would have to talk to IPS, since that widget is entirely controlled by them. It’s independent from the template on the page.
penkay Posted February 6, 2020 Posted February 6, 2020 Its working fine now, it had something to do with the skin. I switched to default ipb skin and it was working properly, I switched back and it was working on my ibtheme skin. id10t error I appreciate your help..
TheSonic Posted February 16, 2020 Posted February 16, 2020 I'm so excited about SuperReviews that I got SuperDirectory today. After the docs for SuperReviews were very detailed, I get stuck at SuperDirectory. I do not know how to create the "Website" button for the web address. I have created a field with a URL, but that looks ugly. Something has to be entered in DisplayOptions here. I also saw in the demo that you included an address field with a Google Maps map. Is there any information on how to get to the fields with the arrows - I did not find anything in the documentation. Thank you very much.
opentype Posted February 16, 2020 Author Posted February 16, 2020 38 minutes ago, TheSonic said: I do not know how to create the "Website" button for the web address. I have created a field with a URL, but that looks ugly. Something has to be entered in DisplayOptions here. I also saw in the demo that you included an address field with a Google Maps map. Is there any information on how to get to the fields with the arrows - I did not find anything in the documentation. Link button: {{if $formValue}}<a href="{$formValue}" target="_blank" class="ipsButton ipsButton_important">Website</a>{{endif}} Map: <div class="ipsColumns"> <div class="ipsColumn ipsColumn_wide"> <p>{map}</p> </div> <div class="ipsColumn ipsColumn_fluid"> <p class="ipsType_light">Address: <br>{address}</p> </div> </div>
TheSonic Posted February 16, 2020 Posted February 16, 2020 Thanks, but this did not work. Please keep in mind: I don't have knowledge about that Webdesign-Stuff. What Fileds are requiered and there do i have to add this code. Sorry for such dumb questions - it's not that simple and documented like SuperReviews. Thank you.
opentype Posted February 16, 2020 Author Posted February 16, 2020 (edited) 4 minutes ago, TheSonic said: What Fileds are requiered and there do i have to add this code. It’s the Display Custom Format code for an URL field and an Address field. Edited February 16, 2020 by opentype TheSonic 1
evcom Posted April 13, 2020 Posted April 13, 2020 I am still evaluating a few options to integrate a job board and I am considering SuperDirectory. Will you be releasing it also for version 4.5 and if so, will there be considerable amount of time required to get it ready for 4.5 or do you plan to release it soon after the 4.5 release? And another question is, can there be different access restrictions (permissions) for the record view? E.g. for members only or for specific groups? Thanks for clarification.
opentype Posted April 13, 2020 Author Posted April 13, 2020 13 minutes ago, evcom said: Will you be releasing it also for version 4.5 and if so, will there be considerable amount of time required to get it ready for 4.5 or do you plan to release it soon after the 4.5 release? The release for 4.5 shouldn’t take long. 13 minutes ago, evcom said: And another question is, can there be different access restrictions (permissions) for the record view? E.g. for members only or for specific groups? Thanks for clarification. Permissions for Pages databases can be set on the category level. evcom 1
JustinHawk Posted June 16, 2020 Posted June 16, 2020 How can we limit number of categories displayed in sidebar ?
opentype Posted June 16, 2020 Author Posted June 16, 2020 16 minutes ago, TarunD said: How can we limit number of categories displayed in sidebar ? There is such option I’m afraid.
JustinHawk Posted June 16, 2020 Posted June 16, 2020 3 minutes ago, opentype said: There is such option I’m afraid. Can any option like this be added ? sidebar is way too long with so 50+ categories.
JustinHawk Posted July 27, 2020 Posted July 27, 2020 Hey, can you explain how these filters are being shown there
opentype Posted July 27, 2020 Author Posted July 27, 2020 6 minutes ago, TarunD said: Hey, can you explain how these filters are being shown there That’s regular Pages functionality. The two fields are set to be filters in the fields settings and then the Filter widget is placed on the page.
opentype Posted July 29, 2020 Author Posted July 29, 2020 8 hours ago, DoorMadeEasy said: it is work with 4.5 ? Probably, but I don’t guarantee it. I haven’t started working on 4.5 compatibility updates yet.
Recommended Posts