[ABD] Profile Control Panel

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.

Rating:

Excellent!
260
60%
Very Good
81
19%
Good
43
10%
Fair
9
2%
Poor
41
9%
 
Total votes: 434

simplescrapskathy
Registered User
Posts: 54
Joined: Tue May 31, 2005 4:08 am
Location: Northwest Arkansas, USA
Contact:

Post by simplescrapskathy »

Gremlinn: I set the permissions to 755 and still, same error. What do I do?

I notice that the first MOD says something about upgrading, but this is a new install...is there something else I'm supposed to install first?

Thanks so much!
Kathy
simplescrapskathy
Registered User
Posts: 54
Joined: Tue May 31, 2005 4:08 am
Location: Northwest Arkansas, USA
Contact:

Post by simplescrapskathy »

Can someone please help me with this? I don't understand what I'm supposed to do. The only mods that showed up when I copied the folder over were upgrades...what am I upgrading from? Am I supposed to copy the files to the folders they are supposed to go in or does easyMOD do that for me? I just can't seem to get this to work. No matter what I try, I get error messages. Help? Please?

Kathy
simplescrapskathy
Registered User
Posts: 54
Joined: Tue May 31, 2005 4:08 am
Location: Northwest Arkansas, USA
Contact:

Post by simplescrapskathy »

PLEASE?!?!?

