[ALPHA] 0.0.4 User Control Panel for phpBB 2.0.4

A place for MOD Authors to post and receive feedback on MODs still in development. No MODs within this forum should be used within a live environment! No new topics are allowed in this forum.
Forum rules
READ: phpBB.com Board-Wide Rules and Regulations

IMPORTANT: MOD Development Forum rules

On February 1, 2009 this forum will be set to read only as part of retiring of phpBB2.
Post Reply
president
Registered User
Posts: 169
Joined: Thu Apr 04, 2002 11:31 pm

[ALPHA] 0.0.4 User Control Panel for phpBB 2.0.4

Post by president »

This Mod has been updated to:
[ALPHA] 0.0.5 User Control Panel for phpBB 2.0.15

The topic for it is here:
http://www.phpbb.com/phpBB/viewtopic.php?t=289053


The old post is below this

This is a mod to give your users a User Control Panel.
This includes a Buddy List and Subscribed Forums.

Update 12th March 2003

I've just brought this mod from Alpha 0.0.3 to Alpha 0.0.4

New Authors to this Mod are: MJ and Netcletic.

This REQUIRES your database to be using MYSQL

This mod also requires that you have the subSilver theme installed.

I'll be working on making it database un-specific and theme un-specific.

You can download it here:

http://mikado.eeng.may.ie/~paul/phpbb/m ... p0.0.4.zip

Please let me know if anything needs fixing in it. I'm sure there must be many bugs in my install.txt as i was trying to write it up for a mod i made almost 8 months ago now.

Here's a quote of the ChangeLog

of 0.0.4 (only) which is included in the download
[0.0.4]

6th March 2003
========================

1. This mod now use's a template system. It is not totally
complete but is getting there. Thanks to netcletic.

2. The user's online now uses a different function to get it's
information. Thanks to MJ.

3. I have also made changes in the way Subscriptions and Private
messages tables will be displayed. If you have none, they will
take very little space now.


Update 20th Feb 2003 -Revision 2 For 0.0.3

Here's 2 screenshot's of my current User Control Panel:

http://mikado.eeng.may.ie/~paul/phpbb/m ... .0.3-1.png
http://mikado.eeng.may.ie/~paul/phpbb/m ... .0.3-2.png

Older Versions:
http://mikado.eeng.may.ie/~paul/phpbb/m ... p0.0.3.zip
http://mikado.eeng.may.ie/~paul/phpbb/m ... p0.0.2.zip
http://mikado.eeng.may.ie/~paul/phpbb/m ... p0.0.1.zip
Last edited by president on Tue May 10, 2005 2:08 pm, edited 10 times in total.
Narc0sis
Registered User
Posts: 662
Joined: Tue Apr 09, 2002 12:59 am
Contact:

Post by Narc0sis »

how did u make it for 2.0.4, 8 months ago if 2.0.4 came out a month ago? lol

got any screenshots before i try it out?
president
Registered User
Posts: 169
Joined: Thu Apr 04, 2002 11:31 pm

Post by president »

Narc0sis wrote: how did u make it for 2.0.4, 8 months ago if 2.0.4 came out a month ago? lol

got any screenshots before i try it out?


I made it for phpBB 2.0.1

When i upgraded from 2.0.1 to 2.0.4 I found upgrading the User CP to be fairly easy :)

Here's 2 screenshot's of my current User Control Panel:

http://mikado.eeng.may.ie/~paul/phpbb/m ... sercp1.png
http://mikado.eeng.may.ie/~paul/phpbb/m ... sercp2.png
Narc0sis
Registered User
Posts: 662
Joined: Tue Apr 09, 2002 12:59 am
Contact:

Post by Narc0sis »

ahh that looks pretty cool. i'll have to try it out later
pollix
Registered User
Posts: 153
Joined: Tue Jul 23, 2002 6:29 pm
Location: Ridgecrest, CA
Contact:

Post by pollix »

OK.. found one problem. In the buddy list in the usercp, the image at the right is linked to this website:

Image

http://mikado.eeng.may.ie/forum/templat ... folder.gif

Other than the really screwy install instructions... it works great on my site. You can check it out by going to http://www.drunksquids.com

username: test
password: test123
president
Registered User
Posts: 169
Joined: Thu Apr 04, 2002 11:31 pm

Post by president »

pollix wrote: OK.. found one problem. In the buddy list in the usercp, the image at the right is linked to this website:

Image

http://mikado.eeng.may.ie/forum/templat ... folder.gif


Ok,

I've updated the mod to fix this problem. The mod is now Alpha 0.0.2


