Reworked the entire syste..."> Reworked the entire syste...">
Previous Thread
Next Thread
Print Thread
Hop To
Page 1 of 2 1 2
#130089 10/22/2002 7:46 PM
Joined: Jun 2006
Posts: 9,242
Likes: 1
R
Former Developer
Former Developer
R Offline
Joined: Jun 2006
Posts: 9,242
Likes: 1
Here you can keep up with the progress for the 6.2 version that is currently under development.

</font>
  • <font size="" face="">Reworked the entire system to use the Userid in all tables instead of username.</font></li>
  • <font size="" face="">Reworked all scripts so they will generate no warnings when run with full warnings on (still not totally finished but close).</font></li>
  • <font size="" face="">Reworked the Sticky posts to eliminate several bugs with them.</font></li>
  • <font size="" face="">Added in an alphabetic/numeric sort into the members list. Thanks to JustDave.</font></li>
  • <font size="" face="">Added in an option for users to change their display names if the admin allows it. This can be set to immediate change, or a que where all changes must be approved by an administrator.</font></li>
  • <font size="" face="">Added the default tableprefix into the config editor as a read only value.</font></li>
  • <font size="" face="">Added a confirmation screen when choosing to delete an entire thread.</font></li>
  • <font size="" face="">Added in an option to mark all posts as read.</font></li>
  • <font size="" face="">Added the instant UBBcode into the private messaging system. Thanks to Gardener.</font></li>
  • <font size="" face="">Added in a config option that requires users to verify their email before their account is activated. If used with user registration approval, admins will get notification of the new user after their email is verified. Accounts that do not have their email verified within 24 hours will be deleted.</font></li>
  • <font size="" face="">Added a config option to turn user ratings on and off.</font></li>
  • <font size="" face="">Reworked all of the templates to use a table open and close wrapper. This allows for modifying the look of the whole site just by changing the open/close table wrapper instead of editing every template.</font></li>
  • <font size="" face="">Added in a pagination routine for the postlist.php screen for threads with many pages. (ie. 1 2 3 4 ... 10 11 12 instead of 1 2 3 4 5 6 7 8 9 10 11 12)</font></li>
  • <font size="" face="">Reorganized the edit config screen into sections with links to jump to each section.</font></li>
  • <font size="" face="">Changed the front page to show the subject of the last post along with who posted it for each forum.</font></li>
  • <font size="" face="">Changed the way new posts are flagged on the postlist screen. Instead of using 2 different colored icons, it now uses a different colored table cell for the new post along with bolding of the line. This makes it so admins can upload new post icons of any color.</font></li>
  • <font size="" face="">Made an option to turn on/off the display of each forum's moderators on the main page.</font></li>
  • <font size="" face="">Added in a new option to log all mysql errors along with the time,script and username to daily files. Thanks to Dave_L.</font></li>
  • <font size="" face="">Added in a new admin function to view or delete the mysql error log files.</font></li>
  • <font size="" face="">Added in an option to log any activity in the admin section that actually changes something. Also a script for admins to view these logs. Thanks to Gardener.</font></li>
  • <font size="" face="">Reworked favorite forums. These will no longer display in the "My home" area. Instead there will be a toggle on the main forum listing page that will allow users to display all forums or only their favorite forums.</font></li>
  • <font size="" face="">Added a graphic next to each category title that will allow users to collapse or expand entire categories.</font></li>
  • <font size="" face="">Redid the category order function. Now the numbers assigned do not have to be consecutive. This will allow users to add categories add a later date that will fit in between current categories.</font></li>
  • <font size="" face="">Added a reply with quote option.</font></li>
  • <font size="" face="">Removed the option to have replies to your post emailed to you. Replaced this with a profile setting to have any posts in one of your favorite threads emailedto you. This will allow any registered user to subscribe to a thread which is much more flexible than the previous setting.</font></li>
  • <font size="" face="">Updated admin/deleteuser.php to remove all favorite and reminder entries for a user when they are deleted.</font></li>
  • <font size="" face="">Updated approvepost.php and admin/doapproveposts.php to send out the emails for
    favorite entries when posts are approved.</font></li>
  • <font size="" face="">Updated deletepost.php and admin/doexpirethreads.php to remove all favorite and
    reminder entries.</font></li>
  • <font size="" face="">Updated domovepost and domovethread to make sure users still have access to the thread in the new location that have the thread marked as a favorite.</font></li>
  • <font size="" face="">Added an option to add a thread to your favorites when posting or replying.</font></li>
  • <font size="" face="">Added a new option when moving a thread to leave a pointer at the old location of the thread.</font></li>
  • <font size="" face="">Added an option to include a reason for moving a thread when leaving a pointer to the new location.</font></li>
  • <font size="" face="">Made the Favorite thread and Reminders links into toggles. This means clicking once will add the thread/post to your favorites/reminders. Clicking again will remove it.</font></li>
<font size="" face="">

-------------------
Rick Baker
UBBThreads developer

[This message was edited by Rick Baker on November 02, 2002 at 09:13 AM.]

#130090 10/24/2002 9:14 AM
Anonymous
Unregistered
Anonymous
Unregistered
Nice <img border="0" title="" alt="[Smile]" src="images/icons/smile.gif" />
But what's the difference between using usernames and user IDs in the queries? Faster maybe?

The Name's Bond .. James Bond

#130091 10/24/2002 10:32 AM
Anonymous
Unregistered
Anonymous
Unregistered
I am going to convert from Classics to threads very shortly. I was wondering when 6.2 will be released? I may want to wait for it.


Musky

I won 37 Spelling Bees' in school.......... but I flnuked EVEYR typing couSrse I tOoK.

#130092 10/24/2002 10:42 AM
Anonymous
Unregistered
Anonymous
Unregistered
It will allow the change of username's easier and eliminate problems with special characters.

Josh
Measurection.com Admin | ThreadsDev.com Moderator
Register to see my How To/Site Help Library Forum at ThreadsDev.com.
My threads 'tweaking' abilities are for hire.

#130093 10/24/2002 11:11 AM
Anonymous
Unregistered
Anonymous
Unregistered
No immediate timeframe on 6.2. We're still fairly early in development. Once we get into it further we should be able to get an idea.

-------------------
Rick Baker
UBBThreads developer

#130094 10/24/2002 11:14 AM
Anonymous
Unregistered
Anonymous
Unregistered
Josh noted a couple of the reasons for going with ID's instead of usernames. It definitely makes things alot easier refering to the user's number as the username doesn't need to be encoded when used in a URL. Speed is definitely an issue as the ID is the primary key in the user's table so it will make JOINs with that table a bit faster.

-------------------
Rick Baker
UBBThreads developer

#130095 10/25/2002 3:48 AM
Anonymous
Unregistered
Anonymous
Unregistered
Will the main forum screen show not only the author of the last post but also the thread title (as in Classic and every other proper bulletin board software)?

---------
Go Cougs!

#130096 10/24/2002 4:00 PM
Anonymous
Unregistered
Anonymous
Unregistered
It's missing from the changelog... but I think Rick mentioned this over at ThreadsDev that the name of the post would be included.

Josh
Measurection.com Admin | ThreadsDev.com Moderator
Register to see my How To/Site Help Library Forum at ThreadsDev.com.
My threads 'tweaking' abilities are for hire.

#130097 10/25/2002 8:44 AM
Anonymous
Unregistered
Anonymous
Unregistered
Thanks Josh, hope Rick takes this into account and includes it in 6.2. It makes the forum summary screen so much better.

---------
Go Cougs!

#130098 10/25/2002 10:52 AM
Anonymous
Unregistered
Anonymous
Unregistered
I've been running a hack of this myself for some time.... and we have at Threadsdev as well.

