oooorgle
Forum Replies Created
-
Forum: Plugins
In reply to: [Quotes llama] Quotation Marks With BarHi bfgoncalves,
Of course, before trying any solution please create a backup of your database. Another thing to try is to deactivate or even delete and re-install the plugin… there are options and other settings that may need to be initialized.
–Manually scrub backslash–
1. Export the quotes as .csv via the import/export tab.
2. Open the export file in notepad or other text editor and do a replace\"with".
3. Remove the original quotes either manually or via a database query in phpMyAdmin. Removing the table is also OK. The plugin will create it again.
4. Import the edited quotes via the import/export tab.Let me know how this helps, or not?
Forum: Plugins
In reply to: [Quotes llama] global css problemHi efishinsea, thanks for the heads-up on that… it will be removed in the next update.
Forum: Plugins
In reply to: [Quotes llama] Import from Quotes Collection PluginAny luck getting the quotes sorted out?
Great to hear that’s what it was. The donate link is a PayPal link. Click the donate icon and it will take you to the PayPal page. https://oooorgle.com/plugins/wp/quotes-llama/
Also the plugin could certainly be boosted in the community by a positive review 😉 Glad you enjoy it and thanks for the support!
The MySQL error is returning on a failure to insert a record to the table. The “Import failed. Please try again.” error is also on a failure to insert records to the table. Could possibly be rights related. If upgrading from version 0.7 or older, it needs to create new fields within the database table. Verify the table has these 3 new fields (“title_name”, “source_icon”, and “author_icon”).
This is my first thought about it and will get back to you when I have more ideas of what to try. Let me know.
Forum: Plugins
In reply to: [Quotes llama] Import from Quotes Collection PluginHi Blurazor,
I am unfamiliar with the format of the Quotes Collection quote file. This type of integration is not something the Quotes Llama plugin is intended to provide. However, it shouldn’t be too difficult if you are familiar with spreadsheet applications like Microsoft Excel or Open Office’s Calc which is free if you don’t have one.The idea being for example and something along the line of:
1.. import both files data into separate sheets.
2.. Figure out how to map the data (likely the VLookup function) into a third sheet.
3.. Export third sheet into importable quote file format such as .csv.I’ve not tried these solutions and don’t know exactly how to do it myself without spending time researching and refreshing my VLookUp skills.
https://superuser.com/questions/781528/excel-take-two-csv-files-and-map-them
https://stackoverflow.com/questions/40572884/excel-combining-two-csv-files-into-one-with-a-common-columnDo try to figure it out yourself and if you cannot, provide a link where I can grab a copy of both the quotes files and I’ll give it a shot. Let me know.
Forum: Plugins
In reply to: [Quotes llama] Question about extra column TitleForgot to close this topic.
Forum: Plugins
In reply to: [Quotes llama] Question about extra column TitleSweet! 😁
Forum: Plugins
In reply to: [Quotes llama] Question about extra column Title1.3.0 uploaded… let me know what havoc I’ve created 😉
Forum: Plugins
In reply to: [Quotes llama] Question about extra column TitleI think I have this worked out… just doing some other things before making an update. Going to add a dash-icons set for the default author and source displays. Perhaps extend it so it can be selected per individual quote too, eventually. Anyways, I wanted to let you know. Cheers!
Forum: Plugins
In reply to: [Quotes llama] Question about extra column TitleThanks for that clarification.
Uploaded version 1.2.0. Let me know how it works.Forum: Plugins
In reply to: [Quotes llama] Question about extra column TitleQuestion… When displaying the authors title in the page list of authors, should it be formatted differently and how? Just doesn’t seem to look right having it the same case. (Franken, Professor Dr. Lea)
Perhaps: sup or italic.
author list:
Franken, <sup>Professor Dr.</sup> Lea
author display:
<i>Professor Dr.</i> Lea Franken- This reply was modified 3 years, 8 months ago by oooorgle.
Forum: Plugins
In reply to: [Quotes llama] Question about extra column TitleI will give that some thought and get back to you. Thanks!
Forum: Plugins
In reply to: [Quotes llama] Possibilty to use HTML tags in Quotes and SourceYou are welcome! No worries about the xss. We will see how it fares. Thanks for the great ideas, it’s a good addition to the plugin and I’m happy to have been able to provide it. Take care.
Forum: Plugins
In reply to: [Quotes llama] Possibilty to use HTML tags in Quotes and Source= Version 1.1.2 = Changelog notes.
* **Add** Include a set of text html formatting tags for the quote and source fields. (suggested by: gendji)
* **Add** Check html formatting for closing tags so to not bleed out onto other content.
* **Add** Include links created using the html ‘a’ tag for the quote and source fields. (suggested by: gendji)
* **Fix** Make_Clickable is opening links in the same window. Set target element to “_blank”.
* **Fix** Bulk delete not showing count of quotes deleted.
* **Change** “Display http” option text changed to differentiate between “text link” and “href link”.Plug this into the quote field to example the changes in this update.
This is a text link: https://oooorgle.com which will display its protocol if enabled in the options. It will always show its top level domain. This is a html link: <a href="https://oooorgle.com" target="_blank">oooorgle</a> which will display just the text given. This sentence has br <br>in it, as well as enter in it. <b>bold</b> <del>del</del> <em>emphasized</em> <i>italic</i> <mark>mark</mark> <small>small</small> <strong>strong</strong> <sub>sub</sub> <sup>sup</sup> <u>underline</u> The below sentence is missing all closing tags for the examples above. <i>AND<u> NOW<em> THE<b> BIG<mark> MOMENT<small> WE'VE<strong> ALL<sub> BEEN<del> WAITING<sup> FOR.Let me know how it’s working!