MBAngel
Forum Replies Created
-
Just to update the thread, we moved to a linux based server. Nextgen is the best plugin out there for everything I want to do with it. Thanks so much for the great work.
wow, thank you for the hints guys! I’ll try these couple things. I appreciate answers very much!
The thing that gets me is that all other plugins I’ve attempted to install have gone in smoothly, both for image gallery plugins and plugins that have nothing to do with images. I still like nextgen’s features better than any other plugin I’ve found so far, so I’d really rather use it.
Forum: Plugins
In reply to: [Events Made Easy] eme book specific seats at an event?Yeah, I tried working with this concept and it’d be great if I just had randomly assigned tables. I’m hoping to let a user choose a specific table from a seating plan. I like, “I want to rent table A1”, and they choose that and no one else can rent table A1.
Ok, yes, I did set something up wrong. I typoed the email address. After checking everything for the 1,000,001th time, I saw it. Hope this helps someone else.
Ok, final update.. I found that removing the float left messed up the style in ie and ff.. So, I specified the width for the same rule and that worked. and yeah, I don’t use that theme company any more..
oh hey awesome Franky.. I didn’t know chrome could do that.. I don’t see the errors in firebug… I’ll look for how to tell in chrome. and thanks for the css clue!
and thanks for getting me logged into your forum!No, the email I have in my inbox is from you approving me about a month ago, but I answered my own question before you got me approved so I didn’t log in at the time.. anyway.. thanks again for the quick approval!
Thank you for the reply, I coulnd’t find the forums.. I will post there.
k, I can’t post there. I have an email that says I have an account and may now log in, but when I try it says “user does not exist”
Actually, I tracked this down to whether or not your profile is a public page or a personal profile, lol.
Ok, to update… I’ve found if I add one instruction, hit save, and add another, it seems to be saving them…
That seems to put it in this javascript code…
<script type="text/javascript"> jQuery("button.instructionDelete").live('click', function() { if (jQuery("table#instructions tr").length <= 2) { alert("At least one instruction is needed!"); } else { // alert("Deleted :)"); jQuery(this).parent().parent().addClass("delete"); jQuery(this).parent().parent().fadeOut('20000', function(){ jQuery(this).find("input").val(""); }); } return false; }); jQuery("button#instructionAdd").live('click', function() { var instrLastID = parseInt(jQuery("table#instructions tr").last().attr("id").replace("instruction-", "")); var instrLastNo = parseInt(jQuery("table#instructions tr").last().find("td.colInstrItem").text()); var instrNewID = parseInt(instrLastID+1); var newRow = '\ <tr id="instruction-' + instrNewID + '">\ <td class="colInstrItem">' + parseInt(instrLastNo+1) + '</td>\ <td class="colInstrTitle">\ <input type="text" class="instrTitle" name="_my_meta[recipeInstruction][' + instrNewID + '][title]" value="">\ </td>\ <td class="colInstrActions">\ <button class="instructionDelete">X</button>\ </td>\ </tr>\ '; // alert(newRow) // alert("last ingredient id: " + instrLastID + "\nnew ingredient id: " + instrNewID) jQuery("table#instructions tbody").append(newRow); return false; }) </script>
This seems to be an abandoned project. no one is answering any forum posts about it, there’s no way to contact the author, and it’s buggy. I’m willing to pay to have this fixed to fit me needs…
Forum: Plugins
In reply to: [WP Recipes] [Plugin: WP Recipes] Recipes not displaying – Fatal ErrorI went to the template page I had to copy into my theme – single-recipies.php and on line 30 I deleted this code
<?php the_post_thumbnail(); ?>I’m not seeing any other isses at this time tho, so I’m not editing the other one yet.
Hiya Backie, before you go adding that to your plugin –
line 627 has an error it should be typed like this –
function wpsqt_main_db_upgrade()Also, the link in the email goes to an admin page, so we need a public page to display that info (and while we’re at it, a way to display all tests the user has taken so they can see all results). The email doesn’t come from me, it comes from WPSQT Bot – subject line – WPSQT Notification.
Or we need to include the results, so they don’t need to click, but I’d still love that feature where they can see all their own tests.
(I’m not complaining, I just didn’t want you to package it and have complaints.)
Thinking out loud here….
I’ll bet a quick look at the admin page code will help me code it. I realize you too work for a living and have a busy life (but my client would be extremely happy with you for helping – reference above noted tip offer), and your tool is THE VERY BEST QUIZ AND SURVEY PLUGIN FOR WORDPRESS (in caps so ppl see it, hehehe), and comes the closest to what I need in this kind of plugin. I’m sure everyone wants their own special tweak, but I have seen on a few message boards that this email feature is desired. My idea is to look at your current listing page for the admin, and alter it so it only calls the info for the logged in user for each test when you click results. This quiz data goes into the db right? so, I should be able to pry out the info I want with the right sql?
My thought was to include code on the quiz takers review.php page to add a form at the bottom (of course, selfish wench that I am, I only consider MY needs – you’d probably consider it from a different view). Simply (there’s that word… “just” – like Maaaagic!) add a form field for an extra email address, a hidden field for the wordpress email address, a field to hold all the content that is generated by the php code, and a button for them to hit send. Oh yeah, from name and email hidden fields too, generated from the built in config options.
Anyway, you probably have a better idea of where to put this, I thought your solution was elegant. You’ve probably got some slick functions section you could slide this into.
OMG!!! ty so very much. Let me know where I can send a tip for this. I’ll have a look at what you’ve done, and I do so appreciate it!!