Previous Thread
Next Thread
Print Thread
Hop To
Page 1 of 2 1 2
#223933 03/11/2009 12:25 PM
Joined: Jun 2006
Posts: 9,242
Likes: 1
R
Former Developer
Former Developer
R Offline
Joined: Jun 2006
Posts: 9,242
Likes: 1
We've just posted the changelog for 7.5.1 and you can use this thread to discuss anything concerning this version.

Rick #223935 03/11/2009 1:19 PM
Joined: Feb 2007
Posts: 1,294
Likes: 2
Veteran
Veteran
Joined: Feb 2007
Posts: 1,294
Likes: 2
Quote
BUGFIX: If a user canceled their subscription through paypal it would immediately remove their access from the group. This has been changed so the user will still have access to the group until the original expiration date, since they've already paid for that time.

Can you modify the subscriptions from the control panel.

JAISP #223939 03/11/2009 3:28 PM
Joined: Dec 2003
Posts: 1,796
Pooh-Bah
Pooh-Bah
Joined: Dec 2003
Posts: 1,796
Merci Buckets Rick smile


- Allen
- ThreadsDev | PraiseCafe
JAISP #223942 03/11/2009 4:37 PM
Joined: Jun 2006
Posts: 9,242
Likes: 1
R
Former Developer
Former Developer
R Offline
Joined: Jun 2006
Posts: 9,242
Likes: 1
Originally Posted by JAISP
Can you modify the subscriptions from the control panel.

You can do that in 7.5.

Rick #224056 03/13/2009 12:11 PM
Joined: Aug 2006
Posts: 583
old hand
old hand
Joined: Aug 2006
Posts: 583
Whoo Hoo:

BUGFIX: The Who's Online Island will now properly sort by last activity instead of alphabetical.
BUGFIX: Fixed a javascript bug with the Use/Execute links on the Database Command page in the Control Panel.

Basil #224058 03/13/2009 1:36 PM
Joined: Jul 2006
Posts: 4,057
Joined: Jul 2006
Posts: 4,057
any idea's when its available (This weekend ) ?

Good stuff Rick


