kayaker
Forum Replies Created
-
Forum: Everything else WordPress
In reply to: Planet WordPressIs there somewhere on the planet.wordpress.org page that lists a link to the RSS? Maybe there should be, unless I’m just not seeing it. π
Forum: Fixing WordPress
In reply to: A different/better bookmarks/links way!?!I forgot to mention that I commented out the “session_start();” line in ol’bookmarks/read/index.php. Otherwize I got an error.
Forum: Fixing WordPress
In reply to: Warning: mysql_affected_rows():I get this error:
Warning: mysql_affected_rows(): A link to the server could not be established in /path/to/WP/wp-includes/wp-db.php on line 134
I’m using 1.2 and just installed StatTraq. I think that is when the error showed up. I hate to point.
Any ideas?
Somewhat related Q: “If you find a solution to the problem you had, why not post it? “I fixed it.” Doesen’t help anyon else!Forum: Themes and Templates
In reply to: Page outside the WP framework with WP headerI have ended up moving the new pieces of the index.php file out of wp-includes in to the WP root, and calling them from a complete path name:
<?php include(‘/home/clark/www.mysitename.com/header.php’) ?>
<?php include(‘/home/clark/www.mysitename.com/tab2.inc’) ?>It works but I don’t know why the other didn’t. Any hints?
Forum: Fixing WordPress
In reply to: Category Tag options/paramaters/arrays…what?Same Q!
I switched to 1.2 mostly to get child categories, but my template doesn’t show them.
‘<li id=”categories”>Categories:
‘-
‘<?php list_cats(1, ”, ‘name’); ?>
‘‘ </li
so I want to use the full comand to get the chill’n displayed,b ut I don’t understand the parameter descriptions and use. i think I’m stuck on “categories”.
From http://wiki.wordpress.org/list_cats:
“A list of categories to be displayed. This should be in the form of an array.” What’s that form? …, ‘1,2,3’, … or …, (“1”, “2”, “3”), … or ???
A broader Q might touch on how to apply use of these:
<?php list_cats(optionall, ‘all’, ‘sort_column’, ‘sort_order’, ‘file’, list, optiondates, optioncount, hide_empty, use_desc_for_title, children, child_of, categories, recurse, ‘feed’, ‘feed_image’, ‘exclude’); ?>
The descriptions are not clear for me: e.g. the format for arrays, when you can leave ”?, do all parameters need to be included?
Any answers?Forum: Plugins
In reply to: Mailing List Integrationsharmaine,
You might look at http://www.Bloglines.com for that sevice. I use that to check all the blogs or RSS feeds that I want to watch.
ClarkForum: Plugins
In reply to: Thumbnails and Images wrapped in text.1.2 alpha 3/22/04 Nightly doesn’t seem to have the button for the file upload that my 1.01 has. I’ve ‘trued’ it in the upload options, but don’t see it in the write/edit and/or advanced screen.
I tried out Alex’s quicktags hack script. Very cool! I even got crazy and modified it.Whoa…
Thanks again for all the help and hacks!!Forum: Plugins
In reply to: Admin based CSS Style Manager hackFatal error: Call to undefined function: checked() in /home/htdocs/my/linux/box/wp-admin/chose_style.php on line 69
???Forum: Plugins
In reply to: image upload>thumbnail hack odher improvementsCold thread? I posted a new one to see if I could get some action…
http://wordpress.org/support/index.php?action=vthread&forum=10&topic=3196#post-1Forum: Themes and Templates
In reply to: “meta: File under line and Comments(x) on same liSweet!!
That floaters worked. Thanks for putting me on the right track. I did a search for “html float right” and found a great tutorial, that got me the right code to add.
Thanks!Forum: Themes and Templates
In reply to: “meta: File under line and Comments(x) on same liI thought so… I’m not stoked about tables, but tables in php? :$ Can it be done? If it was figured out we could post it and help everyone else out too.
Forum: Themes and Templates
In reply to: “meta: File under line and Comments(x) on same lihttp://www.clarkburbidge.com/IndexDotPhp.txt
I’d like to get:<h3 class=”storytitle” id=”post-<?php the_ID(); ?>”>” rel=”bookmark” title=”Permanent Link: <?php the_title(); ?>”><?php the_title(); ?></h3>
Left Justified, same font and color, on a screen wide underline with these:
<div class=”caticon”>
<?php category_images(‘|’, ‘gif’, ‘http://www.clarkburbidge.com/wordpress/wp-images/cat-img/’); ?>
</div>Right justified.
Also<div class=”meta”>Filed under: <?php the_category() ?> — <?php the_author() ?> @ <?php the_time() ?> <?php edit_post_link()?>;<?php link_pages(‘
Pages: ‘, ‘
‘, ‘number’); ?></div>Left justified, in it’s font and color on the same underline as:
<h4 class=”feedback”>
<?php link_pages(‘
Pages: ‘, ‘
‘, ‘number’); ?>
<?php comments_popup_link(‘Comments (0)’, ‘Comments (1)’, ‘Comments (%)’); ?>
</h4>Right justified.
Forum: Themes and Templates
In reply to: “meta: File under line and Comments(x) on same liSushubh: URI? I’ve seen that acronym floating around. I’m going to go find out what it means :). I’ll try to upload my index.php as text and post the link. Are there security concerns doing that?
Podz: That is almost what I want. I’m looking for the “filed under” and “comment” info to be on the same line like yours, but one right justified and the other left justified, both with different styles and both on that dotted line. I’ll take the code though. junkmail1 myrealbox com
http://www.clarkburbidge.com/wordpress/Forum: Plugins
In reply to: image upload>thumbnail hack odher improvementsAnyone still tracking this thread?
The file upload works fine, but and thumbnail creation or insertion into my posts is not. No errors or any indication that I installed (or tried to) the hack. The only way I know I did something is that the image upload works, where before the hack, it did not.
I went to Migon’s site and was impressed by the nested thumbnail graphics and am assuming that this hack does this very thing. Upload graphics, thumbnails them, inserts them into post text, and allows for thumbnail linked full image pop ups.
I’ve been snooping and found a “require once” call to b2header.php. Am I supposed to have this file? (yes, obviously) If so where should have it come from, and where do I get it?Forum: Fixing WordPress
In reply to: Skin ChangeOK Then! That worked. Thanks for the tip. I had ignored that route because I hadn’t wanted users to be able to change the skin, but given no options they canβt. (Control Freak!)