Results 1 to 10 of 107

Hybrid View

  1. #1
    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. #2
    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. #3
    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. #4
    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. #5
    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. #6
    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. #7
    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!

 

 

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