Previous Thread
Next Thread
Print Thread
Hop To
#946 07/02/2006 11:10 PM
Joined: Jun 2006
Posts: 29
O
newbie
newbie
O Offline
Joined: Jun 2006
Posts: 29
We are currently using classic and are really looking forward to be able to use this new forums.

The classic boards don't have the number of "views" for each thread displayed. If we upgrade to this new version of threads, will all of those same current threads effectively be starting from "0" views (even if they have had many tens of thousands of "views" since they were created) when they get displayed on this new threads?

Thanks

ostrich #947 07/02/2006 11:50 PM
Joined: Jun 2006
Posts: 16,299
Likes: 116
UBB.threads Developer
UBB.threads Developer
Joined: Jun 2006
Posts: 16,299
Likes: 116
That is correct. If you're a classic user and you had the "views" modification installed it will be daiseyed over (threads users have a views column); if its a clean board and there are no views of record, they will start as 0


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 #948 07/03/2006 12:00 AM
Joined: Jun 2006
Posts: 9,242
Likes: 1
R
Former Developer
Former Developer
R Offline
Joined: Jun 2006
Posts: 9,242
Likes: 1
If you don't want to have a bunch of 0s for the view column and you weren't using the views modification you could just have each one randomly generated. Something like:

UPDATE ubbt_TOPICS set TOPIC_VIEWS = floor(rand() * 25000) + 1;

Would chose a random number between 1 and 25000 for all of your topics and insert that random number for the starting number of topic views. smile

Rick #950 07/03/2006 12:52 AM
Joined: Jun 2006
Posts: 29
O
newbie
newbie
O Offline
Joined: Jun 2006
Posts: 29
Can someone tell me how to implement that count thing in our current classic (v. 6.7.2).

Is it difficult to implement?

Thanks.

ostrich #951 07/03/2006 1:23 AM
Joined: Jun 2006
Posts: 16,299
Likes: 116
UBB.threads Developer
UBB.threads Developer
Joined: Jun 2006
Posts: 16,299
Likes: 116
The views modification is just that, a modification; upon installing themodification it woudl be at 0 until viewed and incrimented, either way, yo'ud start at 0 unless you used what rick stated for cheating it wink...

Additionally, any modifications to your stock code void your warrenty with Infopop/Groupee/MadronaPark/Monkee untile it is restored to stock code.

With all that aside, the modification is at www.ubbdev.com


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 #954 07/03/2006 10:27 PM
Joined: Jun 2006
Posts: 196
I
enthusiast
enthusiast
I Offline
Joined: Jun 2006
Posts: 196
Originally Posted by Gizmo
That is correct. If you're a classic user and you had the "views" modification installed it will be daiseyed over (threads users have a views column); if its a clean board and there are no views of record, they will start as 0


actually, it defaults to the total number of posts in that topic

Ian Spence #955 07/03/2006 10:28 PM
Joined: Jun 2006
Posts: 16,299
Likes: 116
UBB.threads Developer
UBB.threads Developer
Joined: Jun 2006
Posts: 16,299
Likes: 116
Originally Posted by Ian Spence
actually, it defaults to the total number of posts in that topic


you'd know, you helped remake the importer, but you don't seem to post often so I was left grasping for straws frown


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 #956 07/03/2006 11:21 PM
Joined: Dec 2003
Posts: 1,796
Pooh-Bah
Pooh-Bah
Joined: Dec 2003
Posts: 1,796
hehe tongue


- Allen
- ThreadsDev | PraiseCafe

Link Copied to Clipboard
ShoutChat
Comment Guidelines: Do post respectful and insightful comments. Don't flame, hate, spam.
Recent Topics
Bots
by Outdoorking - 04/13/2024 5:08 PM
Can you add html to language files?
by Baldeagle - 04/07/2024 2:41 PM
Do I need to rebuild my database?
by Baldeagle - 04/07/2024 2:58 AM
This is not a bug, but a suggestion
by Baldeagle - 04/05/2024 11:25 PM
Is UBB.threads still going?
by Aaron101 - 04/01/2022 8:18 AM
Who's Online Now
0 members (), 797 guests, and 200 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)