Yes... this is a Classic feature I do like. <img border="0" title="" alt="[Wink]" src="images/icons/wink.gif" />

Josh
Measurection.com Admin | ThreadsDev.com Moderator
Register to see my How To/Site Help Library Forum at ThreadsDev.com.
My threads 'tweaking' abilities are for hire.

#130099 10/25/2002 11:07 AM
Anonymous
Unregistered
Anonymous
Unregistered
Keep watching the changelog, it's always changing. That bit was added to the changelog yesterday afternoon <img border="0" title="" alt="[Smile]" src="images/icons/smile.gif" />

-------------------
Rick Baker
UBBThreads developer

#130100 10/25/2002 5:34 PM
Anonymous
Unregistered
Anonymous
Unregistered
Could you please add a memberlist search, and also allow spaces in usernames.

Pretty-pink jazz > Boring-brown country music

Dixie Narco vending machines > Vendo and Royal Vendors vending machines

Boeing 767-400 > Airbus A330

Delta Airlines > All other airlines

HP printers > All other pritners

#130101 10/25/2002 6:00 PM
Anonymous
Unregistered
Anonymous
Unregistered
</font><blockquote><font size="1" face="">quote:</font><hr /><font size="" face=""> Added in an option for users to change their display names if the admin allows it.
</font><hr /></blockquote><font size="" face="">The new display name will allow spaces. <img border="0" title="" alt="[Smile]" src="images/icons/smile.gif" />

Josh
Measurection.com Admin | ThreadsDev.com Moderator
Register to see my How To/Site Help Library Forum at ThreadsDev.com.
My threads 'tweaking' abilities are for hire.

#130102 10/25/2002 6:48 PM
Anonymous
Unregistered
Anonymous
Unregistered
Switching to user numbers seems like a good idea. Maybe you can tie that in with the UBBC layout to make the two systems match. That way if people upgrade between the two the user numbers would remain the same.

---------
Go Cougs!

#130103 10/25/2002 9:09 PM
Anonymous
Unregistered
Anonymous
Unregistered
A frequent complaint about UBB.classic is that the user numbers are displayed, and also required for searches. They should be for internal use only. In that case, it dosn't really matter whether the numbers are the same between classic and threads.

#130104 10/27/2002 1:34 AM
Anonymous
Unregistered
Anonymous
Unregistered
There are so many really good new things already for this version that I must pay for a member area extension. I'll just have to go beg for the money now...

Just the account verification alone would justify for the cost, I'll never have to weed through all those bounce mails again. Well, sort of. =]

/Gardener
www.rollspel.nu

#130105 10/29/2002 12:57 PM
Anonymous
Unregistered
Anonymous
Unregistered
My 2 highest requests: public names, and account verification. Thanks Rick!

Jason

TheDieselStop.Com

Complete source of information for all diesel-powered Ford vehicles.

#130106 10/29/2002 1:56 PM
Anonymous
Unregistered
Anonymous
Unregistered
Hi,

It would be cool to be able to use markup in the Forum name and desc.

Thanks,

Andrew

#130107 10/29/2002 2:51 PM
Anonymous
Unregistered
Anonymous
Unregistered
</font><blockquote><font size="1" face="">quote:</font><hr /><font size="" face="">It would be cool to be able to use markup in the Forum name and desc.
</font><hr /></blockquote><font size="" face="">Good Idea. FYI.... you can use HTML in the forum Description now....

I've included some bold text, red text and even some images in the forum description on my site.

Adding UBB Code here would be a neat idea.

Josh
Measurection.com Admin | ThreadsDev.com Moderator
Register to see my How To/Site Help Library Forum at ThreadsDev.com.
My threads 'tweaking' abilities are for hire.

#130108 10/30/2002 2:12 PM
Anonymous
Unregistered
Anonymous
Unregistered
could we see the quote button added in this version? That is a pretty major feature that IMO should be added as a standard option. <img border="0" title="" alt="[Smile]" src="images/icons/smile.gif" />

