ellimondo Thanks for the help.
The code you supplied was almost what I needed. It at least pointed me in the right direction. In the end I needed to list the galleries.
example below;
Thanks again for the help
ellimondo Thanks for the help.
The code you supplied was almost what I needed. It at least pointed me in the right direction. In the end I needed to list the galleries.
example below;
Thanks again for the help
Hi All,
With the blog app there is an option like perch_blog_custom so I can display the last 6 blogs on a rolling banner on the main page.
The question is;
Is there something similar for the Gallery App?
Cheers
This is now resolved.
Hi Mike,
Don't think it is anything to do with that.
Not all the tags have type="hidden in them"
I have managed to correct the issue by adding a "/" at then of the perch tag inside the ">". Also I have added name to the tags as well as the id.
Not sure which one corrected the issue but thanks for all the help.
Dennis
Good afternoon.
I think I am missing something silly here can anyone help.
I have used the template for facebook in the doc section on the site (https://docs.grabaperch.com/pe…book-and-twitter-sharing/) and not all the tags are populating on the web page. All the fields are appearing in the back office and are populated.
What am i missing / doing wrong?
Calling code
Output
Technical Details.
Cheers
I will mark this as resolved.
Many thanks again for your help.
Thanks for all you help Drew.
I have tracked the issue down to the fact that the path for the bucket was incorrect!
When I call the function perch_members_secure_download it does a check against the realpath. As these 2 paths were in fact incorrect it failed the test and dropped out.
I corrected the paths and the downloads are firing as expected.
Silly error one that I should have doubled checked first.
Think I have found the problem.
If you run the sql statement SELECT * FROM perch2_pages WHERE pagePath='/members/download.php' it is returning nothing.
Should it?
There are entries for '/members/reset.php', '/members/profile.php', '/members/index.php' etc.
Same as before.
Still get the same. No download just a blank page.
I have left the download as per the default. I didn't see the need to change it.
Hi Drew,
Yes I can download directly, I did think it may be an access issue.
Example URL : http://www.iksac.co.uk/members…riefing-outline-v-1.0.pdf
Dennis
Hi,
I have had several issues with the members app, but sorted most by removing the app and database entries and starting again.
The only issue I have is when I click on the link to download a file added in the back office the file is not being downloaded and I just get a black page.
I had an issue with the memcached php library but my hosting provider sorted this.
Files appear on this page and when you hover over the link it shows the following. http://www.iksac.co.uk/members…ad.php?file=/filename.pdf
If I put in a qualified link to the file directly the file will download.
The download.php is un-altered from the sample code given.
The debug message from the main page load
Output from the page that displays after clicking the download link
I am sure that this is something simple that I have missed any help will be appreciated.