<?xml version="1.0" encoding="UTF-8"?><!-- generator="bbPress" -->

<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
>

	<channel>
		<title>Smashly Community Forums &#187; Tag: javascript - Recent Posts</title>
		<link>http://smashly.net/community/</link>
		<description>Smashly Community Forums &#187; Tag: javascript - Recent Posts</description>
		<language>en</language>
		<pubDate>Wed, 08 Feb 2012 00:08:58 +0000</pubDate>

					<item>
				<title>byron on "Lightbox not working (image opens in new window) &#124; Javascript incompatibility"</title>
				<link>http://smashly.net/community/topic/lightbox-not-working-image-opens-in-new-window-javascript-incompatibility#post-3379</link>
				<pubDate>Sat, 12 Feb 2011 02:51:28 +0000</pubDate>
				<dc:creator>byron</dc:creator>
				<guid isPermaLink="false">3379@http://smashly.net/community/</guid>
				<description>&#60;p&#62;Cool...glad you got it going!&#60;/p&#62;
&#60;p&#62;BB
&#60;/p&#62;</description>
			</item>
					<item>
				<title>cintiastela on "Lightbox not working (image opens in new window) &#124; Javascript incompatibility"</title>
				<link>http://smashly.net/community/topic/lightbox-not-working-image-opens-in-new-window-javascript-incompatibility#post-3377</link>
				<pubDate>Sat, 12 Feb 2011 00:35:49 +0000</pubDate>
				<dc:creator>cintiastela</dc:creator>
				<guid isPermaLink="false">3377@http://smashly.net/community/</guid>
				<description>&#60;p&#62;Ok. I got it working... I was having problems with the z-index.. after a while I made it all work.
&#60;/p&#62;</description>
			</item>
					<item>
				<title>cintiastela on "Lightbox not working (image opens in new window) &#124; Javascript incompatibility"</title>
				<link>http://smashly.net/community/topic/lightbox-not-working-image-opens-in-new-window-javascript-incompatibility#post-3372</link>
				<pubDate>Fri, 11 Feb 2011 18:54:23 +0000</pubDate>
				<dc:creator>cintiastela</dc:creator>
				<guid isPermaLink="false">3372@http://smashly.net/community/</guid>
				<description>&#60;p&#62;Hi Byron,&#60;br /&#62;
I use your Photosmash plugin a lot (thanks!) but this time I'm not being able to figure out why it's not working:&#60;br /&#62;
I was first trying to get it to work with Thickbox.&#60;br /&#62;
The gallery images open in new window.&#60;br /&#62;
I tried installing Shadowbox but it also didn't work.&#60;br /&#62;
I noticed also that the image rotation on my homepage is not working properly anymore.&#60;br /&#62;
I'm thinking there's an incompatibility with Photosmash, because if I disable the PS plugin the rotation works normally.&#60;br /&#62;
The dev site is here: &#60;a href=&#34;http://northstarmontessori.ca.s113547.gridserver.com/photo-gallery&#34; rel=&#34;nofollow&#34;&#62;http://northstarmontessori.ca.s113547.gridserver.com/photo-gallery&#60;/a&#62;&#60;br /&#62;
Can you please suggest a fix?&#60;/p&#62;
&#60;p&#62;Thank you!&#60;br /&#62;
Cintia
&#60;/p&#62;</description>
			</item>
					<item>
				<title>byron on "Making required fields on a custom form"</title>
				<link>http://smashly.net/community/topic/making-required-fields-on-a-custom-form#post-3289</link>
				<pubDate>Sun, 06 Feb 2011 13:59:43 +0000</pubDate>
				<dc:creator>byron</dc:creator>
				<guid isPermaLink="false">3289@http://smashly.net/community/</guid>
				<description>&#60;p&#62;Welcome.  Added your change to the next version.&#60;/p&#62;
&#60;p&#62;BB
&#60;/p&#62;</description>
			</item>
					<item>
				<title>Ron on "Making required fields on a custom form"</title>
				<link>http://smashly.net/community/topic/making-required-fields-on-a-custom-form#post-3286</link>
				<pubDate>Sat, 05 Feb 2011 23:32:45 +0000</pubDate>
				<dc:creator>Ron</dc:creator>
				<guid isPermaLink="false">3286@http://smashly.net/community/</guid>
				<description>&#60;p&#62;Thanks Byron,&#60;/p&#62;
