The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Details »» | |||||||||||||||||||||||||
UPDATE!!! NEW DOWNLOADFILE | 02. April 2001
Release vB Links 1.0 So here it is, the final version of my link hack is available to download. Here are some features for this version:
There are about 13 new templates and 2 new tables on the database which will be created over an easy installscript. How to install? Just download the attached file and unzip it, then open install.txt and follow the instructions. Need any help or find any bugs, please report them here. And don't hate me for the code, I tried my best! Future: As I like my script and need it anyway, there will be a next version of it, with more features. Some of the following features I am working on:
DOWNLOAD vB Links Hack 1.3 Show Your Support
|
Comments |
#72
|
|||
|
|||
This is a great idea, but needs a bit more fine-tuning...not to mention a full translation. Makes me wish I knew German.
Oh, another recommendation... Instead of this: Code:
<tr><td><hr></td></tr> <tr><td> <table width="100%" border="0" cellspacing="0" cellpadding="2"> <tr bgcolor="#3F3849"><td><font color="#BCB6CD"> <b>Links</b> </font></td></tr></table> <a href="../links/adminlinks.php?s=$session[sessionhash]&action=add"> Add</a> | <a href="../links/adminlinks.php?s=$session[sessionhash]&action=modify"> Modify</a> | <a href="../links/adminlinks.php?s=$session[sessionhash]&action=offline"> Approve </a><br> <font color="#BCB6CD"><b>Category</b></font><br> <a href="../links/adminlinks.php?s=$session[sessionhash]&action=addcat"> Add</a> | <a href="../links/adminlinks.php?s=$session[sessionhash]&action=modifycat"> Modify</a> | <a href="../links/adminlinks.php?s=$session[sessionhash]&action=ordercat"> Arrange</a><br><br> </td></tr> Code:
<tr><td><hr></td></tr> <tr><td> <table width="100%" border="0" cellspacing="0" cellpadding="2" id="navtable"> <?php maketableheader("Links"); ?> </table> <a href="../links/adminlinks.php?s=<?php echo $session[sessionhash]; ?>&action=add"> Add</a> | <a href="../links/adminlinks.php?s=<?php echo $session[sessionhash]; ?>&action=modify"> Modify</a> | <a href="../links/adminlinks.php?s=<?php echo $session[sessionhash]; ?>&action=offline"> Approve </a><br> <tr><td> <table width="100%" border="0" cellspacing="0" cellpadding="2" id="navtable"> <?php maketableheader("Link Categories"); ?> </table> <a href="../links/adminlinks.php?s=<?php echo $session[sessionhash]; ?>&action=addcat"> Add</a> | <a href="../links/adminlinks.php?s=<?php echo $session[sessionhash]; ?>&action=modifycat"> Modify</a> | <a href="../links/adminlinks.php?s=<?php echo $session[sessionhash]; ?>&action=ordercat"> Arrange</a><br> </td></tr> |
#73
|
|||
|
|||
This is a very nice hack !! Gratulation !!
But is time to tell you about my problems, i have install your hack and all parts of the installation looks like OK, but when i follow the Link to the Link-Page i get these Errors: Warning: Undefined index: HTTP_POST_VARS in c:\apache\htdocs\vbulletin\global.php on line 58 Warning: Undefined index: action in c:\apache\htdocs\vbulletin\global.php on line 58 Warning: Undefined index: action in c:\apache\htdocs\vbulletin\global.php on line 61 the rest of the Site looks OK !! Have you a Solution !!! Please help me quickly THX |
#74
|
||||
|
||||
Installed VB links all worked fine, but know if I click on a link within vb links it does not take me to the site in question but in fact back to the main page of vb links.
Whats going on and can anyone help? |
#75
|
|||
|
|||
Installed it and it works really well
http://www.visordown.com/forums/links 2 things I would like to know can we have a drop down box that can sort the links out ALPHABETICALLY ie A--------->Z can we have it so then email adress submitted, recieves an automatic email something like: Quote:
Any feedback would be great |
#76
|
||||
|
||||
okay it seems the upgrade to vB 2.0.2 and 2.0.3 wiped out some of this hacks templates which were added
I now only see 3 custom templates for this hack remaining links linksbits links_add links_counter the following templates have been wiped by the upgrade and can not be found hence the redirect to the front page when i click one of the banner links linkspages links_category links_emailsub_newsite links_email_newsite links_redirect_add links_forumlink links_redirect_url links_upload links_upload_done |
#77
|
|||
|
|||
eva2000,
Each time you upgrade your forum software, you need to re-install the links installation script and run the script all over again. I've had to do this each time I upgraded my forums and just did it last night. Good luck. |
#78
|
||||
|
||||
can´t agree with that. I´m running this hack since beta 5 now without any reinstall
|
#79
|
|||
|
|||
I changed the templates and made them "Custom Templates".
Now when I upgrade VB there is no need to redo everything, apart from the admin part. I've also made a few other changes that make it more in keeping with the feel of VB itself. The category select auto jumps, and remembers where you have jumped to. (code taked from VB itself) Also made the buttons the default "Go" ones from VB. Added a "New Link" button Changed the tables to look more VB like. You can have a look at http://www.ckcsforums.com/links.php If any of you want the changes needed for the Auto Jump/Remember here it is: about line 81 find: PHP Code:
PHP Code:
Code:
<option value="$link_category[id]" $optionselected>$link_category[name]</option> Code:
<select name="category"> Code:
<select name="category" onchange="window.location=('links.php?funktion=bereich&category='+this.options[this.selectedIndex].value)"> |
#80
|
|||
|
|||
Nice changes Delhaze.
Has anyone thought about adding the ability to run the categories through the forum permissions settings so certain categories could be private? |
#81
|
|||
|
|||
I still would love to see:
need to get good at PHP ! |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|