Results 1 to 15 of 106
Page 1 of 8
FirstFirst 1 2 3 ... LastLast

Thread: [Release vB Links 1.0 | vB2bx

  1. #1
    Senior Member The_Sisko is on a distinguished road The_Sisko's Avatar
    Join Date
    Jun 2000
    Location
    Hamburg, Germany
    Age
    31
    Posts
    382
    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:
    • showing links with the following information: Name, URL, Email, Banner, Banner ALT Text, Description, Forumlink, Hitcounter (outgoing), Categories
    • main page shows all links, but you can: a:sort by category and b:search for a site
    • registrated user can add new links, but admin or mod must confirm the links in the CP
    • an email is sent to you when there is a new link to approve
    • Links can be ordered over pages. Limit for links per page can be set
    • outgoing links will be redirect over a redirect page with information that you're leaving the forum...and outgoing counter will be set plus 1
    • Category is show on each link
    • CP: you can easy add new site on your own or edit a site
    • CP:can add or edit categories
    • CP: Categories can be reordered
    • CP:confirm and edit new sites
    • CP:upload banners to let them load faster
    More:
    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:
    • New startpage with a overview of all categories and the ability to add subcategories as well
    • automatic post of a new post in a specific. thread when admin / mod approved a link
    • logging user who's add the link (its easy but don't had the time for this version
    • categories and subcategories in Navbar
    • get used of the vB rate feature and try to integrate it
    • code clean up
    • better translation
    • and more...
    INstall and upgrade
    • For those of you who will install the script the first time, just download the attached file and read firsttime_install.txt.
    • For those of you who allready updated the templates, just reupload "links.php" and do step 1. and 2. in upgrade_install.txt, and also open CP and add the links_redirect_add & links_redirect_url template which is attached to this message. This will fix all your probs
    • For those fo you who do not change the templates yet, but installed the hack, just do whats in upgrade_install.txt


    DOWNLOAD vB Links Hack 1.3
    Last edited by The_Sisko; Mon 2nd Apr '01 at 6:50pm.
    The Sisko
    SciFi-Forum.de
     

  2. #2
    Member Charon is on a distinguished road
    Join Date
    Dec 2000
    Posts
    92
    he dude thx awesome hack really usefull ;-)
     

  3. #3
    Member marl is on a distinguished road
    Join Date
    Mar 2001
    Location
    Italy
    Age
    31
    Posts
    38
    i will try this tomorrow
    one thing i will need asap is subcategories.....when you plan to do this?
    if it's far i will do myself....lemme know

    thanks for now!
     

  4. #4
    Senior Member The_Sisko is on a distinguished road The_Sisko's Avatar
    Join Date
    Jun 2000
    Location
    Hamburg, Germany
    Age
    31
    Posts
    382
    Attached a new download file! Just some hardcoded german I forgot! If you allready installed it, just reupload the adminlinks.php
    The Sisko
    SciFi-Forum.de
     

  5. #5
    New Member n3n is on a distinguished road
    Join Date
    Mar 2001
    Location
    Korea
    Age
    35
    Posts
    28
    works great!
    easy installation!!
    Great job! thanks very much..
     

  6. #6
    Member dubucm is on a distinguished road
    Join Date
    Mar 2001
    Age
    29
    Posts
    48
    where can we see a online demo ?
    ______________________________
    Martin DUBUC
    Vbulletin-France.com Team
    La Releaz' 100% French !
     

  7. #7
    Member marl is on a distinguished road
    Join Date
    Mar 2001
    Location
    Italy
    Age
    31
    Posts
    38
    shouldn't be more "clean" to change 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?action=add"> Add</a> | 
    <a href="../links/adminlinks.php?action=modify"> Modify</a> | 
    <a href="../links/adminlinks.php?action=offline"> Approve </a><br>
    <font color="#BCB6CD"><b>Category</b></font><br>
    <a href="../links/adminlinks.php?action=addcat"> Add</a> | 
    <a href="../links/adminlinks.php?action=modifycat"> Modify</a> | 
    <a href="../links/adminlinks.php?action=ordercat"> Arrange</a><br><br>
    </td></tr>
    to
    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>
    ?
     

  8. #8
    Senior Member The_Sisko is on a distinguished road The_Sisko's Avatar
    Join Date
    Jun 2000
    Location
    Hamburg, Germany
    Age
    31
    Posts
    382
    @ marl : RIGHT I forgot about that!!!

    FOR ALL OF YOU WHO INSTALLED THE SCRIPT ALLREADY, please update your templates by downloading the attached templates and add them manually!!!

    How do you know you need to change it!? Lets say if you installed the script before 30min after midnight on monday April 2. CET!
    Last edited by The_Sisko; Sun 1st Apr '01 at 7:40pm.
    The Sisko
    SciFi-Forum.de
     

  9. #9
    Senior Member The_Sisko is on a distinguished road The_Sisko's Avatar
    Join Date
    Jun 2000
    Location
    Hamburg, Germany
    Age
    31
    Posts
    382
    I apologize for all the mistakes I made and promise to make an update script for those you already installed it.
    Also will make an upgrade script for all the other think that will come up! Its my first hack so please forgive me!
    The Sisko
    SciFi-Forum.de
     

  10. #10
    Senior Member Sarge is on a distinguished road
    Join Date
    Oct 2000
    Posts
    282
    Great Hack!
    They should add this to the next beta!
     

  11. #11
    Senior Member snyx has disabled reputation snyx's Avatar
    Join Date
    Aug 2000
    Location
    Vancouver, BC, Canada (whistler.2010)
    Posts
    1,073
    is it in english man?
     

  12. #12
    Member mkilty is on a distinguished road
    Join Date
    Feb 2001
    Posts
    57
    When I installed/upgraded the new templates the category: all sites just brings up top site only.

    Also the url that people put in like www.smith.com won't work instead the http:// prefix has to be added. Just another step in the link addition to worry about.

    I like the hack though....good job.
     

  13. #13
    New Member n3n is on a distinguished road
    Join Date
    Mar 2001
    Location
    Korea
    Age
    35
    Posts
    28
    Originally posted by snyx
    is it in english man?
    yes it's in english..
     

  14. #14
    Member TigerLily is on a distinguished road
    Join Date
    Oct 2000
    Location
    Never never land
    Age
    39
    Posts
    84

    Cool!

    This is really cool, The_Sisko! Congrats- what a great first hack. Thanks for sharing it with us! This is a really neat idea- I'm wondering if it's possible to do other kinds of databases like this besides just links, such as a recipe database. I've got a very active group of moms who like to cook, and they would go nuts over a database where they could add their recipes!
    TigerLily
     

  15. #15
    Member marl is on a distinguished road
    Join Date
    Mar 2001
    Location
    Italy
    Age
    31
    Posts
    38
    Originally posted by mkilty

    Also the url that people put in like www.smith.com won't work instead the http:// prefix has to be added. Just another step in the link addition to worry about.
    add this:
    PHP Code:
    if (!eregi("http://",$url)) $url "http://".$url
    under:
    PHP Code:
    $time time(); 
     

Page 1 of 8
FirstFirst 1 2 3 ... LastLast

Similar Threads

  1. HOT-LINKS! (redirect links) - this would give VB tons of extra users!
    By hdtvoice in forum vBulletin Suggestions and Feedback
    Replies: 27
    Last Post: Mon 5th Apr '04, 3:15pm
  2. Change image links to text links?
    By Mike Warner in forum vBulletin Templates, Graphics & Styles
    Replies: 1
    Last Post: Sat 15th Sep '01, 1:21pm
  3. Replies: 25
    Last Post: Mon 6th Aug '01, 2:17am
  4. Replies: 31
    Last Post: Mon 30th Jul '01, 6:04pm

Bookmarks

Posting Permissions

Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts