wbdesigner
Forum Replies Created
-
Forum: Plugins
In reply to: [Mingle Forum] Mingle Forum plugin returning a Warning messageGreat! any chance you know where the admin email is generated from in mingle forum. I have set up a daily digest newsletter by cobbling together plugins “email to post” and “mailpoet” I want the email that mingle forum sends out to the adim to go to the “email to post” email address but I can’t seem to find it in the php edits.
Forum: Plugins
In reply to: [Add Posts to Pages] Does not filter post category slugThanks decorajen that worked great! just clear the formatting with the eraser and it works!
and then adjusted it to select posts with a particular tab and it didn’t display anything.
I then cleared the formatting using the eraser icon and it seems to work now. I don’t know what the formatting does but it wasn’t handing over the args.Forum: Plugins
In reply to: [Mingle Forum] Mingle Forum plugin returning a Warning messagethis is from my working mingle forum
function get_paged_threadlink($id, $postid = ''){ global $wpdb; $wpdb->query("SELECT * FROM {$this->t_posts} WHERE parent_id = {$id}"); $num = ceil($wpdb->num_rows / $this->options['forum_posts_per_page']) - 1; if($num < 0) $num = 0; if($this->options['forum_use_seo_friendly_urls']) { $group = $this->get_seo_friendly_title($this->get_groupname($this->get_parent_id(FORUM, $this->get_parent_id(THREAD, $id)))."-group".$this->get_parent_id(FORUM, $this->get_parent_id(THREAD, $id))); $forum = $this->get_seo_friendly_title($this->get_forumname($this->get_parent_id(THREAD, $id))."-forum".$this->get_parent_id(THREAD, $id)); $thread = $this->get_seo_friendly_title($this->get_subject($id)."-thread".$id); return rtrim($this->home_url, '/').'/'.$group.'/'.$forum.'/'.$thread.".".$num.$postid; } else return $this->thread_link.$id.".".$num.$postid; }
Forum: Plugins
In reply to: [Tabs Shortcode] Link to tab?I have the same question. I just want to use the tab (which by the way I just love your plugin) like a menu on a page so that you click on the menu (tab) and it opens in the same page. As I say it maybe that just asking to much.. I’m not sure what you would call it but it would be like a Iframe in the page.. HHHum I’ll have to think about this.
Forum: Plugins
In reply to: [WP Store Locator] problem with Firefox 30.0Ok I fixed it by going and changing the DB Thumb_ID to one that I knew was correct. I discovered the correct ID by correcting 1 in the program. Not sure how that all happened but it’s fixed.
Forum: Plugins
In reply to: [WP Store Locator] problem with Firefox 30.0that’s the problem. I just changed the thumb on one of the stores and it works for that one. all of the thumbs are the same gif. where should I put it so that the locator will find it?
By the way this is the coolest plugin! I just love it!
Forum: Plugins
In reply to: [WP Store Locator] problem with Firefox 30.0Yes it happens on all themes.
I see the problem it’s looking for the thumbnail
<img class=”wpsl-store-thumb” src=”https://wp.aibdca.org/wp-content/uploads/AIBDGraphics/aibd4.gif” width=”48″ height=”48″ alt=”Jamie Young Above & Beyond Building Design”>I checked and the thumb image is right there and it’s the right name.
Forum: Plugins
In reply to: [Email Users] Can I see sent emails?OHHH got it! that would be neat if you could use that as the default email body and then alter it.
I also am trying MailPoet which is for newsletters and their emails somehow don’t get spammed. not sure what they do different.
I look forward to using your Plugin thanks.
Patti
Forum: Plugins
In reply to: [Email Users] Can I see sent emails?On the email coming from wordpress problem I solved it on my end by removing the bounce email address from the setup.
How do make the default notification body that I setup in the setting show up when I send the email?
Forum: Plugins
In reply to: [Email Users] Can I see sent emails?Wow thanks for the quick reply!
Maybe you could add this to a wish list? what I’m afraid of is that 2 people might send the same content. or that I won’t remember if I sent an email to a certain group.
Other than that this seems like a perfect email plugin.
Thanks
Forum: Plugins
In reply to: [WP Store Locator] CSV upload?seems to work great! just what I was looking for. It would be worth the premium to be able to just upload a CSV file.
Forum: Plugins
In reply to: [Plugin: The Events Calendar] Date picker failureI fixed mine. I removed the sidebar from the events catagory and it works now.
Forum: Plugins
In reply to: [The Events Calendar] [Plugin: The Events Calendar] Calendar view is jumbledI fixed it. I removed the sidebar from the events catagory and it works now.
Forum: Plugins
In reply to: [The Events Calendar] [Plugin: The Events Calendar] Broken and UnsupportedI fixed mine. I removed the sidebar from the events catagory and it works now.
Forum: Plugins
In reply to: [The Events Calendar] [Plugin: The Events Calendar] Broken and UnsupportedI agree. I looked around for another calendar and couldn’t find one that I liked as well as this one.
but I need to fix the month view. it won’t move off the current month.
It used to work great. I think it stopped working when I upgraded to WP 3.0.4 and upgraded my atahualpa theme. the theme seems to use the pretty URLs even though I check the box not to use them. I don’t know if that’s what’s messing it up, but I’m out of things to try.