For more information, please look at the first post (the start post) in this thread.
User avatar
scoobie
Registered User
Posts: 237
Joined: Sun May 12, 2002 6:07 pm

Post by scoobie »

this is very cool

will it work with phpbb 2.0.3?
You can have it all if you like... but you can pay for it the rest of your life.
Narc0sis
Registered User
Posts: 662
Joined: Tue Apr 09, 2002 12:59 am
Contact:

Post by Narc0sis »

awesome, ive installed 0.0.2 on my boards and cleaned it up a little. Heres a few things you can change for the next release if you want to

center the links at the top
in usercp.php find

Code: Select all

<td class=\"row1\" align=\"center\"><span class=\"topictitle\"><a href=\"usercp.php\"  class=\"topictitle\">My phpBB</a></span></td>
<td class=\"row1\" align=\"center\"><span class=\"topictitle\"><a href=\"profile.php?mode=editprofile\"  class=\"topictitle\">Profile</a></span></td>
<td class=\"row1\" align=\"center\"><span class=\"topictitle\"><a href=\"privmsg.php?folder=inbox\"  class=\"topictitle\">Private Messages</a></span></td>
change to

Code: Select all

<td width=\"33%\" class=\"row1\" align=\"center\"><span class=\"topictitle\"><a href=\"usercp.php\"  class=\"topictitle\">My phpBB</a></span></td>
<td width=\"33%\" class=\"row1\" align=\"center\"><span class=\"topictitle\"><a href=\"profile.php?mode=editprofile\"  class=\"topictitle\">Profile</a></span></td>
<td width=\"33%\" class=\"row1\" align=\"center\"><span class=\"topictitle\"><a href=\"privmsg.php?folder=inbox\"  class=\"topictitle\">Private Messages</a></span></td>
(this changes it so it doesnt look lopsided at the top)

add an image for deleting off the buddy list

in usercp.php, find

Code: Select all

    <td class=\"row3\" align=\"center\"><span class=\"postdetails\"><a href=\"buddycp.php?mode=remove&u=" . $line['buddy_id'] . "\"  class=\"topictitle\"> X </span></td>
and replace it with

Code: Select all

    <td class=\"row3\" align=\"center\"><span class=\"postdetails\"><a href=\"buddycp.php?mode=remove&u=" . $line['buddy_id'] . "\"  class=\"topictitle\"><img border=0 src=".$home_url."templates/subSilver/images/icon_delete.gif></a></span></td>
do that twice ^^ and youll see Image instead of X for deleteing ppl off your buddy list

small template error
in usercp.php find

Code: Select all

   </tr><tr><td width=\"100%\"><span class=\"topictitle\">";
replace with

Code: Select all

   </tr><tr><td class=\"row1\" width=\"100%\"><span class=\"topictitle\">";
I'll post any other things i can think of later for it. Keep up the good work :twisted:
pollix
Registered User
Posts: 153
Joined: Tue Jul 23, 2002 6:29 pm
Location: Ridgecrest, CA
Contact:

Post by pollix »

I have another suggestion as well. I think you should change the title in the User-CP from "My phpbb" to "Control Panel". A lot of my users do not know what phpbb is and keep asking me that question. I'm changing it in my forums... but I think for the next release it would be better to rename that.
president
Registered User
Posts: 169
Joined: Thu Apr 04, 2002 11:31 pm

Post by president »

scoobie wrote: this is very cool

will it work with phpbb 2.0.3?


As far as i know it should. However I will not guarantee anything. This mod worked with 2.0.1 but it is only being developed for 2.0.4 .

