Sumaira
Forum Replies Created
-
Forum: Everything else WordPress
In reply to: small problem with nicer archivesNope…its still giving errors.
If you go to:http://www.pghjezebel.com/narchives.php
and Click on any of the heading in the middle of the page (example: January 2005), it still produces an error.
Forum: Fixing WordPress
In reply to: show hide comments problem*blushes*
No more 16 hour work days for me….
That right there is a sign I need to go to sleep…
*sigh*
lolForum: Fixing WordPress
In reply to: Alt colors for comments not working in IE….*sigh* just noticed my comment numbers arent showing up either….
Forum: Fixing WordPress
In reply to: Comments arent formatting..I did try that at some point….and still couldnt get the results I wanted….I”ll default back to the previous code and take another crack at it.
Thanks!
(and stylable should be a word…lol)Forum: Fixing WordPress
In reply to: How to do a miniblog…Im trying to use the above code to create a miniblog on my site also, and when I was done, in the main area….my mini blog showed up as a post and where the mini blog was supposed to be in showed up saying there are no posts that match your criteria…..
Suggestions?
(Yes both places refelct the ID of my “miniblog”.)Forum: Requests and Feedback
In reply to: Link Category Output CustomizationYeah, Id be interested in a modded links.php too since Im running into similar probs..
Forum: Everything else WordPress
In reply to: Photo Gallery….@ 2fargon
http://dave.imarc.net/photos/miami/index.php?view=100-0085_IMG
Is an example of the layout/functionality ? of the thumbnails I want….but the script itself for that is too simple. I like the ability to create albums, and have thumbnails generated etc….
http://www.esfootwear.com/etc/gallery/de-la-denver/
Is also a great example…and they use Photostack..which Ive tried to install it and the furthest I have gotten was:
http://www.sumaira.net/gallery/index.php
And thats just the SAMPLE album giving me errors…lolForum: Everything else WordPress
In reply to: Photo Gallery….Pictorialis Im a bit confused about….since I already have WP installed, so install this over it? Or in a seperate directory?
IPap and Photostack…kept giving me errors, which I tried to fix through asking at forums but it didnt get far. (im not a PHP guru like some of you 🙂
Singapore gave me errors because PHP is running in Safe Mode on my server…….which sorta knocks out a few other scripts I looked into because non of them can run with safe mode enabled. And the hosting company wont shut it off.
Anymore suggestions?Forum: Fixing WordPress
In reply to: Separating link categoriesAnd as far as the links vs categories….I know the difference…it is simple to type the wrong thing when you are busy…..
I have Meyers book on CSS (along with several others…)…..PHP is unfamilar to me and Im just learning it, I post here when I’ve played with something quite a bit and still cant get the results I want. I dont post here to have someone tell that its not in my best interest for people to help me…so thanks for the help, from now on, I’ll refrain from posting.Forum: Plugins
In reply to: Number of posts in archives viewIm using
<?php wp_get_archives(‘type=monthly&show_post_count=true’); ?>
to show the posts after each month and it still doesnt seem to be working…….thoughts?Forum: Fixing WordPress
In reply to: Separating link categoriesSorry for the trouble..but I fixed it. Noticed I didnt have UL’s around my list…..that was why my css wasnt working…
Do have another question though…is there a way to bold the titles of the links lists?Forum: Fixing WordPress
In reply to: Separating link categoriesNo suggestions anyone?
*Pouts*
lol
Oh well.Forum: Fixing WordPress
In reply to: Separating link categoriesSorry.
http://www.sumaira.net/wordpress/index.php
Excuse the mess…..Forum: Fixing WordPress
In reply to: Separating link categoriesThis is the code I have controlling my blogroll…the display:none is set because I have it hiding and Im using a show/hide command to toggle it.
I tried adding the ul li and ul ul li but I still coudlnt get a space between my links categories.
#blogroll {
display: none;
}
#blogroll ul{
display: inline;
list-style: none;
padding: 0px;
}
#blogroll li{
padding-bottom: 5px;
list-style: none;
}Forum: Fixing WordPress
In reply to: Separating link categoriesIm having the same issue……mine are displaying inline, like i want them to, but without a break between the sections….