bcreighton
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: WordPress 2.6 ProblemsYeah, my photo button disappeared too – to fix it I installed the advanced tinymce plugin – added it back and then some.
Forum: Fixing WordPress
In reply to: Admin comment notificationsAre you the master admin? Hmm, perhaps I should rephrase the question, do all admins receive comment notifications with 2.5+?
It used to be only the main WP admin that you define in your options settings.
Forum: Plugins
In reply to: [Plugin: NextGEN Gallery] How to get gallery titles to show?There could be some logic worked in that says “if this is a page = no title), otherwise show title. Having to change the code with every update is a pain. As of right now, I have to change the little pagination arrows with each update because they don’t work on a Mac.
Forum: Plugins
In reply to: [Plugin: NextGEN Gallery] How to get gallery titles to show?Alex Rabe – could we get this implemented in future versions of the plugin? It seems like a pretty common request.
~thanks! ??
Forum: Fixing WordPress
In reply to: [Plugin: NextGEN Gallery] Tag for single pictureI’m curious about this too. I started tagging my photos in hopes of creating a tag list or a tag cloud. However, I’ve only found directions on how to pull specific tags…
Oh, I did this once! I followed these directions and used Podz’ WordPress Restore guide also linked on that page.
The NextGen Gallery is just a table, so you can easily copy it and move it to another server. Just make sure FTP your files over to the same location at their new home.
Forum: Fixing WordPress
In reply to: Need PHP help for sorting an arrayOoo, got it! For those who need it:
<?php wp_list_bookmarks(array( 'limit'=>'0,'.$columnlength, 'categorize'=>0, 'title_li' =>0) ); ?>
Thanks for everyone’s hard work on this thread! Hopefully WP will add an offset parameter to make this a wee easier.
Forum: Fixing WordPress
In reply to: Need PHP help for sorting an arrayI used this my three columns – and I have just one quick problem. How do I get rid of the h2 header? ~thanks
Forum: Plugins
In reply to: Offset BookmarksHmmm, I think I could do this with a forach loop and using the get_bookmarks() function if I could wrap my head around it.
Forum: Plugins
In reply to: Choose a sidebar for each Page/PostAnyone?
Forum: Fixing WordPress
In reply to: Upgrade old, moved over db after 2.5 already installedIt’s just domain.com/wp-admin/upgrade.php for anyone wondering… derrr ??
Forum: Fixing WordPress
In reply to: Google Map embed 2.5 IssueYeah, you’re right. I going back to the Visual Editor after I pasted it into the HTML editor. Still the same ol’ bug. Bummer.
Forum: Fixing WordPress
In reply to: Google Map embed 2.5 IssueIs anyone else even having this problem?
Forum: Fixing WordPress
In reply to: WP Import FailsI’m also on 1&1 hosting. If anyone else has that, could they try the import feature?
Forum: Fixing WordPress
In reply to: WP Import FailsPHP doesn’t matter… I just moved to 5.2.5 and it still stalls.