Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Contrib & Bookmark - linking to forum or contrib


disciple1

Recommended Posts

Hi

 

I just downloaded and installed this contribution. Nice work. It will be very helpful I am sure. It seems to me that I read in another thread (which I can't seem to find) that this contrib actually found existing contribs and added them. It did not do that with my install. (no big deal, I can enter them)

 

My question is this. When I click on the forum thread link or the contrib link it attempts to find that link on my site rather than going to the osc site. How can I go about changing this OR have I done something wrong in the install?

 

Thanks

 

Rick

All that is not eternal is eternally useless.

Link to comment
Share on other sites

did you imported the .sql file completely ??

 

I guess not...

 

you missed

 

INSERT INTO configuration (configuration_id, configuration_title, configuration_key, configuration_value, configuration_description, configuration_group_id, sort_order, last_modified, date_added, use_function, set_function) VALUES ('', 'Forum Link', 'TEXT_LINK_FORUM', 'http://www.oscommerce.com/forums/viewtopic.php?', 'Used for Version Control & Bookmark MODULE for Contributions', 5000, NULL, '2003-04-02 05:48:45', '2003-04-02 05:48:45', NULL, NULL);

INSERT INTO configuration (configuration_id, configuration_title, configuration_key, configuration_value, configuration_description, configuration_group_id, sort_order, last_modified, date_added, use_function, set_function) VALUES ('', 'URL to the Contributions', 'TEXT_LINK_CONTR', 'http://www.oscommerce.com/community/contributions,', 'Used for Version Control & Bookmark MODULE for Contributions', 5000, NULL, '2003-04-02 05:52:22', '2003-04-02 05:52:22', NULL, NULL);

INSERT INTO configuration_group (configuration_group_id, configuration_group_title, configuration_group_description, sort_order, visible) VALUES (5000, 'Misc.', 'other configs', 20, 1);

Robert

 

We all need to learn it once, how hard it may seem when you look at it, also you will master it someday ;)

Link to comment
Share on other sites

Hi

 

I just downloaded and installed this contribution. Nice work. It will be very helpful I am sure. It seems to me that I read in another thread (which I can't seem to find) that this contrib actually found existing contribs and added them. It did not do that with my install. (no big deal, I can enter them)

 

My question is this. When I click on the forum thread link or the contrib link it attempts to find that link on my site rather than going to the osc site. How can I go about changing this OR have I done something wrong in the install?

 

Thanks

 

Rick

 

Thank you for your compliments, i have got a lot of time in this one by now and still its ready for more options...

 

It does not read your (existing) installed contributions 'yet' because it's a brand new contribution, i want to make it this way but then it has to be a standard that the contribution creators include a .sql line to their uploads

 

I hope i can get the osC TEAM

 

But hey i just made & released it, time will tell ;)

Robert

 

We all need to learn it once, how hard it may seem when you look at it, also you will master it someday ;)

Link to comment
Share on other sites

OK, I thought I got it all. I usually follow directions pretty well.

 

I did not notice the includes at the top of the "add to database" file. I just paid attention to the new tables and includes for them. I have added the includes on top and it works fine.

 

I'll have to be a little more careful.

 

Thanks

 

Rick

All that is not eternal is eternally useless.

Link to comment
Share on other sites

thats why 'we' creators put it in a .sql file so you can import it all at once....lol

 

and not copy/paste it...hehe

 

you made me smile again

Robert

 

We all need to learn it once, how hard it may seem when you look at it, also you will master it someday ;)

Link to comment
Share on other sites

missing install information in version 0.1.2

 

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

# add to admin/includes/languages/english/installed_contribution.php

==== == = === = === === == ==== == ==== ===



define('TABLE_HEADING_NAME', 'Name');

define('TABLE_HEADING_STATUS', 'Status');

define('TABLE_HEADING_ACTION', 'Action');

define('TEXT_CONFIG_STATUS', 'Status'); 

define('TEXT_DISPLAY_NUMBER_OF_RECORDS', ' Records ');

Robert

 

We all need to learn it once, how hard it may seem when you look at it, also you will master it someday ;)

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

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...