o0Hubba0o
04-14-2007, 10:00 PM
As per my own request here (https://vborg.vbsupport.ru/showthread.php?t=127389).
Plug-in works with 3.7
This is a very basic, it is a file edit however. Basically once you have a lot of products installed the add/import product link is at the bottom of the page and I wanted it on top so I didn't have to scroll down or move the page all the way down. Well I finally found it lol.
What I did was just add another link at top and left the other one at the bottom, this will be my first time submitting an edit of my own here so play nice. ;) If anythings missing or wrong please let know.
EDIT: Before going on, Survivor posted a plug-in in this post (https://vborg.vbsupport.ru/showpost.php?p=1228039&postcount=3), I've added to my instructions in a zip file, but the plug-in makes it a lot easier. Thanks tons Survivor, I've really got to sit and look into the plug-in/product system so I can that in the future lol.
In forums/admincp open your plugin.php
FIND (at top):
{
print_cp_header($vbphrase['plugin_products_system']);
}
AFTER ADD:
echo '<p align="center">' . construct_link_code($vbphrase['add_import_product'], "plugin.php?" . $vbulletin->session->vars['sessionurl'] . "do=productadd") . '</p>';
This will add this...:
http://img.photobucket.com/albums/v496/HubbasBedroom/forum/importlinkbot.gif
....up here too:
http://img.photobucket.com/albums/v496/HubbasBedroom/forum/importlinktop.gif
Plug-in works with 3.7
This is a very basic, it is a file edit however. Basically once you have a lot of products installed the add/import product link is at the bottom of the page and I wanted it on top so I didn't have to scroll down or move the page all the way down. Well I finally found it lol.
What I did was just add another link at top and left the other one at the bottom, this will be my first time submitting an edit of my own here so play nice. ;) If anythings missing or wrong please let know.
EDIT: Before going on, Survivor posted a plug-in in this post (https://vborg.vbsupport.ru/showpost.php?p=1228039&postcount=3), I've added to my instructions in a zip file, but the plug-in makes it a lot easier. Thanks tons Survivor, I've really got to sit and look into the plug-in/product system so I can that in the future lol.
In forums/admincp open your plugin.php
FIND (at top):
{
print_cp_header($vbphrase['plugin_products_system']);
}
AFTER ADD:
echo '<p align="center">' . construct_link_code($vbphrase['add_import_product'], "plugin.php?" . $vbulletin->session->vars['sessionurl'] . "do=productadd") . '</p>';
This will add this...:
http://img.photobucket.com/albums/v496/HubbasBedroom/forum/importlinkbot.gif
....up here too:
http://img.photobucket.com/albums/v496/HubbasBedroom/forum/importlinktop.gif