BOOM !! Version v7.6.1.1
People who inspire me Isaac ME Gizmo
Mark S #224065 03/13/2009 2:50 PM
Joined: Jun 2006
Posts: 16,292
Likes: 116
UBB.threads Developer
UBB.threads Developer
Joined: Jun 2006
Posts: 16,292
Likes: 116
We haven't gotten a beta yet, so I wouldn't hold your breath (since Groupee is closed on Weekends and Dave puts things in there i wouldn't count on it after tonight)


I am a Web Development Contractor, I do not work for UBBCentral. I have provided free User to User Support since the beginning of these support forums.
Do you need Forum Install or Upgrade Services?
Forums: A Gardeners Forum, Scouters World
UBB.threads: UBBWiki, UBB Styles, UBB.Sitemaps
Longtime Supporter & Resident Post-A-Holic
VNC Web Services: Code Modifications, Upgrades, Styling, Coding Services, Disaster Recovery, and more!
Gizmo #224071 03/13/2009 3:17 PM
Joined: Jul 2006
Posts: 4,057
Joined: Jul 2006
Posts: 4,057
okay smile



BOOM !! Version v7.6.1.1
People who inspire me Isaac ME Gizmo
Mark S #224120 03/14/2009 8:24 PM
Joined: Jan 2008
Posts: 222
enthusiast
enthusiast
Joined: Jan 2008
Posts: 222
Quote
BUGFIX: The Who's Online Island will now properly sort by last activity instead of alphabetical.

I'm looking for that one as well, but i can't seem to find it anywhere in my sources. Could please someone give me a tiny little hint?

Rob


My place to be: http://www.freesat.nl
Robje01 #224144 03/15/2009 5:44 AM
Joined: Aug 2006
Posts: 1,358
Y
Veteran
Veteran
Y Offline
Joined: Aug 2006
Posts: 1,358
Originally Posted by Robje01
I'm looking for that one as well, but i can't seem to find it anywhere in my sources. Could please someone give me a tiny little hint?


In /cache_builders is the code that builds the islands.


[Linked Image from siemons.org]
Yarp #224149 03/15/2009 7:43 AM
Joined: Jan 2008
Posts: 222
enthusiast
enthusiast
Joined: Jan 2008
Posts: 222
That's a tiny little hint smile Unfortunately not big enough... Thanks anyway


My place to be: http://www.freesat.nl
Robje01 #224151 03/15/2009 8:25 AM
Joined: Apr 2007
Posts: 3,940
Likes: 1
SD Offline
Former Developer
Former Developer
Joined: Apr 2007
Posts: 3,940
Likes: 1
cache_builders/online_now.php

line 111 (approx)

SD #224153 03/15/2009 8:31 AM
Joined: Jan 2008
Posts: 222
enthusiast
enthusiast
Joined: Jan 2008
Posts: 222
That's what i found too, but i expected to find a ORDER BY line.
This line takes a query from another (script)file. I keep banging my head against the wall about it.

Rob


My place to be: http://www.freesat.nl
Robje01 #224154 03/15/2009 8:44 AM
Joined: Aug 2006
Posts: 1,358
Y
Veteran
Veteran
Y Offline
Joined: Aug 2006
Posts: 1,358
doesn't it say order by t1.USER_DISPLAY_NAME asc right there?

I replaced it with ORDER BY RAND() quite a while back to get a random selection, instead of just the first few of the alphabet.


[Linked Image from siemons.org]
Yarp #224158 03/15/2009 10:14 AM
Joined: Jun 2006
Posts: 9,242
Likes: 1
R
Former Developer
Former Developer
R Offline
Joined: Jun 2006
Posts: 9,242
Likes: 1
It's a bit more complicated fix. Since we grab everyone and then put them into groups (users, guests, search engines). Once we have all the actual users then we have to resort the list. So nothing in the SQL query will fix it, otherwise I would have just posted the fix wink

Rick #224160 03/15/2009 11:12 AM
Joined: Jan 2008
Posts: 222
enthusiast
enthusiast
Joined: Jan 2008
Posts: 222
Ah thanks Rick, but the RAND option (from Yarp™) will do for me. Otherwise only the users 111 and 114 and 538listener and others will be shown with only showing 6 online users. At least we have every 2 minutes other users in the list.

Rob

Last edited by Robje01; 03/15/2009 11:18 AM.

My place to be: http://www.freesat.nl
Robje01 #224204 03/16/2009 1:34 PM
Joined: Jun 2006
Posts: 9,242
Likes: 1
R
Former Developer
Former Developer
R Offline
Joined: Jun 2006
Posts: 9,242
Likes: 1
I see a bug in Who's Online that I'm fixing now wink

Rick #224286 03/18/2009 4:34 AM
Joined: Oct 2006
Posts: 46
W
newbie
newbie
W Offline
Joined: Oct 2006
Posts: 46
Hey there, Just wondering if 5.1 fixes the bug where multiple moderators are listed in the forums?

I badly need to change some mod permissions but am scared that it'll just add more names.

Fack, it's driving us nuts and looks terrible!

If 5.1 doesn't fix it, can someone please, please, please tell me how to fix it.

I will forever be grateful!

Thx

Will

Joined: Jan 2008
Posts: 222
enthusiast
enthusiast
Joined: Jan 2008
Posts: 222
Hi Will,

I'm not sure what you mean, would like to help you but i don't realy get what you are meaning...

Rob


My place to be: http://www.freesat.nl
Robje01 #224291 03/18/2009 6:54 AM
Joined: Oct 2006
Posts: 46
W
newbie
newbie
W Offline
Joined: Oct 2006
Posts: 46
It's described here.

https://www.ubbcentral.com/forums/ubbthreads.php/topics/220984/1.html

Am I the only person who is still suffering this?

Joined: Jul 2006
Posts: 4,057
Joined: Jul 2006
Posts: 4,057
Just don't do any amendments in the moderators list in the cp
they multiply at submit.

I'm awaiting 7.5.1
Apparently its been fixed looking at the thread.


BOOM !! Version v7.6.1.1
People who inspire me Isaac ME Gizmo
Mark S #224298 03/18/2009 9:03 AM
Joined: Jan 2008
Posts: 222
enthusiast
enthusiast
Joined: Jan 2008
Posts: 222
That's an easy one.

Open /scripts/postlist.inc.php
Search for the line SELECT t1.USER_ID,t2USER_DISPLAY_NAME (Line 229 ?) and replace it with:
SELECT DISTINCT t1.USER_ID,t2.USER_DISPLAY_NAME

Do the same with showflat.inc.php


Solved within 2 minutes.

Rob


My place to be: http://www.freesat.nl
Robje01 #224329 03/18/2009 5:18 PM
Joined: Oct 2006
Posts: 46
W
newbie
newbie
W Offline
Joined: Oct 2006
Posts: 46
Maybe Rick could advise if it's been sorted in 7.5.1? I couldn't see it mentioned in the release notes.

Robje, thanks for that. Did you do that fix yourself? Has anyone else used it?

Thx!

Joined: Jan 2008
Posts: 222
enthusiast
enthusiast
Joined: Jan 2008
Posts: 222
Yes, fixed it myself. I've been exploring the sources for a couple of months and i'm getting used to the structure smile

Rob


My place to be: http://www.freesat.nl
Robje01 #224347 03/18/2009 6:58 PM
Joined: Oct 2006
Posts: 46
W
newbie
newbie
W Offline
Joined: Oct 2006
Posts: 46
Thanks Robje, that seems to have fixed it. I notice they are all still multiply listed in the control panel though :-( Still, at least the front end looks good ! LOL

Robje01 #224363 03/18/2009 9:12 PM
Joined: Apr 2007
Posts: 3,940
Likes: 1
SD Offline
Former Developer
Former Developer
Joined: Apr 2007
Posts: 3,940
Likes: 1
Originally Posted by Robje01
That's an easy one.

Open /scripts/postlist.inc.php
Search for the line SELECT t1.USER_ID,t2USER_DISPLAY_NAME (Line 229 ?) and replace it with:
SELECT DISTINCT t1.USER_ID,t2.USER_DISPLAY_NAME

Do the same with showflat.inc.php


Solved within 2 minutes.

Rob


that just masks the problem as a bandaid.. the better solution is to ensure no dupes in the actual DB in the 1st place.. i wouldn't use that as a permanent 'fix'

ie: fix it in the admin world / DB .. that ripples outward with correct results..

SD #224369 03/18/2009 11:54 PM
Joined: Oct 2006
Posts: 46
W
newbie
newbie
W Offline
Joined: Oct 2006
Posts: 46
Thanks Sirdude, do you know if the fix is in 5.1?

Joined: Apr 2007
Posts: 3,940
Likes: 1
SD Offline
Former Developer
Former Developer
Joined: Apr 2007
Posts: 3,940
Likes: 1
that's really Rick's call.. i don't know if he addressed it or not..

my niggling suspicion is yes.. but don't quote me wink

SD #224372 03/19/2009 3:35 AM
Joined: Jan 2008
Posts: 222
enthusiast
enthusiast
Joined: Jan 2008
Posts: 222
Ho ho, i never said it's a permanent fix, it's just to mask it front-end and the fix will be in 7.5.1 i guess.

Rob


My place to be: http://www.freesat.nl
Robje01 #224440 03/20/2009 1:45 PM
Joined: Jul 2006
Posts: 4,057
Joined: Jul 2006
Posts: 4,057
Any idea's on 7.5.1 for download ?


BOOM !! Version v7.6.1.1
People who inspire me Isaac ME Gizmo
Mark S #224448 03/20/2009 3:44 PM
Joined: Aug 2006
Posts: 1,358
Y
Veteran
Veteran
Y Offline
Joined: Aug 2006
Posts: 1,358
Originally Posted by Mark S
Any idea's on 7.5.1 for download ?


Yep, go to members area, and download smile


[Linked Image from siemons.org]
Yarp #224454 03/20/2009 5:59 PM
Joined: Feb 2009
Posts: 53
journeyman
journeyman
Joined: Feb 2009
Posts: 53
Hallo,

is it enough to copy the files:
UPGRADE_CHANGES.txt
VERSION-7.5.1:CHANGED: .............

into the directory, to update from 7.5 to 7.5.1?
Language is up to date.

Is there any change in the database?

Thanks
Stephan



UBB since 2003 - Version v7.5.2 - http://www.tiernetzwerk.de
Chrome 2.0
Stephan #224455 03/20/2009 6:49 PM
Joined: Jan 2008
Posts: 222
enthusiast
enthusiast
Joined: Jan 2008
Posts: 222
I sure hope that we only have to replace the upgrade_changes.txt included files. I modified too much to upgrade the whole board source...


My place to be: http://www.freesat.nl
Robje01 #224457 03/20/2009 7:04 PM
Joined: Aug 2006
Posts: 1,358
Y
Veteran
Veteran
Y Offline
Joined: Aug 2006
Posts: 1,358
Originally Posted by Robje01
I sure hope that we only have to replace the upgrade_changes.txt included files. I modified too much to upgrade the whole board source...


Yep, that is all that is needed.


[Linked Image from siemons.org]
Yarp #224458 03/20/2009 7:30 PM
Joined: Jan 2008
Posts: 222
enthusiast
enthusiast
Joined: Jan 2008
Posts: 222
And a little mod to the database ubbt_FORUMS where the FORUM_SORT_DIR key is 4 chars now.

Thanks..,

Rob


My place to be: http://www.freesat.nl
Robje01 #224459 03/20/2009 7:58 PM
Joined: Nov 2006
Posts: 3,095
Likes: 1
Carpal Tunnel
Carpal Tunnel
Joined: Nov 2006
Posts: 3,095
Likes: 1
Is it just me, or is it not possible to logon as the DB admin #1 that setup the DB?

I don't recall setting up an account inside the actual DB of UBBT but assumed it was already created. I can logon with another Admin account but can't seem to logon with the one that created the DB in the first place and is there in the Control Panel. I've confirmed the password is correct.


Code
 SELECT COUNT( * ) AS `Rows` , `USER_LOGIN_NAME`
FROM `ubbt_USERS`
GROUP BY `USER_LOGIN_NAME`
ORDER BY `USER_LOGIN_NAME`
LIMIT 0 , 30 

Shows #1 logon as: **DONOTDELETE**

Last edited by ntdoc; 03/20/2009 8:05 PM. Reason: code snippet posted
ntdoc #224460 03/20/2009 8:08 PM
Joined: Feb 2009
Posts: 53
journeyman
journeyman
Joined: Feb 2009
Posts: 53
and in ubbt_VERSION change per hand to 7.5.1?


UBB since 2003 - Version v7.5.2 - http://www.tiernetzwerk.de
Chrome 2.0
Stephan #224465 03/20/2009 9:16 PM
Joined: Jan 2008
Posts: 222
enthusiast
enthusiast
Joined: Jan 2008
Posts: 222
@ntdoc
I think it always was **DONOTDELETE**

@Stephan
When you replace the files as described in the update_changes you'll have an updated version (shown below your pages) and in the board statistics.
But i still have 7.5 in my database...


Rob


My place to be: http://www.freesat.nl
Robje01 #224469 03/20/2009 10:18 PM
Joined: Apr 2007
Posts: 3,940
Likes: 1
SD Offline
Former Developer
Former Developer
Joined: Apr 2007
Posts: 3,940
Likes: 1
member #2 is the 1st real member.. #1 is NOT..

SD #224473 03/20/2009 10:29 PM
Joined: Mar 2008
Posts: 326
D
Enthusiast
Enthusiast
D Offline
Joined: Mar 2008
Posts: 326
DONOTDELETE is the placeholder for anonymous posters if you allow this on your board.

Joined: Jun 2006
Posts: 16,292
Likes: 116
UBB.threads Developer
UBB.threads Developer
Joined: Jun 2006
Posts: 16,292
Likes: 116
I just can't help myself... NTDoc, how could you not know this? I could have sworn you answered this for another member some time ago!


I am a Web Development Contractor, I do not work for UBBCentral. I have provided free User to User Support since the beginning of these support forums.
Do you need Forum Install or Upgrade Services?
Forums: A Gardeners Forum, Scouters World
UBB.threads: UBBWiki, UBB Styles, UBB.Sitemaps
Longtime Supporter & Resident Post-A-Holic
VNC Web Services: Code Modifications, Upgrades, Styling, Coding Services, Disaster Recovery, and more!
Yarp #224513 03/21/2009 11:09 PM
Joined: Mar 2007
Posts: 36
Likes: 1
B
BB Offline
Newbie
Newbie
B Offline
Joined: Mar 2007
Posts: 36
Likes: 1
Has anyone else also noticed that Unicode characters (e.g. Я ‽) do not work for users in 7.5.1? They do work for administrators. HTML is enabled for both.

BB #224515 03/22/2009 12:27 AM
Joined: Jun 2006
Posts: 16,292
Likes: 116
UBB.threads Developer
UBB.threads Developer
Joined: Jun 2006
Posts: 16,292
Likes: 116
Someone mentioned this in another thread; the UBB is converting the & to its HTML equivelant:
Code
&

Before it can be processed...


I am a Web Development Contractor, I do not work for UBBCentral. I have provided free User to User Support since the beginning of these support forums.
Do you need Forum Install or Upgrade Services?
Forums: A Gardeners Forum, Scouters World
UBB.threads: UBBWiki, UBB Styles, UBB.Sitemaps
Longtime Supporter & Resident Post-A-Holic
VNC Web Services: Code Modifications, Upgrades, Styling, Coding Services, Disaster Recovery, and more!
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
1 members (Havenofsobriety), 458 guests, and 91 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)