elmsblog
Forum Replies Created
-
Forum: Plugins
In reply to: Survery file hack?The problem is that this is in the admin side of the plug in, not on the public side. ?? Currently the text box is 1 row and probably 30 colums wide.
Is it somewhere else??
Forum: Themes and Templates
In reply to: IE, Firefox, Lists and CSSForum: Plugins
In reply to: Recommended Photo Plugin?Wow! I took all day downloading and installing almost every photo plugin listed in the codex. Is that bad for my db?? Uh, anyway, there wasn’t one, NOT ONE plugin that really did what I was looking for!
Calling Alex King! Alex!!
I wish I knew how to make these plugin thingys. All I want-
?1 directory of images per post.
?Enter captions for each photo.
?Choose 1 thumb to be a ‘preview’ on the front page.
?Show thumbs and descriptions on the post, and click any to see larger size WITH ‘next’ and ‘prev’ buttons (slideshow).Uh, basically, I’m just looking for Alex’s plugin, or instructions for editing the ‘edit.php’ page so I can add the directory to each post (I lost the readme).
Forum: Themes and Templates
In reply to: Displaying Children When Viewing 1 ChildYou’re a genius. I’m trying think inside the query, and you thought outside the box. Good job and 1,000 ‘Thank You’s.
Forum: Themes and Templates
In reply to: Displaying Children When Viewing 1 ChildOh so close! This code is going in my sidebar, and if I’m not viewing a page or sub-page, then it should not display anything. When viewing my homepage or any regular post, it is showing the post’s title. *I need to add a ‘ul’ tag to format the wp_list_pages, but I’ll get to that.
https://www.tuesdaytourney.com (look in the top of the sidebar). Click on the ‘about’ page at the top of the window and you’ll see my subpages.
Thanks for your help ya’ll! I’m studying the code as we work through this so I can figure out how it all works. This stuff is so cool.
Forum: Themes and Templates
In reply to: Displaying Children When Viewing 1 ChildPERFECT!
I’m not a coder, so 1 last question. If the page is a parent OR a child, then I want to show the parent’s page title in my menu above the listed subpages.
I tried a ton of if statments and just guessed over and over, but couldn’t figure it out. Anyone know this one?
Forum: Plugins
In reply to: Contact Form ][ Version 2.0.12 questionI’m not a coder at all… but could you flip/flop the check box and message box?? Not really fixing the problem, just trying to avoid it.
I use that form too, but I’m on a Mac and don’t use the ‘send copy’ feature anyway.
Forum: Plugins
In reply to: Can anyone recommend a good stats plugin for WordPressfirestats is great- simple but gives you exactly what you asked for.
Forum: Installing WordPress
In reply to: Parent Child Relationship- quick menu ??HELLO??? ANYONE???
Damn, I’ve not gotten 1 reply to my last 4 or 5 posts (over the past few months). Does no one actually come here anymore, or are my questions just too basic or too complicated. I’m just confused.
I’ve searched the forums and the codex and I’m not able to find the answers to several questions, or the answers I HAVE found are for older versions of WP.
Hopefully this will catch someone’s attention. Even a reply at this point of “Give me a few days to look into it” would be better than silence.
Don’t want to sound upset, just sayin’.
Thanks.
Forum: Fixing WordPress
In reply to: How to crate a table within a postJust another thank you for this! I disabled the ‘rich editor’ checkbox in the options>writing section, but that didn’t work. Glad I found this thread!
Forum: Plugins
In reply to: ‘wp-since last visit’ plugin working with WP2?Just another vote here to have this plugin resurrected.
I followed the tamba links above and edited my header file and get the following error(s): [sorry, it’s long]
Warning: main(../../header.php): failed to open stream: No such file or directory in /home/content/p/t/u/ptuttle/html/wp-content/plugins/wp-last-visit.php on line 62
Warning: main(../../header.php): failed to open stream: No such file or directory in /home/content/p/t/u/ptuttle/html/wp-content/plugins/wp-last-visit.php on line 62
Warning: main(): Failed opening '../../header.php' for inclusion (include_path='.:/usr/local/lib/php') in /home/content/p/t/u/ptuttle/html/wp-content/plugins/wp-last-visit.php on line 62
Warning: Cannot modify header information - headers already sent by (output started at /home/content/p/t/u/ptuttle/html/wp-content/themes/newblog/header.php:5) in /home/content/p/t/u/ptuttle/html/wp-content/plugins/wp-last-visit.php on line 63
// var slvIndicator = 'New'; var slvIndicator = 'New'; function slvBanner() { var posts = slvGetCookie('wplastvisit_posts'); var comments = slvGetCookie('wplastvisit_comments'); if (posts == null || comments == null) { return false; } var banner = ''; if (posts == 1) { banner += posts + ' new post and '; } else { banner += posts + ' new posts and '; } if (comments == 1) { banner += comments + ' new comment since your last visit.'; } else { banner += comments + ' new comments since your last visit.'; } document.write(banner); } function slvShowNewIndicator(date) { if (parseInt(date) > parseInt(slvGetCookie('wplastvisit'))) { document.write(slvIndicator); } } function slvGetCookie(name) { /** * Read the JavaScript cookies tutorial at: * https://www.netspade.com/articles/javascript/cookies.xml */ var dc = document.cookie; var prefix = name + "="; var begin = dc.indexOf("; " + prefix); if (begin == -1) { begin = dc.indexOf(prefix); if (begin != 0) return null; } else { begin += 2; } var end = document.cookie.indexOf(";", begin); if (end == -1) { end = dc.length; } return unescape(dc.substring(begin + prefix.length, end)); }Forum: Fixing WordPress
In reply to: quick htaccess questionis there any way then to know when or how often this guy gets redirected?
Forum: Fixing WordPress
In reply to: quick htaccess questionyeah, sorry. guess it just shows my noobieness. ?? if the ip address: xxx.xxx.xxx.xxx visits my site, I’d like it to redirect them to a specific page. Is that more of a PHP thing maybe?
I appreciate the help.
Forum: Plugins
In reply to: Basic PHP function questionthat would be cool. anyone familiar or know another technique??
Thanks!
Forum: Plugins
In reply to: AOL status & Spam Karma plugin questions[update]- Got AOL working. Thanks to Cal!!! Curious about SK though.