I have even started completely fresh, reinstalled the forums from scratch (they aren't open yet, obviously) upgraded to 2.0.16 while I was at it and tried again...still that same error message.

I have searched for further instructions, but I get so much stuff I can't possibly go through it all. As of right now, I have uploaded the entire folder to the admin/mods directory and tried to run it with easyMOD and got the same error.

Please, someone, help!!!

Kathy
Makube_X
Registered User
Posts: 12
Joined: Thu Jun 23, 2005 2:10 am

Post by Makube_X »

I keep getting these errors.

Warning: main(./.././includes/functions_admin_pcp.php): failed to open stream: No such file or directory in /home/user name/public_html/Misery/admin/admin_pcp_tableslinked.php on line 39

Warning: main(): Failed opening './.././includes/functions_admin_pcp.php' for inclusion (include_path='.:/usr/local/lib/php') in /home/user name/public_html/Misery/admin/admin_pcp_tableslinked.php on line 39

I checked and those files are in their correct folders .. but why does it keep trying to go to /home/user name/public_html/Misery/admin/ instead of just /public_html/Misery/admin/?
Curryking
Registered User
Posts: 11
Joined: Mon Jun 27, 2005 2:02 am
Location: Germany
Contact:

Change color

Post by Curryking »

Sorry about that question, I guess the answer is quite simple, but I don't know where to edit the color of the ranks (Boardfounder, Moderator, User) - I would like to change that pink the Boardfounder is shown as...

Thx, Curry
User avatar
Gremlinn
Registered User
Posts: 2133
Joined: Mon Aug 04, 2003 12:13 am
Location: Rochester, NY
Name: Nathan

Post by Gremlinn »

simplescrapskathy: You will have to post your questions for EM at their support area. That is where your error is coming from. Other than that, check the permissions in the admin/mod/* folders.
Riamus
Registered User
Posts: 886
Joined: Tue Jun 21, 2005 7:40 pm

Meta redirection?

Post by Riamus »

I believe this is from this MOD and not normal phpBB. I'm I'm wrong, please let me know.

If I'm in my forum and click on member list or another location that requires a login, it will put up a page for "meta redirection" that will then load the page. Is there a way around this? My problem is that when this happens, my domain name is replaced by my host's name. My domain is always there until that redirection happens and then it is replaced. Any ideas how to fix that?

Thanks.
Last edited by Riamus on Wed Jun 29, 2005 7:10 pm, edited 1 time in total.
Kakkoii Translation Team
格好いい 翻訳
LindaG
Registered User
Posts: 49
Joined: Wed Mar 16, 2005 3:21 pm
Location: UK
Contact:

Post by LindaG »

Riamus, that is probably something to do with your webhost and the way the DNS tags point to your domain name.

I don't think it's anything to do with the MOD but I may be wrong.
Riamus
Registered User
Posts: 886
Joined: Tue Jun 21, 2005 7:40 pm

Hm...

Post by Riamus »

Well, I'm just wondering because it only happens when you try accessing a page requiring a password. For example, if I click on the Memberlist, it wants you to be logged in. So it brings up that page.

Maybe I have the phpBB set up incorrectly? Was that some setting when you first create the board? If it was, is it possible to edit that information without losing the board?
Last edited by Riamus on Wed Jun 29, 2005 7:10 pm, edited 1 time in total.
Kakkoii Translation Team
格好いい 翻訳
nopeekiepeekie
Registered User
Posts: 64
Joined: Sun Jan 16, 2005 6:09 pm

Post by nopeekiepeekie »

okay i've been searching for an answer to this but never really quite seem to find the solution. in my viewtopic and profiles not everyones info is showing up. i'm using the alexisRed modified with some of the aqua files templates running 2.0.15 and pcp 2.0.0-1

so here's a couple of shots of my viewtopic
Image Image

and here are what a couple of my profiles look like (they're kinda squishy for space saving, but you'll see what i'm talking about):
correct :: incorrect

i've checked multiple times to make sure the codes were in the correct spots and the only descrepancy i can come up with is in my viewtopic_body.tpl file

where i'm suppose to find this:

Code: Select all

#-----[ FIND ]------------------------------------------------
#
		<td width="150" align="left" valign="top" class="{postrow.ROW_CLASS}"><span class="name"><a name="{postrow.U_POST_ID}"></a><b>{postrow.POSTER_NAME}</b></span><br /><span class="postdetails">{postrow.POSTER_RANK}<br />{postrow.RANK_IMAGE}{postrow.POSTER_AVATAR}<br /><br />{postrow.POSTER_JOINED}<br />{postrow.POSTER_POSTS}<br />{postrow.POSTER_FROM}</span><br /></td>
#
#-----[ REPLACE WITH ]----------------------------------------
#
		<td width="150" align="left" valign="top" class="{postrow.ROW_CLASS}"><a name="{postrow.U_POST_ID}"></a>{postrow.AUTHOR_PANEL}</td>
in my original have this:

Code: Select all

<td width="150" align="left" valign="top" class="{postrow.ROW_CLASS}"><table width="100%"  border="0" cellspacing="0" cellpadding="0">
  <tr>
    <td width="9" height="9"><img src="templates/alexisRed/images/profileul.gif" width="9" height="9"></td>
    <td height="9" background="templates/alexisRed/images/profileum.gif"></td>
    <td width="9" height="9"><img src="templates/alexisRed/images/profileur.gif" width="9" height="9"></td>
  </tr>
  <tr>
    <td width="9" background="templates/alexisRed/images/profileml.gif"></td>
    <td background="templates/alexisRed/images/profilemm.gif"><span class="name"><a name="{postrow.U_POST_ID}"></a><b>{postrow.POSTER_NAME}</b></span><br /><span class="postdetails">{postrow.POSTER_RANK}<br />{postrow.RANK_IMAGE}{postrow.POSTER_AVATAR}<br /><br />{postrow.POSTER_JOINED}<br />{postrow.POSTER_POSTS}<br />{postrow.POSTER_FROM}</span><br /></td>
to which i changed to this:

Code: Select all

<td width="150" align="left" valign="top" class="{postrow.ROW_CLASS}"><table width="100%"  border="0" cellspacing="0" cellpadding="0">
  <tr>
    <td width="9" height="9"><img src="templates/alexisRed/images/profileul.gif" width="9" height="9"></td>
    <td height="9" background="templates/alexisRed/images/profileum.gif"></td>
    <td width="9" height="9"><img src="templates/alexisRed/images/profileur.gif" width="9" height="9"></td>
  </tr>
  <tr>
    <td width="9" background="templates/alexisRed/images/profileml.gif"></td>
    <td background="templates/alexisRed/images/profilemm.gif"><a name="{postrow.U_POST_ID}"></a>{postrow.AUTHOR_PANEL}</td>
which i assume is the correct coding. all the other manual coding i was suppose to do is in the correct spots.

i'm still not sure about why i can't see any info in some of my members profiles though.

any help would be greatly appreciated.

Clarissa
Makube_X
Registered User
Posts: 12
Joined: Thu Jun 23, 2005 2:10 am

Post by Makube_X »

I solved it. Ignore me :lol:
tlavery
Registered User
Posts: 59
Joined: Wed Jun 01, 2005 8:25 pm

Post by tlavery »

Will this mod be compatible for phpbb version 2.0.16? I have been thinking of installing it, but I noticed that it was originally written for phpBB Version: 2.0.4 - 2.0.6 so I thought I better ask first.
User avatar
Gremlinn
Registered User
Posts: 2133
Joined: Mon Aug 04, 2003 12:13 am
Location: Rochester, NY
Name: Nathan

Post by Gremlinn »

Riamus: Check your ACP - configuration. You shouldn't mention your hostname there, just the web address.

tlavery: It will work. We recommend trying it in a development environment, do not modify you live board until you try it out first.
Riamus
Registered User
Posts: 886
Joined: Tue Jun 21, 2005 7:40 pm

Thanks

Post by Riamus »

Thank you so much. That's exactly what I needed. I had looked there, but apparently missed seeing it.
Last edited by Riamus on Wed Jun 29, 2005 7:09 pm, edited 1 time in total.
Kakkoii Translation Team
格好いい 翻訳
Riamus
Registered User
Posts: 886
Joined: Tue Jun 21, 2005 7:40 pm

Late Time Visited -- bug?

Post by Riamus »

In the member list, PCP shows the last time a person visited the board. However, it appears as though it will only update that the next time the person visits, so it's never really accurate.

Examples:

Scenario: NICK joined on 6/25/05 and never returned
Result: "Last Visited" field is blank

Scenario: NICK joined on 6/25/05 and visited on 6/26/05
Result: "Last Visited" field shows the 6/25/05 time

Scenario: NICK joined on 6/25/05, visited on 6/26/05, and again on 6/27/05
Result: "Last Visited" field shows the 6/26/05 time


I have a user list mod on ACP that does show the correct last visit information, so I can easily compare the data and see that it's always doing this.

Is this a bug, or is it meant to do that? And, if it's meant to do that, why? If I want to see the last time a person was on the board, I don't want to be seeing the time prior to the last visit. And, even someone who was only there once should have information in the "Last Visited" field.

Thanks.
Kakkoii Translation Team
格好いい 翻訳
Locked

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