Previous Thread
Next Thread
Print Thread
Rate Thread
#213203 02/01/2002 3:24 PM
Joined: Jan 2002
Posts: 7
Lurker
Lurker
Offline
Joined: Jan 2002
Posts: 7
Hello,

Just checked www.php.org again and see they have the following features that are still lacking on our site:
AvantGo (this is for PDAs, right? They are using it for something else)
Downloads
MembersList
Statistics
Submit News
Latest Threads

I don't know. It appears they have alot of stuff. Is that simply due to repetition of the same thing?


Sponsored Links
konsta #213204 02/01/2002 3:34 PM
Joined: Mar 2000
Posts: 21,079
Likes: 3
I type Like navaho
I type Like navaho
Joined: Mar 2000
Posts: 21,079
Likes: 3
The base code for ubbthreads has memberslist "userlist", statistics (in the control panel), and latest threads. We don't have downloads or avantgo, I haven't heard of that one.


- Allen wavey
- What Drives You?
Joined: Jan 2002
Posts: 218
Enthusiast
Enthusiast
Offline
Joined: Jan 2002
Posts: 218
Avantgo is a service for PDA's like the Palm, Visor, PocketPC, etc. which allows you to "download" certain webcontent which can then be viewed on your PDA when you aren't actually connected to your computer.

It works pretty well, although when I used to use it a long time ago, the content was fairly limited.

Joined: Jan 2002
Posts: 7
Lurker
Lurker
Offline
Joined: Jan 2002
Posts: 7
Hello,

Oh yes, some of the features are in the basecode of the BB software. However, is it possible to make it show up in the front page as well? It helps for some people to see what new messages have been posted on the front page.
As for Avantgo, I see it in multiple PHP based portal software and it appears to be picking up in popularity.

konsta #213207 02/01/2002 4:36 PM
Joined: Mar 2000
Posts: 21,079
Likes: 3
I type Like navaho
I type Like navaho
Joined: Mar 2000
Posts: 21,079
Likes: 3
Check your add-ons folder for several pre-made scripts that can be pulled to the front page or most any page... you may need to change paths in them for them to work []https://www.ubbdev.com/threads/php/images/icons/smile.gif[/]


- Allen wavey
- What Drives You?
Sponsored Links
Joined: Mar 2000
Posts: 21,079
Likes: 3
I type Like navaho
I type Like navaho
Joined: Mar 2000
Posts: 21,079
Likes: 3
There's a news, top posters, and latest threads script in there...


- Allen wavey
- What Drives You?
konsta #213209 02/01/2002 5:27 PM
Joined: Jun 2001
Posts: 3,273
That 70's Guy
That 70's Guy
Offline
Joined: Jun 2001
Posts: 3,273
I was wondering if you have seen the test site I'm using to integrate a "front page" with the forums? Just in case not, here is the URL: http://www.chattersonline.com/test

I do plan on a downloads section but I will not be able to track the number of actual downloads without an external flat file database. This should be good enough for any site that's not a "download" site but just wants to keep track of any file attachments popularity.

The User List is the Members List. I don't see much of a reason to modify what's there. []https://www.ubbdev.com/threads/php/images/icons/smile.gif[/]

There are statistics that are recorded already but I think your speaking of things such as referers, browser versions, hits, paths, hourly, daily, weekly, monthly and yearly charts and things of that nature. This is a bit beyond the scope of what I am trying to do but somewhere down the road I would like this myself... []https://www.ubbdev.com/threads/php/images/icons/wink.gif[/]

I will be including a "submit news" link for others to submit their articles to a board and depending on the boards settings, wait for approval before they are displayed. The news section already displays news articles posted in the "news board" to the front page so it's just a matter of providing a link to the newpost.php script for that board.

I was working on a "Latest Threads" hack but earlier today noticed that there was one... I think, by MattyJ. I didn't get a change to look at it, just seen the post listed. This is also just another way of displaying what's already been added to the forums.

A lot of the things I'm trying to do involve trying to use what is already there, for the most part. Once I think I have done all that there can be with what's there I'll look into creating some more in depth addons. []https://www.ubbdev.com/threads/php/images/icons/smile.gif[/] (I'm still learning as I go... LoL so don't expect miracles) []https://www.ubbdev.com/threads/php/images/icons/wink.gif[/]


