zer0efx
Forum Replies Created
-
Forum: Plugins
In reply to: [Plugin: Shashin] Error message with widgetsUpgraded and now it works exactly how it should! w00t!
Thanks again!
Forum: Plugins
In reply to: [Plugin: Shashin] Error message with widgetsHey dude, I just figured it out.. I have MySQL 4.0 on the server. Going to update to 5 and import the other tables.
Sorry for not checking that first man!
Cheers for all the help!
Forum: Plugins
In reply to: [Plugin: Shashin] Error message with widgetsThanks, I added new the code in and this is what is returned:
bool(false)Forum: Plugins
In reply to: [Plugin: Shashin] Error message with widgetsSorry for the late response.. Here it is:
string(516) "insert into wp_shashin_album (album_id,user,name,link_url,title,description,location,cover_photo_url,photo_count,pub_date,geo_pos,include_in_random,last_updated) values (5347326438288378193,'TravelingWebGuy','HikeBehindMyApartments','http://picasaweb.google.com/TravelingWebGuy/HikeBehindMyApartments','Hike Behind my Apartments','','Tierrasanta California','http://lh4.ggpht.com/_CWScU39hW10/SjWFEHQ7yVE/AAAAAAAAAO8/TP26rilBWBo/s160-c/HikeBehindMyApartments.jpg',29,1244962800,'32.82917 -117.10278','Y',1245703401);"Forum: Plugins
In reply to: [Plugin: Shashin] Error message with widgetsHi again, sorry for the double post, I also just tried to target a specific album in the Tools menu and I get this error
ShashinAlbum::setAlbum - Failed to insert/update database record for album. SQL Error:I’ll try to uninstall and reinstall and see if that works. Thanks for the great plugin though! I’ve been looking for a good one to post my albums!
Forum: Plugins
In reply to: [Plugin: Shashin] Error message with widgetsAfternoon! Thanks for upgrading this and getting it ready for 2.8
After Installing and attempting to add Albums, I get this error
ShashinAlbum::setUserAlbums - Failed to insert database record for album ID 2147483647. Possible SQL Error:Forum: Fixing WordPress
In reply to: [Plugin: Lightbox Gallery] curious problemWorks good here!
Thanks for the plugin!
Forum: Plugins
In reply to: [Plugin: Developer Formatter] Not workingI did some looking into your code, and it looks like you are using some depreciated syntax.
You need to change all the GLOBAL to global and all the IsSet to isset and you have a JS error on live 345 of devformatter.php
I made some changes, but it looks like the old code is used globally on your plugin.
Forum: Plugins
In reply to: [Plugin: Developer Formatter] Not workingI’ve got errors with this upon first install… When I go to the settings area, I see some PHP errors.
Warning: Invalid argument supplied for foreach() in /homepages/24/d162410075/htdocs/red/blog/wp-content/plugins/devformatter/devinterface.php on line 79Warning: Invalid argument supplied for foreach() in /homepages/24/d162410075/htdocs/red/blog/wp-content/plugins/devformatter/devcommon.php on line 200Using WP 2.7.1
Forum: Themes and Templates
In reply to: How is this front-page look done?I guess what I mean is, is that I can’t get just a snippet of the post to show on the blogs front page, it shows the entire post, so it creates a scrolling nightmare.
I have this:
if(is_category() || is_archive())the_excerpt(); else the_content('(more...)');And in my Blog settings, I have it set to show Summary in the settings admin menu, and I also have except text in the excerpt box for the post, but it still shows the full post… :shrug: