lhutmacher
Forum Replies Created
-
Forum: Installing WordPress
In reply to: BIG upgrade wp 2.3.3 – 2.9.2got it to work… your directions worked perfectly. start to finish took less than 30 minutes..
thanks so much!!
Forum: Installing WordPress
In reply to: BIG upgrade wp 2.3.3 – 2.9.2that’s kind of what i was thinking. good stuff huh?!
thanks for your input…
Forum: Themes and Templates
In reply to: Re-order Image/Post – Grain photoblog themeapparently linking isnt working:
Forum: Themes and Templates
In reply to: Re-order Image/Post – Grain photoblog themeForum: Themes and Templates
In reply to: Create Two-column ‘links’ pageupdated link (had to change everything….)
Forum: Fixing WordPress
In reply to: Link Bullet Pointsyeah, it’s pretty bad. unfortunately that didnt work
i wish i understood formatting a bit better, i’d just set it somewhere and refer to it as necessary….
thanks again!
Forum: Plugins
In reply to: [Plugin: WordPress.com Stats] Dead since 2.7 upgradei had this same problem & it was because of this:
theme must have a call to <?php wp_footer(); ?> at the very bottom right before the </body> tag.
Forum: Plugins
In reply to: Google Analytics/WordPress.com Stats not working since Jan 01haha! Got it figured out finally, WordPress is like an enigma wrapped in a piece of bacon sometimes. EXIF is now displaying =)
Forum: Plugins
In reply to: Google Analytics/WordPress.com Stats not working since Jan 01Totally worked!
Thanks a ton!
Forum: Plugins
In reply to: Google Analytics/WordPress.com Stats not working since Jan 01Thanks! I’ll try it out.
I just switched from another theme & am still working the bugs out of the EXIF stuff and all the pics I’ve got on there had them stripped when i uploaded them via NGGallery plugin. Eventually i’ll get em back in there.
Forum: Fixing WordPress
In reply to: Fatal Error (nextgen-gallery )thank you so much Alex.
– Luke
Forum: Fixing WordPress
In reply to: Fatal Error (nextgen-gallery )This is what is says:
Server Settings
* Operating System : Linux
* Server : Apache/2.2.9 (Unix) mod_ssl/2.2.9 OpenSSL/0.9.8g PHP/5.2.6
* Memory usage : 9.44 MByte
* MYSQL Version : 5.0.51a
* SQL Mode : Not set
* PHP Version : 5.2.6
* PHP Safe Mode : Off
* PHP Allow URL fopen : On
* PHP Memory Limit : 128M
* PHP Max Upload Size : 2M
* PHP Max Post Size : 8M
* PHP Max Script Execute Time : 30s
* PHP Exif support : No
* PHP IPTC support : Yes
* PHP XML support : YesGD support
* GD Version : bundled (2.0.34 compatible)
* FreeType Support : No
* T1Lib Support : No
* GIF Read Support : Yes
* GIF Create Support : Yes
* JPG Support : No
* PNG Support : Yes
* WBMP Support : Yes
* XPM Support : No
* XBM Support : Yes
* JIS-mapped Japanese Font Support : NoDoes that ‘JPG Support – No’ point to my problem? not sure where those settings are coming from..
Thanks again!
Forum: Plugins
In reply to: [Plugin: NextGEN Gallery] – Thumbnails by Categoryerr…. confusing link…..
Forum: Themes and Templates
In reply to: Create Two-column ‘links’ pagehaha, thank you very much!
Forum: Themes and Templates
In reply to: Create Two-column ‘links’ pageThanks! I ended up stealing some code from a table that i created on another page & ripped it to shreds. here’s how it turned out:
Here’s the code
<tbody> <tr> <td valign="top"> <table style="height: 150px;" border="0" cellspacing="3" cellpadding="15" width="100%" bgcolor="#ffffff"> <tbody> <tr bgcolor="#f0f0f0"> <td valign="top" bgcolor="#f0f0f0"> <div> <ul id="linkcats" class="xoxo"> <?php wp_list_bookmarks('title_before=<h3>&title_after=</h3>&category_before=<li id="page-%id" class="%class">&after=</p></li>&between=<p>&show_description=1&category=2,6,9,10,24,25') ?> </ul> </div></td> <td valign="top" bgcolor="#f0f0f0"> <ul id="linkcats" class="xoxo"> <?php wp_list_bookmarks('title_before=<h3>&title_after=</h3>&category_before=<li id="page-%id" class="%class">&after=</p></li>&between=<p>&show_description=1&category=7,8') ?> </ul> </td> </tr> </tbody></table> </td> </tr> </tbody></table>