Mark Orie
Forum Replies Created
-
Forum: Plugins
In reply to: [ecampaign] [ecampaign] multilingual useJohn, I will work on the suggestions, for now I will start with a bi-lingual mail I guess.
It will be a while before I can crack my head about this one.
Forum: Plugins
In reply to: [DB view] no managementJohn,
You did a poor job at not alarming me, and I thank you for it 🙂 Setting the public checkbox solved it. I did indeed see everything because of my administrator status. A warning might be in order.
My first instinct would be to set the default for “Public” to checked. In my case, I generate a view because I want to show something, and I only put it on a page once it does show what I like. I do not know whether there would be a way to call a view which has not been officially published (i.e. put on a post/page with a shortcode), that would change things
Forum: Plugins
In reply to: [dbview] [Plugin: dbview] [db view] displaying of imagesfor those who have not seen John’s other plugins: I use eCampaign and DB view together.
Forum: Plugins
In reply to: [dbview] [Plugin: dbview] [db view] displaying of imagesit is. Should have posted that here too. No problems whatsoever anymore. Just two awesome plugins. Thanx!
Forum: Plugins
In reply to: [DB view] no managementYou were right: I checked for activation but did not de- and reactivate before. It seems to have solved all problems at once.
The update also solved the problem with the link in the other thread
Sorry to have caused this small scare. Great!
Forum: Plugins
In reply to: [dbview] [Plugin: dbview] [db view] displaying of imagesAfter a little pause I tried to fix it, but the upgrade posed some major problems. I’ve started a new thread for that on http://wordpress.org/support/topic/db-view-no-management?replies=2
Forum: Plugins
In reply to: [DB view] no managementI suspect “Public flag added to each view.”in the changelog has something to do with this. I upgraded from 0.3.2.
Can I set this flag in the database manually? Or is there more to it?
Forum: Plugins
In reply to: [dbview] [Plugin: dbview] [db view] displaying of imagesSorry for the dirty hacks, inexperienced makes for the odd interesting solution. Did it to avoid the extra column (since I have to combine site URL and LogoURL in one cell)
I tried this with 0.3.0. it didn’t work. I tried the same snippet before, but that didn’t work either.
Slight problem at the moment: I upgraded to 0.3.1, but the listview seems to have stopped working, so i can not see wether the upgrade improved things. will try with just the “load”function tomorrow. Some sleep would be in order at this moment, I think.
Forum: Plugins
In reply to: [dbview] [Plugin: dbview] [db view] displaying of imagesyep, that works just fine.
Tried one more thing, but that didn’t work. Can’t seem to figure out why not:
SELECT CONCAT('<a href="', f.deelnemendeorganisatieurl, '" target="_blank"><IMG SRC="', f.deelnemendeorganisatielogourl, '" width=100 /></a>') AS LogoGives me the desired HTML, but as text. Adding a snippet
$a= html_entity_decode($row['Logo']); return($a);which should do something (even if it is not the right thing 🙂 offers no change
Forum: Plugins
In reply to: [dbview] [Plugin: dbview] [db view] displaying of imagesI made that user (read co-administrator with no coding skills whatsoever
should be
I made that user (read co-administrator with no coding skills whatsoever)-friendly
Forum: Plugins
In reply to: [dbview] [Plugin: dbview] [db view] displaying of imagesI used to do them by hand. Those are stored in the media library.
Then I wanted to automate things, especially the count (before, I had to update the count manually on every subscription. It seemed like a good plan to store everything I needed in a table. I made that user (read co-administrator with no coding skills whatsoever) by making a Form manager form containing 3 fields: organisation, status (active= active participant/passive=available for projects but not yet involved in any) and logo. The fields are respectively text field, dropdown list and file upload. the logo is stored in the database as a blob.
I now realise it will be much easier to just add the logo’s to the media library and store the hyperlinks to them in the database. I might even be able to use a PHP snippet to transform the url into an img tag pointing to the same file using just the snippet you proposed or even only the last line of that. Adding the url seems easier than trying to identify the right logo in a query, especially since I need the extra table to read the status anyway.
Forum: Plugins
In reply to: [eCampaign] experience and thoughtshad one more question, but since it relates to DB View alone, I opened a new topic on
hereForum: Plugins
In reply to: [eCampaign] experience and thoughtsJust learned SQL today to do this, so I was rather glad it worked at all :-). Your solution seems elegant.
Forum: Plugins
In reply to: [eCampaign] experience and thoughtsUpdate fixed it! Everything works brilliantly, and not a moment to soon, since the rate of signing is growing dramatically
Forum: Plugins
In reply to: [eCampaign] experience and thoughtsoh, and strike the
AND m.meta_value= 0
I do not know what I was thinking there 🙂