Page 9 of 11 FirstFirst ... 7891011 LastLast
Results 81 to 90 of 107
  1. #81
    Join Date
    Feb 2008
    Posts
    60
    Plugin Contributions
    0

    Default Re: Desktop Data [support thread]

    Quote Originally Posted by Steven300 View Post
    Clicking either the homepage or the admin button will open up these links in your default browser window, so the mod doesn't change appearance at all. Same goes for the download button.

    I added the download button so it's easy to check if there's a new version available. It just opens up the mod's page in the Free Software Add Ons section.
    Thanks makes sense for the button functions my confusion
    thought you where doing something wild there...

  2. #82
    Join Date
    Jan 2008
    Posts
    1,700
    Plugin Contributions
    6

    Default Re: Desktop Data [support thread]

    Here's a temp link to it.

    Remember to upload the images as well

  3. #83
    Join Date
    Feb 2008
    Posts
    60
    Plugin Contributions
    0

    Default Re: Desktop Data [support thread]

    Quote Originally Posted by Steven300 View Post
    Here's a temp link to it.

    Remember to upload the images as well
    Steven300-
    updated files, uploaded all working as described, very handy additions thanks for taking the time to improve on an already nice app!

    now if I wanted to change the URL of one of the buttons?

  4. #84
    Join Date
    Jan 2008
    Posts
    1,700
    Plugin Contributions
    6

    Default Re: Desktop Data [support thread]

    Which button do you want to change the url of? If it's the admin button, there's a setting you can change to specify a location other than "admin".

  5. #85
    Join Date
    Feb 2008
    Posts
    60
    Plugin Contributions
    0

    Default Re: Desktop Data [support thread]

    Quote Originally Posted by Steven300 View Post
    Which button do you want to change the url of? If it's the admin button, there's a setting you can change to specify a location other than "admin".
    the home button I would like to change, in my case I would send it to the livehelp admin page.
    something like "mysite.com/livehelp/help.php"

  6. #86
    Join Date
    Jan 2008
    Posts
    1,700
    Plugin Contributions
    6

    Default Re: Desktop Data [support thread]

    Okay on line 313 there will be this:
    PHP Code:
    //Home button
    if ($show_home_button == 1) {
    $content4 .= "<a href=\"index.php\" 
    Change to:

    PHP Code:
    //Home button
    if ($show_home_button == 1) {
    $content4 .= "<a href=\"http://www.mysite.com/livehelp/help.php\" 

  7. #87
    Join Date
    Feb 2008
    Posts
    60
    Plugin Contributions
    0

    Default Re: Desktop Data [support thread]

    Quote Originally Posted by Steven300 View Post
    Okay on line 313 there will be this:
    PHP Code:
    //Home button
    if ($show_home_button == 1) {
    $content4 .= "<a href=\"index.php\" 
    Change to:

    PHP Code:
    //Home button
    if ($show_home_button == 1) {
    $content4 .= "<a href=\"http://www.mysite.com/livehelp/help.php\" 
    again spot on instructions Steven300 hats off to you for making it painless and easy.
    Works great!

  8. #88
    Join Date
    Jan 2008
    Posts
    1,700
    Plugin Contributions
    6

    Default Re: Desktop Data [support thread]

    Glad to help. Since everything seems to be working as expected, I'll upload the mod to the Downloads section in a bit. If you think of any other suggestions, just post them here and I'll see what I can do.

  9. #89
    Join Date
    Jan 2007
    Posts
    1,483
    Plugin Contributions
    10

    Default Re: Desktop Data [support thread]

    I'm using this on an XP SP3 box. When I added the desktop data, following your excellent install directions, all of the links on my desktop now have a dark blue background for the text. Without this installed, the link text background is transparent. Has anyone else experienced this? Is this normal or is something funky going on with my system/setup/configuration?

    Zen Cart and it's community are the best!!

  10. #90
    Join Date
    Jan 2008
    Posts
    1,700
    Plugin Contributions
    6

    Default Re: Desktop Data [support thread]

    It's quite normal. This will happen whenever you have any web content displayed on your desktop. I'm not sure whether there's a way to turn this off, at least not without editing the Windows Registry, but you can certainly change the colour. Right-click your desktop, choose properties, select the desktop tab, and choose your desired colour. I'll let you know if I find a way to turn it off.

 

 
Page 9 of 11 FirstFirst ... 7891011 LastLast

Similar Threads

  1. Hebrew Support - latest release [Support Thread]
    By eranariel in forum Addon Language Packs
    Replies: 22
    Last Post: 26 Jan 2026, 06:47 AM
  2. ZJ Silver Support Thread
    By anthonyd in forum Addon Templates
    Replies: 220
    Last Post: 5 Nov 2010, 03:30 PM
  3. CRE Loaded to Zen Cart Data Importer [support thread]
    By skipwater in forum All Other Contributions/Addons
    Replies: 44
    Last Post: 7 Oct 2010, 10:04 PM
  4. Apsona CSV data exporter [support thread]
    By apsona in forum All Other Contributions/Addons
    Replies: 15
    Last Post: 21 Jun 2010, 04:03 PM
  5. Desktop Data fails
    By fastdc5 in forum All Other Contributions/Addons
    Replies: 1
    Last Post: 6 Feb 2009, 03:15 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg