Site Links
Home
Features
Documentation
Pricing & Order
Members Area
Support Options
UBBDev.com
UBBWiki.com
Who's Online
2 registered (Ruben, Gizmo), 24 Guests and 3 Spiders online.
Key: Admin, Global Mod, Mod
Featured Member
Registered: 10/25/10
Posts: 8
Top Posters (30 Days)
Ruben 47
Bert 26
Gizmo 18
Rob Provencher 10
Rimex 9
SD 6
sw55 5
Eugene 5
Matthias1976 4
Dunny 3
Latest Photos
Uhm...
Mayan End of World
Gas Station Disco Video Shoot
Test Pictures
Audrey Kate
Page 1 of 18 1 2 3 ... 17 18 >
Topic Options
#196553 - 09/07/07 03:12 PM 7.3 Changelog Discussion
Rick Offline
Post-a-holic
Registered: 06/04/06
Posts: 10177
Loc: Aberdeen, WA
We've just started a topic to track the changelog for what's coming up in 7.3. Feel free to use this topic for any discussion concerning any of the notes.
Top
Express Hosting
Express Hosting "We are the official hosting company of UBB.threads. Ask us about our free migration services to migrate your UBB.threads installation."
#196554 - 09/07/07 03:16 PM Re: 7.3 Changelog Discussion [Re: Rick]
Yarp™ Offline

Registered: 08/30/06
Posts: 1522
Loc: Breda, NL
Lets read what's coming up first \:\)

edit: Looking good so far! \:\)

edit2: Since this is a discussion topic, let's discuss \:\)

7.3 Change: The entire UBB Code parsing engine has been rewritten to be much more flexible.

