| Author |
Message |
MACscr
Joined: Jan 11, 2005
Posts: 128
Status: Offline
|
  Posted:
May 05, 2005 - 07:48 AM |
|
Have you gone into modules and clicked on regenerate, to make sure it actually is activated? I really dont think it is as that would be the type of error your getting. Or maybe your not uploading it right. First, deactivate, then remove. Then go into your ftp and make sure this is the exact path to the pninit.php file.
/public_html/modules/advProfile/pninit.php
this is with public_html being your site root. Wont load like this, but would be something like domain.com/modules/advProfile/pninit.php
If its not. Make sure u reupload it correctly, then click regenerate, then initialize, then activate. |
|
|
|
 |
notyetajedi
Joined: May 05, 2005
Posts: 7
Status: Offline
|
  Posted:
May 05, 2005 - 07:55 AM |
|
That's exactly what I'm doing, andwhat I just did again. Doesn't work.  |
|
|
|
 |
notyetajedi
Joined: May 05, 2005
Posts: 7
Status: Offline
|
  Posted:
May 05, 2005 - 10:05 AM |
|
Ahahaha I figured out what was wrong. For some reason the permissions were all wrong!!
Now it works, except that initially I got the SQL error, so I followed the advice in one of the other threads here and removed the plugins I don't use (nbphpbb and pncuserpoints) but now on the "Activity" page I get
Activity
_NBPHPBBMSGTITLE
_USERPOINTSTITLE
followed by the rest which are working correctly. Why's this? |
|
|
|
 |
Chestnut
Site Admin
Joined: Oct 08, 2003
Posts: 1065
Location: Paris - France
|
  Posted:
May 05, 2005 - 10:12 AM |
|
Remove also the unneeded pnml name="_XXXXXXXXX" in the activity.tpl
 |
_________________ Chestnut !
Administrator
PNConcept.com |
|
 |
 |
notyetajedi
Joined: May 05, 2005
Posts: 7
Status: Offline
|
  Posted:
May 05, 2005 - 10:14 AM |
|
Ummm...ahh...err...Sorry for sounding stupid, but...where's that? ^^;; |
|
|
|
 |
notyetajedi
Joined: May 05, 2005
Posts: 7
Status: Offline
|
  Posted:
May 05, 2005 - 10:27 AM |
|
Ah oky, found it. Deleted it in activity.tpl as well as all.tpl
Works like a charm.
Thanks heaps, Chestnut and MACsr!  |
|
|
|
 |
NightShade
Joined: Sep 01, 2005
Posts: 2
Status: Offline
|
  Posted:
Sep 01, 2005 - 09:45 PM |
|
| Chestnut wrote: | | http://dev.pnconcept.com/Article299.html |
Hi,
sorry if I follow the above mentioned link then I don't find really useful information to include the pnForum information into advProfile.
Is there any kind of documentation available?
Regards, NightShade |
|
|
|
 |
Chestnut
Site Admin
Joined: Oct 08, 2003
Posts: 1065
Location: Paris - France
|
  Posted:
Sep 01, 2005 - 11:41 PM |
|
Download the plugin : HERE
and put it in the modules/advProfile/pntemplates/plugins folder...
Download the template Here
and put it in the modules/advProfile/pntemplates/default folder...
And finally... The laguage file Here
and put it in the modules/advProfile/pntemplates/pnlang/yourlang folder...
In your activity template or _all template, add something like this :
| Code: |
<tr>
<!--[last10postspnForum uid=$uid assign="last10postspnForum"]-->
<td colspan="2"><!--[$last10postspnForum|pnvarprephtmldisplay]--></td>
</tr>
|
And you're set... |
_________________ Chestnut !
Administrator
PNConcept.com |
|
 |
 |
NightShade
Joined: Sep 01, 2005
Posts: 2
Status: Offline
|
  Posted:
Sep 02, 2005 - 09:03 AM |
|
Thanks  |
|
|
|
 |
Chestnut
Site Admin
Joined: Oct 08, 2003
Posts: 1065
Location: Paris - France
|
  Posted:
Sep 02, 2005 - 12:26 PM |
|
Quick note, I just received an email from Jörg Napp saying he worked on the plugin...
So a new one might be coming soon.
 |
_________________ Chestnut !
Administrator
PNConcept.com |
|
 |
 |
|
|