php forum
php mysql forum
php mysql smarty
 
Page 1 of 21 1 2 3 ... 20 21 >
Topic Options
#247700 - 05/26/03 09:00 AM TLD Bv2.1 Released - Threads Links Directory
fishtails Offline
Enthusiast

Registered: 06/19/02
Posts: 307
Loc: Fernandina Beach, FL
Edit Note: I updated the file to reflect Omegatrons html corrections. Thanks Chuck. <br /> <br />Sorry it took so long. Note: Language files are not complete for this release. <br /> <br />BETA Version 2 - New Features: <br /> <br />Search Links - search in/for links <br />Popular Links - based on number of hits - admin chooses how many hits before becoming popular <br />Newest Links - Admin chooses number of links to display on latest links page <br />Ratings and top rated - allow member only or anyone to rate a script. Top Rated views - admin chooses number to display <br />My Favorites - members 'bookmark' links from the database in their Favorite Links <br />Admin receives email when link is submitted <br />Admin submissions are automatically approved <br />After submission a link to add another is provided <br />Categories may be edited <br />Main categories may be sorted in the order you want <br />Instructions and Configuration: <br /> <br />Open links.php in a text editor of your choice. Note pad does just fine. On or around line 38 find the following variables and set the the way you want: <br /> <br />// Define a few config variables <br /> <br />$CatColumns = 4; // number of columns for category display from 1 to infinity / suggested number is 4 <br />$AllowAnon = 'yes'; // allow anonymous to suggest links? yes or no <br />$popular = 10; // how many hits before a site is considered popular <br />$newest_links = 10; // how many new links to display in most recent links <br /> <br />Once you have these defined, upload the files to your Ubbthreads directory. BACK UP your files and database. ( If you are upgrading from v1.o, it is suggested that you delete all TLD v1.0 files and upload the new ones. There are numerous changes and new files, as well as some files (a few template files) have been deleted. The database has also changed. ) <br />Add a link to your menu to go to http://yourdomain.com/your_threads_install/links.php . Be sure you are logged in as admin. There will be a link to the links admin script. When clicked on you will find links to either upgrade from Beta 1.0 or new install. Click the appropriate link. If everything goes well, you are now ready to create categories and add links. That's it. Any problems, bugs found or fixed, or suggestions please use this thread. Thanks. <br /> <br />Basically, the sequence of adding links is as follows. <br /> <br />Admin creates a category <br />A user browses to the category he/she wishes to add their link and clicks the Submit Link button from that category. <br />When the user submits the link, the script will check to make sure that the form is filled out completely, that the email address is of the correct format, that the url is of the correct format, and validates the url to make sure it is not a dead link. If everything is OK, then the link is entered into the database (but can not be seen in the links directory yet), otherwise the submitter gets an error message. <br />After the link has been submitted, the admin has to approve the submission. The Admin can check the link for appropriate content for their link content requirements / rules, if any. <br />The admin adds the link, edits the link or deletes it from the database. <br />Users can now see the link in the directory if it was added. <br /> <br /> <br />Enjoy TLD, and please report bugs or problems in this thread, as well as any suggestions or comments. Thanks. The other TLD thread may be locked or deleted. <br /> <br />Mark <br /> <br />Note: <br /> <br />Versions: <br />(v1.5 - released 5/26/2003) - Original release by Mark <br />(v1.8 - released 8/23/2004) - Updated release with bugfixes and features added by ekempter <br />(v1.8.1 - released 10/10/2004) - Updated release with bugfixes for 6.5 by josh <img src="/forum/images/graemlins/smile.gif" alt="" /> <br />(v1.8.3 - released 07/20/2005) - a few small bugfixes <img src="/forum/images/graemlins/smile.gif" alt="" /> <br />(v2 - released 08/01/2005) - search function added by ekempter + a few small bugfixes <img src="/forum/images/graemlins/smile.gif" alt="" /><br />(v2.1 - Released 12/04/2005) - updated to work with 6.5.2 and a few small bugfixes <img src="/forum/images/graemlins/smile.gif" alt="" />


Attachments
81980-links15.zip (433 downloads)



Edited by AllenAyres (12/26/05 03:32 AM)