#130109 10/30/2002 6:17 PM
Anonymous
Unregistered
Anonymous
Unregistered
</font><blockquote><font size="1" face="">quote:</font><hr /><font size="" face="">Originally posted by MSULA:
could we see the quote button added in this version? That is a pretty major feature that IMO should be added as a standard option. <img border="0" title="" alt="[Smile]" src="images/icons/smile.gif" /> </font><hr /></blockquote><font size="" face="">Rick has experimented with it before, and Rick or Dave did not like the way it worked. It will probably not be in 6.2, but hopefully they will find a workaround in the future.

Pretty-pink jazz > Boring-brown country music

Dixie Narco vending machines > Vendo and Royal Vendors vending machines

Boeing 767-400 > Airbus A330

Delta Airlines > All other airlines

HP printers > All other pritners

#130110 10/30/2002 6:37 PM
Anonymous
Unregistered
Anonymous
Unregistered
It's in <img border="0" title="" alt="[Smile]" src="images/icons/smile.gif" /> Just forget to update the changelog which I will do this evening.

-------------------
Rick Baker
UBBThreads developer

#130111 10/30/2002 7:03 PM
Anonymous
Unregistered
Anonymous
Unregistered
Do we have any sort of ETA for 6.2?

November? December?

---------
Go Cougs!

#130112 10/30/2002 7:33 PM
Anonymous
Unregistered
Anonymous
Unregistered
Still no real idea yet. We're only a few weeks past the 6.1.1 release so not that far into development yet. As we get a little closer and figure out what else needs to or will be going in we'll have a better idea and be able to give an idea of a private then public beta.

-------------------
Rick Baker
UBBThreads developer

#130113 10/30/2002 9:02 PM
Anonymous
Unregistered
Anonymous
Unregistered
Could you add the feature for users to view the categories expanded or collapsed as the dafault setting (just like the feature users to view topics flat or threaded as the default setting) in the User Control Panel?

Pretty-pink jazz > Boring-brown country music

Dixie Narco vending machines > Vendo and Royal Vendors vending machines

Boeing 767-400 > Airbus A330

Delta Airlines > All other airlines

HP printers > All other pritners

#130114 10/30/2002 11:49 PM
Anonymous
Unregistered
Anonymous
Unregistered
</font><blockquote><font size="1" face="">quote:</font><hr /><font size="" face="">Could you add the feature for users to view the categories expanded or collapsed as the dafault setting (just like the feature users to view topics flat or threaded as the default setting) in the User Control Panel?
</font><hr /></blockquote><font size="" face="">So far it seems as if it remembers for each user how they were last left.... what is collapsed stays collapsed....what is expanded stays expanded.

This way you can close off categories that aren't typically active, but leave active categories open. <img border="0" title="" alt="[Smile]" src="images/icons/smile.gif" />

Josh
Measurection.com Admin | ThreadsDev.com Moderator
Register to see my How To/Site Help Library Forum at ThreadsDev.com.
My threads 'tweaking' abilities are for hire.

#130115 10/31/2002 8:53 AM
Anonymous
Unregistered
Anonymous
Unregistered
Any chance of 6.2 having the option to disable the little admin/mod. flags? <img border="0" title="" alt="[Wink]" src="images/icons/wink.gif" />

---------
Go Cougs!

#130116 11/01/2002 2:28 AM
Anonymous
Unregistered
Anonymous
Unregistered
</font><blockquote><font size="1" face="">quote:</font><hr /><font size="" face="">¤ Added a new option when moving a thread to leave a pointer at the old location of the thread.
</font><hr /></blockquote><font size="" face="">I think a lot of people will enjoy this feature. <img border="0" title="" alt="[Big Grin]" src="images/icons/grin.gif" /> (Myself included)

