|
Joined: Jun 2006
Posts: 9,242 Likes: 1
Former Developer
|
Former Developer
Joined: Jun 2006
Posts: 9,242 Likes: 1 |
You can use this topic to discuss the 7.3.2 Changelog Notes.
Last edited by Rick; 10/01/2008 2:04 PM.
|
|
|
|
Joined: Jun 2006
Posts: 3,839 Likes: 1
Carpal Tunnel
|
Carpal Tunnel
Joined: Jun 2006
Posts: 3,839 Likes: 1 |
<keeps fingers crossed> 
|
|
|
|
Joined: Dec 2003
Posts: 1,796
Pooh-Bah
|
Pooh-Bah
Joined: Dec 2003
Posts: 1,796 |
sweet 
|
|
|
|
Joined: Apr 2007
Posts: 3,940 Likes: 1
Former Developer
|
Former Developer
Joined: Apr 2007
Posts: 3,940 Likes: 1 |
you can't just drop in the new phpmailer. there is a small change (1 or 2 liner) to mailer.inc.php that i posted somewhere on this forum.. had to do the the isHTML functionality and msgHTML replacement for the AltBody.. if you can't find it, i can re-supply 
|
|
|
|
Joined: Jun 2006
Posts: 9,242 Likes: 1
Former Developer
|
Former Developer
Joined: Jun 2006
Posts: 9,242 Likes: 1 |
Couldn't find anything posted on it. But I'll see if I can't figure it out 
|
|
|
|
Joined: Jun 2006
Posts: 225
enthusiast
|
enthusiast
Joined: Jun 2006
Posts: 225 |
Feature: Modified all gallery posts, so when viewing a picture it will give you the ubbcode for the thumbnail, medium and full sized images in the Post Description area. Also now displaying the size and dimensions of the full sized image. BRAVO  I was gonna ask for this.
|
|
|
|
Joined: Jun 2006
Posts: 684
Addict
|
Addict
Joined: Jun 2006
Posts: 684 |
I have asked. This eliminates the need for any other gallery software for a couple of my users that can't right click and paste in an image URL into a post anywhere else. This attention to the details is paying off. 
|
|
|
|
Joined: Jul 2006
Posts: 4,057
|
Joined: Jul 2006
Posts: 4,057 |
BOOM !! Version v7.6.1.1 People who inspire me Isaac ME Gizmo
|
|
|
|
Joined: Jun 2006
Posts: 16,375 Likes: 129
|
Joined: Jun 2006
Posts: 16,375 Likes: 129 |
Never... 7.3.2 however, probably a couple weeks :shrug: wait till it's on here 
|
|
|
|
Joined: Jul 2006
Posts: 4,057
|
Joined: Jul 2006
Posts: 4,057 |
August 13th  Not exactly sure yet. I'd say another week or so of actual fixing stuff, and then we'll let the beta testers have it and run it here for a bit. Wouldn't expect the beta to be too long, it just depends on how much stuff I still find to fix. I'd say probably in the 2-3 week range. https://www.ubbcentral.com/forums/ubbthreads.php/topics/216444/Re_7_3_2_Release.html#Post216444Hopefully not too long... Seems like a long long wait for 7.3 to settle down to something stable. I will be upgrading my forums with 7.3.2 i think as i think its getting there now.
BOOM !! Version v7.6.1.1 People who inspire me Isaac ME Gizmo
|
|
|
|
Joined: Jun 2006
Posts: 16,375 Likes: 129
|
Joined: Jun 2006
Posts: 16,375 Likes: 129 |
Well, call it one after you see it here  ... And yeh, I'm recommending to all of my clients who WANT to upgrade to 7.3 to hold off until 7.3.2 is out the door... Some are more impatient than others  ... hehe
|
|
|
|
Joined: Jun 2006
Posts: 9,242 Likes: 1
Former Developer
|
Former Developer
Joined: Jun 2006
Posts: 9,242 Likes: 1 |
7.3 ended up being a much larger release than I would have liked, and the time it's taken to get all of the little buglets resolved kinda shows that. We're going to go back to smaller releases, that come out quicker instead of trying to do a variety of major things each release.
I'd like to have the development cycle be where we put out a feature release every 3 months or so.
We're close to having 7.3.2 into private beta. I'm going through the bug reports forum and getting that cleaned up. Once that's done, then we'll hand it over to the private beta testers.
|
|
|
|
Joined: Aug 2006
Posts: 1,360 Likes: 1
Veteran
|
Veteran
Joined: Aug 2006
Posts: 1,360 Likes: 1 |
Change: When the forum is initially loaded, it will check the HTTP_HOST. If this doesn't match the FULL_URL setting in the config, then it will redirect the user to the proper URL. This will prevent the problem with people not staying logged in when access the forum via the wrong URL, which formerly required an .htaccess to fix. Another hack out the door with 7.3.2 
|
|
|
|
Joined: Jun 2006
Posts: 16,375 Likes: 129
|
Joined: Jun 2006
Posts: 16,375 Likes: 129 |
To be honest, I don't like: Change: When the forum is initially loaded, it will check the HTTP_HOST. If this doesn't match the FULL_URL setting in the config, then it will redirect the user to the proper URL. This will prevent the problem with people not staying logged in when access the forum via the wrong URL, which formerly required an .htaccess to fix. I own over 6 domains for UGN, some pc security programs mark our main URL as "disruptive" so users have to use a secondary domain; this change will effectively screw that up... I like having the option of having users choose their domain... Why not have the fix just read what http_host is and use that for full URL... since you're relying on that to do the check anyway lol... Hell, this will also stop SSL browsing, since it'll direct away from https to match http host; so you could use the http host to detect if SSL is being used or not and use vars based on that... (hell, PM me and I can give you my ssl code i use for other scripts lol)
|
|
|
|
Joined: Jun 2006
Posts: 9,242 Likes: 1
Former Developer
|
Former Developer
Joined: Jun 2006
Posts: 9,242 Likes: 1 |
Why not have the fix just read what http_host is and use that for full URL... since you're relying on that to do the check anyway lol... Yep, that will work as well as far as I know. I'll change it and then I can see if it rears up any issues. Hell, this will also stop SSL browsing, since it'll direct away from https to match http host; so you could use the http host to detect if SSL is being used or not and use vars based on that... (hell, PM me and I can give you my ssl code i use for other scripts lol) No, it doesn't do that. It keeps the protocol intact 
Last edited by Rick; 09/15/2008 6:17 PM.
|
|
|
|
Joined: Jun 2006
Posts: 16,375 Likes: 129
|
Joined: Jun 2006
Posts: 16,375 Likes: 129 |
Good good good, I like the idea of being able to keep using my domains lol...
|
|
|
|
Joined: Aug 2006
Posts: 1,360 Likes: 1
Veteran
|
Veteran
Joined: Aug 2006
Posts: 1,360 Likes: 1 |
Please make it optional, I like to force to the full url. Our board is also reachable through several URL's, but to avoid any crossdomain cookie issue we just force them to the full url. And I think the majority of the boards out there would be best server with that option.
Keeping the current hostname gives issues for islands, and any links posted in messages.
|
|
|
|
Joined: Jun 2006
Posts: 9,242 Likes: 1
Former Developer
|
Former Developer
Joined: Jun 2006
Posts: 9,242 Likes: 1 |
Might be able to squeeze in an option. It's a good point on links within posts. We'll probably go with the default as a redirect with an option to just force the FULL_URL to the current HTTP_HOST. I'll stick it under Primary Settings -> Advanced Options.
Last edited by Rick; 09/16/2008 10:15 AM.
|
|
|
|
Joined: Jul 2006
Posts: 4,057
|
Joined: Jul 2006
Posts: 4,057 |
Fingers crossed then  Nice big change log there now  Looks like your getting the better of it now RICK  Just add top 30 day posters as a default island for keeping us waiting  Good Work Rick -
BOOM !! Version v7.6.1.1 People who inspire me Isaac ME Gizmo
|
|
|
|
Joined: Aug 2006
Posts: 1,360 Likes: 1
Veteran
|
Veteran
Joined: Aug 2006
Posts: 1,360 Likes: 1 |
Good thing to call it 7.4. Looking at the number of files modified for this version, the installation will be major-upgrade wise anyway.
|
|
|
|
Joined: Jul 2006
Posts: 4,057
|
Joined: Jul 2006
Posts: 4,057 |
Just add top 30 day posters as a default island for keeping us waiting 
BOOM !! Version v7.6.1.1 People who inspire me Isaac ME Gizmo
|
|
|
|
Joined: Jan 2004
Posts: 2,474 Likes: 3
Pooh-Bah
|
Pooh-Bah
Joined: Jan 2004
Posts: 2,474 Likes: 3 |
...and (more than 10) content islands - anyone mention that? 
|
|
|
|
Joined: Jun 2006
Posts: 194
enthusiast
|
enthusiast
Joined: Jun 2006
Posts: 194 |
Okay, I am guessing that blogs will now be in version 7.5. Or maybe Rick will surprise us again and make the next major version after version 7.4 as version 8.0.
|
|
|
|
Joined: Feb 2007
Posts: 1,294 Likes: 2
Veteran
|
Veteran
Joined: Feb 2007
Posts: 1,294 Likes: 2 |
MANNN I want the blogs ASAP.
|
|
|
|
Joined: Jun 2006
Posts: 16,375 Likes: 129
|
Joined: Jun 2006
Posts: 16,375 Likes: 129 |
Was wondering when he'd update the thread  hehe
|
|
|
|
Joined: Jun 2006
Posts: 9,242 Likes: 1
Former Developer
|
Former Developer
Joined: Jun 2006
Posts: 9,242 Likes: 1 |
Blogs are still our next major feature we'll be working on. We're just trying to get a few smaller things in for this version along with all of the bug fixes so we have a good stable release so we can actually spend the time to do the blogs 
|
|
|
|
Joined: Jun 2006
Posts: 9,242 Likes: 1
Former Developer
|
Former Developer
Joined: Jun 2006
Posts: 9,242 Likes: 1 |
Just add top 30 day posters as a default island for keeping us waiting  Done Mark  I was going to make this an option so you could set how far back you wanted to go, but due to the way we generate the portal boxes, this wouldn't work. So if someone wants other than 30 days, it will just be a matter of changing the $days variable in the new island code, and the language file.
|
|
|
|
Joined: Jun 2006
Posts: 956
Old Hand
|
Old Hand
Joined: Jun 2006
Posts: 956 |
dont forget the importer. It doesnt work right now with the latest release. Take a look in the importer forum.
|
|
|
|
Joined: Jun 2006
Posts: 9,242 Likes: 1
Former Developer
|
Former Developer
Joined: Jun 2006
Posts: 9,242 Likes: 1 |
The odd thing is I've done a ton of imports, both classic and threads, to 7.3 and haven't run into any problems, so I'll need to see if I can get an idea what might be going wrong from looking at the reports.
|
|
|
|
Joined: Jan 2004
Posts: 2,474 Likes: 3
Pooh-Bah
|
Pooh-Bah
Joined: Jan 2004
Posts: 2,474 Likes: 3 |
Feature: On the Custom Islands Screen, it is now possible to add additional Custom Islands. So the limit is no longer 10 Custom Islands, it's unlimited. Oh Thank you Jeebers  Thank you Thank you Thank you Thank you Thank you Thank you Thank you Thank you Thank you Thank you Thank you Thank you Thank you Thank you Thank you Thank you Thank you Thank you Thank you Thank you 
|
|
|
|
Joined: Apr 2007
Posts: 120
member
|
member
Joined: Apr 2007
Posts: 120 |
Yes! Unlimited content islands, I'll add my thanks to that!
|
|
|
|
Joined: Jul 2006
Posts: 4,057
|
Joined: Jul 2006
Posts: 4,057 |
Just add top 30 day posters as a default island for keeping us waiting  Done Mark  I was going to make this an option so you could set how far back you wanted to go, but due to the way we generate the portal boxes, this wouldn't work. So if someone wants other than 30 days, it will just be a matter of changing the $days variable in the new island code, and the language file. I like the way Ricks keeping all his children happy lol Its the little things that go along way  Blogs have to be the next one rick IMO It could give our member base another reason to stay. And i could follow Gizmo's Family fights in one place 
BOOM !! Version v7.6.1.1 People who inspire me Isaac ME Gizmo
|
|
|
|
Joined: Jul 2006
Posts: 4,057
|
Joined: Jul 2006
Posts: 4,057 |
I guess its more about having your "OWN" Space. I would also imagine the ability to approve and reject comments. With out being a moderator or such.
A Space to let people know whats happening in your life in one place, your place. And not just a topic that drifts to the bottom, and awaits the next update.
I have a blog, and its cool, but i do think its a feature a forum has to have as the likes of face book and alike have proved there success just like forums do. So a Forum and a Blog can only be a good thing.
Well that's my take on things.
BOOM !! Version v7.6.1.1 People who inspire me Isaac ME Gizmo
|
|
|
|
Joined: Jun 2006
Posts: 16,375 Likes: 129
|
Joined: Jun 2006
Posts: 16,375 Likes: 129 |
|
|
|
|
Joined: Jun 2006
Posts: 16,375 Likes: 129
|
Joined: Jun 2006
Posts: 16,375 Likes: 129 |
I would also like to see "Group Blogs" where it'd be the same overall feal, however a group of users can post to the blog...
It'd be helpful for community events, projects, etc etc etc
|
|
|
|
Joined: Jul 2006
Posts: 2,143
Pooh-Bah
|
Pooh-Bah
Joined: Jul 2006
Posts: 2,143 |
(just changing the title back so it looks right on the main page.)
|
|
|
|
Joined: Aug 2006
Posts: 1,360 Likes: 1
Veteran
|
Veteran
Joined: Aug 2006
Posts: 1,360 Likes: 1 |
(just changing the title back so it looks right on the main page.) Feature request: Remove the need to do that  Topicstarter defines topic, noone else 
|
|
|
|
Joined: Jun 2006
Posts: 16,375 Likes: 129
|
Joined: Jun 2006
Posts: 16,375 Likes: 129 |
Feature request: Remove the need to do that  Topicstarter defines topic, noone else  agree :/
|
|
|
|
Joined: Sep 2005
Posts: 12
stranger
|
stranger
Joined: Sep 2005
Posts: 12 |
|
|
|
|
Joined: Jul 2006
Posts: 4,057
|
Joined: Jul 2006
Posts: 4,057 |
(just changing the title back so it looks right on the main page.) Feature request: Remove the need to do that  Topicstarter defines topic, noone else  One of the Best Idea's in a long time. And such a simple idea too.  Birthday island now too... Looks like Ricks giving the Islands a little attention 
Last edited by Mark S; 09/23/2008 6:26 PM.
BOOM !! Version v7.6.1.1 People who inspire me Isaac ME Gizmo
|
|
|
|
Joined: Dec 2003
Posts: 1,796
Pooh-Bah
|
Pooh-Bah
Joined: Dec 2003
Posts: 1,796 |
Blogs are still our next major feature we'll be working on. We're just trying to get a few smaller things in for this version along with all of the bug fixes so we have a good stable release so we can actually spend the time to do the blogs  oooo... please let us add CI's to the center column too 
|
|
|
|
Joined: Jul 2006
Posts: 4,057
|
Joined: Jul 2006
Posts: 4,057 |
BOOM !! Version v7.6.1.1 People who inspire me Isaac ME Gizmo
|
|
|
|
Joined: Jun 2006
Posts: 16,375 Likes: 129
|
Joined: Jun 2006
Posts: 16,375 Likes: 129 |
Content Islands; like our sidebar islands but embeddable as javascript
|
|
|
|
Joined: Jun 2008
Posts: 154
member
|
member
Joined: Jun 2008
Posts: 154 |
How about including the ability to edit a post by user with no time limit or delete a post(s) perhaps based on some criteria by admin with no time time limit.
If they are relatively small changes, any chance they could be included in this release perhaps.....
Last edited by Naz; 09/24/2008 12:20 PM.
Naz. [The world is big enough for everyone - so be HAPPY  ]
|
|
|
|
Joined: Aug 2006
Posts: 1,360 Likes: 1
Veteran
|
Veteran
Joined: Aug 2006
Posts: 1,360 Likes: 1 |
Lots of island stuff, might also be a cool idea to provide us with this kind of island... 
|
|
|
|
Joined: Jun 2008
Posts: 154
member
|
member
Joined: Jun 2008
Posts: 154 |
lol. So the Island possibly took millions of years to form, so I guess the above modifications or features would be out of the question, but could they be included in the next major release containing new features. IP.Board has the edit feature, and that would give another reason from loosing customers over to the competition by providing some of the better features they have if not all of the them. 
Naz. [The world is big enough for everyone - so be HAPPY  ]
|
|
|
|
Joined: Jun 2006
Posts: 3,839 Likes: 1
Carpal Tunnel
|
Carpal Tunnel
Joined: Jun 2006
Posts: 3,839 Likes: 1 |
Feature: Added blaaskaak's mod for a Today's Birthday Portal Island. Under Portal Settings there is an option to only include users online within a certain number of days.
Added some extra code so this island is only rebuilt at the beginning of each day under normal conditions. It will also rebuild when a new user registers or somebody changes their profile. On a busy forum with lots of new registrations will re-building it several times a day be a good idea - can see situations where it is rebuilt one second and then re-built a few seconds later. Could it not re-build at the most once an hour?
|
|
|
|
Joined: Aug 2006
Posts: 1,360 Likes: 1
Veteran
|
Veteran
Joined: Aug 2006
Posts: 1,360 Likes: 1 |
The rebuild isn't exactly server intensive. No need to build in a delay Ian.
I like the immidiate rebuild. Keeps ueers from asking "Hey, I just added my birthday, why am I not listed yet".
|
|
|
|
Joined: Jun 2006
Posts: 16,375 Likes: 129
|
Joined: Jun 2006
Posts: 16,375 Likes: 129 |
I've been PT'ing Rick ideas for the last couple nights :x...
|
|
|
|
Joined: Dec 2003
Posts: 1,796
Pooh-Bah
|
Pooh-Bah
Joined: Dec 2003
Posts: 1,796 |
Still rooting for center column CI's - CCCI's 
|
|
|
|
Joined: Jun 2006
Posts: 9,242 Likes: 1
Former Developer
|
Former Developer
Joined: Jun 2006
Posts: 9,242 Likes: 1 |
I was going to try and get center column CI's in, but can't really do it properly without kinda hacking it in, so that will need to wait until next version when I can do it right.
In fact, not sure how much more I'll get in. Might be a couple more small things, but we'll see. Only a few more days and then we'll be going to private beta.
|
|
|
|
Joined: Nov 2006
Posts: 3,095 Likes: 1
Carpal Tunnel
|
Carpal Tunnel
Joined: Nov 2006
Posts: 3,095 Likes: 1 |
Thanks Rick, Looking forward to the 7.5 GUI change though myself. 
|
|
|
|
Joined: May 2008
Posts: 85
journeyman
|
journeyman
Joined: May 2008
Posts: 85 |
|
|
|
|
Joined: Jun 2006
Posts: 684
Addict
|
Addict
Joined: Jun 2006
Posts: 684 |
Won't 7.5 have the blogs added and then 7.6 or 8.0 have the GUI update?
Last edited by Harold; 09/27/2008 12:26 PM.
|
|
|
|
Joined: Jun 2006
Posts: 194
enthusiast
|
enthusiast
Joined: Jun 2006
Posts: 194 |
IMO a completely new GUI seems like a huge update, so it should be version 8.0.
|
|
|
|
Joined: Jun 2006
Posts: 16,375 Likes: 129
|
Joined: Jun 2006
Posts: 16,375 Likes: 129 |
Blogs and the GUI update I think are the whole idea behind the next version (after this next one anyhow)
|
|
|
|
Joined: Dec 2003
Posts: 1,796
Pooh-Bah
|
Pooh-Bah
Joined: Dec 2003
Posts: 1,796 |
That would be the 7.8.7 "Dreamliner" version.
|
|
|
|
Joined: Jun 2006
Posts: 9,242 Likes: 1
Former Developer
|
Former Developer
Joined: Jun 2006
Posts: 9,242 Likes: 1 |
Blogs will be 7.5. GUI will be the version after. The control panel GUI update might come in 7.5, not sure at this point. I don't want to do an extremely long devel cycle, so nothing set in stone at this point.
|
|
|
|
Joined: Jul 2006
Posts: 4,057
|
Joined: Jul 2006
Posts: 4,057 |
Feature: Added a "Featured Member" portal island. This rebuilds every hour and selects a random member out of the database that isn't banned. Under Portal Settings there is an option to only include users that have been active in the last certain number of days. I like that one  You could use that for Member of the Day at a certain time would / could win something ?? Loving these islands as i think we have been lacking compared to some other forums you can visit. would like to see that feature "Other Topics you may be interested in" Getting excited about 7.4 now Rick Good work. Lets hope its Bug Freeeeeeeeeee
BOOM !! Version v7.6.1.1 People who inspire me Isaac ME Gizmo
|
|
|
|
Joined: Jun 2006
Posts: 16,375 Likes: 129
|
Joined: Jun 2006
Posts: 16,375 Likes: 129 |
Hehe I give good feature sugguestions :flex:
|
|
|
|
Joined: Jun 2006
Posts: 956
Old Hand
|
Old Hand
Joined: Jun 2006
Posts: 956 |
I would like to remind a little problem with the portal: if you use news icons and quoting in a news text strange things happen with the layout dependence which browser you use.
|
|
|
|
Joined: Oct 2006
Posts: 98
member
|
member
Joined: Oct 2006
Posts: 98 |
Hi guys...and gals... I'm getting ready to make the big leap from UBBClassic to Threads.
Should I wait for 7.4?
I'm noticing lots of glitches with links on this forum and see some changes occuring in 7.4 i would want. Are the changes in 7.4 being implimented in the current version as the changes are made?
|
|
|
|
Joined: Oct 2006
Posts: 98
member
|
member
Joined: Oct 2006
Posts: 98 |
ok...just now had to close and re-open the browser window to use any links on this page as well as be able to post this.
...everything is moving right along now that I logged out and back in...
Last edited by phoebe; 09/30/2008 9:24 AM.
|
|
|
|
Joined: Aug 2006
Posts: 1,360 Likes: 1
Veteran
|
Veteran
Joined: Aug 2006
Posts: 1,360 Likes: 1 |
I would wait for 7.4, it's really knocking on the door already, and it basicly saves you the work of doing another upgrade in a short timeframe.
|
|
|
|
Joined: Jun 2006
Posts: 16,375 Likes: 129
|
Joined: Jun 2006
Posts: 16,375 Likes: 129 |
Personally, I've been telling clients to hold off till 7.3.2 (AKA 7.4); a lot of bugs have been fixed and she's just around the corner...
|
|
|
|
Joined: Jun 2006
Posts: 194
enthusiast
|
enthusiast
Joined: Jun 2006
Posts: 194 |
BTW, the reason why I think the version after 7.5 with the GUI redesign should be version 8.0 is because is a huge change from the 7.x series, that it deserves to have an all-new version number. Calling it version 7.6 would indicate that it is only an incremental release, where a GUI redesign is a major change.
Remember when the GUI of OpenTopic/UBB.x was redesigned, both were given the 3.0 version number.
|
|
|
|
Joined: Dec 2003
Posts: 1,796
Pooh-Bah
|
Pooh-Bah
Joined: Dec 2003
Posts: 1,796 |
We're waaaaayy past version 3.0
|
|
|
|
Joined: Jun 2006
Posts: 194
enthusiast
|
enthusiast
Joined: Jun 2006
Posts: 194 |
We're waaaaayy past version 3.0 Well, I was referring to OpenTopic/UBB.x (and UBB.x actually skipped version 2.0). And after UBB.x was integrated into the Eve platform, version 4.0 was released. Speaking of this, does anyone know what WWWThreads 1.0 was like? I would like to know. UBB.threads 6.0 was a major release as it was made to fit in better with the UBB family of products (UBB.classic, UBB.threads, and UBB.x). UBB.threads 7.0 was also a major release, as it introduced a new GUI and the code was rewritten from scratch. Personally, I think a new GUI is a huge advance, so the next redesign deserves to be called version 8.0.
|
|
|
|
Joined: Oct 2006
Posts: 98
member
|
member
Joined: Oct 2006
Posts: 98 |
Well as long as she's just around the corner...thanks!
|
|
|
|
Joined: Jun 2006
Posts: 9,242 Likes: 1
Former Developer
|
Former Developer
Joined: Jun 2006
Posts: 9,242 Likes: 1 |
WWWThreads 1.0 was a Matt's WWWBoard clone I wrote because WWWBoard was killing our ISP's server. Mine didn't fair much better  Long, long ago in a galaxy far, far away. 
|
|
|
|
Joined: Dec 2003
Posts: 1,796
Pooh-Bah
|
Pooh-Bah
Joined: Dec 2003
Posts: 1,796 |
We're waaaaayy past version 3.0 Well, I was referring to OpenTopic/UBB.x (and UBB.x actually skipped version 2.0). And after UBB.x was integrated into the Eve platform, version 4.0 was released. I kid! I kid!
|
|
|
|
Joined: Oct 2006
Posts: 98
member
|
member
Joined: Oct 2006
Posts: 98 |
Hi Rick...Thanks! Say...the email notification I got for news & annoucements today as a "watched topic" was blank.....but I hoped this was the news.
|
|
|
|
Joined: Jun 2006
Posts: 9,242 Likes: 1
Former Developer
|
Former Developer
Joined: Jun 2006
Posts: 9,242 Likes: 1 |
You may have found the first bug phoebe  I'll need to check that out.
|
|
|
|
Joined: Oct 2006
Posts: 98
member
|
member
Joined: Oct 2006
Posts: 98 |
Yeah, that one was blank also....glad to be of service...very excited to install this soon....
|
|
|
|
Joined: Jul 2006
Posts: 116 Likes: 4
Member
|
Member
Joined: Jul 2006
Posts: 116 Likes: 4 |
The last post links (forum summary) are also not working if you are not logged in.
|
|
|
|
Joined: Feb 2007
Posts: 1,294 Likes: 2
Veteran
|
Veteran
Joined: Feb 2007
Posts: 1,294 Likes: 2 |
I just seen the featured member thing, nice. this was on the old classic and well liked as well. Only thing I think should be changed is that it should not feature someone with "0" post's.
|
|
|
|
Joined: Jun 2006
Posts: 3,839 Likes: 1
Carpal Tunnel
|
Carpal Tunnel
Joined: Jun 2006
Posts: 3,839 Likes: 1 |
Yeah, that one was blank also....glad to be of service...very excited to install this soon.... Although I think the plain text version is completed it is just the HTML version that is not being displayed. I see the words pop-up for my Gmail notifier which is the plain text version.
|
|
|
|
Joined: Jan 2004
Posts: 2,474 Likes: 3
Pooh-Bah
|
Pooh-Bah
Joined: Jan 2004
Posts: 2,474 Likes: 3 |
I just seen the featured member thing, nice. this was on the old classic and well liked as well. Only thing I think should be changed is that it should not feature someone with "0" post's. Agreed, or perhaps (in a later version) only feature users with x posts. (i.e. configurable.)
|
|
|
|
Joined: Jun 2006
Posts: 1,344
veteran
|
veteran
Joined: Jun 2006
Posts: 1,344 |
I was gona report the blank email too but got caught up playing with kids, lol.
|
|
|
|
Joined: Jul 2006
Posts: 4,057
|
Joined: Jul 2006
Posts: 4,057 |
Looking good  Featured Member Yeah a criteria option of min total posts for that would be good. Would like to see the options for certain fields in there? Location or something. Mark looks up language file and changes < Featured Member > To < The gay member of the day is > ( Kiddin ) I'm liking it Rick. Good to see so many requests coming on line and its refreshing to see new islands, it think you should try and get new ones into stock more often. I cant wait to get the final one on my forums.
BOOM !! Version v7.6.1.1 People who inspire me Isaac ME Gizmo
|
|
|
|
Joined: Jun 2006
Posts: 16,375 Likes: 129
|
Joined: Jun 2006
Posts: 16,375 Likes: 129 |
Yeh, I'd like to see location as well... can think of something i'll be modding at dev  ...
|
|
|
|
Joined: Dec 2003
Posts: 1,796
Pooh-Bah
|
Pooh-Bah
Joined: Dec 2003
Posts: 1,796 |
Can you mod me a specific choice for "featured member" so it's not random? Something so I can input a user number 
|
|
|
|
Joined: Oct 2006
Posts: 98
member
|
member
Joined: Oct 2006
Posts: 98 |
Got an email ...not blank this time! Yeah!
|
|
|
|
Joined: Jun 2006
Posts: 215
enthusiast
|
enthusiast
Joined: Jun 2006
Posts: 215 |
Customized Tag , for users to more easily classify their threads/posts , not just a "Watch List". As an OpenID Provider. SOAP/REST/JSON API to query data... such as user's profile , posts . Thread's posts ...etc. I think OpenID Provider is the most important . Because it gives programmers ability to hook their application's identities to UBBThread. So ... please mark it higher priority.
English is not my native language. I try my best to express my thought precisely. I hope you understand what I mean. If any misunderstanding results from culture gaps, I apologize first.
|
|
|
|
Joined: Jun 2006
Posts: 16,375 Likes: 129
|
Joined: Jun 2006
Posts: 16,375 Likes: 129 |
I do kind of like the OpenID idea
|
|
|
|
Joined: Oct 2006
Posts: 98
member
|
member
Joined: Oct 2006
Posts: 98 |
I do miss the little check box in ubbclassic as an option when posting to get an email when someone responds. Quick, easy, optional. Is it just hiding from me?
Last edited by phoebe; 10/08/2008 3:51 PM.
|
|
|
|
Joined: Jun 2006
Posts: 9,242 Likes: 1
Former Developer
|
Former Developer
Joined: Jun 2006
Posts: 9,242 Likes: 1 |
It's there, just worded a bit different. Go into your My Stuff -> Preferences and make sure that "By default should anything added to your Watch Lists be emailed to you?" is set to Yes.
Then when replying to a topic or creating a new topic, check the "Add this thread to my Watched Topics".
|
|
|
|
Joined: Nov 2006
Posts: 197 Likes: 7
Member
|
Member
Joined: Nov 2006
Posts: 197 Likes: 7 |
I just upgraded my site to 7.4b2. Upgrade went smoothly and, after uploading everything, took only a few minutes.
Two points that might make things easier for others:
1. I upload the directories one at a time (in case the connection to my server is disrupted). So I print a listing of the directories to checkoff one at a time. It would be useful if all the major directories (admin, etc.) were listed right in the upgrade instructions (and in alphabetical order).
2. It would be useful if common settings that were defaulted also be listed. For example, this time I remembered to change my langauage setting from iso-8859-1 (the default) back to UTF-8 right after the upgrade and before re-opening the board. I didn't know about it at the last upgrade and now I have a whole bunch of odd characters in my database I can never get rid of.
So far, all looks great! Thanks Rick!
|
|
|
|
Joined: Oct 2006
Posts: 98
member
|
member
Joined: Oct 2006
Posts: 98 |
Thanks Jake, Question: Would everyone have to do this...or under what conditions would you need to change the default? this time I remembered to change my langauage setting from iso-8859-1 (the default) back to UTF-8 right after the upgrade and before re-opening the board.
|
|
|
|
Joined: Dec 2003
Posts: 1,796
Pooh-Bah
|
Pooh-Bah
Joined: Dec 2003
Posts: 1,796 |
It's helpful if users post using special characters, usually when posting in another language.
|
|
|
|
Joined: Dec 2006
Posts: 1,235
veteran
|
veteran
Joined: Dec 2006
Posts: 1,235 |
Warning - Dummy Alert!! Change: When the forum is initially loaded, it will check the HTTP_HOST and protocol being used. By default, if this doesn't match the FULL_URL it will redirect the user. There is an option to force the FULL_URL to the current URL the user is accessing the forum from. I can't get my head around this. Can someone explain it a little simpler or give an example of what it means. 
|
|
|
|
Joined: Jun 2006
Posts: 16,375 Likes: 129
|
Joined: Jun 2006
Posts: 16,375 Likes: 129 |
I'd like t add hat #2 would support "multiple domain" environments where you'd like users to surf any any url they land on; whereas #1 would redirect to one primary url once logged in...
|
|
|
|
Joined: Aug 2006
Posts: 1,360 Likes: 1
Veteran
|
Veteran
Joined: Aug 2006
Posts: 1,360 Likes: 1 |
Hm, I just checked out your code, and there is no code in it to actually forward the parameters. It just checks "not on full url, do redirect to full url!". For boards with lots of links to actual posts this breaks up all links that happen not to link to the full url. The hack I posted on ubbdev does do that. --> https://www.ubbdev.com/forums/ubbthreads.php/topics/315358
|
|
|
|
Joined: Jun 2006
Posts: 9,242 Likes: 1
Former Developer
|
Former Developer
Joined: Jun 2006
Posts: 9,242 Likes: 1 |
Good catch. Added that with a slight mod so it will retain the http|https from the original FULL_URL.
|
|
|
|
Joined: Sep 2006
Posts: 120
member
|
member
Joined: Sep 2006
Posts: 120 |
Nice job Rick and gang. That's a lot in a short period of time. Probably install this weekend. Thanks for your effort.
|
|
|
|
Joined: Sep 2004
Posts: 152
member
|
member
Joined: Sep 2004
Posts: 152 |
When I go to install/upgrade.php after uploading all files, I get this:
SQL Error: Unable to connect to database server, please try again in a few minutes.SQL Error: Unable to connect to database server, please try again in a few minutes. Fatal error: Call to undefined function upgrade_header() in /var/www/vhosts/www.forumsatril.com/HTML/ubbthreads7/install/upgrade.php on line 67
Help?
|
|
|
|
Joined: Sep 2004
Posts: 152
member
|
member
Joined: Sep 2004
Posts: 152 |
After upgrading, includes/config.inc.php says
<?php $config = array (); ?>
That's not good, is it?
|
|
|
|
Joined: Jun 2006
Posts: 9,242 Likes: 1
Former Developer
|
Former Developer
Joined: Jun 2006
Posts: 9,242 Likes: 1 |
You didn't follow this step in the Upgrade Docs did you?  Upload all files and directories from the unzipped UBB.threadsâ„¢ directory to the UBB.threadsâ„¢ installation directory, except for the includes, styles, and cache_builders/custom directories. You will want to upload all of the .php files within the cache_builders directory, just make sure not to upload the custom directory or files within it. Happen to have a backup of your forum directory so you can recover the files in those directories?
|
|
|
|
Joined: Sep 2004
Posts: 152
member
|
member
Joined: Sep 2004
Posts: 152 |
Doh. I'm afraid I'll have to ask my provider to revert the includes directory.
/slaps his head
|
|
|
|
Joined: Aug 2007
Posts: 45
newbie
|
newbie
Joined: Aug 2007
Posts: 45 |
In an earlier version of the board we could allow members to view user profiles but hide their email addresses. This no longer seems to be the case. Am I missing something?
|
|
|
|
Joined: Jun 2006
Posts: 626
Addict
|
Addict
Joined: Jun 2006
Posts: 626 |
Can I upgrade from 7.2.2 to 7.4 without the need to first upgrade to 7.3.1?
|
|
|
|
Joined: Jun 2006
Posts: 9,242 Likes: 1
Former Developer
|
Former Developer
Joined: Jun 2006
Posts: 9,242 Likes: 1 |
In an earlier version of the board we could allow members to view user profiles but hide their email addresses. This no longer seems to be the case. Am I missing something? Right now we just have the private/public email fields and if you can view a profile you can view the public email. Need to get an option in to allow hiding both.
|
|
|
|
Joined: Jun 2006
Posts: 9,242 Likes: 1
Former Developer
|
Former Developer
Joined: Jun 2006
Posts: 9,242 Likes: 1 |
Can I upgrade from 7.2.2 to 7.4 without the need to first upgrade to 7.3.1? Yes, just go through the normal upgrade procedure. It will handle all of the steps you need to go from 7.2.2 to 7.4.
|
|
|
|
Joined: Jun 2006
Posts: 626
Addict
|
Addict
Joined: Jun 2006
Posts: 626 |
Thank you. 
|
|
|
|
Joined: Jun 2006
Posts: 225
enthusiast
|
enthusiast
Joined: Jun 2006
Posts: 225 |
Hi Rick, painless upgrade, nice work.
|
|
|
|
Joined: Jun 2006
Posts: 225
enthusiast
|
enthusiast
Joined: Jun 2006
Posts: 225 |
One question about the inline image rescaling change.
Does it only take effect with images posted after upgrade, or should it rescale all? If it is, then it doesn't seem to be working.
|
|
|
|
Joined: Jun 2008
Posts: 154
member
|
member
Joined: Jun 2008
Posts: 154 |
RE : " Feature: The Permission to Delete any posts and Delete Topics have been split up. So Admins will now be able to specify that some moderators will be able to delete posts but not entire topics. The default permission for DELETE TOPICS will be the same as the current DELETE POSTS setting for each group upon upgrade."
Hi Rick- does this mean that an admin can delete a post from the middle of a topic at any point in time.....
Naz. [The world is big enough for everyone - so be HAPPY  ]
|
|
|
|
Joined: Jun 2006
Posts: 684
Addict
|
Addict
Joined: Jun 2006
Posts: 684 |
Yes that is possible.
But this feature that you are quoting here doesn't pertain to what you are asking about.
|
|
|
|
Joined: Jun 2008
Posts: 154
member
|
member
Joined: Jun 2008
Posts: 154 |
Naz. [The world is big enough for everyone - so be HAPPY  ]
|
|
|
|
Joined: Jun 2006
Posts: 16,375 Likes: 129
|
Joined: Jun 2006
Posts: 16,375 Likes: 129 |
That feature means that you can set a person to be able to delete a post OR to be able to delete a post OR the thread...
|
|
|
|
Joined: Jun 2008
Posts: 154
member
|
member
Joined: Jun 2008
Posts: 154 |
That feature means that you can set a person to be able to delete a post OR to be able to delete a post OR the thread... Is the admin still restricted by certain time after which he cannot delete post and can he delete it from any position within the thread.
Naz. [The world is big enough for everyone - so be HAPPY  ]
|
|
|
|
Joined: Jun 2006
Posts: 16,375 Likes: 129
|
Joined: Jun 2006
Posts: 16,375 Likes: 129 |
AFAIK, an admin should have no limits...
|
|
|
|
Joined: Jun 2006
Posts: 225
enthusiast
|
enthusiast
Joined: Jun 2006
Posts: 225 |
I've had to restore 7.3 as the whole 7.4 system stopped responding today and I have no idea why, nothing would load, no errors nothing, so 7.3 has gone back.
|
|
|
|
Joined: Jun 2008
Posts: 154
member
|
member
Joined: Jun 2008
Posts: 154 |
AFAIK, an admin should have no limits... I'm not sure what AFAIK means, though the reason why I asked about it was that last time I ran the demo control panel set from your server, it only allowed me to delete the last post and even then within a restricted time period after which I could not delete even as an admin .....perhaps I missed out on something --- not sure, hmmm confused.... but from what you are saying that the full version should have no restrictions
Naz. [The world is big enough for everyone - so be HAPPY  ]
|
|
|
|
Joined: Jun 2006
Posts: 684
Addict
|
Addict
Joined: Jun 2006
Posts: 684 |
|
|
|
|
Joined: Jun 2006
Posts: 16,375 Likes: 129
|
Joined: Jun 2006
Posts: 16,375 Likes: 129 |
but from what you are saying that the full version should have no restrictions AFAIK, correct
|
|
|
|
Joined: Feb 2007
Posts: 1,294 Likes: 2
Veteran
|
Veteran
Joined: Feb 2007
Posts: 1,294 Likes: 2 |
Change Log 7.4.1
BUGFIX: Fixed an XHTML compliancy issue with the Featured Member island. BUGFIX: Fixed the issue with avatars not showing on the Featured Member island. I thought this was just me so I bug fixed it on my test server before placing it on my live site.
|
|
|
0 members (),
1,423
guests, and
122
robots. |
Key:
Admin,
Global Mod,
Mod
|
|
|
|