osCmax v2.5 User Manual
Page 1 of 2 12 LastLast
Results 1 to 10 of 20

LinksManager

This is a discussion on LinksManager within the osCmax Projects Discussion forums, part of the osCmax v2.0 Forums category; A new project_project entry has been added: [drupal=37]LinksManager[/drupal] Ported to work with RC3 Max This program enables display and management ...

      
  1. #1
    osCMax Testing Team
    Join Date
    Oct 2004
    Location
    United Kingdom
    Posts
    50
    Rep Power
    9


    Default LinksManager

    A new project_project entry has been added:

    [drupal=37]LinksManager[/drupal]

    Ported to work with RC3 Max
    This program enables display and management of a categorized list of links to other websites. You can add/edit/delete/enable/disable links and categories from the admin interface.
    It also includes a link submit form, where users can submit links and request you to add them to your list.

  2. #2
    osCMax Developer

    michael_s's Avatar
    Join Date
    Jul 2002
    Location
    Phoenix, AZ
    Posts
    19,907
    Rep Power
    568


    Default Re: LinksManager

    All you need to do now is add the release to this package. That is so that others can actually download it... If you need assistance, let me know.
    Michael Sasek
    osCMax Developer


    osCmax Installation Service
    - Have our professionals install osCmax on your server - same day service!
    osCmax 2.5 User Manual - the must have beginners guide to osCmax v2.5

    Stay Up To Date with everything osCMax:
    Free osCmax Newsletters - Security notices, New Releases, osCMax News
    osCmax on Twitter - Up to the minute info as it happens. Know it first.

    osCmax Documentation

  3. #3
    osCMax Developer

    michael_s's Avatar
    Join Date
    Jul 2002
    Location
    Phoenix, AZ
    Posts
    19,907
    Rep Power
    568


    Default Re: LinksManager

    I posted the zip file for you... Available for download immediately!
    Michael Sasek
    osCMax Developer


    osCmax Installation Service
    - Have our professionals install osCmax on your server - same day service!
    osCmax 2.5 User Manual - the must have beginners guide to osCmax v2.5

    Stay Up To Date with everything osCMax:
    Free osCmax Newsletters - Security notices, New Releases, osCMax News
    osCmax on Twitter - Up to the minute info as it happens. Know it first.

    osCmax Documentation

  4. #4
    osCMax Testing Team
    Join Date
    Oct 2006
    Location
    Atlanta GA
    Posts
    201
    Rep Power
    12


    Default Re: LinksManager

    Thanks for the post..... I did edit all the files now need to do the links_setup.php

    Is this going to edit my main database? I don't have a test site and have been trying to setone up only issue is how do I make a mirror of current site?

    Please help!!!


    After installion of shop files run http://yourdomain.com/links_setup.php to install database for links manager the screen will
    just go blank but tables did install for me once done go to admin and allow file access to new files.

    all so open up link_manager.css and copy contents to your shop theme stylesheet.css or copy to the same template directory
    as stylesheet.css and import link_manager.css.

  5. #5
    Member
    Join Date
    Jul 2006
    Posts
    67
    Rep Power
    0


    Default Re: LinksManager

    I went through the setup of this and it seems that it is not completely ported for BTS. There is at least one missing file:
    Warning: main(templates/fallback/content/CONTENT_LINKS.tpl.php.
    .

  6. #6
    osCMax Developer

    michael_s's Avatar
    Join Date
    Jul 2002
    Location
    Phoenix, AZ
    Posts
    19,907
    Rep Power
    568


    Default Re: LinksManager

    Nope... you are just missing the constant definition for CONTENT_LINKS in your filenames.php...

    Make sure this is in your /catalog/includes/filenames.php file:

    PHP Code:
    // VJ Links Manager v1.00 begin Moded: date 23/12/2006 by automotiveuk
    define('FILENAME_LINKS''links.php');
    define('FILENAME_LINKS_SUBMIT''links_submit.php');
    define('FILENAME_LINKS_SUBMIT_SUCCESS''links_submit_success.php');
    define('FILENAME_LINK_LISTING''link_listing.php');
    define('FILENAME_LINK_SEARCH''link_search.php');
    define('FILENAME_POPUP_LINKS_HELP''popup_links_help.php');
    define('CONTENT_LINKS''links');
    define('CONTENT_LINKS_SUBMIT''links_submit');
    define('CONTENT_LINKS_SUBMIT_SUCCESS''links_submit_success');
    define('CONTENT_POPUP_LINKS_HELP''popup_links_help');
    // define('CONTENT_RETURN_PRODUCT', 'return_product');
    // VJ Links Manager v1.00 end Moded: date 23/12/2006 by automotiveuk 
    Michael Sasek
    osCMax Developer


    osCmax Installation Service
    - Have our professionals install osCmax on your server - same day service!
    osCmax 2.5 User Manual - the must have beginners guide to osCmax v2.5

    Stay Up To Date with everything osCMax:
    Free osCmax Newsletters - Security notices, New Releases, osCMax News
    osCmax on Twitter - Up to the minute info as it happens. Know it first.

    osCmax Documentation

  7. #7
    Member
    Join Date
    Jul 2006
    Posts
    67
    Rep Power
    0


    Default Re: LinksManager

    Maybe I was too quick to judge. I will try it again. I am hopeful for a better link manager. Too much offensive attempts to our other manager.

  8. #8
    osCMax Testing Team
    Join Date
    Oct 2006
    Location
    Atlanta GA
    Posts
    201
    Rep Power
    12


    Exclamation LinksManager HELP!!

    Ok I did the complete install and in the admin section I only see one added section under Configuration ~ Links

    I don't see were I can add/edit/delete/enable/disable links and categories from the admin interface.

    Please Help

    Thanks,

  9. #9
    osCMax Testing Team
    Join Date
    Oct 2006
    Location
    Atlanta GA
    Posts
    201
    Rep Power
    12


    Default Re: LinksManager

    I think the manual is missing one step you need to goto the
    Admin Panel - Adiministrator >> File Access and turn the Links section on and add files

    Thanks,

    Mike

  10. #10
    osCMax Testing Team
    Join Date
    Oct 2006
    Location
    Atlanta GA
    Posts
    201
    Rep Power
    12


    Default Re: LinksManager

    I need a little help editing the (links.tpl.php) I am trying to get the layout to look like the below link:

    Links - Nventa - Innovative Solutions™

    I think the section I need to change is here but were:

    PHP Code:
     <?php
        $categories_query 
    tep_db_query("select lc.link_categories_id, lcd.link_categories_name, lcd.link_categories_description, lc.link_categories_image from " TABLE_LINK_CATEGORIES " lc, " TABLE_LINK_CATEGORIES_DESCRIPTION " lcd where lc.link_categories_id = lcd.link_categories_id and lc.link_categories_status = '1' and lcd.language_id = '" . (int)$languages_id "' order by lcd.link_categories_name");

        
    $number_of_categories tep_db_num_rows($categories_query);

        if (
    $number_of_categories 0) {
          
    $rows 0;
          while (
    $categories tep_db_fetch_array($categories_query)) {
            
    $rows++;
            
    $lPath_new 'lPath=' $categories['link_categories_id'];
            
    $width = (int)(100 MAX_DISPLAY_CATEGORIES_PER_ROW) . '%';

            echo 
    '                <td align="center" class="smallText" width="' $width '" valign="top"><a href="' tep_href_link(FILENAME_LINKS$lPath_new) . '">';
       
            if (
    SHOW_LINKS_CATEGORIES_IMAGE == 'True') {
              if (
    tep_not_null($categories['link_categories_image'])) {
                echo 
    tep_links_image(DIR_WS_IMAGES $categories['link_categories_image'], $categories['link_categories_name'], SUBCATEGORY_IMAGE_WIDTHSUBCATEGORY_IMAGE_HEIGHT) . '<br>';
              } else {
                echo 
    tep_image(DIR_WS_IMAGES 'pixel_trans.gif'$categories['link_categories_name'], SUBCATEGORY_IMAGE_WIDTHSUBCATEGORY_IMAGE_HEIGHT'style="border: 3px double black"') . '<br>';
              }
            }

            
    $categories_count_query tep_db_query("select link_categories_id from " TABLE_LINKS_TO_LINK_CATEGORIES " where link_categories_id = " $categories['link_categories_id']);
            
    $linkCount tep_db_num_rows($categories_count_query);
            echo 
    '<br><b><u>' $categories['link_categories_name'] . '</b></u></a>&nbsp;' '(' $linkCount ')<br>' $categories['link_categories_description'] . '</td>' "\n";
            if (((
    $rows MAX_DISPLAY_CATEGORIES_PER_ROW) == floor($rows MAX_DISPLAY_CATEGORIES_PER_ROW)) && ($rows != $number_of_categories)) {
              echo 
    '              </tr>' "\n";
              echo 
    '              <tr>' "\n";
            }
          }
        } else {
    ?>
    Thanks

    Adam

Page 1 of 2 12 LastLast

Bookmarks

Posting Permissions

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