Results 1 to 10 of 1988

Hybrid View

  1. #1
    Join Date
    May 2006
    Location
    Louisiana
    Posts
    263
    Plugin Contributions
    0

    Default Re: Link Manager 3.0 Support Thread

    Quote Originally Posted by clydejones View Post
    open includes/templates/YOUR_TEMPLATE/sideboxes/tpl_links_select.php

    add the url to your new page under the "view all links" section.
    Hi Clyde,


    I tried to add this link to my links sidebox and the side box disappeared.

    if (BOX_DISPLAY_VIEW_ALL_LINKS == 'true') {
    $content .= '<br /><a href="http://www.Free-Link-Exchange.com' .(FILENAME_FREE_LINK_EXCHANGE, '', 'NONSSL') . '">' . BOX_INFORMATION_FREE_LINK_EXCHANGE . '</a>';
    }

    am I doing it right.

  2. #2
    Join Date
    Nov 2005
    Location
    Colorado Springs, CO USA
    Posts
    7,033
    Plugin Contributions
    31

    Default Re: Link Manager 3.0 Support Thread

    Quote Originally Posted by weezee View Post
    Hi Clyde,


    I tried to add this link to my links sidebox and the side box disappeared.

    if (BOX_DISPLAY_VIEW_ALL_LINKS == 'true') {
    $content .= '<br /><a href="http://www.Free-Link-Exchange.com' .(FILENAME_FREE_LINK_EXCHANGE, '', 'NONSSL') . '">' . BOX_INFORMATION_FREE_LINK_EXCHANGE . '</a>';
    }

    am I doing it right.
    check your cache folder for any myDEBUG log files and see what (if any) error message are being generated.

  3. #3
    Join Date
    May 2006
    Location
    Louisiana
    Posts
    263
    Plugin Contributions
    0

    Default Re: Link Manager 3.0 Support Thread

    This is the error.



    PHP Parse error: syntax error, unexpected ',' in /home/content/w/e/e/weezee/html/includes/templates/cherry_zen/sideboxes/tpl_links_select.php on line 22

  4. #4
    Join Date
    Nov 2005
    Location
    Colorado Springs, CO USA
    Posts
    7,033
    Plugin Contributions
    31

    Default Re: Link Manager 3.0 Support Thread

    Quote Originally Posted by weezee View Post
    This is the error.



    PHP Parse error: syntax error, unexpected ',' in /home/content/w/e/e/weezee/html/includes/templates/cherry_zen/sideboxes/tpl_links_select.php on line 22
    try this:

    if (BOX_DISPLAY_VIEW_ALL_LINKS == 'true') {
    $content .= '<br /><a href="' . (FILENAME_FREE_LINK_EXCHANGE, '', 'NONSSL') . '">' . BOX_INFORMATION_FREE_LINK_EXCHANGE . '</a>';
    }

  5. #5
    Join Date
    May 2006
    Location
    Louisiana
    Posts
    263
    Plugin Contributions
    0

    Default Re: Link Manager 3.0 Support Thread

    Quote Originally Posted by clydejones View Post
    try this:

    if (BOX_DISPLAY_VIEW_ALL_LINKS == 'true') {
    $content .= '<br /><a href="' . (FILENAME_FREE_LINK_EXCHANGE, '', 'NONSSL') . '">' . BOX_INFORMATION_FREE_LINK_EXCHANGE . '</a>';
    }
    I tried it and I still get the same: PHP Parse error: syntax error, unexpected ',' in /home/content/w/e/e/weezee/html/includes/templates/cherry_zen/sideboxes/tpl_links_select.php on line 22


    I tried this and now I am getting a PHP Parse error: syntax error, unexpected T_STRING

    if (BOX_DISPLAY_FREE_LINK_EXCHANGE == 'true') {
    $content .= '<br /><a href="http://www.Free-Link-Exchange.com . (FILENAME_FREE_LINK_EXCHANGE, 'NONSSL') . '">' . BOX_INFORMATION_FREE_LINK_EXCHANGE . '</a>';
    }

    I have tried so many different ways and nothing works.

  6. #6
    Join Date
    Nov 2005
    Location
    Colorado Springs, CO USA
    Posts
    7,033
    Plugin Contributions
    31

    Default Re: Link Manager 3.0 Support Thread

    Quote Originally Posted by weezee View Post
    I tried it and I still get the same: PHP Parse error: syntax error, unexpected ',' in /home/content/w/e/e/weezee/html/includes/templates/cherry_zen/sideboxes/tpl_links_select.php on line 22


    I tried this and now I am getting a PHP Parse error: syntax error, unexpected T_STRING

    if (BOX_DISPLAY_FREE_LINK_EXCHANGE == 'true') {
    $content .= '<br /><a href="http://www.Free-Link-Exchange.com . (FILENAME_FREE_LINK_EXCHANGE, 'NONSSL') . '">' . BOX_INFORMATION_FREE_LINK_EXCHANGE . '</a>';
    }

    I have tried so many different ways and nothing works.
    Ok try this:

    if (BOX_DISPLAY_VIEW_ALL_LINKS == 'true') {
    $content .= '<br /><a href="http://www.Free-Link-Exchange.com">Free Link Exchange</a>';
    }

  7. #7
    Join Date
    May 2006
    Location
    Louisiana
    Posts
    263
    Plugin Contributions
    0

    Default Re: Link Manager 3.0 Support Thread

    Thanks Clyde,

    that worked.

  8. #8
    Join Date
    May 2006
    Location
    Louisiana
    Posts
    263
    Plugin Contributions
    0

    Default Re: Link Manager 3.0 Support Thread

    Hi Clyde,

    I'm having a problem with my submit link, evertime I upgrade or addon I have a problem with something.

    I get a blank page when I click on submit link. I checked the error in my cache folder

    PHP Parse error: syntax error, unexpected $end in
    /public_html/bargains/includes/modules/pages/links_submit/header_php.php on line 150

    I had upgraded to v1.3.9g, and added Captcha, after adding Captcha is when it happened.

    site: bargainsonlinesite.com
    Last edited by weezee; 17 Oct 2010 at 05:49 PM. Reason: miss spell

 

 

Similar Threads

  1. Testimonial Manager Support Thread
    By clydejones in forum All Other Contributions/Addons
    Replies: 1500
    Last Post: 4 Feb 2021, 04:12 PM
  2. v154 News Box Manager v2.0.0 [Support Thread]
    By lat9 in forum All Other Contributions/Addons
    Replies: 84
    Last Post: 19 Jan 2021, 04:17 PM
  3. Download File Manager Support Thread
    By balihr in forum All Other Contributions/Addons
    Replies: 24
    Last Post: 17 Aug 2017, 10:32 PM
  4. Poll Manager Support Thread
    By boudewijn in forum Addon Sideboxes
    Replies: 148
    Last Post: 27 Jan 2016, 09:53 AM
  5. Empty Cart Manager [support thread]
    By Steven300 in forum All Other Contributions/Addons
    Replies: 49
    Last Post: 26 May 2010, 10:26 AM

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