wegorz23 Posted April 9, 2019 Posted April 9, 2019 Ok, Ive switched this field (to quote one) into text area, the data looks fine, but the quote is still not working 😞 Any help please? Is it enough to put this key like this?
opentype Posted April 9, 2019 Author Posted April 9, 2019 17 minutes ago, wegorz23 said: Is it enough to put this key like this? That should be enough, yes.
wegorz23 Posted April 9, 2019 Posted April 9, 2019 So why its not working for us? I even checked it on default skin and its the same. Please look at upper screenshot. Field is converted into text area, as in your PDF, so it should be fine ;/
opentype Posted April 9, 2019 Author Posted April 9, 2019 29 minutes ago, wegorz23 said: So why its not working for us? I don’t know. A screenshot will not tell me anything. I would have to check it out in the ACP.
wegorz23 Posted April 9, 2019 Posted April 9, 2019 (edited) Ok, no problem. We can give you an access. I will send it at PM. Edited April 9, 2019 by wegorz23
wegorz23 Posted May 7, 2019 Posted May 7, 2019 (edited) Hi, I have problem with block from superreviews. I made a block for our mainpage to show few last articles, but it looks better on default skin from IPS, that on our default skin. Whats the problem? Default IPS: Our Default: In our skin there is 2 arts in raw, in IPS 3. Three arts are better for us, because, we have forum boxes with 3 in a row. Edited May 7, 2019 by wegorz23
Giray Posted May 20, 2019 Posted May 20, 2019 Hi. Installation trouble. Mode 3. Problem 1. When trying to assign templates, {Articles template > SuperReviews FrontPage} iOS not showing up. Now stuck at not being able to create a database relationship. Dropdown is greyed out: 'cannot use database... not assigned to a page' Thoughts? Thanks.
opentype Posted May 20, 2019 Author Posted May 20, 2019 5 minutes ago, Giray said: Hi. Installation trouble. Mode 3. Problem 1. When trying to assign templates, {Articles template > SuperReviews FrontPage} iOS not showing up. The “iOS” was auto correct I assume? Still not perfectly sure what you are reporting. You don’t see the option to chose the article template or you see it, but don’t see the option of choosing a SuperReviews template? 5 minutes ago, Giray said: 'cannot use database... not assigned to a page' That means what it says. 😉 Every database must be placed on a page or most of the functionality won’t be available.
Giray Posted May 20, 2019 Posted May 20, 2019 3 minutes ago, opentype said: The “iOS” was auto correct I assume? Still not perfectly sure what you are reporting. You don’t see the option to chose the article template or you see it, but don’t see the option of choosing a SuperReviews template? That means what it says. 😉 Every database must be placed on a page or most of the functionality won’t be available. Hi. Yes, autocorrect error. Sorry. Do not see the dropdown at all. I see the other three but not the article template. Can't figure out how to place the database on a page. Have looked hard. Help welcome. Thanks for the prompt reply.
Giray Posted May 20, 2019 Posted May 20, 2019 Hi. Never mind. Figured it out. Had to drag the database onto the page. Got it. I'll continue and see if I manage with the rest. Thanks.
Chris027 Posted November 18, 2019 Posted November 18, 2019 Hi Ralf - How do we get the box with the product name and link to the product under review to appear at the bottom of the review text (like you have on your site)?
Chris027 Posted November 18, 2019 Posted November 18, 2019 Hi Ralf - Is this "xxxenlargeImage" from the SR templates / plugin or something that IPS needs to look at?
opentype Posted November 18, 2019 Author Posted November 18, 2019 17 minutes ago, Chris027 said: Hi Ralf - Is this "xxxenlargeImage" from the SR templates / plugin or something that IPS needs to look at? Seems to be some left-over debug code. You can safely delete the “xxx{lang="enlargeImage"}” from Pages -> Templates -> SuperReviews_RecordDisplay -> review
Chris027 Posted November 19, 2019 Posted November 19, 2019 Hi Ralf - Is it possible to put a search box above the categories on the main page with the database, similar to how your SuperDirectory works?
Chris027 Posted November 19, 2019 Posted November 19, 2019 Hi Ralf - I added the following to the category listing template. Is this how you recommend doing it? Is it even correct? <form class="ipsSpacer_top ipsSpacer_double" accept-charset='utf-8' action='/search/?do=quicksearch' method='post'> <input type="hidden" name="type" value="cms_records{$database->id}" checked> <input type='search' id='elSearchField' placeholder='{lang="search_placeholder"}' name='q' autocomplete='off'> <br><button class='ipsButton ipsButton_important SuDi_searchButton' type="submit">{lang="search_content"}</button> </form>
opentype Posted November 19, 2019 Author Posted November 19, 2019 (edited) As always: Support relates to bug fixes and the general use of the software (e.g. installation/settings and so on). But I cannot walk people through customizations. You are free to do them if you have the skills or hire me or others if you need external help. Edited November 19, 2019 by opentype
Chris027 Posted November 19, 2019 Posted November 19, 2019 OK. I'll just use the code above that I got from purchasing SuperDirectory.
Davyc Posted December 10, 2019 Posted December 10, 2019 @opentype Hi Ralf, a couple of things you can perhaps help me with. On the record page I'd like the uploaded cover image to stretch the full width of the screen, if this is possible. I'd also like to get rid of the sidebar in the record page, but keep it on the main listings page - see images below. Above - make that image the full width of the container. Above - remove the sidebar completely but keep it on the main listing page (image below) Apologies for oversimplifying this, but I wanted to be clear on what to lose on pages and what to keep on pages. Many thanks in advance for your help. 😊
opentype Posted December 10, 2019 Author Posted December 10, 2019 5 minutes ago, Davyc said: On the record page I'd like the uploaded cover image to stretch the full width of the screen Well, that would require significant changes to the template. You are free to try, but I can’t provide help for that. I'd also like to get rid of the sidebar in the record page, but keep it on the main listings page - see images below. Quick hack: Put this in the Pages template of your choice to suppress the sidebar just in certain views of a page. {{\IPS\Output::i()->sidebar = false;}}
Davyc Posted December 10, 2019 Posted December 10, 2019 @opentype Hi Ralf, many thanks for the sidebar code, that worked perfectly. With a little bit of CSS coding I managed to get the header image to go full width - image below: I had to experiment with the CSS so that the changes I made did not affect any other areas, but it's there. Thanks again - great app BTW.
Chris027 Posted December 10, 2019 Posted December 10, 2019 Hi Ralf - Question 1: Any idea why the Sort By function doesn't work if adjusted via the front end, but works when I adjust it in the database settings? Question 2: Any idea why the Sort By menu shows two items in bold when I select something like Price in the database settings?
opentype Posted December 10, 2019 Author Posted December 10, 2019 1 hour ago, Chris027 said: Hi Ralf - Question 1: Any idea why the Sort By function doesn't work if adjusted via the front end, but works when I adjust it in the database settings? Question 2: Any idea why the Sort By menu shows two items in bold when I select something like Price in the database settings? I can’t replicate any of that. Works fine if I test it on the demo page for example.
Chris027 Posted December 10, 2019 Posted December 10, 2019 15 minutes ago, opentype said: I can’t replicate any of that. Works fine if I test it on the demo page for example. I don't believe your sort works on the demo either. Unless I don't understand how highest rated is calculated.
Recommended Posts