php forum
php mysql forum
php mysql smarty
 
Page 1 of 4 1 2 3 4 >
Topic Options
#317261 - 06/20/08 11:50 PM [7.3.x] ubb.links
AllenAyres Administrator Offline
I type Like navaho

Registered: 03/10/00
Posts: 25408
Loc: Texas

   [7.3.x] ubb.links to Del.icio.us Add to del.icio.us
  Digg [7.3.x] ubb.links Digg it
Name: ubb.links v7.3.1a

Description: Adds a links script to your site, integrated into your forum's styles, members and permissions

Demo: http://www.praisecafe.org/forum/ubbthreads.php/ubb/links/op/Links.html

Installation: DL and unzip the file. Upload the folders to the corresponding folders within your forum (ie: all files in the "scripts" folder should be uploaded to your forum's "scripts" folder).

If you are installing new, you're either going to have to manually create the tables using the code in admin script or wait until version 7.3.1 where the fix will be in for that.

If you are upgrading from Josh's 7.2 version, you're going to need to update a table's column's name:
Code:
ALTER TABLE ubbt_links_categories
CHANGE title cat_title varchar(50)


Author: Plethora (see credits) - Mark Summerlin wrote the original (TLD) code 4-5 years ago, but not much is left of his work smile

Requirement: UBB.Threads 7.3.x

Changelog:
7.3 alpha (released 6/20/2008):
- Now uses 7.3's SEO links
- Lots of template/design updates to look more like ubb.threads
- Removed some extraneous code, optimized some other
- ~95% of the wordlets are complete for public pages, more needs to be done for admin pages
- All public pages are xhtml-compliant

7.3 beta (released 6/25/2008):
- fixed web install, it's now a seperate file
- lots of html fixes in the admin area

7.3 gamma (released 6/28/2008):
- fixed cat sort order in cp
- lots of html fixes in the admin area
- code optimizations to match .threads 7.3 code

7.3 gold (released 6/29/2008):
- fixed bread crumb
- fixed stats
- more xhtml fixes
- css adjustments
- added censor check to new links

7.3.1 (released 6/30/2008):
- fixed invalid html characters
- added link submission sanitization

7.3.1a (released 7/2/2008):
- fixed xhtml issue with subcats
- added fave and rating submission sanitization

Known Bugs:
- cannot do web install to create table
- cat sort order
- need to fix stats at bottom
- bread crumb bug
- various html cleanups (ongoing)

Upcoming Features:
- search of links
- set up for unlimited subcat levels
- auto-fill options which pre-populate the fields with the meta data from the web site being submitted
- sticky links
- advanced sorting options
- 'report this link' - for broken, issues
- sprinkling of appropriate ajax
- Links CI (latest links, top 10, etc)
- CAPTCHA

NOTE: Above sections will be updated as we go and first post will always have most current released code.

Enjoy! smile


Attachments
ubbLinks.zip (37 downloads)



Edited by AllenAyres (07/02/08 11:29 AM)
Edit Reason: 7.3.1a released
_________________________
- Allen wavey
- What Drives You?

Top
#317262 - 06/21/08 04:13 AM Re: [7.3.x] ubb.links [Re: AllenAyres]
Zarzal Offline
Coder

Registered: 07/03/01
Posts: 806
Loc: Berlin, Germany
thanks, it works nice. I have to rename my old tables from w3t_ to ubbt_ first in the sql console (RENAME TABLE w3t_..... TO ubbt_.....) and then run the alter command. Now it work.
I will do a german language file.
_________________________
my forum: http://www.dragon-clan.de
my hobby: http://www.biker-reise.de

Top
#317263 - 06/21/08 10:56 AM Re: [7.3.x] ubb.links [Re: Zarzal]
AllenAyres Administrator Offline
I type Like navaho

Registered: 03/10/00
Posts: 25408
Loc: Texas
Thank you Zarzal smile
_________________________
- Allen wavey
- What Drives You?

Top
#317265 - 06/22/08 03:41 AM Re: [7.3.x] ubb.links [Re: AllenAyres]
Zarzal Offline
Coder

Registered: 07/03/01
Posts: 806
Loc: Berlin, Germany
German language file in the attachment. Download and unzip it and put it in /languages/german


Attachments
links.zip (2 downloads)

_________________________
my forum: http://www.dragon-clan.de
my hobby: http://www.biker-reise.de

Top
#317269 - 06/22/08 09:37 AM Re: [7.3.x] ubb.links [Re: Zarzal]
AllenAyres Administrator Offline
I type Like navaho

Registered: 03/10/00
Posts: 25408
Loc: Texas
danke, I'll put it in the download file in the first post so it will be available - let me know if/when you update it smile
_________________________
- Allen wavey
- What Drives You?

Top
#317270 - 06/22/08 11:59 AM Re: [7.3.x] ubb.links [Re: AllenAyres]
Zarzal Offline
Coder

Registered: 07/03/01
Posts: 806
Loc: Berlin, Germany
thanks. If I do changes I sent you a note.
_________________________
my forum: http://www.dragon-clan.de
my hobby: http://www.biker-reise.de

Top
#317294 - 06/25/08 10:49 PM Re: [7.3.x] ubb.links [Re: Zarzal]
AllenAyres Administrator Offline
I type Like navaho

Registered: 03/10/00
Posts: 25408
Loc: Texas
Original post updated: 7.3beta released - now you can do the web install if you haven't installed it before - the create tables routines were moved to a new file - to be safe delete after installation. I also fixed many xhtml issues in the admin area, a few bugs related to category titles, and added zarzal's german language file translation.

To upgrade if you've already installed just upload the files (skip the install file).
_________________________
- Allen wavey
- What Drives You?

Top
#317299 - 06/26/08 09:34 AM Re: [7.3.x] ubb.links [Re: AllenAyres]
Zarzal Offline
Coder

Registered: 07/03/01
Posts: 806
Loc: Berlin, Germany
Thanks. Submitting the sortorder in the admin section dont work (seems to have no effect) and if it returned from submit sortorder to main the layout is confused.

The nav breadcrumb seems to have a problem in the first sublevel: Index » » Fun


Edited by Zarzal (06/26/08 09:38 AM)
_________________________
my forum: http://www.dragon-clan.de
my hobby: http://www.biker-reise.de

Top
#317300 - 06/26/08 10:00 AM Re: [7.3.x] ubb.links [Re: Zarzal]
AllenAyres Administrator Offline
I type Like navaho

Registered: 03/10/00
Posts: 25408
Loc: Texas
2 new bugs, thank you smile

Sortorder probably has to do with changing title to cat_title, I'll look at the navigation too smile
_________________________
- Allen wavey
- What Drives You?

Top
#317302 - 06/26/08 01:32 PM Re: [7.3.x] ubb.links [Re: AllenAyres]
Zarzal Offline
Coder

Registered: 07/03/01
Posts: 806
Loc: Berlin, Germany
The sortorder on the main category never worked for me. In every version it was broken.
_________________________
my forum: http://www.dragon-clan.de
my hobby: http://www.biker-reise.de

Top
#317303 - 06/26/08 06:09 PM Re: [7.3.x] ubb.links [Re: Zarzal]
AllenAyres Administrator Offline
I type Like navaho

Registered: 03/10/00
Posts: 25408
Loc: Texas
Ah, ok smile I've never used that. I can see where it's needed tho. Will get it on the bugz list smile
_________________________
- Allen wavey
- What Drives You?

Top
#317312 - 06/28/08 01:09 AM Re: [7.3.x] ubb.links [Re: AllenAyres]
AllenAyres Administrator Offline
I type Like navaho

Registered: 03/10/00
Posts: 25408
Loc: Texas
Found the bug, will post the fix plus some others this weekend
_________________________
- Allen wavey
- What Drives You?

Top
#317313 - 06/28/08 06:22 AM Re: [7.3.x] ubb.links [Re: AllenAyres]
Zarzal Offline
Coder

Registered: 07/03/01
Posts: 806
Loc: Berlin, Germany
Hey, this sounds cool. Thank you.
_________________________
my forum: http://www.dragon-clan.de
my hobby: http://www.biker-reise.de

Top
#317314 - 06/28/08 07:41 AM Re: [7.3.x] ubb.links [Re: Zarzal]
Gizmo Administrator Online   shocked
Wizard

Registered: 01/10/00
Posts: 5115
Loc: Portland, OR, USA
Your "submit" page should use the CSS from threads; I can't say much about you "light theme" guys, but let me tell you, white submit boxes on a dark background looks YIKES!

Also, when I go to make a submission, the category dropdown shows a blank entry at the top...

Additionally, once i submit a link, the page has a weird grey background; I'm guessing some bugglet in there that also throws off my table display.


Edited by Gizmo (06/28/08 07:45 AM)
_________________________
UBB.Dev - Where you too can render your UBB install completely useless...
UGN Security, Elite Web Gamers & VNC Web Design Owner

Top
#317315 - 06/28/08 01:23 PM Re: [7.3.x] ubb.links [Re: Gizmo]
AllenAyres Administrator Offline
I type Like navaho

Registered: 03/10/00
Posts: 25408
Loc: Texas
The blank entry at the top is intentional, so people will click and choose one instead of the default. smile I do need to update some css classes, and I've fixed a good number of html errors in the cp in my local version. I'll post it shortly smile
_________________________
- Allen wavey
- What Drives You?

Top
#317316 - 06/28/08 01:30 PM Re: [7.3.x] ubb.links [Re: AllenAyres]
AllenAyres Administrator Offline
I type Like navaho

Registered: 03/10/00
Posts: 25408
Loc: Texas
OK, updated original post to current code - fixed the cat sort order, optimized some more code and fixed lots of xhtml errors in the cp again.

Still need to fix the breadcrumb error, css class issues and the stats at the bottom before we can get much into the 7.3.1/7.4 version smile
_________________________
- Allen wavey
- What Drives You?

Top
#317317 - 06/28/08 07:52 PM Re: [7.3.x] ubb.links [Re: AllenAyres]
Gizmo Administrator Online   shocked
Wizard

Registered: 01/10/00
Posts: 5115
Loc: Portland, OR, USA
Anyone else getting charset issues? I have the little diamond questionmark on my UTF-8 install...

i'd recommend setting a language entry "Please Select" vs having it blank... else you get confused as to why theres a blank item wink...
_________________________
UBB.Dev - Where you too can render your UBB install completely useless...
UGN Security, Elite Web Gamers & VNC Web Design Owner

Top
#317318 - 06/29/08 01:42 AM Re: [7.3.x] ubb.links [Re: Gizmo]
AllenAyres Administrator Offline
I type Like navaho

Registered: 03/10/00
Posts: 25408
Loc: Texas
Which page do you see the diamond?
_________________________
- Allen wavey
- What Drives You?

Top
#317320 - 06/29/08 02:36 AM Re: [7.3.x] ubb.links [Re: AllenAyres]
Gizmo Administrator Online   shocked
Wizard

Registered: 01/10/00
Posts: 5115
Loc: Portland, OR, USA
The "diamond" shows when there is a characterset conflict; you can test it here
_________________________
UBB.Dev - Where you too can render your UBB install completely useless...
UGN Security, Elite Web Gamers & VNC Web Design Owner

Top
#317321 - 06/29/08 04:12 AM Re: [7.3.x] ubb.links [Re: Gizmo]
Zarzal Offline
Coder

Registered: 07/03/01
Posts: 806
Loc: Berlin, Germany
Looks nicer. Submitting of the sortorder works now but on my links main page it have no effect. My categorys stuck everytime in same same order. Can it be that I have an very old db and missing some fields in it? Can this be?
_________________________
my forum: http://www.dragon-clan.de
my hobby: http://www.biker-reise.de

Top
Page 1 of 4 1 2 3 4 >


Moderator:  sirdude 
Top Posters Last 30 Days
AllenAyres 18
Gizmo 12
sirdude 6
GEN 3
tackaberry 2
Philipp 2
willing 2
Who's Online
0 Registered (), 32 Guests and 7 Spiders online.
Key: Admin, Global Mod, Mod
Shout Box

Latest Posts
Team UBBDev Rides Again!
by Gizmo
Yesterday at 11:45 PM
Multiple Identity Detector
by MattUK
Yesterday at 04:10 PM
[7.3.x] ubb.links
by AllenAyres
08/26/08 09:57 AM
Installing FlashChat with 7.3
by Gizmo
08/23/08 05:36 AM
[7.2.1] - Naked shoutbox
by Iann128
08/22/08 07:27 PM
Nice Ajax Chat
by M4D
08/21/08 10:02 PM
51-card NVIDIA folding rig cranks out 265,200 ppd
by AllenAyres
08/13/08 10:10 PM
New Mods
Installing FlashChat with 7.3
by Paug
08/23/08 12:14 AM
[7.x] AddThis - Social Networking
by Gizmo
08/01/08 01:30 AM
[7.3.x] ubb.links
by AllenAyres
06/20/08 11:50 PM
[7.3] Dissallow quotes more then 3 levels deep
by blaaskaak
06/09/08 09:01 AM
[7.2.1] - Naked shoutbox
by sirdude
08/17/07 10:36 PM
Newest Members
welcomeback1, Paug, Tim Keating, anscers, Murphdog
13324 Registered Users

 

 

 
fusionbb message board php hacks