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: 25448
Loc: Texas
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 (42 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: 25448
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: 25448
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: 25448
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: 25448
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: 25448
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: 25448
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 Offline
Wizard

Registered: 01/10/00
Posts: 5131
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: 25448
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: 25448
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 Offline
Wizard

Registered: 01/10/00
Posts: 5131
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: 25448
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 Offline
Wizard

Registered: 01/10/00
Posts: 5131
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
#317323 - 06/29/08 08:15 AM Re: [7.3.x] ubb.links [Re: Gizmo]
AllenAyres Administrator Offline
I type Like navaho

Registered: 03/10/00
Posts: 25448
Loc: Texas
Originally Posted By: Gizmo
The "diamond" shows when there is a characterset conflict; you can test it here


I don't see any 'diamonds' on your links install. Not sure how there would be any characterset conflicts since it takes the charset from the forum settings.
_________________________
- Allen wavey
- What Drives You?

Top
#317324 - 06/29/08 08:19 AM Re: [7.3.x] ubb.links [Re: Zarzal]
AllenAyres Administrator Offline
I type Like navaho

Registered: 03/10/00
Posts: 25448
Loc: Texas
Originally Posted By: Zarzal
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?


Thanks Zarzal. Maybe it's a caching issue, have they changed yet? I believe if you are able to set the order in the cp, then your database should be up to date.

The problem with the old way of setting the order (and the reason the changes never worked) was the original code was written back when people were using php 3 and 4 series - HTTP_POST_VARS has been deprecated for quite some time now and the command didn't mean anything for current versions of php - I used $_Post to get it running.
_________________________
- Allen wavey
- What Drives You?

Top
#317327 - 06/29/08 10:20 PM Re: [7.3.x] ubb.links [Re: AllenAyres]
AllenAyres Administrator Offline
I type Like navaho

Registered: 03/10/00
Posts: 25448
Loc: Texas
OK, Gold release in first post thumbsup

The last of the major bugs were fixed (I think smile ):
- fixed bread crumb
- fixed stats
- more xhtml fixes
- css adjustments

I also:
- added censor check to new links
_________________________
- Allen wavey
- What Drives You?

Top
#317328 - 06/30/08 02:27 AM Re: [7.3.x] ubb.links [Re: AllenAyres]
Gizmo Administrator Offline
Wizard

Registered: 01/10/00
Posts: 5131
Loc: Portland, OR, USA
Well, I don't know what to tell you, cas they're there... Screencaps:



Additionally, tidy reports: "Page Error: This page contains invalid characters"
_________________________
UBB.Dev - Where you too can render your UBB install completely useless...
UGN Security, Elite Web Gamers & VNC Web Design Owner

Top
#317330 - 06/30/08 08:36 AM Re: [7.3.x] ubb.links [Re: Gizmo]
AllenAyres Administrator Offline
I type Like navaho

Registered: 03/10/00
Posts: 25448
Loc: Texas
Those would only be viewable by the admin and why I couldn't see them on your site. They're ¤ symbols used by the original author. They don't throw errors at w3.validator.org, I'll update them on the next version. smile
_________________________
- Allen wavey
- What Drives You?

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

Registered: 03/10/00
Posts: 25448
Loc: Texas
7.3.1 (released 6/30/2008):
- fixed invalid html characters - Thanks Gizzy!
- added link submission sanitization - Thanks Yarp!
- minor code cleanup

Because of the sanitization addition/correction, everyone is urged to upgrade.

To upgrade from within 7.3.x, just upload files. For earlier versions follow info in first post.
_________________________
- Allen wavey
- What Drives You?

Top
#317338 - 06/30/08 04:38 PM Re: [7.3.x] ubb.links [Re: AllenAyres]
Zarzal Offline
Coder

Registered: 07/03/01
Posts: 806
Loc: Berlin, Germany
Thank you, Allen.

I still have a sort problem. I attach some picturs. In picture lin1 you see my sort order in the admin section. In link2 you see the output of the main page. I can change the sortorder but it have no efect to the mainpage.

In picture link3 you can see 2 problems. It is a screenshot of inside a sub section. on the right side you can see a table problem in the layout.

Also I note (visibe in link3 too) that the statistic on the bottom count each section. In a subforum without links you count 0. Should this be that the counter is per page?


Attachments
link1.jpg
Description: Sortorder admin section

link2.jpg (7 downloads)
Description: Main Windows output

link3.jpg (8 downloads)
Description: inside subsection layout problem, db count problem


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

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

Registered: 03/10/00
Posts: 25448
Loc: Texas
Not sure what to say, it works on 2 different installs for me. Are you running php5?

And you are correct on the stats. It needs to be updated.

Most likely, we'll be pulling this apart and seperating the pages into their own scripts with their own templates. Right now we're running into conflicts trying to run it all from one script.
_________________________
- Allen wavey
- What Drives You?

Top
#317340 - 06/30/08 10:19 PM Re: [7.3.x] ubb.links [Re: AllenAyres]
Gizmo Administrator Offline
Wizard

Registered: 01/10/00
Posts: 5131
Loc: Portland, OR, USA
Lol, bad characters to use wink

I like the idea of tearing it apart though wink


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

Top
#317341 - 06/30/08 10:31 PM Re: [7.3.x] ubb.links [Re: Zarzal]
Gizmo Administrator Offline
Wizard

Registered: 01/10/00
Posts: 5131
Loc: Portland, OR, USA
Hey AA, I wanted to test your installer for 7.3.1 but it's complaining that the tables don't exist... Which duah, I want to use the installer lol...
_________________________
UBB.Dev - Where you too can render your UBB install completely useless...
UGN Security, Elite Web Gamers & VNC Web Design Owner

Top
#317342 - 06/30/08 10:34 PM Re: [7.3.x] ubb.links [Re: Zarzal]
Gizmo Administrator Offline
Wizard

Registered: 01/10/00
Posts: 5131
Loc: Portland, OR, USA
Just noticed the note about the seperate file; I think the install docs need to mention they need to access it as:
ubbthreads.php?ubb=links_install

I also found a bug... When you're viewing the main index without any categories, it throws an html error which skews the tables for ubb


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

Top
#317343 - 06/30/08 10:48 PM Re: [7.3.x] ubb.links [Re: Gizmo]
AllenAyres Administrator Offline
I type Like navaho

Registered: 03/10/00
Posts: 25448
Loc: Texas
Yeah, I haven't looked to do anything with that error - if you don't have any categories you really haven't finished installing it yet smile I guess we could add a "General" category with the create table functions, but most would change it anyways.
_________________________
- Allen wavey
- What Drives You?

Top
#317344 - 06/30/08 10:51 PM Re: [7.3.x] ubb.links [Re: Gizmo]
Gizmo Administrator Offline
Wizard

Registered: 01/10/00
Posts: 5131
Loc: Portland, OR, USA
I was thinking the images didn't look right, so I nuked them from my install, it doesn't look half bad now (clicky)

Also, AA, if you use tab's instead of spaces for separation in your files, you can cut out a lot of unneeded space... Check my example attached...


Attachments
links.zip (2 downloads)



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

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

Registered: 03/10/00
Posts: 25448
Loc: Texas
Most likely we'll be changing the design of the categories to more closely match the design of ubb.threads forums - being able to have an unlimited/random number of columns is pretty much guaranteed to have html errors like zarzal is seeing for some sites. It's pretty much impossible to make it work for everyone.
_________________________
- Allen wavey
- What Drives You?

Top
#317346 - 06/30/08 11:02 PM Re: [7.3.x] ubb.links [Re: Gizmo]
AllenAyres Administrator Offline
I type Like navaho

Registered: 03/10/00
Posts: 25448
Loc: Texas
Originally Posted By: Gizmo
I was thinking the images didn't look