BETA:Version Control & Bookmark MODULE for Contributions
#41
Posted 09 February 2004 - 08:43 AM
The funny thing is creating a contribution is not too difficult but to REWRITE it for an original version is the hard part, after that everyone is killing you to make it work for version 0.1 to 999.34x of whatever oscommerce version...lol
Thanks again
#42
Posted 17 February 2004 - 09:41 AM
Best way to track what you have done in case something goes wrong.
This contrib borders on being a Change Control System.
Anyway, the reason i'm posting.
on the installed_contributions_help.php page
there are escape characters in the html area, ex.. href=\"
so if you click the link, it prefixes the web server address before the link.
also, may want to change the url path to either do a database lookup of the forum_ref and forum number, or hardcode http://forums.oscommerce.com/index.php?showtopic=39757&st=30 into installed_contributions_help.php
i went ahead and put the link in mine since it should not change...at least not often...=)
Thanks, I appreciate this contribution...!!!
#43
Posted 15 March 2004 - 05:16 PM
I just installed this contribution last night. Everything seems to be up and running however I must have done something wrong. I can insert contributions, no problems, however if I try to edit them I get a long TEP error. Have any idea what dumb thing I did? Other than that I love the contribution, I just hope I maintain it.
Any help would be greatly appreciated.
Thanks for all you hard work.
Teresa
#44
Posted 19 March 2004 - 03:12 PM
I have added a small contribution that makes the status switch in 'Version Control & Bookmark MODULE for Contributions' dynamically turn on and off the contribution.
It does require a little PHP knowledge but not much.
It can be found here...
Contribution Switch
I use it for things like infoboxes and some of the less intrusive features but it should be usable with any feature.
#45
Posted 23 March 2004 - 08:39 AM
SirLeo, on Feb 8 2004, 09:01 PM, said:
However, I made these modifications to your files
In /admin/installed_contributions.php
Changed:
('installed_contributions_help.php','ic','400','600','center','front')
To:
('installed_contributions_help.php','ic','600','400','center','front')
Robert: This is a great mod!
SirLeo: Thanks for the change!
#46
Posted 09 June 2004 - 09:23 AM
It seems that the '[Forum Thread]' (links to contrib forum thread) doesnt work anymore?!
Today [Forum Thread] links to http://forums.oscommerce.com/viewtopic.php...
but as the honoured viewers can see in the browssers adressline above it should be
http://forums.oscommerce.com/index.php?showtopic=...
Or do I miss something?
#47
Posted 09 July 2004 - 03:30 AM
LTNS. Been away for a while.
Just wanted to share an improvement on this contribution.
Situation:
After you add a contrib to the list, when you set the contrib active, you get a listing of the records. If you want to add another item, you have to click the link on the left to get to the default page for contrib control before you can add another contrib to the list. I made a modification to allow insertion of a new item after activating most recent.
Modification:
In installed_contributions.php
FIND:
<?php
if (!$HTTP_GET_VARS['action']) {
?>
<tr>
<td colspan="2" align="right"><?php echo '<a href="' . tep_href_link(FILENAME_INSTALLED_CONTRIBUTIONS, 'action=new') . '">' . tep_image_button('button_insert.gif', IMAGE_INSERT) . '</a>'; ?></td>
</tr>
Above the <?php
INSERT:
<tr>
<td colspan="2" align="right"><?php echo '<a href="' . tep_href_link(FILENAME_INSTALLED_CONTRIBUTIONS, 'action=new') . '">' . tep_image_button('button_insert.gif', IMAGE_INSERT) . '</a>'; ?></td>
</tr>
This modification will provide an insert button on the page.
This perhaps may not be the best method, but it works and is simple.
=)
Edited by SirLeo, 09 July 2004 - 03:32 AM.
#48
Posted 01 November 2004 - 10:05 PM
PopTheTop
Published osC Contributions:
- eCheck Payment Module v3.1
- Reviews in Product Display v2.0
- Fancier Invoice & Packingslip v6.1
- Admin Notes / Customer Notes v2.2
- Customer Zip & State Validation v2.2
- Search Box with Dropdown Category Menu v1.0
Pop your camper's top today!
It's a popup thing...
You wouldn't understand
#49
Posted 02 November 2004 - 03:47 AM
Set Active / Active
Set Inactive / Inactive
Set Bookmarked / Bookmarked
What do these actually do? Why would I want to Bookmark it?
PopTheTop
Published osC Contributions:
- eCheck Payment Module v3.1
- Reviews in Product Display v2.0
- Fancier Invoice & Packingslip v6.1
- Admin Notes / Customer Notes v2.2
- Customer Zip & State Validation v2.2
- Search Box with Dropdown Category Menu v1.0
Pop your camper's top today!
It's a popup thing...
You wouldn't understand
#50
Posted 05 November 2004 - 05:23 AM
I now have 2 pages listed. When you go to the 2nd page, the box on the right disappears. When you click on one of the listed entries, then the box on the right appears.
How can this be fixed to display the box as soon as you get to other pages?
-----------
Also, I do not have a count at the lower left corner where it should state XX Records. It just says Records. How can I fix this?
This is the code calling it in the php file:
<tr> <td class="smallText" valign="top"><?php echo $admin_query_split->display_count($admin_query_query_numrows, MAX_DISPLAY_SEARCH_RESULTS, $HTTP_GET_VARS['page'], TEXT_DISPLAY_NUMBER_OF_RECORDS); ?></td> <td class="smallText" align="right"><?php echo $admin_query_split->display_links($admin_query_query_numrows, MAX_DISPLAY_SEARCH_RESULTS, MAX_DISPLAY_PAGE_LINKS, $HTTP_GET_VARS['page'], 'sID=' . $sInfo->contr_id . '&sort=' . $HTTP_GET_VARS['sort']); ?></td> </tr>
PopTheTop
Published osC Contributions:
- eCheck Payment Module v3.1
- Reviews in Product Display v2.0
- Fancier Invoice & Packingslip v6.1
- Admin Notes / Customer Notes v2.2
- Customer Zip & State Validation v2.2
- Search Box with Dropdown Category Menu v1.0
Pop your camper's top today!
It's a popup thing...
You wouldn't understand
#51
Posted 16 November 2004 - 04:50 AM
In the listed info box on the right where the EDIT button is, at the top of that box where it states: Last update: xx/xx/xxxx
EVERY listed contribution states this: Last update: 10/03/2036
As you can see, the date is not correct, is there a fix for this?
PopTheTop
Published osC Contributions:
- eCheck Payment Module v3.1
- Reviews in Product Display v2.0
- Fancier Invoice & Packingslip v6.1
- Admin Notes / Customer Notes v2.2
- Customer Zip & State Validation v2.2
- Search Box with Dropdown Category Menu v1.0
Pop your camper's top today!
It's a popup thing...
You wouldn't understand
#52
Posted 16 November 2004 - 05:12 AM
PopTheTop
Published osC Contributions:
- eCheck Payment Module v3.1
- Reviews in Product Display v2.0
- Fancier Invoice & Packingslip v6.1
- Admin Notes / Customer Notes v2.2
- Customer Zip & State Validation v2.2
- Search Box with Dropdown Category Menu v1.0
Pop your camper's top today!
It's a popup thing...
You wouldn't understand
#53
Posted 18 November 2004 - 03:27 AM
Displaying 1 through 20 of 45 records
Right now, it only displays the word Records
To fix it...
Open admin_notes.php language file.
Look for the following line:
define('TEXT_DISPLAY_NUMBER_OF_RECORDS','
Change that whole line to this...
define('TEXT_DISPLAY_NUMBER_OF_RECORDS','Displaying <b>%d</b> through <b>%d</b> of <b>%d</b> installed contributions');
PopTheTop
Published osC Contributions:
- eCheck Payment Module v3.1
- Reviews in Product Display v2.0
- Fancier Invoice & Packingslip v6.1
- Admin Notes / Customer Notes v2.2
- Customer Zip & State Validation v2.2
- Search Box with Dropdown Category Menu v1.0
Pop your camper's top today!
It's a popup thing...
You wouldn't understand
#54
Posted 08 April 2005 - 03:07 PM
can anyone tell me to deactivate the "Green Text Contribution" befor the Contrib
Contribution
Thanks Marcus
#55
Posted 09 April 2005 - 03:55 AM
hacknix, on Apr 8 2005, 09:07 AM, said:
can anyone tell me to deactivate the "Green Text Contribution" befor the Contrib
Contribution
Thanks Marcus
Green text??? What are you talking about???
PopTheTop
Published osC Contributions:
- eCheck Payment Module v3.1
- Reviews in Product Display v2.0
- Fancier Invoice & Packingslip v6.1
- Admin Notes / Customer Notes v2.2
- Customer Zip & State Validation v2.2
- Search Box with Dropdown Category Menu v1.0
Pop your camper's top today!
It's a popup thing...
You wouldn't understand
#56
Posted 29 April 2005 - 02:35 PM
#57
Posted 29 April 2005 - 02:53 PM
PopTheTop
Published osC Contributions:
- eCheck Payment Module v3.1
- Reviews in Product Display v2.0
- Fancier Invoice & Packingslip v6.1
- Admin Notes / Customer Notes v2.2
- Customer Zip & State Validation v2.2
- Search Box with Dropdown Category Menu v1.0
Pop your camper's top today!
It's a popup thing...
You wouldn't understand
#58
Posted 29 April 2005 - 02:56 PM
hacknix, on Apr 8 2005, 03:07 PM, said:
can anyone tell me to deactivate the "Green Text Contribution" befor the Contrib
Contribution
Thanks Marcus
In this file
##########################################################
# add to admin/includes/boxes/configuration.php
where you changed the following delete the font tag <font color=green> and the end tag </font>
FIND:
while ($configuration_groups = tep_db_fetch_array($configuration_groups_query)) {
$cfg_groups .= '<a href="' . tep_href_link(FILENAME_CONFIGURATION, 'gID=' . $configuration_groups['cgID'], 'NONSSL') . '" class="menuBoxContentLink">' . $configuration_groups['cgTitle'] . '</a><br>';
}
ADD AFTER:
// BOF Version Control & Bookmark MODULE for Contributions 0.1
$cfg_groups .= '<a href="' . tep_href_link(FILENAME_INSTALLED_CONTRIBUTIONS, '', 'NONSSL') . '" class="menuBoxContentLink"> <font color=green> <b>Contributions</b> </font> </a>';
// EOF Version Control & Bookmark MODULE for Contributions 0.1
#59
Posted 09 August 2009 - 08:44 PM









