sp4448
Forum Replies Created
-
Thank you so much for your help. It seems the problem was with the URL linking to the second page.
It needed both upper and lower case, not the same for both ID.
Now that I have that sorted, is it possible to remove the table header/footer on the single record page?
Is it possible to send it privately?
Thank you for your help. Unfortunately that does not work regardless of case. I’ve tried it both upper and lower.
I get ‘No records to display’.
Also, when I altered the URL to point to the single record using only lowercase, it didn’t work. The URL only works when the case matches the column headings of the table.
Thank you. I followed your instructions and it was successful however it did not restore the hyperlinks. How do I get those back?
Yes, I opted to go with Adsense integration. So far the error has occurred once since.
Thank you for your suggestions.
My domain is accessible from https, http and without either.
When you say static ads.txt do you mean an actual file uploaded to the website? If yes, I had one prior to using Ads Manager and it’s still there.
Are you suggesting I unlink adsense from Ads Manager and only go through adsense itself?
Forum: Plugins
In reply to: [Code Manager] Publication search form – Wildcard possible?I’ve resent to both
Forum: Plugins
In reply to: [Code Manager] Publication search form – Wildcard possible?I’ve just sent it again, please let me know if it doesn’t come through.
Forum: Plugins
In reply to: [Code Manager] Publication search form – Wildcard possible?Thanks! Message sent through contact form.
Forum: Plugins
In reply to: [Code Manager] Publication search form – Wildcard possible?Thanks! Unfortunately it didn’t work. It brings up the whole table as the result, which is an improvement to bringing up no results, but still not the hoped for result.
Forum: Plugins
In reply to: [Code Manager] Publication search form – Wildcard possible?Thanks Peter. I was hoping there was a way to make a wildcard search the default without the user having to use %.
Forum: Plugins
In reply to: [Contact Form 7] Error sending message when email has numbersIs it possible to send the link privately?
All column names are uppercase and match exactly. They appear without a macro but won’t appear if using a macro.
They’re all in the same table
Thank you Peter! You’ve been incredibly helpful and patient.
I was able to make it work with blank fields. It hid the field when blank, and didn’t hide it when not blank.
On its own it works perfectly.
However I was trying to include it as part of a paragraph and it won’t work then.
This works:
#macro if "$$FILENAME$$" != "" <img src=$$FILENAME$$> #macro end ifThis doesn’t work:
Other $$FIELD$$ #macro if "$$FILENAME$$" != "" <img src=$$FILENAME$$> #macro end if More $$FIELDS$$Is the latter possible?