Topic: vpContact a question and some hints...
edfel
avatar
Professional
Professional
Posts: 831

Posted:
9.Apr 2006 - 08:19

Hi:

First, I was having theme corruption. I fixed by editing pnuser.php:

adding at around line 74:
$output = new pnHTML();
new line: $output->TableStart();

also, at around line 215:
new line: $output->TableEnd();

Please note that you will have two consecutive $output->TableEnd();. Also, this was the way it fixed my theme conflict, don't use it if you don't have problems.

A question:
How to allow non registered users to post comments??? I tried through permissions but no luck.

Also, How I can place an image at module top??

Answer: edit /pnlang/eng/user.php

Code

define('_CONTACTTITLE','<div align="center"><img src="../modules/vpContact/image.jpg" alt=""><p>SOME TEXT IF YOU WANT</div>');


Use at your own risk.
Later

:shock:

p.d.
Still need the help with the permission for unregistered users!!!