osCommerce and osCMax shopping cart software forums

Shopping Cart Software

osCommerce with teeth!

 

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: LinksManager Ported to work with RC3 Max This program enables display and management ...


Go Back   osCommerce and osCMax shopping cart software forums > osCMax v2.0 Forums > osCMax Projects Discussion

Register FAQ Members List Calendar Mark Forums Read


Free community membership! Fast easy FREE membership
Reply

 

LinkBack Thread Tools
  #1  
Old 12-23-2006, 03:01 PM
automotiveuk automotiveuk is offline
osCMax Testing Team
 
Join Date: Oct 2004
Location: United Kingdom
Posts: 48
Thanks: 1
Thanked 23 Times in 14 Posts
Thanks: 1
Thanked 23 Times in 14 Posts
Rep Power: 0
automotiveuk will become famous soon enoughautomotiveuk will become famous soon enough
Default LinksManager

A new project_project entry has been added:

LinksManager

Quote:
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.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
The Following 3 Users Say Thank You to automotiveuk For This Useful Post:
altenter (11-20-2007), michael_s (12-24-2006), poppatopz (04-05-2007)
  #2  
Old 12-23-2006, 07:24 PM
michael_s's Avatar
osCMax Developer

 
Join Date: Jul 2002
Location: Phoenix, AZ
Posts: 10,328
Thanks: 68
Thanked 322 Times in 305 Posts
Rep Power: 10
michael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond repute
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 Templates - Hundreds of premium quality templates. New designs every month!

  • xShop for osCMax - Windows Based osCMax administration. Improved workflow, security, speed and convenience.

  • osCMax Hosting - From basic hosting to High Availability, Load Balanced arrays, the most experienced osCMax host.

  • osCMax Template Tutorial - Learn how to make your own custom templates and how to use the powerful features of the osCMax template system.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3  
Old 12-24-2006, 11:32 PM
michael_s's Avatar
osCMax Developer

 
Join Date: Jul 2002
Location: Phoenix, AZ
Posts: 10,328
Thanks: 68
Thanked 322 Times in 305 Posts
Rep Power: 10
michael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond repute
Default Re: LinksManager

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


  • osCMax Templates - Hundreds of premium quality templates. New designs every month!

  • xShop for osCMax - Windows Based osCMax administration. Improved workflow, security, speed and convenience.

  • osCMax Hosting - From basic hosting to High Availability, Load Balanced arrays, the most experienced osCMax host.

  • osCMax Template Tutorial - Learn how to make your own custom templates and how to use the powerful features of the osCMax template system.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4  
Old 12-25-2006, 09:55 PM
osCMax Testing Team
 
Join Date: Oct 2006
Location: Atlanta GA
Posts: 148
Thanks: 8
Thanked 13 Times in 9 Posts
Rep Power: 2
ALElder
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.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #5  
Old 12-26-2006, 05:39 PM
Member
 
Join Date: Jul 2006
Posts: 57
Thanks: 4
Thanked 0 Times in 0 Posts
Rep Power: 0
josemanuel
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.
.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #6  
Old 12-26-2006, 05:56 PM
michael_s's Avatar
osCMax Developer

 
Join Date: Jul 2002
Location: Phoenix, AZ
Posts: 10,328
Thanks: 68
Thanked 322 Times in 305 Posts
Rep Power: 10
michael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond repute
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 Templates - Hundreds of premium quality templates. New designs every month!

  • xShop for osCMax - Windows Based osCMax administration. Improved workflow, security, speed and convenience.

  • osCMax Hosting - From basic hosting to High Availability, Load Balanced arrays, the most experienced osCMax host.

  • osCMax Template Tutorial - Learn how to make your own custom templates and how to use the powerful features of the osCMax template system.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
The Following User Says Thank You to michael_s For This Useful Post:
ALElder (01-04-2007)
  #7  
Old 12-26-2006, 07:54 PM
Member
 
Join Date: Jul 2006
Posts: 57
Thanks: 4
Thanked 0 Times in 0 Posts
Rep Power: 0
josemanuel
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.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #8  
Old 01-03-2007, 02:01 PM
osCMax Testing Team
 
Join Date: Oct 2006
Location: Atlanta GA
Posts: 148
Thanks: 8
Thanked 13 Times in 9 Posts
Rep Power: 2
ALElder
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,
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #9  
Old 01-04-2007, 09:26 AM
osCMax Testing Team
 
Join Date: Oct 2006
Location: Atlanta GA
Posts: 148
Thanks: 8
Thanked 13 Times in 9 Posts
Rep Power: 2
ALElder
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
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #10  
Old 01-04-2007, 11:53 AM
osCMax Testing Team
 
Join Date: Oct 2006
Location: Atlanta GA
Posts: 148
Thanks: 8
Thanked 13 Times in 9 Posts
Rep Power: 2
ALElder
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
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


All times are GMT -8. The time now is 11:41 PM.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO
http://www.oscmax.com/forums/
Copyright 2008 osCMax