Site Links
Home
Features
Documentation
Pricing & Order
Members Area
Support Options
UBBDev.com
UBBWiki.com
Who's Online
3 registered (Ruben, Gizmo, Bert), 21 Guests and 28 Spiders online.
Key: Admin, Global Mod, Mod
Featured Member
Registered: 06/13/06
Posts: 155
Top Posters (30 Days)
Ruben 45
Bert 25
Gizmo 19
Rob Provencher 12
SD 9
Rimex 9
sw55 7
Eugene 5
TCS1 4
Matthias1976 4
Latest Photos
Uhm...
Mayan End of World
Gas Station Disco Video Shoot
Test Pictures
Audrey Kate
Page 6 of 21 < 1 2 ... 4 5 6 7 8 ... 20 21 >
Topic Options
#221741 - 01/29/09 02:32 PM Re: 7.5 Discussion [Re: Gizmo]
Gizmo Online   cat

Registered: 06/05/06
Posts: 15453
Loc: Portland, OR; USA
Hmm, i had a demo of how i wanted to see "thank this post" work, but I can't find it lol... I'll look for it later, have a load to do.
_________________________
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
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."
#221742 - 01/29/09 02:35 PM Re: 7.5 Discussion [Re: Gizmo]
Ruben Online   hyper

Registered: 12/20/03
Posts: 4932
Loc: Lutz,FL
Originally Posted By: Gizmo
Yeh, my recommendations are entitled "Gizmo's list of suggestions" in the suggestions forum tongue

LOL
Gizmo you have not updated that list in a while.
You should be up to around 200.
He He He
_________________________
Blue Man Group


There is no such thing as stupid questions. Just stupid answers
Top
#221747 - 01/29/09 06:48 PM Re: 7.5 Discussion [Re: Ruben]
Gizmo Online   cat

Registered: 06/05/06
Posts: 15453
Loc: Portland, OR; USA
Lol true, I so need to go strikethrough items that've been added... I'm like the unofficial idea guy tongue...
_________________________
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
#221779 - 01/31/09 04:56 AM Re: 7.5 Discussion [Re: Gizmo]
Mors Offline
addict
Registered: 06/26/06
Posts: 471
Loc: So. California
Add Security to Calendar. Certain Groups can see dates posted and other groups cannot..


It would be a great addition.
_________________________
Happy Customer !!!
Top
#221781 - 01/31/09 09:53 AM Re: 7.5 Discussion [Re: Rick]
Rick Offline
Post-a-holic
Registered: 06/04/06
Posts: 10177
Loc: Aberdeen, WA
Just remember that I am looking at small additions. I don't want to add anything major that will take too long. Would like to get 7.5 out so we can start working on 8.0.
Top
#221790 - 01/31/09 01:43 PM Re: 7.5 Discussion [Re: Rick]
Mark S Offline
Carpal Tunnel
Registered: 07/04/06
Posts: 4480
Loc: Liverpool : England : UK
Ive been given a script for the most viewed Thread. (From Script keeper)

See it here http://www.audiotoolers.com/ubbt/ubbthreads.php/forum_summary.html

with a little tweak it could behave as

This weeks most viewed Topics.
With it being locked down to X days then it wont
stand still. 7 days being from the date of creation?

Php Code:
/* PHP CODE HERE */

$notIn = '6';
$limit = 10;
$orderBy = 't.TOPIC_VIEWS';
$notIn = ($notIn) ? 'WHERE f.FORUM_ID NOT IN ('.$notIn.') ' : 'WHERE 1 ';

// First, let's get an HTML table started.. m'kay ?
$stuff  = '<table width="100%" cellspacing="0" cellpadding="1" border="0">';

// Set up the query
$query = "
SELECT t.TOPIC_SUBJECT, t.TOPIC_VIEWS, t.POST_ID
FROM {$config['TABLE_PREFIX']}TOPICS t,
{$config['TABLE_PREFIX']}POSTS p,
{$config['TABLE_PREFIX']}FORUMS f,
{$config['TABLE_PREFIX']}USERS u
$notIn
AND t.FORUM_ID = f.FORUM_ID
AND t.TOPIC_IS_APPROVED = 1
AND t.TOPIC_LAST_POST_ID = p.POST_ID
AND t.TOPIC_LAST_POSTER_ID = u.USER_ID
ORDER BY $orderBy DESC
LIMIT $limit
";
$sth = $dbh->do_query($query,__LINE__,__FILE__);
$innerds = '';
$rowNum = 0;
while(list($pSubj,$tViews,$tPostID) = $dbh->fetch_array($sth)) {
$count = $tViews;
$innerds  .= '<tr><td align=left style="border-bottom: 1px solid #202020;"><a href="'.$config['FULL_URL'].'/ubbthreads.php?ubb=showflat&Number='.$tPostID.'">'.$pSubj.'</a></td>
<td align=right valign=top style="border-bottom: 1px solid #202020;">'.$count.'</td></tr>';
$rowNum++;
}
$stuff .= $innerds.'</table>';

