

mjwebbbb
Members-
Content count
10 -
Joined
-
Last visited
Profile Information
-
Real Name
Michael
-
Steve, Thanks for the reply..... I don't understand...PageEditor is in essence the same concept as something like InfoPages Unlimited except I cannot find any stripslashes. I've used InfoPages Unlimited and I like it (and it works great with Embed Links) but I also use navigation tabs (Custom Nav Bar) and I cannot figure out how to call an InfoPage from one of the tabs. It ends up looking like this: information.php?info_id=2?osCsid=blablabla. I can't figure out how to get the second ? to turn into a &. But anyway. No way to integrate Embed Links into PageEditor?
-
Hi, I am using Custom Nav Bar which creates a system of Tabs at the top of the page. I then set each tab to link to a certain page. I am using Info Pages to create pages but I am unable to successfully link them to the tabs. The tabs use the following code: <td><a href="<?php echo tep_href_link(FILENAME_INFORMATION); ?>"> <?php echo (((basename($PHP_SELF) == FILENAME_INFORMATION)) ? tep_image(DIR_WS_IMAGES . 'techcorneron.gif', 'Tech Corner') : tep_image(DIR_WS_IMAGES . 'techcorneroff.gif', 'Tech Corner')); ?></a></td> What I don't know how to do is set it up so that it links to the particular info_id that I want and still have is pass the session ID so that the cart info isn't lost. How would I do this? Thanks Michael
-
How would I set this up for the PageEditor program. Here is the code for their pages: <?php require('includes/application_top.php'); $pages_name = $HTTP_GET_VARS["page"]; $page_query = tep_db_query("select pd.pages_title, pd.pages_body, p.pages_id, p.pages_name, p.pages_image, p.pages_status, p.sort_order from " . TABLE_PAGES . " p, " . TABLE_PAGES_DESCRIPTION . " pd where p.pages_name = '" . $pages_name . "' and p.pages_id = pd.pages_id and pd.language_id = '" . (int)$languages_id . "'"); $page = tep_db_fetch_array($page_query); define('NAVBAR_TITLE', $page['pages_title']); define('HEADING_TITLE', $page['pages_title']); define('TEXT_INFORMATION', nl2br($page['pages_body'])); define('PAGES_IMAGE', $page["pages_image"]); $breadcrumb->add(NAVBAR_TITLE, tep_href_link('pages.php?page='.$pages_name, '', 'NONSSL')); ?> <!doctype html public "-//W3C//DTD HTML 4.01 Transitional//EN"> <html <?php echo HTML_PARAMS; ?>> <head> <meta http-equiv="Content-Type" content="text/html; charset=<?php echo CHARSET; ?>"> <title><?php echo TITLE; ?></title> <base href="<?php echo (getenv('HTTPS') == 'on' ? HTTPS_SERVER : HTTP_SERVER) . DIR_WS_CATALOG; ?>"> <link rel="stylesheet" type="text/css" href="stylesheet.css"> </head> <body marginwidth="0" marginheight="0" topmargin="0" bottommargin="0" leftmargin="0" rightmargin="0"> <!-- header //--> <?php require(DIR_WS_INCLUDES . 'header.php'); ?> <!-- header_eof //--> <!-- body //--> <?php print($test); ?> <table border="0" width="100%" cellspacing="3" cellpadding="3"> <tr> <td width="<?php echo BOX_WIDTH; ?>" valign="top"><table border="0" width="<?php echo BOX_WIDTH; ?>" cellspacing="0" cellpadding="2"> <!-- left_navigation //--> <?php require(DIR_WS_INCLUDES . 'column_left.php'); ?> <!-- left_navigation_eof //--> </table></td> <!-- body_text //--> <td width="100%" valign="top"><table border="0" width="100%" cellspacing="0" cellpadding="0"> <tr> <td><table border="0" width="100%" cellspacing="0" cellpadding="0"> <tr> <td class="pageHeading"><?php echo HEADING_TITLE; ?></td> <td class="pageHeading" align="right"><?php echo PAGES_IMAGE ? tep_image(DIR_WS_IMAGES . PAGES_IMAGE, HEADING_TITLE, HEADING_IMAGE_WIDTH, HEADING_IMAGE_HEIGHT) : tep_draw_separator('pixel_trans.gif', HEADING_IMAGE_WIDTH, HEADING_IMAGE_HEIGHT); ?></td> </tr> </table></td> </tr> <tr> <td><?php echo tep_draw_separator('pixel_trans.gif', '100%', '10'); ?></td> </tr> <tr> <td class="main"><?php echo TEXT_INFORMATION; ?></td> </tr> <tr> <td><?php echo tep_draw_separator('pixel_trans.gif', '100%', '10'); ?></td> </tr> <tr> <td><table border="0" width="100%" cellspacing="1" cellpadding="2" class="infoBox"> <tr class="infoBoxContents"> <td><table border="0" width="100%" cellspacing="0" cellpadding="2"> <tr> <td width="10"><?php echo tep_draw_separator('pixel_trans.gif', '10', '1'); ?></td> <td align="right"><?php echo '<a href="' . tep_href_link(FILENAME_DEFAULT) . '">' . tep_image_button('button_continue.gif', IMAGE_BUTTON_CONTINUE) . '</a>'; ?></td> <td width="10"><?php echo tep_draw_separator('pixel_trans.gif', '10', '1'); ?></td> </tr> </table></td> </tr> </table></td> </tr> </table></td> <!-- body_text_eof //--> <td width="<?php echo BOX_WIDTH; ?>" valign="top"><table border="0" width="<?php echo BOX_WIDTH; ?>" cellspacing="0" cellpadding="2"> <!-- right_navigation //--> <?php require(DIR_WS_INCLUDES . 'column_right.php'); ?> <!-- right_navigation_eof //--> </table></td> </tr> </table> <!-- body_eof //--> <!-- footer //--> <?php require(DIR_WS_INCLUDES . 'footer.php'); ?> <!-- footer_eof //--> <br> </body> </html> <?php require(DIR_WS_INCLUDES . 'application_bottom.php'); ?> I don't see any where with the stripslashes Thanks Michael
-
I've noticed one or two people having the same problem as me but no fixes. When I do the installation I can create articles in admin but when I go to my site every page is completely blank...no header no footer, no nothing. Any solution to this? Anyone else having this problem? Thanks, Michael
-
Setting all of the languages to false was the suggested fix in the previous forum. I tried it with English set to True and when creating a link setting the language to both English and All...neither worked. I tried it with all languages set to false and the links to both All and English and neither worked. Any ideas? Michael
-
I have english, spanish and german enabled in my shop (though I really only use English). In the admin>configure>links I have all languages set to False (english, spanish, german and french). I also now have the Spider Safe set to False. When I create a link I set the language to All. The categories on the links.php are showing 2 links (the number of links I created) yet they are not showing up when I click the category image. I triple checked the installation and everything is correct. What else could I be missing?
-
Jack, Thanks for the reply. I turned the search engine friendly links to 'false'. I am still not able to see any links. They are definately being created since they are in the database. Michael
-
I know this has been addressed before but the fix that was suggested does not work for me. When I go to the links page I get the categories. I click on those but the links do not show up. The suggested solution was to go into admin>configuration>links and change all of the languages to 'false'. Then under the link edit/create to set the languages to 'all'. I did this and my links are still not showing up. Has anyone got any new fix ideas? Thanks, Michael
-
Product Quantity Box in Product Info page
mjwebbbb replied to zohab's topic in General Add-Ons Support
Is there a way to use a simple text box as opposed to a drop down box on the Product Info page? I made the changes on the Product Listing page and I'd like to have consistency across the application by using a text box as opposed to a pre-populated drop down box. Thanks Michael