Josh
Measurection.com Admin | ThreadsDev.com Moderator
Register to see my How To/Site Help Library Forum at ThreadsDev.com.
My threads 'tweaking' abilities are for hire.

#130117 11/01/2002 2:32 AM
Anonymous
Unregistered
Anonymous
Unregistered
</font><blockquote><font size="1" face="">quote:</font><hr /><font size="" face="">Any chance of 6.2 having the option to disable the little admin/mod. flags? 
</font><hr /></blockquote><font size="" face="">Conrad - that's the type of thing that you easily remove from the templates. You've got that option now. <img border="0" title="" alt="[Wink]" src="images/icons/wink.gif" />

For example.. in showflat.tmpl file, you just need to remove this: {$postrow[$i]['UserStatus']}

*OR* you can cheat and upload a 1x1 pixel transparent graphic named adm.gif and mod.gif to your images directory. <img border="0" title="" alt="[Wink]" src="images/icons/wink.gif" />

Josh
Measurection.com Admin | ThreadsDev.com Moderator
Register to see my How To/Site Help Library Forum at ThreadsDev.com.
My threads 'tweaking' abilities are for hire.

#130118 11/01/2002 9:42 AM
Anonymous
Unregistered
Anonymous
Unregistered
Its looking good Rick <img border="0" title="" alt="[Big Grin]" src="images/icons/grin.gif" />

#130119 11/01/2002 2:12 PM
Anonymous
Unregistered
Anonymous
Unregistered
Thanks Josh, I didn't realise I could do it via the templates. Thanks again!

---------
Go Cougs!

#130120 11/04/2002 11:39 AM
Anonymous
Unregistered
Anonymous
Unregistered
Impressive list! But I want more! <img border="0" title="" alt="[Smile]" src="images/icons/smile.gif" />

</font>
  • <font size="" face="">An ad attachment feature when sending private messages would be great!</font></li>
  • <font size="" face="">An optional extra subject field in posts. This could be used to let the user via scroll lists or, better, buttons indicate predefined topics when making a new post. These topics should be seen in the post list but also be added to the search page, to enable predefined topic searches. This gives the user more accurate results than with regular searches.

    Admin should be able to set this feature on or off, and specify the topics, individually for each forum.</font></li>
  • <font size="" face="">More advanced user profiles. The profiles should be more dynamic, allowing users to use UBBcode. More features like a personal diary and guest book, personal picture album, etc.</font></li>
  • <font size="" face="">Make the view/read rights incluude not only forums, but also user profiles.</font></li>
  • <font size="" face="">With numbers instead of usernames, I would like to have the option to strip specified forums from all fields showing usernames. This to give registered users an anonymous forum.</font></li>
  • <font size="" face="">Option to set a forum to "private replys only" wich changes the reply link to a PM link. Optional if a PM created as a reply from such a forum should show recipents username or not: this should be connected to the "anonymous forum feature" mentioned above.</font></li>
  • <font size="" face="">All in all: make UBBT be more of a modern platform for a web based community, rather than "just" a forum system. <img border="0" title="" alt="[Smile]" src="images/icons/smile.gif" /></font></li>
<font size="" face="">

#130121 11/09/2002 2:06 PM
Anonymous
Unregistered
Anonymous
Unregistered
Are there anymore changes Rick?

Pretty-pink jazz > Boring-brown country music

Dixie Narco vending machines > Vendo and Royal Vendors vending machines

Boeing 767-400 > Airbus A330

Delta Airlines > All other airlines

HP printers > All other pritners

#130122 11/09/2002 9:06 PM
Anonymous
Unregistered
Anonymous
Unregistered
I'd *guess* that it's probably feature frozen at this point.

The infopop newsletter that went out the other night said we were potentially a few weeks away from a beta in the members area. <Fingers Crossed <img border="0" title="" alt="[Wink]" src="images/icons/wink.gif" /> >

