LostInNetwork
Forum Replies Created
-
Forum: Plugins
In reply to: Made a loginformIt just needs a dynamic dashboard/site selector, that lets one to switch from blog to admin dashboard and back. With that feature (and OpenID support) added, it would be perfect.
Forum: Plugins
In reply to: ToDo plugin released!It works now.
No, I did not fight for eleven hours with it 😉 – I have to sleep, too. All the fixes were simple and easy.
A few thoughts:
Excellent! It is multiuser friendly, and has dual sort keys and all! I like this plug-in very much. Editing tasks could be a little bit easier, though. More on that later. I’ll do some testing now 🙂
——-
My further feature requests and such comments go to the comments here: http://www.dustyant.com/posts/todo-plugin-for-wordpress.htmlForum: Plugins
In reply to: localhost goes onlinec:\i386 is a place for install/recovery files. It’s not a part of the operating system file structure. Like Pravin told, the hosts file is somewhere under c:\windows.
If you edit hosts and disable dhcp, your computer will BE whs59.net. You should also note, that if you use http: in the urls then http will be used for connections and you do need a webserver.
It might be a good habit to replace “http://whs59.net” with “$WEBSERVERROOT” or something. Then your system can be ported to other domains, and you could easily make it “file://path/” for local use and testing.
Forum: Plugins
In reply to: ToDo plugin released!The widget is now ok, but I still can’t see the todo-list on my static page. Do I need to add/do anything besides including this:
…
< ? php the_title(); ? >< ? php pravin_get_todo(); ? >
< div class=”entrytext” >
< ? php the_content(‘<p class=”serif”>Read the rest of this page »</p>’); ? >
< / div >
…(some extra spaces have been added here, to make the markup visible)
Forum: Plugins
In reply to: ToDo plugin released!I just did not understand why the todo-list didn’t display on the page. It was just a wild guess (I’m no php coder), that “something must be missing”. It’s clear now. I had the function name wrong.
Forum: Plugins
In reply to: ToDo plugin released!The widget works, though.
(but it has no header so it looks a bit strange)
Forum: Plugins
In reply to: ToDo plugin released!Codex: Example: add_action(‘publish_post’, array(’emailer’, ‘send’));
Shouldn’t there be something like this at the end of the plugin, or am I doing something wrong?
Forum: Plugins
In reply to: ToDo plugin released!I installed the plugin and created a page template containing the < ? php pravin_todo(); ? >
Result:
Fatal error: Call to undefined function: pravin_todo()
Forum: Plugins
In reply to: localhost goes onlineYou could rename your computer (127.0.0.1) to whs59.net in the hosts file. Also, make sure that your laptop does not change its name automatically using dhcp when you test your site locally.
Forum: Themes and Templates
In reply to: Themes menu lists a recursive subpage and an “” subpage!This helps:
functions.php:
if($wpdb->get_results(“SELECT * FROM $wpdb->posts WHERE post_parent = ‘$parent_id’ && post_type=’page’“))
Forum: Plugins
In reply to: php-script on static page?Thanks.
I somehow missed the instructions to choose the page template in the create page dialog.
Once I understood that I don’t need to edit the header.php or anything, but just create a template php-file in the theme directory and choose the template in the editor, the problem was solved.
Forum: Themes and Templates
In reply to: Themes menu lists a recursive subpage and an “” subpage!When a page has an attachment, the SELECT * FROM statement returns true, and the Subpages header is displayed. wp_list_pages does not list attachments, though. –> Header and empty row.
This is a bug. Page type = attachment should be excluded.
Better yet, include ONLY 1) pages, 2) that are published. Can I see an incompatibility with WP2.1 here in the present code?
The other problem, subpage being subpage of itself, is not yet resolved.
Forum: Plugins
In reply to: Democracy 2… or maybe you should start by just removing the entire display:none row from your themes css and see what happens.
Forum: Plugins
In reply to: Democracy 2Well… #leftside label, #extras label{display:none;}
So, if your Democracy 2 widget is located in the #leftside part of your two column (?) sidebar, then it has: label {display:none}. The same applies to labels in the #extras. Look at the source code to see what parts of code (what divs) these affect.
Maybe you should add:
#leftside .democracy label{display:inline;}
and allow (just) poll labels to be displayed on #leftside?The democracy style.css actually contains a:
.democracy label {
float: none;
display: inline;
}I don’t know which one comes first, “.democracy label” or “#leftside label”. Maybe someone a bit more experienced with CSS can say something about presedence, but I guess that making the Democracys css more accurate (by adding #leftside or by adding the important-tag) might help.
Forum: Plugins
In reply to: EventCalendar3 – a question for the php prosGet 2.1.1 here: http://wpcal.firetree.net/
If the new version doesn’t solve your problem, then subscribe to the email list…