I hope this flexability will be also be put towards settings of where which ubb code is allowed. (ie, I don't want spoilers, smileys, videotags (if they are coming), images in signatures, but I might want to add color to the shoutbox).

7.3 Feature: It is now possible to limit the number of images that can be contained in a single post.

Will this be including smileys like in classic?

7.3 Feature: New option to hide post counts from being viewable.

All together or just with the posts? I can see where you want them available in the profile if you really want to look, but have them away from the generic forum pages.


Edited by blaaskaak (09/07/07 03:27 PM)
Edit Reason: questions added
_________________________
Top
#196564 - 09/07/07 05:52 PM Re: 7.3 Changelog Discussion [Re: Yarp™]
Ian Spence Offline
Registered: 06/04/06
Posts: 255
While I still don't have the UI enabled for disabling certain codes, you can modify the method do_markup() in /libs/html.inc.php and add
 PHP:
$this->bbcode_parser->disallow_tag("spoiler");


The postcount is a global setting.

As for limiting graemlins, this would only be practical for users using php 5.1, otherwise we'd need to slow down the parser by parsing each graemlin separately.
Top
#196566 - 09/07/07 06:06 PM Re: 7.3 Changelog Discussion [Re: Ian Spence]
Ian Spence Offline
Registered: 06/04/06
Posts: 255
For those who wonder what improvements were made to the spider friendly urls, the new format for linking to postlist is http://www.ianspence.com/forums/ubbthreads.php/forums/2/1/Services_and_Suggestions.html (forum 2, page 1)

http://www.ianspence.com/forums/ubbthreads.php/users/2/Ian_Spence.html (userid 2, name Ian Spence)

http://www.ianspence.com/forums/ubbthreads.php/topics/177764/Report_Bugs.html#Post177764 (post id 177764, subject = "Report Bugs")
Top
#196567 - 09/07/07 06:21 PM Re: 7.3 Changelog Discussion [Re: Ian Spence]
Mitch P. Offline

old hand
Registered: 06/23/06
Posts: 842
 Quote:
7.3 Feature: The admin can select a 'category only' mode, which tells cfrm to display only categories as the starting point. this is very useful for boards with tons of forums


Cool. Will this be an all or nothing option? Meaning, can you decide if some forums are displayed?
Top
#196570 - 09/07/07 06:38 PM Re: 7.3 Changelog Discussion [Re: Ian Spence]
Yarp™ Offline

Registered: 08/30/06
Posts: 1522
Loc: Breda, NL
 Originally Posted By: Ian Spence
As for limiting graemlins, this would only be practical for users using php 5.1, otherwise we'd need to slow down the parser by parsing each graemlin separately.


Well, I don't want to limit the greamlins. It was just that in the classic days where we had an image limit, it was also counting the greamlins as images.

 Originally Posted By: Ian Spence
While I still don't have the UI enabled for disabling certain codes, you can modify the method do_markup()


I want to specificly say in which section certain ubb codes are not allowed.

We have a strict non image signature for instance, so we dissalow also greamlins there. Currently I have to alter the code for this.

A GUI would be perfect for this, a table with all the possible ubb codes, and marks where you want to allow them. It would be even more perfect if the text editor would also remove any non allowed ubbcodes from the menu (ie, I now have to hack out the font name and size stuff because I don't want them anyway).


Edited by blaaskaak (09/07/07 06:40 PM)
_________________________
Top
#196586 - 09/08/07 02:57 AM Re: 7.3 Changelog Discussion [Re: Yarp™]
Gizmo Online   cat

Registered: 06/05/06
Posts: 15455
Loc: Portland, OR; USA
Yeh, I don't like Gramelin limits, BUT I love the image limit (as some users will just post image after image..)
_________________________
Forums: UGN Security & VNC Web Design & Development
UBB.Threads: UBB.Wiki, My UBBSkins, UBB.Sitemaps
Longtime Supporter, Beta Tester & Resident Post-A-Holic.
Modifications, Upgrades, Styling, Coding Services, Disaster Recovery, and more!
Top
#196591 - 09/08/07 03:05 AM Re: 7.3 Changelog Discussion [Re: Mitch P.]
SD Offline
Registered: 04/19/07
Posts: 4205
Loc: SoCal, USA
 Originally Posted By: Mitch P.
 Quote:
7.3 Feature: The admin can select a 'category only' mode, which tells cfrm to display only categories as the starting point. this is very useful for boards with tons of forums


Cool. Will this be an all or nothing option? Meaning, can you decide if some forums are displayed?


as it stands now, it's either all categories or what you are currently accustomed to with 7.2x
_________________________

Threads tutorials . Threads & Wordpress experts . UBB resume

If I you, click this link as to why
Top
#196592 - 09/08/07 03:22 AM Re: 7.3 Changelog Discussion [Re: Gizmo]
Ian Offline
Registered: 06/05/06
Posts: 4349
Loc: Essex, UK
A limit to the number of Graemlins would be great \:\)
Top
#196593 - 09/08/07 03:25 AM Re: 7.3 Changelog Discussion [Re: Ian]
Gizmo Online   cat

Registered: 06/05/06
Posts: 15455
Loc: Portland, OR; USA
Awwe Ian, you don't like it when people do this:
\:\) \:\) ;\) \:\) \:\) \:\) \:p \:\) \:\) ;\) \:\) \:\) \:\) \:p
\:\) \:\) ;\) \:\) \:\) \:\) \:p \:\) \:\) ;\) \:\) \:\) \:\) \:p
\:\) \:\) ;\) \:\) \:\) \:\) \:p \:\) \:\) ;\) \:\) \:\) \:\) \:p
\:\) \:\) ;\) \:\) \:\) \:\) \:p \:\) \:\) ;\) \:\) \:\) \:\) \:p
\:\) \:\) ;\) \:\) \:\) \:\) \:p \:\) \:\) ;\) \:\) \:\) \:\) \:p
\:\) \:\) ;\) \:\) \:\) \:\) \:p \:\) \:\) ;\) \:\) \:\) \:\) \:p
\:\) \:\) ;\) \:\) \:\) \:\) \:p \:\) \:\) ;\) \:\) \:\) \:\) \:p
\:\) \:\) ;\) \:\) \:\) \:\) \:p \:\) \:\) ;\) \:\) \:\) \:\) \:p
\:\) \:\) ;\) \:\) \:\) \:\) \:p \:\) \:\) ;\) \:\) \:\) \:\) \:p
\:\) \:\) ;\) \:\) \:\) \:\) \:p \:\) \:\) ;\) \:\) \:\) \:\) \:p
\:\) \:\) ;\) \:\) \:\) \:\) \:p \:\) \:\) ;\) \:\) \:\) \:\) \:p
\:\) \:\) ;\) \:\) \:\) \:\) \:p \:\) \:\) ;\) \:\) \:\) \:\) \:p
\:\) \:\) ;\) \:\) \:\) \:\) \:p \:\) \:\) ;\) \:\) \:\) \:\) \:p
\:\) \:\) ;\) \:\) \:\) \:\) \:p \:\) \:\) ;\) \:\) \:\) \:\) \:p
\:\) \:\) ;\) \:\) \:\) \:\) \:p \:\) \:\) ;\) \:\) \:\) \:\) \:p
\:\) \:\) ;\) \:\) \:\) \:\) \:p \:\) \:\) ;\) \:\) \:\) \:\) \:p
\:\) \:\) ;\) \:\) \:\) \:\) \:p \:\) \:\) ;\) \:\) \:\) \:\) \:p
\:\) \:\) ;\) \:\) \:\) \:\) \:p \:\) \:\) ;\) \:\) \:\) \:\) \:p
\:\) \:\) ;\) \:\) \:\) \:\) \:p \:\) \:\) ;\) \:\) \:\) \:\) \:p
\:\) \:\) ;\) \:\) \:\) \:\) \:p \:\) \:\) ;\) \:\) \:\) \:\) \:p
\:\) \:\) ;\) \:\) \:\) \:\) \:p \:\) \:\) ;\) \:\) \:\) \:\) \:p
\:\) \:\) ;\) \:\) \:\) \:\) \:p \:\) \:\) ;\) \:\) \:\) \:\) \:p
\:\) \:\) ;\) \:\) \:\) \:\) \:p \:\) \:\) ;\) \:\) \:\) \:\) \:p
\:\) \:\) ;\) \:\) \:\) \:\) \:p \:\) \:\) ;\) \:\) \:\) \:\) \:p
\:\) \:\) ;\) \:\) \:\) \:\) \:p \:\) \:\) ;\) \:\) \:\) \:\) \:p
\:\) \:\) ;\) \:\) \:\) \:\) \:p \:\) \:\) ;\) \:\) \:\) \:\) \:p
\:\) \:\) ;\) \:\) \:\) \:\) \:p \:\) \:\) ;\) \:\) \:\) \:\) \:p
\:\) \:\) ;\) \:\) \:\) \:\) \:p \:\) \:\) ;\) \:\) \:\) \:\) \:p
\:\) \:\) ;\) \:\) \:\) \:\) \:p \:\) \:\) ;\) \:\) \:\) \:\) \:p
\:\) \:\) ;\) \:\) \:\) \:\) \:p \:\) \:\) ;\) \:\) \:\) \:\) \:p
\:\) \:\) ;\) \:\) \:\) \:\) \:p \:\) \:\) ;\) \:\) \:\) \:\) \:p
\:\) \:\) ;\) \:\) \:\) \:\) \:p \:\) \:\) ;\) \:\) \:\) \:\) \:p
\:\) \:\) ;\) \:\) \:\) \:\) \:p \:\) \:\) ;\) \:\) \:\) \:\) \:p
\:\) \:\) ;\) \:\) \:\) \:\) \:p \:\) \:\) ;\) \:\) \:\) \:\) \:p
\:\) \:\) ;\) \:\) \:\) \:\) \:p \:\) \:\) ;\) \:\) \:\) \:\) \:p
\:\) \:\) ;\) \:\) \:\) \:\) \:p \:\) \:\) ;\) \:\) \:\) \:\) \:p
\:\) \:\) ;\) \:\) \:\) \:\) \:p \:\) \:\) ;\) \:\) \:\) \:\) \:p
\:\) \:\) ;\) \:\) \:\) \:\) \:p \:\) \:\) ;\) \:\) \:\) \:\) \:p
\:\) \:\) ;\) \:\) \:\) \:\) \:p \:\) \:\) ;\) \:\) \:\) \:\) \:p
\:\) \:\) ;\) \:\) \:\) \:\) \:p \:\) \:\) ;\) \:\) \:\) \:\) \:p
\:\) \:\) ;\) \:\) \:\) \:\) \:p \:\) \:\) ;\) \:\) \:\) \:\) \:p
\:\) \:\) ;\) \:\) \:\) \:\) \:p \:\) \:\) ;\) \:\) \:\) \:\) \:p
\:\) \:\) ;\) \:\) \:\) \:\) \:p \:\) \:\) ;\) \:\) \:\) \:\) \:p
\:\) \:\) ;\) \:\) \:\) \:\) \:p \:\) \:\) ;\) \:\) \:\) \:\) \:p
\:\) \:\) ;\) \:\) \:\) \:\) \:p \:\) \:\) ;\) \:\) \:\) \:\) _________________________
Forums: UGN Security & VNC Web Design & Development
UBB.Threads: UBB.Wiki, My UBBSkins, UBB.Sitemaps
Longtime Supporter, Beta Tester & Resident Post-A-Holic.
Modifications, Upgrades, Styling, Coding Services, Disaster Recovery, and more!
Top
Page 1 of 18 1 2 3 ... 17 18 >



Shout Box

Today's Birthdays
No Birthdays
Recent Topics
Time zone setup
by skicomau
05/22/13 12:16 AM
Express hosting.
by Ruben
05/16/13 03:54 PM
Level of detail in new user registration emails
by Mitch P.
05/15/13 10:20 PM
Approving users
by Bert
05/15/13 09:22 PM
Users randomly added to other group
by Bert
05/15/13 09:15 PM
Forum Stats
10969 Members
36 Forums
33959 Topics
183413 Posts

Max Online: 978 @ 06/24/07 10:19 PM
Random Image