Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

kittycooper

Archived
  • Posts

    8
  • Joined

  • Last visited

Profile Information

kittycooper's Achievements

  1. One more thing I had to do was remove the cookie usage from the following modules (since output has already started ...) : \includes\modules\phpbb2\templates\subSilver\ index.php posting.php viewforum.php I have created 2 new versions of the contrib (one with STS and one without) - anyone who wants to try them please do and contact me directly with any problems. I would like contribute these once they are OK. These are not exactly what my client has, although close, so I cannot test them myself. Warning - this contrib uses an old version of PHPBB which is not fully secure from hackers - someone needs to take the latest port of PHPBB2 in PHPnuke and redo this contrib, however if you want to use this anyway, here is my complete fixed version of this contrib 2116. Contrib 2116 redone Kitty OpenSkyWebDesign
  2. Donna - As I recall the problem is actually with the file \includes\modules\phpbb2\templates\subSilver\overall_header.tpl it repeats the html and body tags already in modules.php which confuses everything. I had to pull all the CSS code out and put it into a separate css file called by modules.php then remove the head and body tags so the new overall_header.tpl code is like this: <!-- BEGIN switch_enable_pm_popup --> <script language="Javascript" type="text/javascript"> <!-- if ( {PRIVATE_MESSAGE_NEW_FLAG} ) { window.open('{U_PRIVATEMSGS_POPUP}', '_phpbbprivmsg', 'HEIGHT=225,resizable=yes,WIDTH=400');; } //--> </script> <!-- END switch_enable_pm_popup --> <a name="top"></a> <table width="100%" cellspacing="0" cellpadding="10" border="0" align="center"> <tr> <td class="bodyline"><table width="100%" cellspacing="0" cellpadding="0" border="0"> <tr> <td> </td> <td align="center" width="100%" valign="middle"><span class="maintitle">{SITENAME}</span><br /><span class="gen">{SITE_DESCRIPTION}<br /> </span> <table cellspacing="0" cellpadding="2" border="0"> <tr> <td align="center" valign="top" nowrap="nowrap"><span class="mainmenu"> <a href="{U_FAQ}" class="mainmenu"><img src="templates/subSilver/images/icon_mini_faq.gif" width="12" height="13" border="0" alt="{L_FAQ}" hspace="3" />{L_FAQ}</a></span><span class="mainmenu"> <a href="{U_SEARCH}" class="mainmenu"><img src="templates/subSilver/images/icon_mini_search.gif" width="12" height="13" border="0" alt="{L_SEARCH}" hspace="3" />{L_SEARCH}</a> <a href="{U_MEMBERLIST}" class="mainmenu"><img src="templates/subSilver/images/icon_mini_members.gif" width="12" height="13" border="0" alt="{L_MEMBERLIST}" hspace="3" />{L_MEMBERLIST}</a> <a href="{U_GROUP_CP}" class="mainmenu"><img src="templates/subSilver/images/icon_mini_groups.gif" width="12" height="13" border="0" alt="{L_USERGROUPS}" hspace="3" />{L_USERGROUPS}</a> <!-- BEGIN switch_user_logged_out --> <a href="{U_REGISTER}" class="mainmenu"><img src="templates/subSilver/images/icon_mini_register.gif" width="12" height="13" border="0" alt="{L_REGISTER}" hspace="3" />{L_REGISTER}</a></span> <!-- END switch_user_logged_out --> </td> </tr> <tr> <td height="25" align="center" valign="top" nowrap="nowrap"><span class="mainmenu"> <a href="{U_PROFILE}" class="mainmenu"><img src="templates/subSilver/images/icon_mini_profile.gif" width="12" height="13" border="0" alt="{L_PROFILE}" hspace="3" />{L_PROFILE}</a> <a href="{U_PRIVATEMSGS}" class="mainmenu"><img src="templates/subSilver/images/icon_mini_message.gif" width="12" height="13" border="0" alt="{PRIVATE_MESSAGE_INFO}" hspace="3" />{PRIVATE_MESSAGE_INFO}</a> <a href="{U_LOGIN_LOGOUT}" class="mainmenu"><img src="templates/subSilver/images/icon_mini_login.gif" width="12" height="13" border="0" alt="{L_LOGIN_LOGOUT}" hspace="3" />{L_LOGIN_LOGOUT}</a> </span></td> </tr> </table></td> </tr> </table> <br /> As I recently got this all working I will try and post my working version as an addition to this contrib over the weekend. Mind you most of my problems came from the need to accomodate the STS template contrib as well, so may not be of use to all. Kitty OpenSkyWebDesign.com
  3. This looks like a great contrib and I am thinking of using it, but I also want products not to appear for a customer group, is that included? or si there a mod for it? 110 pages seemed alot to look through ... hoping someone has the answer :D Kitty http://OpenSkyWebDesign.com
  4. Thanks, since this is a private dealer only area, I don't mind the old release. Your research enabled me to get it working. Besides changing every $template to $templeBB in the contrib code, what I did was made a copy of includes/application_top.php called application_top_BB.php with the call to STS at the end removed and a copy of includes/header.php with its calls to STS removed. Then I used those files in place of the originals in modules.php. So far this seems to work ... Kitty http://OpenSkyWebDesign.com
  5. I have read all 9 pages of this thread and various other threads. None of the old links work any more and it is really too bad no one has pulled together all the needed changes in one place. As my forum is private, I don't mind it being an old version, but it would be nice to get it working. I found this in another thread which nicely describes the problem I am seeing. I also saw the multiple scalar value errors on some 2003 posts in this thread but no answers ... Has anyone solved this? Kitty Open Sky Web Design
  6. Did you ever resolve this? Anyone? Have the same problem and tried the same solution ... same blank page Kitty Open Sky Web Design
×
×
  • Create New...