1

(4 replies, posted in PunBB 1.2 troubleshooting)

i knew it would be something simple like that, i believe it is the same in html as well...

Thank you,

2

(4 replies, posted in PunBB 1.2 troubleshooting)

thats great except i know there is a way to prevent it in forms on websites, i just dont know the php for it..

it would be similar to an email verification form on a registration page...

It would be impossilbe for all 1198 members of my forum to turn off autocomplete they just would never get it...

3

(4 replies, posted in PunBB 1.2 troubleshooting)

is there a way to prevent autocomplete in subject headers?

and

Chatbox...

all is working but when i use chatbox i end up with a huge list of autocomplete stuff, what a drag..

Thank You

4

(1 replies, posted in PunBB 1.2 troubleshooting)

Never Mind I have found it....

in case anyone would like it here it is...

on line 240ish of viewtopic.php
find:

$user_contacts[] = '<a href="mailto:'.$cur_post['email'].'">'.$lang_common['E-mail'].'</a>';

and replace with

$user_contacts[] = '<a href="misc.php?email='.$cur_post['id'].'">'.$lang_common['E-mail'].'</a>';

5

(1 replies, posted in PunBB 1.2 troubleshooting)

currently the "Email' link under the user name shows the "mailto:user@domin.com" in the lower left hand corner how would i mask this so it is similar to the profile where it displays "http://domain.com/misc.php?email=2"

Thank You,
Andrew Stueckroth

6

(4 replies, posted in PunBB 1.2 troubleshooting)

beautiful....

thank you..

-andy

7

(2 replies, posted in PunBB 1.2 troubleshooting)

ok i thought i did, but... i guess it kept me logged in as admin...

thanks

8

(2 replies, posted in PunBB 1.2 troubleshooting)

is is possible to restrict users from viewing email address and replace them with something like "on file"

I am building this for a school and the one concern is email address of both students and parents CANNOT be listed on the site, the db is fine but not in the profiles....

Students can contact one another using the PM system but our informations system requires at least 1 email per student.


Thank You,

9

(4 replies, posted in PunBB 1.2 troubleshooting)

thanks for the quick response do you know if i can add PHP to this line as it is currently only text...?

this is the code I would like to add...

<div class="block">
            <h2><span>Login, Register, or Leave </span></h2>
            <div class="box">
                <div class="inbox">
                    <ol>
                   <div class="newsbox">
    <h3>This forum is dedicated to the Protection of its Members </h3>
    <div class="item">
        <p> This site contains various galleries and discussions involving our members for their safety registration is REQUIRED.<br /><br />If you are a registered member <a href="/login.php">Login</a> <br />If you have not registered yet you don't know what your missing.<br />
          to register please click <a href="/register.php">HERE</a> or use the "Register" link above.</p>
        </div>
</div>         </ol>
              </div>
            </div>
        </div>

10

(4 replies, posted in PunBB 1.2 troubleshooting)

currently no one is allowed to read my forum without being registered, i confirm all accounts manually..

now the question is where is the code located that contains this text displayed to non registered users "You do not have permission to view these forums." I would like to add a couple lines of code here for my non tech savy members.


Thank You,
Andy

11

(3 replies, posted in PunBB 1.2 discussion)

I would love to take your advice, however the search proves to be futile. I HAVE TRIED hence the reason I am posting here...


any useful help would be appreciated.

Thank You,
Andy

12

(3 replies, posted in PunBB 1.2 discussion)

does someone have a list of censored words already? OR does anyone know where i could find one?

Problem i am facing is my board of directors just informed me that the site i have been working on for our students needs to have a censored words list and i have some but it is rather tedious.


Thank You

13

(2 replies, posted in PunBB 1.2 troubleshooting)

I am currently using VBStyle Black but occasionally / more then wanted i get this error

http://www.defineyours.net/img/Board_prob.JPG

HELP PLEASE

andy

I have accidently changed an option and cannot seem to get it back.

i changed the base url to something else and now its not working.

i orginally had it as http://www.oalodgexi.org
and changed it to http://www.oalodgexi.org/forum
and now it does not work. and i cant find a way to change it back.

HELP PLEASE!!!
Thank You.
ANdrew

solved it thank you.

I renamed my index page but now the two options that are on this page are not in the forum index. I renamed index.php to forum.php and took care of the references.

The only thing i cannot get are these two links.

Ideas?
Thank You,
Andrew

17

(0 replies, posted in General discussion)

I have been asked if it would be possible to change the background of the forum (the dead space) on the left and right of the board to something else.

also does anyone know where i can find an easy way to edit styles? i would like to help and have ideas for a couple decent ones but i need to know some of the steps.

Thank You.
Andy

i am currently running punbb on a site for the Order of the Arrow (Scoutings National Honor Society) and their rules say that we cannot display the kids names to the public, other members fine but not guests

Ideas?

Thank You
Andrew Stueckroth

any idea how many refs im looking at and are there any i should not change?

I currently have punbb installed on the back of my site but when i click the index link it brings me back to MY index is there a way to redirect the links to point to the forum index  any ideas where in the code that would be. more specifically it happens when i get into a topic and there is the file map laid out INDEX>THE FORUM>TOPIC clicking index brings me to my home help please

Andrew Stueckroth