|
|
Thread Tools | Display Modes |
|
#1
|
|
|
Beginner grinner
|
customization heartache
the following scrip is showing up on my galleries where I have more than album: example http://www.robinharrison.net/Travels/asia-january-2008/4330470_tT8sQQ#!i=253990661&k=V8go8
function styleBarChange(cookieType, comboBox) { var cookieData = { tool : 'setCookie', value : comboBox.options[comboBox.selectedIndex].value, type: cookieType }; var tmpArray = new Array(); for(var i in cookieData) { tmpArray.push(i+"="+cookieData[i]); } var postData = tmpArray.join('&'); var broken = function() { // the call broke, reload? }; var reloadPage = function(o) { location.reload(); }; var callback = { success: reloadPage, failure: broken, scope: this }; // update the display how many we have sent var cookieRequest = YAHOO.util.Connect.asyncRequest( 'POST','/rpc/settings.mg', callback, postData); } It does not show up when there is a single album in a catagory. also need help on how to drop down my "galleries" banner on homepage to better separate it from the banner "sidestreet photography" - if you have some extra time http://www.robinharrison.net/ |
|
|
|
|
#2
|
|
|
Scripting dude-volunteer
|
In your custom header, you are missing a closing angle bracket shown in red:
Code:
<script type="text/javascript">
DuplicateHomepage("galleries");
</script>
__________________
--John Homepage • Popular JFriend's javascript customizations • Secrets for getting fast answers on Dgrin Always include a link to your site when posting a question |
|
|
|
|
#3
|
|
|
Beginner grinner
|
thank you, that took care of it!
|
|
|
|
|
#4
|
|
|
Beginner grinner
|
another question on the breadcrumbing... this one works: http://www.robinharrison.net/Photogr...5051&k=RVqdPqT The breadcrumbin says galleries>Photography>photography and the galleries link takes me back to my galleries. The next one (and several others) do not work. Instead they say Robin Harrison>land>the land and the Robin Harrison links back to my home page. http://www.robinharrison.net/Land/la...2372&k=QNhCDg5 But the 1st tier http://www.robinharrison.net/Land works with galleries>land.
Thank you, robin |
|
|
|
| Tell The World! | |
| Similar Threads | Thread Starter | Forum | Replies | Last Post | ![]() |
| Stretchy slideshow customization for the Homepage | jfriend | SmugMug Customization | 854 | Jan-24-2013 01:37 PM | |
| Can customization for several galleries be made into sub-category-wide customization? | WinsomeWorks | SmugMug Customization | 12 | Jun-15-2011 06:26 AM | |
| How to self troubleshoot your own customization problems? | jfriend | SmugMug Customization | 0 | Sep-19-2010 08:15 PM | |
| A cool idea to really make customization eaiser, more flexible and more maintainable | jfriend | SmugMug Customization | 18 | Feb-09-2009 11:21 AM | |
| Customization curiosity | Harrzack | SmugMug Customization | 9 | Jun-01-2008 09:58 AM | |
| Thread Tools | |
| Display Modes | |
|
|