Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

am I missing something


Guest

Recommended Posts

Posted

I had installed a FAQ mod & everything was great. Now I installed Gift Voucher and a couple of other contribution afterwards, but I noticed that my FAQ's are gone. They have disappeared from my info box.

 

Could this be because there is a limit in my info box? If so, is there a way that I can expand that accordingly?

 

I hope....

 

Thanks!

Posted

There is no size limit. More likely you copied over the version that had the FAQ link. I would just go back and merge the original changes back in (edit files rather than copying them).

 

Hth,

Matt

Always back up before making changes.

Posted

Ok, now I can't figure this out...

 

If you got into my FAQ's you will notice that my nav title is not showing the proper name.

 

I can't find where I should change this. I've looked at my english.php file in my catalog, but it seems to be set properly there... Anyone else shed some light?

 

Thanks!!!!

Posted

includes/languages/english/faq.php

define('NAVBAR_TITLE', 'Whatever you want it to say');

Hth,

Matt

Always back up before making changes.

Posted

I'm assuming that you want me to look in my catalog directory & not my admin directory. Well, the ironic thing is that I don't have a faq.php in my english directory....

 

I wondering if I'm missing a file or something.... The closest thing that I can come up with is this code

catalog/includes/languages/english.php:
-------------------------------------
// FAQ SYSTEM
define('BOX_FAQ', 'FAQ');
define('NAVBAR_TITLE', 'FAQ');
define('FAQ_HEADING_TITLE', 'FAQ');                  //changes by privacynet                            
define('BOX_INFORMATION_FAQ', Frequently Asked Questions);        //changes by privacynet


catalog/includes/boxes/information.php                //changes  by privacynet

 

Now, i have double checked this code in that particular directory & it's all there....

Posted

Where it uses NAVBAR_TITLE (probably in a breadcrumb->add), make sure that it doesn't have quotes around it, 'NAVBAR_TITLE'. The quotes would make it show the string rather than it's value.

 

Other than that, I don't know.

 

Hth,

Matt

Always back up before making changes.

Posted

One thing that I'm noticing is that when I upload the file back into the server, the file size isn't changing...

 

I'm assuming that could have an affect on it! The permission is currently set at 755, but I've also tried it at 777.

 

So, I have no idea.... I guess the only option left would be to contact my host & go from there....

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...