SDS #213210 02/01/2002 5:33 PM
Joined: Jan 2002
Posts: 7
Lurker
Lurker
Offline
Joined: Jan 2002
Posts: 7
Hello,
So is the UBBThread Portal going to incorporate this?

konsta #213211 02/01/2002 5:38 PM
Joined: Jun 2001
Posts: 3,273
That 70's Guy
That 70's Guy
Offline
Joined: Jun 2001
Posts: 3,273
The integrated index page? I don't know, it's not been in question but probably not. UBBThreads is forum software, not a web portal. (these are presumptions on my part, not gospel... lol) []https://www.ubbdev.com/threads/php/images/icons/wink.gif[/]

Joined: Mar 2000
Posts: 21,079
Likes: 3
I type Like navaho
I type Like navaho
Joined: Mar 2000
Posts: 21,079
Likes: 3
In reply to:



I will be including a "submit news" link for others to submit their articles to a board and depending on the boards settings, wait for approval before they are displayed. The news section already displays news articles posted in the "news board" to the front page so it's just a matter of providing a link to the newpost.php script for that board.




Would this just be a moderated forum where posts are submitted and moderators/admins approve them? The approved posts/reviews/etc can then be pulled to the front page into a "news/revoews" table.


- Allen wavey
- What Drives You?
Sponsored Links
Joined: Jun 2001
Posts: 3,273
That 70's Guy
That 70's Guy
Offline
Joined: Jun 2001
Posts: 3,273
In reply to:

Would this just be a moderated forum where posts are submitted and moderators/admins approve them? The approved posts/reviews/etc can then be pulled to the front page into a "news/revoews" table.




Exactly! []https://www.ubbdev.com/threads/php/images/icons/smile.gif[/] The current database query looks for approved posts only already so that part is done. I'm going to work on putting the current "News" section variables into an array so that more simular displays can be placed on the front page and then just loop through. Things such as "News" and "Reviews" and what ever else is wanted can be displayed up front. []https://www.ubbdev.com/threads/php/images/icons/smile.gif[/]

Joined: Jan 2002
Posts: 7
Lurker
Lurker
Offline
Joined: Jan 2002
Posts: 7
Hello,
Is there a place where I can download the latest code for this?

konsta #213215 02/01/2002 7:04 PM
Joined: Jun 2001
Posts: 3,273
That 70's Guy
That 70's Guy
Offline
Joined: Jun 2001
Posts: 3,273
In reply to:

Hello,
Is there a place where I can download the latest code for this?




https://ubbdev.com/threads/php/...ew=collapsed&sb=5&o=0&fpart=

[]https://www.ubbdev.com/threads/php/images/icons/smile.gif[/]

Joined: Jan 2002
Posts: 7
Lurker
Lurker
Offline
Joined: Jan 2002
Posts: 7
Hello,

That brought me to another thread only.

konsta #213217 02/01/2002 7:38 PM
Joined: Jun 2001
Posts: 3,273
That 70's Guy
That 70's Guy
Offline
Joined: Jun 2001
Posts: 3,273
The zip attached to the thread. It's located at the top next to "Attachment" []https://www.ubbdev.com/threads/php/images/icons/smile.gif[/]


Link Copied to Clipboard
Donate Today!
Donate via PayPal

Donate to UBBDev today to help aid in Operational, Server and Script Maintenance, and Development costs.

Please also see our parent organization VNC Web Services if you're in the need of a new UBB.threads Install or Upgrade, Site/Server Migrations, or Security and Coding Services.
Recommended Hosts
We have personally worked with and recommend the following Web Hosts:
Stable Host
bluehost
InterServer
Visit us on Facebook
Member Spotlight
JAISP
JAISP
PA
Posts: 449
Joined: February 2008
Forum Statistics
Forums63
Topics37,573
Posts293,925
Members13,849
Most Online5,166
Sep 15th, 2019
Today's Statistics
Currently Online
Topics Created
Posts Made
Users Online
Birthdays
Top Posters
AllenAyres 21,079
JoshPet 10,369
LK 7,394
Lord Dexter 6,708
Gizmo 5,833
Greg Hard 4,625
Top Posters(30 Days)
Top Likes Received
isaac 82
Gizmo 20
Brett 7
WebGuy 2
Morgan 2
Top Likes Received (30 Days)
None yet
The UBB.Developers Network (UBB.Dev/Threads.Dev) is ©2000-2024 VNC Web Services

 
Powered by UBB.threads™ PHP Forum Software 8.0.0
(Preview build 20221218)