&#60;p&#62;I did finally get the required fields logic to work but I used a &#34;hidden&#34; error message (which I made &#34;visible&#34; as needed) instead of that nasty alert box :-)&#60;/p&#62;
&#60;p&#62;I also made the width of the [caption] and [post_tag] fields wider on our photo upload form, like this:  [caption attributes='size=&#34;55'&#34;], but had to modify the file bwbps-uploadform.php file to let the [url] field to use the &#34;attributes=&#34; argument. I added the &#34;$fld_attributes .&#34; near the end&#60;/p&#62;
&#60;p&#62;Here is the line 689 I changed:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;case &#38;quot;[url]&#38;quot;:
	$ret = &#38;#39;&#38;lt;input tabindex=&#38;quot;&#38;#39;. $tab_index . &#38;#39;&#38;quot; type=&#38;quot;text&#38;quot; name=&#38;quot;bwbps_url&#38;quot; id=&#38;quot;&#38;#39; . $g[&#38;quot;pfx&#38;quot;] . &#38;#39;bwbps_url&#38;quot; class=&#38;quot;bwbps_reset &#38;#39; . $reqclass .&#38;#39;&#38;quot; &#38;#39; . $value . $fld_attributes . &#38;#39;/&#38;gt;&#38;#39;;
	break;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;If you find that useful (and the correct way to do it) , maybe you can include it in your next release.  &#60;/p&#62;
&#60;p&#62;Thanks again,&#60;br /&#62;
Ron  &#60;em&#62;&#38;lt;- now more cheerful&#60;/em&#62;
&#60;/p&#62;</description>
			</item>
					<item>
				<title>byron on "Making required fields on a custom form"</title>
				<link>http://smashly.net/community/topic/making-required-fields-on-a-custom-form#post-3249</link>
				<pubDate>Wed, 02 Feb 2011 03:50:49 +0000</pubDate>
				<dc:creator>byron</dc:creator>
				<guid isPermaLink="false">3249@http://smashly.net/community/</guid>
				<description>&#60;p&#62;Hi Ron,&#60;/p&#62;
&#60;p&#62;Here's some code:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;[submit attributes=&#38;#39;onclick=&#38;quot;return psValidateForm();&#38;quot;&#38;#39;]