But that also means that 6.3 will be on it's way to the drawing board. <img border="0" title="" alt="[Big Grin]" src="images/icons/grin.gif" /> That's the great things about software with frequent updates. <img border="0" title="" alt="[Wink]" src="images/icons/wink.gif" />

Josh
Measurection.com Admin | ThreadsDev.com Moderator
Register to see my How To/Site Help Library Forum at ThreadsDev.com.
My threads 'tweaking' abilities are for hire.

#130123 11/12/2002 3:48 AM
Anonymous
Unregistered
Anonymous
Unregistered
I appreciate the feature set may be frozen.. but im watching with keen interest all the changes as I may decide to switch our board across to threads from classic.

It would be nice to be able to have extra fields in the registration for users to add details about themselves, but be able to define if those fields are viewable to users on the site.. Users hate giving their real names as they can be displayed, but I would still like to know who they are.. so maybe the option for admins only to see certain defined fields would be good?

Thanks!
Matt

#130124 11/12/2002 4:23 AM
Anonymous
Unregistered
Anonymous
Unregistered
That's actually a good idea.

You should post it in the Feature Request forum too... as I believe Infopop logs and tracks feature requests. <img border="0" title="" alt="[Smile]" src="images/icons/smile.gif" />

Josh
Measurection.com Admin | ThreadsDev.com Moderator
Register to see my How To/Site Help Library Forum at ThreadsDev.com.
My threads 'tweaking' abilities are for hire.

#130125 11/14/2002 3:29 PM
Anonymous
Unregistered
Anonymous
Unregistered
Hi Rick, how do the pointers look like (the ones that point to moved threads)? Also, once they've been around for a couple of days for everyone to see, will they disappear automatically?

---------
Go Cougs!

#130126 11/14/2002 3:47 PM
Anonymous
Unregistered
Anonymous
Unregistered
Basically these give the new location. At the time of moving the mover has an option of adding some text to give a reason for the move.

Right now there is no auto-delete function. I'd like to get this in without needing a cron task for it but not quite sure how to go about that yet.

-------------------
Rick Baker
UBBThreads developer

#130127 11/15/2002 4:56 AM
Anonymous
Unregistered
Anonymous
Unregistered
This is untested, but the following query should delete all the pointers that are at least seven days old:

DELETE FROM w3t_Posts
WHERE B_Status='M'
AND UNIX_TIMESTAMP() - B_Posted > 7 * 24 * 3600

P.S. I'm not sure if any other tables need to be updated at the same time, though. The board post counts, at least, would need to be adjusted.

#130128 11/14/2002 9:34 PM
Anonymous
Unregistered
Anonymous
Unregistered
Rick, if I may suggest one small change. It would be really great if the censor feature could work like it does here on the Infopop Community Forums. What I mean is having certain words replaced with **** , even when they are part of a longer word. So that ****er or ****ing would also be "starred out" and not appear in full.

---------
Go Cougs!

Page 1 of 2 1 2

Link Copied to Clipboard
ShoutChat
Comment Guidelines: Do post respectful and insightful comments. Don't flame, hate, spam.
Recent Topics
spam issues
by ECNet - 03/19/2024 11:45 PM
Looking for a forum
by azr - 03/15/2024 11:26 PM
Editing Links in Post
by Outdoorking - 03/15/2024 9:31 AM
Question on barkrowler and the like
by Mors - 02/29/2024 6:51 PM
Member Permissions Help
by domspeak - 02/27/2024 6:31 PM
Who's Online Now
0 members (), 744 guests, and 147 robots.
Key: Admin, Global Mod, Mod
Random Gallery Image
Latest Gallery Images
Los Angeles
Los Angeles
by isaac, August 6
3D Creations
3D Creations
by JAISP, December 30
Artistic structures
Artistic structures
by isaac, August 29
Stones
Stones
by isaac, August 19
Powered by UBB.threads™ PHP Forum Software 8.0.0
(Preview build 20230217)