|
|
| Author |
Message |
Thoul
VIP

Joined: 30 Jul 2002
Posts: 17823
Location: USA
|
Posted: March 9th 2009, 6:06 pm Post subject: [ALPHA] phpBB Fetch All |
|
|
Title: phpBB Fetch All
Description: Display information from phpBB on any page of your website.
Version: 0.0.4
phpBB 3 Version: 3.0.4
Download: phpBB Fetch All 0.0.4
On my phpBB 2 sites, I've long used the phpBB 2 add-on Fetch All to put news posts and recent discussions on the main page of the site. Now that I'm upgrading to phpBB 3, I need a new version, but the official site is gone after a long period of inactivity, so I decided to upgrade it myself. This is my preliminary version, which I'm putting out in hopes of getting some testing/feedback.
Version 0.0.3 Notes:
I've not included very detailed instructions, but users familiar with the old Fetch All can probably figure out how things work from the comments in the php files. An example portal.php is included (note it uses subsilver2 for the theme; that doesn't have to be installed, just uploaded). Better documentation will come in the future.
This is a very early version that is mostly a rewrite of all the core fetching features in the old Fetch All. This version can fetch:
- First or last post from topics by forum id, topic id, or just all topics
- Number of new posts since last visit
- A entire thread by topic id
- New posts since last visit
- Forum structure
- Name of a style being used by a particular user
- General board stats: total posts, topics, and users; newest user; numbers of online users.
- Users, listed by: top posters, a random user, specific groups, online users
- Polls, by forum id or topic id
- Poll voters
Non-fetching features from the phpBB 2 modification, like inserting posts, are not in this version. I may add them in the future. _________________ Fringes of Algo - Phantasy Star Community
phpBB Smith: Modifications
70+ Listings @ phpBBHacks.com
Last edited by Thoul on March 19th 2009, 12:19 am; edited 2 times in total |
|
| Back to top |
|
 |
Patrick
Admin/Webmaster

Joined: 11 May 2001
Posts: 15875
Location: Harbinger, NC, U.S.A.
|
|
| Back to top |
|
 |
Thoul
VIP

Joined: 30 Jul 2002
Posts: 17823
Location: USA
|
Posted: March 16th 2009, 6:03 pm Post subject: |
|
|
Thanks for the comments.
I've put a new version up; see the first post for the download and details. This version is much more complete and usable. I included an example portal.php as a proof of concept and partial guide to use.
It could still use some more polish in a few areas and I haven't yet included the submit/edit post aspects of the old modification, but even so this version should be a big improvement. _________________ Fringes of Algo - Phantasy Star Community
phpBB Smith: Modifications
70+ Listings @ phpBBHacks.com |
|
| Back to top |
|
 |
Eric Paxton
New User
Joined: 08 Jun 2009
Posts: 2
|
Posted: June 8th 2009, 6:25 am Post subject: |
|
|
| I'm glad someone is finally doing this for 3.0. I do have a problem. This mod is different from the old one in that it seems like it has to be used as a portal. I am wanting to use it like I did the old one. I want to be able to just load up the variables at the start of the page and then just insert the parts of the portal that I want into the page. You can look at my home page ( local675.com ) and see what I'm talking about. I don't see any way to separate all the parts out as it is now. It doesn't help that I'm no coder but I know enough to edit what I have to. |
|
| Back to top |
|
 |
Thoul
VIP

Joined: 30 Jul 2002
Posts: 17823
Location: USA
|
|
| Back to top |
|
 |
Eric Paxton
New User
Joined: 08 Jun 2009
Posts: 2
|
Posted: June 17th 2009, 1:58 am Post subject: |
|
|
| ok, that was my fault for getting in a hurry and not reading through everything. I don't see any code anywhere to display the users personal info. What would the code be for that or am I just missing it? |
|
| Back to top |
|
 |
|