&#38;lt;script type=&#38;quot;text/javascript&#38;quot;&#38;gt;
function psValidateForm(){
	if(! jQuery(&#38;#39;#c1bwbps_description&#38;#39;).val() ){
		alert(&#38;#39;Missing description&#38;#39;);
		return false;
	}
	return true;
}
&#38;lt;/script&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Just figure out what the id's of the fields you want to check are and check them and return false if you don't want to submit.&#60;/p&#62;
&#60;p&#62;Also, note that you can now use the [submit] code in the custom form builder while giving it attributes such as the onclick attribute.&#60;/p&#62;
&#60;p&#62;If you're going to use ' or &#34; in there, you'll need to escape them with a double slash like this:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;[caption attributes=&#38;#39;onclick=&#38;quot;alert(\\&#38;quot;hello!\\&#38;quot;);&#38;quot;&#38;#39;]&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;That code will alert 'hello! any time the Caption field is clicked.&#60;/p&#62;
&#60;p&#62;Cheers,&#60;br /&#62;
Byron
&#60;/p&#62;</description>
			</item>
					<item>
				<title>Ron on "Making required fields on a custom form"</title>
				<link>http://smashly.net/community/topic/making-required-fields-on-a-custom-form#post-3248</link>
				<pubDate>Wed, 02 Feb 2011 01:23:02 +0000</pubDate>
				<dc:creator>Ron</dc:creator>
				<guid isPermaLink="false">3248@http://smashly.net/community/</guid>
				<description>&#60;p&#62;This is a continuation from an old thread: &#60;a href=&#34;http://smashly.net/community/topic/using-js-to-add-form-validationrequired-fields#post-790&#34; rel=&#34;nofollow&#34;&#62;http://smashly.net/community/topic/using-js-to-add-form-validationrequired-fields#post-790&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;I have a need to make some or all of the fields on my custom form required.  sommernyte (I hope she's still here) on that thread says she knows how to do it and I'll quote her here:&#60;/p&#62;
&#60;p&#62;&#34;&#60;br /&#62;
If anyone else is trying to figure it out, you can use the Custom Forms to create your upload form and include your JavaScript validation code there. Then, instead of using the [submit] short tag to create the submit button, grab the HTML generated by the plugin outputs (you can do this by using the short tag first, going to a live page and then viewing the code). Then just add onclick to that tag in your Custom Form to have it run the JS validation. :)&#60;br /&#62;
&#34;&#60;/p&#62;
&#60;p&#62;However, I don't know what the Javascript validation code looks like or where to put it.  I assume it would go somewhere in the &#34;HTML for Custom Form:&#34;?  But does it replace the submit button?  And how exactly would I &#34;add onclick to that tag&#34;?&#60;/p&#62;
&#60;p&#62;An example would be priceless!&#60;/p&#62;
&#60;p&#62;Thanks All,&#60;br /&#62;
Ron (aka Mr.Chowstalker)
&#60;/p&#62;</description>
			</item>
					<item>
				<title>byron on "Photosmash interfering with the dashboard"</title>
				<link>http://smashly.net/community/topic/photosmash-interfering-with-the-dashboard#post-2522</link>
				<pubDate>Thu, 14 Oct 2010 23:12:55 +0000</pubDate>
				<dc:creator>byron</dc:creator>
				<guid isPermaLink="false">2522@http://smashly.net/community/</guid>
				<description>&#60;p&#62;Welcome.&#60;br /&#62;
BB
&#60;/p&#62;</description>
			</item>
					<item>
				<title>ellie.roepken on "Photosmash interfering with the dashboard"</title>
				<link>http://smashly.net/community/topic/photosmash-interfering-with-the-dashboard#post-2513</link>
				<pubDate>Thu, 14 Oct 2010 06:43:37 +0000</pubDate>
				<dc:creator>ellie.roepken</dc:creator>
				<guid isPermaLink="false">2513@http://smashly.net/community/</guid>
				<description>&#60;p&#62;Hey byron,&#60;/p&#62;
&#60;p&#62;Sorry about that, it wound up being my own fault for trying to screw with javascript. Thanks for the quick reply.
&#60;/p&#62;</description>
			</item>
					<item>
				<title>byron on "Photosmash interfering with the dashboard"</title>
				<link>http://smashly.net/community/topic/photosmash-interfering-with-the-dashboard#post-2497</link>
				<pubDate>Thu, 14 Oct 2010 00:41:23 +0000</pubDate>
				<dc:creator>byron</dc:creator>
				<guid isPermaLink="false">2497@http://smashly.net/community/</guid>
				<description>&#60;p&#62;HI Ellie,&#60;/p&#62;
&#60;p&#62;Hopefully it's not PhotoSmash.  I'm not aware of any issues with it in the Admin.  Hope you can lock it down!&#60;/p&#62;
&#60;p&#62;BB
&#60;/p&#62;</description>
			</item>
					<item>
				<title>ellie.roepken on "Photosmash interfering with the dashboard"</title>
				<link>http://smashly.net/community/topic/photosmash-interfering-with-the-dashboard#post-2494</link>
				<pubDate>Wed, 13 Oct 2010 17:49:09 +0000</pubDate>
				<dc:creator>ellie.roepken</dc:creator>
				<guid isPermaLink="false">2494@http://smashly.net/community/</guid>
				<description>&#60;p&#62;You know what, it might not be photosmash. I'm having this problem on other WordPress websites that don't have photosmash installed. I'm going to do more research.
&#60;/p&#62;</description>
			</item>
					<item>
				<title>ellie.roepken on "Photosmash interfering with the dashboard"</title>
				<link>http://smashly.net/community/topic/photosmash-interfering-with-the-dashboard#post-2492</link>
				<pubDate>Wed, 13 Oct 2010 16:47:26 +0000</pubDate>
				<dc:creator>ellie.roepken</dc:creator>
				<guid isPermaLink="false">2492@http://smashly.net/community/</guid>
				<description>&#60;p&#62;I'm running WordPress 3.0.1 with Photosmash 0.8.04.&#60;/p&#62;
&#60;p&#62;I recently suddenly started having problems with the dashboard.&#60;/p&#62;
&#60;p&#62;First, I tried deactivating plugins to find the culprit, Photosmash is the only one that breaks the javascript on the dashboard. Then, I tried deleting and reuploading Photosmash to see if I just had a broken copy. That didn't work. I actually really need this plugin because I don't have the time to write a replacement.&#60;/p&#62;
&#60;p&#62;I get two errors on the dashboard after enabling Photosmash:&#60;/p&#62;
&#60;p&#62;jQuery is not defined&#60;br /&#62;
/wp-admin/load-scripts.php?c=0&#38;amp;load=thickbox,utils&#38;amp;ver=c41578e7b17403b7bd1807252c4f7be5&#60;br /&#62;
Line 18&#60;/p&#62;
&#60;p&#62;wpCookies is undefined&#60;br /&#62;
/wp-admin/load-scripts.php?c=0&#38;amp;load=thickbox,utils&#38;amp;ver=c41578e7b17403b7bd1807252c4f7be5&#60;br /&#62;
Line 327&#60;/p&#62;
&#60;p&#62;And two errors on the front end:&#60;/p&#62;
&#60;p&#62;jQuery is not defined&#60;br /&#62;
/wp-content/plugins/cforms/js/cformsadmincal.js&#60;br /&#62;
Line 1&#60;/p&#62;
&#60;p&#62;jQuery is not defined&#60;br /&#62;
/&#60;br /&#62;
Line 26&#60;/p&#62;
&#60;p&#62;These don't come up when photosmash is disabled. I'm not sure how to fix this--honestly, I'm still learning Javascript and jQuery.
&#60;/p&#62;</description>
			</item>
					<item>
				<title>byron on "Photosmash - cant find jquery or js conflict!? HELP!"</title>
				<link>http://smashly.net/community/topic/photosmash-cant-find-jquery-or-js-conflict-help#post-1774</link>
				<pubDate>Sun, 27 Jun 2010 00:38:03 +0000</pubDate>
				<dc:creator>byron</dc:creator>
				<guid isPermaLink="false">1774@http://smashly.net/community/</guid>
				<description>&#60;p&#62;Awesome! Glad you got it fixed!&#60;/p&#62;
&#60;p&#62;BB
&#60;/p&#62;</description>
			</item>
					<item>
				<title>builtbymedia on "Photosmash - cant find jquery or js conflict!? HELP!"</title>
				<link>http://smashly.net/community/topic/photosmash-cant-find-jquery-or-js-conflict-help#post-1773</link>
				<pubDate>Sat, 26 Jun 2010 22:11:06 +0000</pubDate>
				<dc:creator>builtbymedia</dc:creator>
				<guid isPermaLink="false">1773@http://smashly.net/community/</guid>
				<description>&#60;p&#62;HAHA solved... i had two instances calling to that old jquery - and i was removing the lightbox js because one of the old jquerys was making it work... left in the lightbox.js and removed the superfish and the templates jquery - perfection! thanks byron for pointing me in the right direction!
&#60;/p&#62;</description>
			</item>
					<item>
				<title>builtbymedia on "Photosmash - cant find jquery or js conflict!? HELP!"</title>
				<link>http://smashly.net/community/topic/photosmash-cant-find-jquery-or-js-conflict-help#post-1772</link>
				<pubDate>Sat, 26 Jun 2010 20:31:55 +0000</pubDate>
				<dc:creator>builtbymedia</dc:creator>
				<guid isPermaLink="false">1772@http://smashly.net/community/</guid>
				<description>&#60;p&#62;Also when i do that it still doesnt fix the issue unfortunately...
&#60;/p&#62;</description>
			</item>
					<item>
				<title>builtbymedia on "Photosmash - cant find jquery or js conflict!? HELP!"</title>
				<link>http://smashly.net/community/topic/photosmash-cant-find-jquery-or-js-conflict-help#post-1771</link>
				<pubDate>Sat, 26 Jun 2010 20:30:20 +0000</pubDate>
				<dc:creator>builtbymedia</dc:creator>
				<guid isPermaLink="false">1771@http://smashly.net/community/</guid>
				<description>&#60;p&#62;Thanks Byron, ive already looked at the helpful article... it was helpful and i already attempted removing what called to that jquery, yet my lightbox stopped working :/&#60;/p&#62;
&#60;p&#62;Its not related to the superfish i dont think, because my navigation was still working well, but my lightbox completely stopped working when i removed...&#60;/p&#62;
&#60;p&#62;any ideas on how to combine?
&#60;/p&#62;</description>
			</item>
					<item>
				<title>byron on "Photosmash - cant find jquery or js conflict!? HELP!"</title>
				<link>http://smashly.net/community/topic/photosmash-cant-find-jquery-or-js-conflict-help#post-1770</link>
				<pubDate>Sat, 26 Jun 2010 19:29:19 +0000</pubDate>
				<dc:creator>byron</dc:creator>
				<guid isPermaLink="false">1770@http://smashly.net/community/</guid>
				<description>&#60;p&#62;Hi BBM,&#60;/p&#62;
&#60;p&#62;Looks like jquery is being added in by your theme, causing the conflict:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;script type=&#38;quot;text/javascript&#38;quot; src=&#38;quot;http://srh.builtbymedia.com/wp-content/themes/ColdStone/inc/jquery-1.2.6.min.js&#38;quot;&#38;gt;&#38;lt;/script&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Could be related to superfish, but maybe not...&#60;/p&#62;
&#60;p&#62;Here's some links to helpful articles: &#60;a href=&#34;http://smashly.net/community/topic/cant-upload-images-add-photo-link-doesnt-work&#34; rel=&#34;nofollow&#34;&#62;http://smashly.net/community/topic/cant-upload-images-add-photo-link-doesnt-work&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Looks like problem #1.&#60;/p&#62;
&#60;p&#62;Cheers,&#60;br /&#62;
Byron
&#60;/p&#62;</description>
			</item>
					<item>
				<title>builtbymedia on "Photosmash - cant find jquery or js conflict!? HELP!"</title>
				<link>http://smashly.net/community/topic/photosmash-cant-find-jquery-or-js-conflict-help#post-1769</link>
				<pubDate>Sat, 26 Jun 2010 18:56:27 +0000</pubDate>
				<dc:creator>builtbymedia</dc:creator>
				<guid isPermaLink="false">1769@http://smashly.net/community/</guid>
				<description>&#60;p&#62;i love the plugins you offer but i need help fast!&#60;br /&#62;
im trying to get photosmash with the ratings system to work correctly on my page with the upload as well. My problem seems like a textbook issue but i cant track down the conflict... please help!&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://srh.builtbymedia.com/srh-network/spaded-photos/&#34; rel=&#34;nofollow&#34;&#62;http://srh.builtbymedia.com/srh-network/spaded-photos/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;works fine on &#60;a href=&#34;http://4130clothing.com/photobooth/&#34; rel=&#34;nofollow&#34;&#62;http://4130clothing.com/photobooth/&#60;/a&#62;
&#60;/p&#62;</description>
			</item>
					<item>
				<title>byron on "PhotoSmash voiding other javascript"</title>
				<link>http://smashly.net/community/topic/photosmash-voiding-other-javascript#post-1340</link>
				<pubDate>Fri, 30 Apr 2010 01:30:28 +0000</pubDate>
				<dc:creator>byron</dc:creator>
				<guid isPermaLink="false">1340@http://smashly.net/community/</guid>
				<description>&#60;p&#62;When I look at that source, there are 3 cases of jquery being loaded:&#60;/p&#62;
&#60;p&#62;&#38;lt;script type='text/javascript' src='http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js?ver=1.3.2'&#38;gt;&#38;lt;/script&#38;gt; &#60;/p&#62;
&#60;p&#62;&#38;lt;script type=&#34;text/javascript&#34; src=&#34;http://www.betterretailing.com/wp-content/themes/gemer/js/jquery-1.3.2.min.js&#34;&#38;gt;&#38;lt;/script&#38;gt; &#60;/p&#62;
&#60;p&#62;&#38;lt;script type='text/javascript' src='http://www.betterretailing.com/wp-includes/js/jquery/jquery.js?ver=1.3.2'&#38;gt;&#38;lt;/script&#38;gt; &#60;/p&#62;
&#60;p&#62;The last one is the good one.&#60;/p&#62;
&#60;p&#62;Here's a better thread addressing the issue:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://smashly.net/community/topic/photos-not-uploading-no-error&#34; rel=&#34;nofollow&#34;&#62;http://smashly.net/community/topic/photos-not-uploading-no-error&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;You probably have some plugins that are not being friendly, and you'll have to change their code or try a different plugin.&#60;/p&#62;
&#60;p&#62;Hope that helps.&#60;/p&#62;
&#60;p&#62;BB
&#60;/p&#62;</description>
			</item>
					<item>
				<title>robrat on "PhotoSmash voiding other javascript"</title>
				<link>http://smashly.net/community/topic/photosmash-voiding-other-javascript#post-1328</link>
				<pubDate>Wed, 28 Apr 2010 21:39:38 +0000</pubDate>
				<dc:creator>robrat</dc:creator>
				<guid isPermaLink="false">1328@http://smashly.net/community/</guid>
				<description>&#60;p&#62;Thanks for that, I have actually got the plugin *sort of* working, but am now having a problem whereby when I try to upload pictures from the page the plugin is at here: &#60;a href=&#34;http://www.betterretailing.com/see-my-shop/user-uploaded-gallery/&#34; rel=&#34;nofollow&#34;&#62;http://www.betterretailing.com/see-my-shop/user-uploaded-gallery/&#60;/a&#62;&#60;br /&#62;
It starts to upload, progress bar goes, and then nothing more. Thanks to all your really great posts here I thought I had the problem on this thread &#60;a href=&#34;http://smashly.net/community/topic/photos-will-not-upload#post-230&#34; rel=&#34;nofollow&#34;&#62;http://smashly.net/community/topic/photos-will-not-upload#post-230&#60;/a&#62;&#60;br /&#62;
but when I try to strip out all of my jquery hard-code calls, my original problem comes back and my scrolling homepage java stops working. Ack! Any ideas? I've been trawwwling the net for correct jquery calls and nothing seems to fix both problems! hah
&#60;/p&#62;</description>
			</item>
					<item>
				<title>byron on "PhotoSmash voiding other javascript"</title>
				<link>http://smashly.net/community/topic/photosmash-voiding-other-javascript#post-1322</link>
				<pubDate>Wed, 28 Apr 2010 17:18:48 +0000</pubDate>
				<dc:creator>byron</dc:creator>
				<guid isPermaLink="false">1322@http://smashly.net/community/</guid>
				<description>&#60;p&#62;Hi Robrat,&#60;br /&#62;
Yes, the problem is:&#60;/p&#62;
&#60;p&#62;&#38;lt;script type=&#34;text/javascript&#34; src=&#34;&#38;lt;?php bloginfo('template_url'); ?&#38;gt;/js/jquery-1.3.2.min.js&#34;&#38;gt;&#38;lt;/script&#38;gt;&#60;/p&#62;
&#60;p&#62;That's loading jQuery, and then you enqueue it below, which is almost right...but I think you have to have the enqueue in your functions.php file instead of your header.php file.&#60;/p&#62;
&#60;p&#62;So, if you remove that one line and then move your enqueue's to functions.php that might work...you might have to play around with it a little bit.&#60;/p&#62;
&#60;p&#62;Be sure you got &#38;lt;?php wp_head(); ?&#38;gt; in your header.php file also.&#60;/p&#62;
&#60;p&#62;hope that helps.&#60;br /&#62;
BB
&#60;/p&#62;</description>
			</item>
					<item>
				<title>robrat on "PhotoSmash voiding other javascript"</title>
				<link>http://smashly.net/community/topic/photosmash-voiding-other-javascript#post-1321</link>
				<pubDate>Wed, 28 Apr 2010 16:22:35 +0000</pubDate>
				<dc:creator>robrat</dc:creator>
				<guid isPermaLink="false">1321@http://smashly.net/community/</guid>
				<description>&#60;p&#62;My website has a little javascript featured posts animation on the top of the site (betterretailing.com) and when I turn PhotoSmash on, it stops that working. I'm wondering if the way that MY site calls in jquery is at fault, and not actually the plugin. I call jquery in as so, and it looks a little messy to me...&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;script type=&#38;quot;text/javascript&#38;quot; src=&#38;quot;&#38;lt;?php bloginfo(&#38;#39;template_url&#38;#39;); ?&#38;gt;/js/jquery-1.3.2.min.js&#38;quot;&#38;gt;&#38;lt;/script&#38;gt;
&#38;lt;script type=&#38;quot;text/javascript&#38;quot; src=&#38;quot;&#38;lt;?php bloginfo(&#38;#39;template_url&#38;#39;); ?&#38;gt;/js/jquery.cycle.all.min.js&#38;quot;&#38;gt;&#38;lt;/script&#38;gt;
&#38;lt;script type=&#38;quot;text/javascript&#38;quot; src=&#38;quot;&#38;lt;?php bloginfo(&#38;#39;template_url&#38;#39;); ?&#38;gt;/js/script.js&#38;quot;&#38;gt;&#38;lt;/script&#38;gt;

&#38;lt;?php
	wp_enqueue_script(&#38;#39;jquery&#38;#39;);
	wp_enqueue_script(&#38;#39;jquery-ui-core&#38;#39;);
	wp_enqueue_script(&#38;#39;jquery-ui-tabs&#38;#39;);
	wp_head();
 ?&#38;gt;&#60;/code&#62;&#60;/pre&#62;</description>
			</item>
					<item>
				<title>byron on "Some Javascript conflict"</title>
				<link>http://smashly.net/community/topic/some-javascript-conflict#post-1207</link>
				<pubDate>Sat, 17 Apr 2010 02:26:32 +0000</pubDate>
				<dc:creator>byron</dc:creator>
				<guid isPermaLink="false">1207@http://smashly.net/community/</guid>
				<description>&#60;p&#62;Excellent!  Thanks!&#60;br /&#62;
BB
&#60;/p&#62;</description>
			</item>
					<item>
				<title>pictoru on "Some Javascript conflict"</title>
				<link>http://smashly.net/community/topic/some-javascript-conflict#post-1206</link>
				<pubDate>Fri, 16 Apr 2010 23:07:21 +0000</pubDate>
				<dc:creator>pictoru</dc:creator>
				<guid isPermaLink="false">1206@http://smashly.net/community/</guid>
				<description>&#60;p&#62;Hi Byron&#60;/p&#62;
&#60;p&#62;It is solved now. Yes, were some more issues and fixing those I've fixed also this one. I am new in jQuery, I worked more in MooTools but anyway I am not so advanced in JavaScript to understand quickly. Good to know about multiple loading of jQuery... &#60;/p&#62;
&#60;p&#62;Thanks for your intervention and greetings for the PhotoSmash plugin. Is awesome. I did tried before with NextGen and didn't like it because the voting use direct link, no ajax, so keeps me more on page loading. &#60;/p&#62;
&#60;p&#62;Once again, good job. &#60;/p&#62;
&#60;p&#62;Ciprian
&#60;/p&#62;</description>
			</item>
					<item>
				<title>byron on "Some Javascript conflict"</title>
				<link>http://smashly.net/community/topic/some-javascript-conflict#post-1201</link>
				<pubDate>Fri, 16 Apr 2010 22:44:17 +0000</pubDate>
				<dc:creator>byron</dc:creator>
				<guid isPermaLink="false">1201@http://smashly.net/community/</guid>
				<description>&#60;p&#62;Hi Ciprian,&#60;/p&#62;
&#60;p&#62;It looks like you've got it working.  That problem usually means that wp_footer() or wp_header() is missing from footer.php or header.php.  Or that jQuery is being loaded multiple times.  It looks like you've commented out one of the jQuery loads.&#60;/p&#62;
&#60;p&#62;Let me know if you're still seeing problems.&#60;/p&#62;
&#60;p&#62;Cheers,&#60;br /&#62;
Byron
&#60;/p&#62;</description>
			</item>
					<item>
				<title>pictoru on "Some Javascript conflict"</title>
				<link>http://smashly.net/community/topic/some-javascript-conflict#post-1197</link>
				<pubDate>Fri, 16 Apr 2010 13:41:06 +0000</pubDate>
				<dc:creator>pictoru</dc:creator>
				<guid isPermaLink="false">1197@http://smashly.net/community/</guid>
				<description>&#60;p&#62;I've installed photosmash on &#60;a href=&#34;http://www.modernism.ro&#34; rel=&#34;nofollow&#34;&#62;modernism.ro&#60;/a&#62; and I've inserted the first gallery &#60;a href=&#34;http://www.modernism.ro/2009/03/30/cerul-instelat-prin-orbitele-unui-craniu/&#34; rel=&#34;nofollow&#34;&#62;here&#60;/a&#62; but it seems photosmash has some conflicts or something because firebug tells me &#60;strong&#62;jQyery('#psstar-1-1').psrating is not a function&#60;/strong&#62; so I cannot rate anything. &#60;/p&#62;
&#60;p&#62;Can you please give me some help?&#60;/p&#62;
&#60;p&#62;Thnaks in advance,&#60;br /&#62;
Ciprian
&#60;/p&#62;</description>
			</item>
					<item>
				<title>byron on "Using JS to add form validation/required fields"</title>
				<link>http://smashly.net/community/topic/using-js-to-add-form-validationrequired-fields#post-809</link>
				<pubDate>Wed, 03 Mar 2010 18:15:06 +0000</pubDate>
				<dc:creator>byron</dc:creator>
				<guid isPermaLink="false">809@http://smashly.net/community/</guid>
				<description>&#60;p&#62;Good suggestion.  What might also work would be a user exit in the submit code that lets you run some custom code and stop the submission on false return.&#60;/p&#62;
&#60;p&#62;Cheers,&#60;br /&#62;
Byron
&#60;/p&#62;</description>
			</item>
					<item>
				<title>sommernyte on "Using JS to add form validation/required fields"</title>
				<link>http://smashly.net/community/topic/using-js-to-add-form-validationrequired-fields#post-804</link>
				<pubDate>Tue, 02 Mar 2010 19:11:20 +0000</pubDate>
				<dc:creator>sommernyte</dc:creator>
				<guid isPermaLink="false">804@http://smashly.net/community/</guid>
				<description>&#60;p&#62;Perhaps in a future version, you could have a field somewhere to enter custom JS code, and then a checkbox somewhere where a user could check &#34;Yes&#34; to use their custom JS on form submit.  :)
&#60;/p&#62;</description>
			</item>
					<item>
				<title>byron on "Using JS to add form validation/required fields"</title>
				<link>http://smashly.net/community/topic/using-js-to-add-form-validationrequired-fields#post-794</link>
				<pubDate>Sat, 27 Feb 2010 04:45:04 +0000</pubDate>
				<dc:creator>byron</dc:creator>
				<guid isPermaLink="false">794@http://smashly.net/community/</guid>
				<description>&#60;p&#62;Thanks Sommer!&#60;/p&#62;
&#60;p&#62;That's a great suggestion.  It is very cool when folks are figuring out how to make PhotoSmash better.&#60;/p&#62;
&#60;p&#62;Cheers,&#60;br /&#62;
Byron
&#60;/p&#62;</description>
			</item>
					<item>
				<title>sommernyte on "Using JS to add form validation/required fields"</title>
				<link>http://smashly.net/community/topic/using-js-to-add-form-validationrequired-fields#post-793</link>
				<pubDate>Fri, 26 Feb 2010 17:58:03 +0000</pubDate>
				<dc:creator>sommernyte</dc:creator>
				<guid isPermaLink="false">793@http://smashly.net/community/</guid>
				<description>&#60;p&#62;Yep, it was just bad JavaScript!&#60;/p&#62;
&#60;p&#62;If anyone else is trying to figure it out, you can use the Custom Forms to create your upload form and include your JavaScript validation code there.  Then, instead of using the [submit] short tag to create the submit button, grab the HTML generated by the plugin outputs (you can do this by using the short tag first, going to a live page and then viewing the code).  Then just add onclick to that tag in your Custom Form to have it run the JS validation.  :)
&#60;/p&#62;</description>
			</item>
		
	</channel>

</rss>
