Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Sorry file does't exist.


batteryrat

Recommended Posts

###########################################################

4.Perform the folowing command at .\catalog if on a unix shell :

ln -s includes/modules/phpbb2/templates/ templates

Or 

just replicate the folder includes/modules/phpbb2/templates/ to /catalog/.

This creates a virtual folder to where templates are really and is 
important as allow to install other templates without any modifications.
If you dont have access to unix, it should be possible to implement using a the 
modwrite engine at .htaccess. Or just replicate the folder includes/modules/phpbb2/templates/ to /catalog/.
###########################################################

 

im guessing thats copy and patse the templates dir to the cata dir?

Vertical Climb watch me loose grip an plumit!!

Link to comment
Share on other sites

###########################################################
7. CREATE FILE for each language in in catalog\includes\languages\_name_\bb_index.php
###########################################################


<?php
// #CHAVEIRO16# BEGIN PHPBB2 
define('NAVBAR_TITLE', 'Forum');
define('HEADING_TITLE', 'Forum');
// #CHAVEIRO16# END PHPBB2 
?>

###########################################################
8. ADD for each language catalog\includes\languages\_name_.php 
###########################################################

before:
?>

add:

// #CHAVEIRO16# BEGIN PHPBB2 
define('HEADER_TITLE_BBMODULES', 'Forum');
// #CHAVEIRO16# END PHPBB2

 

and this is because im all english

 

###########################################################

7. CREATE FILE for each language in in catalog\includes\languages\english\bb_index.php

###########################################################

 

 

<?php

// #CHAVEIRO16# BEGIN PHPBB2

define('NAVBAR_TITLE', 'Forum');

define('HEADING_TITLE', 'Forum');

// #CHAVEIRO16# END PHPBB2

?>

 

###########################################################

8. ADD for each language catalog\includes\languages\english.php

###########################################################

 

before:

?>

 

add:

 

// #CHAVEIRO16# BEGIN PHPBB2

define('HEADER_TITLE_BBMODULES', 'Forum');

// #CHAVEIRO16# END PHPBB2

Vertical Climb watch me loose grip an plumit!!

Link to comment
Share on other sites

###########################################################
18. run upmysql.php
###########################################################

 

 

what do you do in there hit the button in the middle?

because that all im able to do?

Edited by batteryrat

Vertical Climb watch me loose grip an plumit!!

Link to comment
Share on other sites

one more thing is this a myphpadmin thingo or is it bad english?

###########################################################
19. in OSC mysql , phpbb2_users table
###########################################################
(you must create account form OSC)
(setup Administrator user_level )

  user_id  user_level  1  

 

?

Vertical Climb watch me loose grip an plumit!!

Link to comment
Share on other sites

I found that my hyper link points to the wrong place its

 

/modules.php?op=modload&name=phpbb2&file=index.php

 

and my link is

/modules.php/op/modload/name/phpbb2/file/index.php?sid=36778c02cab3ea6037e0e40f9defcdea

 

but how do i change this dam its a hard one i no please help!

Vertical Climb watch me loose grip an plumit!!

Link to comment
Share on other sites

usually contributions have a support thread where authors/participants track the topics and can reply fast. the phpbb thread as I understand is here

http://www.oscommerce.com/forums/index.php?showtopic=94423

 

I know this phpbb forum contrib works because I run it with my shop.

 

Install the phpmyadmin (very important for all contributions and shop management)

- for the hyperlinks you have safe urls on as it seems and the module.php file has some hard-coded address.

 

because this address you posted here

modules.php?op=modload&name=phpbb2&file=index.php

is correct

 

also run upmysql.php

means you place that file into your catalog dir and then your run it with your browser much like you do when you visit a particular page of your shop with a browser.

 

Post your question in the support thread (one thing at a time) The install instructions do not give many details but if you post on the right place you get more chances for help.

Link to comment
Share on other sites

  • 11 months later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...