T Klein
Forum Replies Created
-
oh, and custom map markers. I used custom code I found on the forums for custom map markers for certain categories. Is there a way to do that in this new version?
function createMarker(point, name, address, address2, city, state, zip, country, homeAddress, url, phone, fax, special, category, tags, description) { var letteredIcon = new GIcon(G_DEFAULT_ICON); if (category == '1') { letteredIcon.image = "http://www.sitename.net/wp-content/plugins/simplemap/images/yellow.png"; } if (category == '2') { letteredIcon.image = "http://www.sitename.net/wp-content/plugins/simplemap/images/orange.png"; } if (category == '3') { letteredIcon.image = "http://www.sitename.net/wp-content/plugins/simplemap/images/green.png"; } if (category == '4') { letteredIcon.image = "http://www.sitename.net/wp-content/plugins/simplemap/images/lightblue.png"; } markerOptions = {icon:letteredIcon}; var marker = new GMarker(point, markerOptions);I used this in the functions.js.php file in the old version around line #194
or is there an easy way to integrate this into the new version?
Webpage error details
User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET CLR 1.1.4322; InfoPath.1; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; .NET CLR 2.0.50727; AskTB5.6)
Timestamp: Wed, 22 Dec 2010 14:23:58 UTCMessage: Expected identifier, string or number
Line: 219
Char: 11
Code: 0
URI: http://www.mysite.net/wp-admin/admin.php?page=nggallery-add-gallery// File Tree implementation jQuery(function() { jQuery("span.browsefiles").show().click(function(){ jQuery("#file_browser").fileTree({ script: "admin-ajax.php?action=ngg_file_browser&nonce=c8934d4cb8", root: jQuery("#galleryfolder").val(), IETester Points Here--> }, function(folder) { jQuery("#galleryfolder").val( folder ); }); jQuery("#file_browser").show('slide'); }); });It gives me the error, then theres no more “tabbed” sections everything is on one page in a big column.Removing the code above fixes the problem but I’m sure its going to cause me errors at some point but so far it works.
P.S. I was using IE8 in compatability mode, and IE6 to test it. Disabled all my plugins. Sorry I didn’t post this earlier I was in a bit of a hurry when I made this post.
I upgraded Jquery Library to 1.4.4 from 1.4.2 (1.4.2 is the wordpress default)
It worked after the jquery update. (the thumbnails)
* Operating System : Linux (64 Bit)
* Server : Apache
* Memory usage : 19.93 MByte
* MYSQL Version : 5.1.39-log
* SQL Mode : Not set
* PHP Version : 5.2.14
* PHP Safe Mode : Off
* PHP Allow URL fopen : On
* PHP Memory Limit : 128M
* PHP Max Upload Size : 7M
* PHP Max Post Size : 8M
* PCRE Backtracking Limit : 500000
* PHP Max Script Execute Time : 30s
* PHP Exif support : Yes ( V1.4 )
* PHP IPTC support : Yes
* PHP XML support : YesGraphic Library
* GD Version : bundled (2.0.34 compatible)
* FreeType Support : Yes
* FreeType Linkage : with freetype
* T1Lib Support : No
* GIF Read Support : Yes
* GIF Create Support : Yes
* JPG Support : Yes
* PNG Support : Yes
* WBMP Support : Yes
* XPM Support : No
* XBM Support : Yes
* JIS-mapped Japanese Font Support : Nosame problem, thumbnails aren’t generating.
did you transfer the database?
Forum: Plugins
In reply to: [Plugin: NextGEN Gallery] minor/major bug reports with IE*crickets*
Forum: Fixing WordPress
In reply to: Very slow db query timesclicking around on your menu, happens sometimes, sometimes it doesn’t happen but a box pops up and says “Ajax Error”
I’m using Google Chrome
Forum: Fixing WordPress
In reply to: Internal and External DomainsDid you just copy/pasta the site over from web1/2 to web3/4?
Forum: Fixing WordPress
In reply to: Very slow db query timesHow are your permalinks setup? and I am getting AJAX errors on your site.