/* BODY HERE */
$body = <<<EOF
$stuff
EOF; 


Sir Dude put the above together so credits to him smile

So that could be a New Stock Custom island ?
Just an idea as your looking for something quick.
_________________________
Version v7.5.6 smile smile < Threads satisfaction status
People who inspire me Rick Gizmo Ian David jgeoff ntdoc
Oooo i hear 8 is coming? just after 7 my friend.
Top
#221791 - 01/31/09 01:44 PM Re: 7.5 Discussion [Re: Mark S]
SD Offline
Registered: 04/19/07
Posts: 4205
Loc: SoCal, USA
ah yes, i remember that one smile

the variable $innerds gave it a way laugh
_________________________

Threads tutorials . Threads & Wordpress experts . UBB resume

If I you, click this link as to why
Top
#221804 - 01/31/09 07:24 PM Re: 7.5 Discussion [Re: SD]
Yarp™ Offline

Registered: 08/30/06
Posts: 1522
Loc: Breda, NL
For 7.5, something that could be made that wouldn't get lost later on is a PM permission overhaul.

You already added the max topic size. At my board I hacked that in, and also a max. topic age. If the PT is 3 months old, you cannot reply in it anymore.

Next thing on my to-do is to not allow replies in topics where it's just you in the topic.

To keep things current, and not to be an archive, the next step after that would be to turn of sending PM's for anyone that has PT's that haven't gotten a reply in a year to force them to clean up.

Also my earlier request to impose limits to the actual owner of the PM box, instead of the people sending to that BOX would make any limit scheme a lot easier to code and maintain in the future.

And another small feature request, the e-mail PM could be enhanced. Include the subject, and also make the function available from within the PM. It's nice when you are reading the actual PM to be able to "delete/mail it" it on the spot.
_________________________
Top
#221805 - 01/31/09 07:29 PM Re: 7.5 Discussion [Re: Yarp™]
Yarp™ Offline

Registered: 08/30/06
Posts: 1522
Loc: Breda, NL
Second suggestion which I'm not sure if it's too big for 7.5 or not, is a poll overhaul. It's irritating that have to hit a vote button for each question you add to a post.

I liked the 6.5.x way *A LOT* more! One post, multiple questions, one submit button. Actually shouldn't be to much work, it's just the voting screen that's need adjusting and the vote processing to process more questions and to reject non-complete votes.

Part of the poll overhaul could be to store both the USER_ID plus the IP address of a voter in the database.

Now it's a shared field, with just IP adresses of anonymous users, but to detect double votes from users, I would sometimes like to check on the IP address of the votees.
_________________________
Top
#221806 - 01/31/09 07:50 PM Re: 7.5 Discussion [Re: Yarp™]
DLWebmaestro Offline
enthusiast
Registered: 03/26/08
Posts: 339
Loc: North Carolina
I made a "karma" hack way back in the day... and have been slowly working on one for 7.x. My time is extremely limited nowadays compared to what it used to be, so if you guys want to make it an official feature, I wouldn't complain! wink

What I'm trying to do with this one is have it so there is a +/- link (of sorts) with each post. One link to say it's a good post, another to say it's garbage. This will build up, or knock down, people's "karma points." The number of points a member's karma click of a post would give or take away would be set by group. Also, a group may only give a karma click to any given post once (first come, first serve) with the exception of administrators and moderators. This could be permissions-based too for any group. Finally, the reason I want to do this at all, this would be tied in to automatic promotions. Once reaching a predetermined number of points, a member will be promoted to the next group, and vice-verse if their points drop. I have never been one to award titles or ranking completely based on post count -- I'm more of a "quality" person, and this is the perfect solution.

Anyway, I know it reads like a lot, but it's a simple mod that can be finished in less than a full day's of work I'm sure.
Top
Page 6 of 21 < 1 2 ... 4 5 6 7 8 ... 20 21 >



Shout Box

Today's Birthdays
No Birthdays
Recent Topics
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
Posting and other problems with 7.5.7
by Matthias1976
05/15/13 02:58 PM
Forum Stats
10964 Members
36 Forums
33956 Topics
183399 Posts

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