You use it in any lower version at your own risk. (but yea i'd say it would work :wink:)
president
Registered User
Posts: 169
Joined: Thu Apr 04, 2002 11:31 pm

Post by president »

Narc0sis wrote: awesome, ive installed 0.0.2 on my boards and cleaned it up a little. Heres a few things you can change for the next release if you want to

center the links at the top
in usercp.php find

Code: Select all

<td class=\"row1\" align=\"center\"><span class=\"topictitle\"><a href=\"usercp.php\"  class=\"topictitle\">My phpBB</a></span></td>
<td class=\"row1\" align=\"center\"><span class=\"topictitle\"><a href=\"profile.php?mode=editprofile\"  class=\"topictitle\">Profile</a></span></td>
<td class=\"row1\" align=\"center\"><span class=\"topictitle\"><a href=\"privmsg.php?folder=inbox\"  class=\"topictitle\">Private Messages</a></span></td>
change to

Code: Select all

<td width=\"33%\" class=\"row1\" align=\"center\"><span class=\"topictitle\"><a href=\"usercp.php\"  class=\"topictitle\">My phpBB</a></span></td>
<td width=\"33%\" class=\"row1\" align=\"center\"><span class=\"topictitle\"><a href=\"profile.php?mode=editprofile\"  class=\"topictitle\">Profile</a></span></td>
<td width=\"33%\" class=\"row1\" align=\"center\"><span class=\"topictitle\"><a href=\"privmsg.php?folder=inbox\"  class=\"topictitle\">Private Messages</a></span></td>
(this changes it so it doesnt look lopsided at the top)

add an image for deleting off the buddy list

in usercp.php, find

Code: Select all

    <td class=\"row3\" align=\"center\"><span class=\"postdetails\"><a href=\"buddycp.php?mode=remove&u=" . $line['buddy_id'] . "\"  class=\"topictitle\"> X </span></td>
and replace it with

Code: Select all

    <td class=\"row3\" align=\"center\"><span class=\"postdetails\"><a href=\"buddycp.php?mode=remove&u=" . $line['buddy_id'] . "\"  class=\"topictitle\"><img border=0 src=".$home_url."templates/subSilver/images/icon_delete.gif></a></span></td>
do that twice ^^ and youll see Image instead of X for deleteing ppl off your buddy list

small template error
in usercp.php find

Code: Select all

   </tr><tr><td width=\"100%\"><span class=\"topictitle\">";
replace with

Code: Select all

   </tr><tr><td class=\"row1\" width=\"100%\"><span class=\"topictitle\">";
I'll post any other things i can think of later for it. Keep up the good work :twisted:

pollix wrote: I have another suggestion as well. I think you should change the title in the User-CP from "My phpbb" to "Control Panel". A lot of my users do not know what phpbb is and keep asking me that question. I'm changing it in my forums... but I think for the next release it would be better to rename that.


Thanks Guys. I've taken these features and incorportated them. Good job! :)

The mod is now Alpha 0.0.3


For more information, please look at the first post (the start post) in this thread.
pollix
Registered User
Posts: 153
Joined: Tue Jul 23, 2002 6:29 pm
Location: Ridgecrest, CA
Contact:

Post by pollix »

Well.. since we are all rolling along with adding images to the Control Panel... :lol: I decided to add this... Image.. to my buddy list.. so here you go.

In usercp.php find the following on lines 143 & 153:

Code: Select all

<td class=\"row2\" align=\"left\"><span class=\"name\"><a href=\"privmsg.php?mode=post&u=" . $line['buddy_id'] . "\"  class=\"topictitle\">PM</span></td>
replace with:

Code: Select all

<td class=\"row2\" align=\"center\"><span class=\"name\"><a href=\"privmsg.php?mode=post&u=" . $line['buddy_id'] . "\"  class=\"topictitle\"><img border=0 src=".$home_url."templates/subSilver/images/lang_english/icon_pm.gif></a></span></td>
You can have a look at https://www.drunksquids.com

username: test
password: test123
MJ
Registered User
Posts: 180
Joined: Thu Jan 03, 2002 10:20 pm
Contact:

Post by MJ »

Just installed this, and apart from spending few hours unhardcoding it all and cleaning up templates, online/offline feature is not working, neither is the subscribe to forum/topic section....

Any ideas???

If you want these files for next release (all lang unhardcoded, templates altered etc, just PM me ;) )

Forum in question HERE!
president
Registered User
Posts: 169
Joined: Thu Apr 04, 2002 11:31 pm

Post by president »

MJ wrote: Just installed this, and apart from spending few hours unhardcoding it all and cleaning up templates, online/offline feature is not working, neither is the subscribe to forum/topic section....

Any ideas???

If you want these files for next release (all lang unhardcoded, templates altered etc, just PM me ;) )

Forum in question HERE!


Which version did you use?

It's great to see you did some work on it alright :)

I would very much like to see these files, Can you e-mail them to me at:

[email protected] please

The only explanation i can give without seeing your files, is that it didn't work because maybe you edited some of the code wrong, by accident.
AGDLB
Registered User
Posts: 5
Joined: Fri Feb 21, 2003 3:53 pm

Problem here also

Post by AGDLB »

UPDATED

Hello President,

same thing here, or almost.

The buddy list works great with the off/on line

bur the tables on the right do not indicate anything (latest post, subscribed...) but the title.

This is due to the forum status :

The user CP right side works only when the forum is not in hidden mode.

What needs to be modified so that the datas (latest post...) are still available with a registered/private hidden status ?
Post Reply

Return to “[2.0.x] MODs in Development”