Top
#247701 - 05/26/03 09:59 AM Re: TLD Bv1.5 Released - Threads Links Directory [Re: ]
PhotoPost Offline
Hacker

Registered: 02/03/02
Posts: 989
http://www.viperalley.com/links.php?op=Links<br /><br />Added it here.<br /><br />Noticed that when you click SUBMIT LINK it doesnt pick up the category you are browing automatically. It's blank; previously it picked the category you were in.<br /><br />Other than that, so far so good.<br /><br /><br /><br />
_________________________
[]http://www.danasoft.com/vipersig.jpg[/]
Viper Alley - http://www.viperalley.com
Extreme Fitness - http://www.extremefitness.com[/b]

Top
#247702 - 05/26/03 01:19 PM Re: TLD Bv1.5 Released - Threads Links Directory [Re: gailg]
Ian_W Offline

Veteran

Registered: 02/22/02
Posts: 2575
Loc: England
<img src="/forum/images/graemlins/waytogo.gif" alt="" /> will give this a shot <img src="/forum/images/graemlins/smile.gif" alt="" />
_________________________
Fans Focus - Focusing on Fans of Sport

(Okay - mainly football (the British variety wink at the moment - but expanding all the time....)

Top
#247703 - 05/26/03 01:25 PM Re: TLD Bv1.5 Released - Threads Links Directory [Re: ]
BWilliams_dup1 Offline
Member

Registered: 03/09/03
Posts: 171
Loc: Southern California
I got it up and going also. This is a great addition and just in time as the members of my site were requesting a links page <img src="/forum/images/graemlins/smile.gif" alt="" /> <img src="/forum/images/graemlins/smile.gif" alt="" /><br /><br />Check it out: www.socaps.com/ubbthreads/links.php

Top
#247704 - 05/26/03 01:46 PM Re: TLD Bv1.5 Released - Threads Links Directory [Re: vajraman]
omegatron Offline
Member

Registered: 04/05/01
Posts: 3440
Loc: abingdon,md
Mark, <br /> <br /> Great Work by the way now on to the issue. <img src="/forum/images/graemlins/wink.gif" alt="" /> <br /> <br /> <br /> Okay I use tablewrappers on my site so it is real easy for me to see HTML issues and errors. I have reworked all the files with the proper HTML table close etc etc. There were some stray and missing tags no biggy. If you look at the files you will probally smack yourself in the head going why did I do that. <img src="/forum/images/graemlins/wink.gif" alt="" /> I love it man this is a great addition way better than the beta 1.0 version. Anyway the version above will fix all problems and I went through and changed all <B> tags to <b> for XHTML compliance so you will validate. I may have missed a validation issue here or there but your good to go.


Attachments
81992-Links15.ZIP (201 downloads)

_________________________
Chuck S

DIVE IN AND VISIT ME:

Omegatron\'s Reefs

Administrator at ReefTalk

Top
#247705 - 05/26/03 02:02 PM Re: TLD Bv1.5 Released - Threads Links Directory [Re: sf49rminer]
fishtails Offline
Enthusiast

Registered: 06/19/02
Posts: 307
Loc: Fernandina Beach, FL
I knew there were going to be some html issues, but I've been so slow getting this out I wanted to at least get a beta out with all the new features so y'all would know where I was at with it. Also, if I was going in the wrong direction, I didn't want to get too far ahead of myself and then have to go back and re-work a lot of stuff. Chuck, is the only thing you changed html? I haven't downloaded it to check it out yet 'cause we just got back from the beach and we're in the middle of a pool party/picnic. <img src="/forum/images/graemlins/laugh.gif" alt="" /> <br /> <br />Did anyone have any problems with the install or upgrade? I think the My Favorites will fit right in with the new My Home that PhotoPost has made up. Just a matter of making the calls. Which reminds me, I am planning on implementing a little addition to the My Favorites. Basically, what I am looking at is members can add links from the TLD to their favorites, but let's say they want to add some personal links to their favorites that don't belong in the TLD categories provided by the site admin. Follow where I'm going with this? A member clicks the add to favorites link from TLD, but he's got a couple of personal links he/she wants to add to their list. Bingo, bango, they can add their own link to their favorites, and doesn't disrupt the actual TLD links? If I am confusing please let me know. Sometimes I confuse myself. <img src="/forum/images/graemlins/laugh.gif" alt="" /> <img src="/forum/images/graemlins/laugh.gif" alt="" /> <img src="/forum/images/graemlins/laugh.gif" alt="" /> <br /> <br />Back to the party.....................
_________________________
Fish or Cut Bait! http://www.fish-tails.net

[:"red"]Air traffic control? It has its ups and downs.[/] http://www.natcazjx.org

Top
#247706 - 05/26/03 02:07 PM Re: TLD Bv1.5 Released - Threads Links Directory [Re: gailg]
fishtails Offline
Enthusiast

Registered: 06/19/02
Posts: 307
Loc: Fernandina Beach, FL
I made a slight change there. I set it so that regardless of which category you were in, you can select the category for which you want to add your link. Is this bad? Should I go back to the old way? Looking for suggestions. I figured it was better this way, but then, what do I know?! <img src="/forum/images/graemlins/wink.gif" alt="" />
_________________________
Fish or Cut Bait! http://www.fish-tails.net

[:"red"]Air traffic control? It has its ups and downs.[/] http://www.natcazjx.org

Top
#247707 - 05/26/03 02:09 PM Re: TLD Bv1.5 Released - Threads Links Directory [Re: ]
omegatron Offline
Member

Registered: 04/05/01
Posts: 3440
Loc: abingdon,md
Mark,<br /><br /> All I did is fix all HTML issues so it would display right. Funny thing about html is alot of times those stray tags do not affect alot of people it can view fine. You had an extra table tag in the close template as an example.<br /><br />Alot of files you opened with <table> and closed with $tbclose which adds extra tags. No need for tbclose there so I changed to table. You already pull the wrappers with your head and close templates. Little things like that. With the tablewrappers on my site it picks up on errors like that. No CODE was touched just HTML. Great work I am loving what ya did.
_________________________
Chuck S

DIVE IN AND VISIT ME:

Omegatron\'s Reefs

Administrator at ReefTalk

Top
#247708 - 05/26/03 03:03 PM Re: TLD Bv1.5 Released - Threads Links Directory [Re: sf49rminer]
PhotoPost Offline
Hacker

Registered: 02/03/02
Posts: 989
Mark,<br /><br />I think it is best to default the drop down to the current category.<br /><br />I think the My Favorites would make a great addition to My Home; I'll have to take a look and see how to do that.
_________________________
[]http://www.danasoft.com/vipersig.jpg[/]
Viper Alley - http://www.viperalley.com
Extreme Fitness - http://www.extremefitness.com[/b]

Top
#247709 - 05/26/03 07:01 PM Re: TLD Bv1.5 Released - Threads Links Directory [Re: gailg]
Gardener Offline
Addict

Registered: 05/11/99
Posts: 1956
Loc: Sweden, Uppsala
This sounds just fantastic, I will make a trial installation of it for sure, I'll let you know how it works out.
_________________________
/Gardener | Complete list of my mods

Top
#247710 - 05/26/03 09:12 PM Re: TLD Bv1.5 Released - Threads Links Directory [Re: c0bra]
Ian_W Offline

Veteran

Registered: 02/22/02
Posts: 2575
Loc: England
You might also want to change each .php?op= into .php?Cat=$Cat&amp;op= so that categories are carried through from and back to threads <img src="/forum/images/graemlins/smile.gif" alt="" /><br /><br />This is really looking very good.
_________________________
Fans Focus - Focusing on Fans of Sport

(Okay - mainly football (the British variety wink at the moment - but expanding all the time....)

Top
#247711 - 05/27/03 03:25 AM Re: TLD Bv1.5 Released - Threads Links Directory [Re: ]
AllenAyres Offline

I type Like navaho

Registered: 03/10/00
Posts: 25554
Loc: Texas
<img src="/forum/images/graemlins/yay.gif" alt="" /> <img src="/forum/images/graemlins/yay.gif" alt="" /> <img src="/forum/images/graemlins/yay.gif" alt="" /> Will upload tomorrow <img src="/forum/images/graemlins/smile.gif" alt="" />
_________________________
- Allen wavey
- What Drives You?

Top
#247712 - 05/27/03 05:20 AM Re: TLD Bv1.5 Released - Threads Links Directory [Re: SurfMinister]
omegatron Offline
Member

Registered: 04/05/01
Posts: 3440
Loc: abingdon,md
Mark,<br /><br /> Not that I see this meantioned but little buglet that I see. I submitted a link and it does what it was suppose to. It told me that the link was submitted for approval. I even got the email saying there was a link to approve ( great addition ) However when I went to admin section to approve it it was not there. The link goes through all this and is submits live no approval needed. Now it would be nice if it worked like this intentionally. Maybe a toggle switch in admin section or hard coded like the 4 other variable you added to allow approval in admin section or send straight to categories for display.
_________________________
Chuck S

DIVE IN AND VISIT ME:

Omegatron\'s Reefs

Administrator at ReefTalk

Top
#247713 - 05/27/03 06:09 AM Re: TLD Bv1.5 Released - Threads Links Directory [Re: sf49rminer]
Ian_W Offline

Veteran

Registered: 02/22/02
Posts: 2575
Loc: England
Hi Chuck,<br /><br />Admin & moderator links are automatically approved - the toggle for this is links_submit_form.php at the top <img src="/forum/images/graemlins/smile.gif" alt="" /><br />
_________________________
Fans Focus - Focusing on Fans of Sport

(Okay - mainly football (the British variety wink at the moment - but expanding all the time....)

Top
#247714 - 05/27/03 07:51 AM Re: TLD Bv1.5 Released - Threads Links Directory [Re: sf49rminer]
fishtails Offline
Enthusiast

Registered: 06/19/02
Posts: 307
Loc: Fernandina Beach, FL
Chuck, as Ian states, the submission is working as intended. If you are loged in as admin or moderator, no need for approval. It is automatically approved. I just forgot to change it to not send email etc. Still needs some work, but it does seem fairly stable, would you agree?
_________________________
Fish or Cut Bait! http://www.fish-tails.net

[:"red"]Air traffic control? It has its ups and downs.[/] http://www.natcazjx.org

Top
#247715 - 05/27/03 08:11 AM Re: TLD Bv1.5 Released - Threads Links Directory [Re: ]
jluerken Offline
Member

Registered: 08/27/02
Posts: 233
Because of the HTML Errors this is not working with the sidebar Hack.<br /><br />Take a look at this:<br />http://www.clanforums.com/ubbthreads/links.php?op=Links<br />This is correct but then try to use a link<br />Top Rated for example:<br />http://www.clanforums.com/ubbthreads/links.php?op=Top_Rated_Links<br /><br />If you're logged in and you've the sidebar turned on the script is not working.<br /><br />I am sure that this is only a small template problem. I will take a look into it later today...<br /><br />
_________________________
Ciao jluerken
--------------------
www.uce-clan.de www.clanforums.com

[]http://www.uce-clan.de/images/uce_banner2.gif[/]

Top
#247716 - 05/27/03 09:16 AM Re: TLD Bv1.5 Released - Threads Links Directory [Re: edr]
Ian_W Offline

Veteran

Registered: 02/22/02
Posts: 2575
Loc: England
Does it work okay if the sidebar pal is on the left?<br /><br />Mine is workign fine, lke that, but have noticed a problem with it on the right - but I do not think it is related to TLD
_________________________
Fans Focus - Focusing on Fans of Sport

(Okay - mainly football (the British variety wink at the moment - but expanding all the time....)

Top
#247717 - 05/27/03 10:04 AM Re: TLD Bv1.5 Released - Threads Links Directory [Re: edr]
fishtails Offline
Enthusiast

Registered: 06/19/02
Posts: 307
Loc: Fernandina Beach, FL
Omegatron has done a lot of html fixes on this release. H has them posted here. http://www.ubbdev.com/forum/download.php?Number=81992 Try this out and see if it works with the side bar pal. I don't use the sidebar pal, so I can't test it.
_________________________
Fish or Cut Bait! http://www.fish-tails.net

[:"red"]Air traffic control? It has its ups and downs.[/] http://www.natcazjx.org

Top
#247718 - 05/27/03 10:22 AM Re: TLD Bv1.5 Released - Threads Links Directory [Re: ]
Ian_W Offline

Veteran

Registered: 02/22/02
Posts: 2575
Loc: England
BTW - my sidebarpal problem was not related to to TLD - however I am running Chuck's version.
_________________________
Fans Focus - Focusing on Fans of Sport

(Okay - mainly football (the British variety wink at the moment - but expanding all the time....)

Top
#247719 - 05/27/03 01:47 PM Re: TLD Bv1.5 Released - Threads Links Directory [Re: Gorlum]
jluerken Offline
Member

Registered: 08/27/02
Posts: 233
Ok boys and girls, here's the solution to make fishtails great mod working if your using the sidebar hack on the right side.<br /><br />Simply open links_footer.tmpl and change this<br />
Code:
<br />&lt;? //UBBTREMARK<br />echo &lt;&lt;&lt;UBBTPRINT<br /><br />&lt;/td&gt;<br />&lt;/tr&gt;<br />$tbclose<br /><br />UBBTPRINT;<br />/* UBBTREMARK */ ?&gt;<br />
<br /><br />to this<br /><br />
Code:
<br />&lt;? //UBBTREMARK<br />echo &lt;&lt;&lt;UBBTPRINT<br /><br />$tbclose<br /><br />UBBTPRINT;<br />/* UBBTREMARK */ ?&gt;<br />
<br /><br />Life can be so easy sometimes :-)<br /><br />Now I start to test the rest <img src="/forum/images/graemlins/smile.gif" alt="" />
_________________________
Ciao jluerken
--------------------
www.uce-clan.de www.clanforums.com

[]http://www.uce-clan.de/images/uce_banner2.gif[/]

Top
Page 1 of 21 1 2 3 ... 20 21 >


Who's Online
0 registered (), 41 Guests and 13 Spiders online.
Key: Admin, Global Mod, Mod
Shout Box

Ubb - Buy It!
best forum software
Latest Posts
I want to create a Self Search mod [Question]
by lightningrod
03/10/10 09:04 PM
If I create a new script, can I just upload it?
by lightningrod
03/10/10 05:35 PM
Notepad Creates Errors when working with PHP
by lightningrod
03/10/10 05:01 PM
Question on Adding a New Script ?
by lightningrod
03/10/10 06:39 AM
Disable Watch List option
by Mike_Tabat
03/09/10 01:27 PM
[7.x] [Pre-7.3] [Final] pJIRC Addon v0.5
by Gizmo
02/27/10 05:07 PM
How to Be a Great Host
by pinku
02/19/10 02:47 AM
New Mods
Disable Watch List option
by Mike_Tabat
02/18/10 09:14 AM
[7.x] Generic Page Outside of forum directory
by
01/14/07 10:58 PM
[7.x] [Pre-7.3] [Final] pJIRC Addon v0.5
by
07/30/06 10:42 PM
Newest Members
joshuasm02, Chosen, Vick, Bartman, Infinity Master
13496 Registered Users
Top Posters
AllenAyres 25554
JoshPet 11330
Rick 8373
LK 7396
Lord Dexter 6503
Greg Hard 5533
Charles Capps 5438
(Views)Popular Topics
Known public proxy servers 1028046
Finished-[6.5.2] Games Arcade Deluxe v1.9 327222
Integrated Index Page (IIP) 5.3.1 279924
Integrated Index Page (IIP) 5.1.1 279403
TLD Bv2.1 Released - Threads Links Directory 270427
[6.0x] Who's Online 4.0.0 [Finished] 230365
Finished-[6.5.1] Integrated Index Page (IIP) 6.5 217518
[6.3.x] [beta] Hit Hack 2.0 179339
FlashChat & UBB.threads 161010
[7.x] Gizmo's Embedding BBCode (Pre UBB.T7.3) 154650
Forum Stats
13496 Members
59 Forums
37114 Topics
290378 Posts

Max Online: 686 @ 06/28/07 07:04 AM
Featured Member
Registered: 11/04/08
Posts: 7

 

 

 
fusionbb message board php hacks