I know, but the generate feature that is on there actually updates the comments. Well at least to a therotical stand point. But you know what your a stand up guy and thanks for helping out man.

*beer* Cheers

But it works for right now and i guess i have to tinker with it a lil to make it how i want it to look. but thanks though.

Error Message:

Parse error:  parse error, unexpected ']', expecting ')' in AP_News_Generator.php

Here is the code:

$replace = array(pun_htmlspecialchars($cur_topic['subject']), date('Y-m-d H:i', $cur_post['posted']), pun_htmlspecialchars($cur_post['poster']), parse_message($cur_post['message'], $cur_post['hide_smilies']), '<a href="">Comments</a> '.$cur_post['num_replies']);

I cant seem to find it.

This is not my code and got help from some one online. Im just trying to test it.

3

(4 replies, posted in PunBB 1.2 show off)

I like it,

i got one question im assuming your using AP NEWS GENERATOR?

How did you do the COMMENTS (11) <-- adding the number at the bottom?

Thanks

plus also how did you do the forum tables to let it expand and collapse like that?

4

(1 replies, posted in PunBB 1.2 show off)

BTW any comments would be appreciated.

5

(1 replies, posted in PunBB 1.2 show off)

Well this was a clan website for me and a bunch of my friends since i was tired of seeing all the whack other clan sites that was out there. Normally they featured a cheezy made site, and a forum from phpBB which i absoulutely hate. Spam bots love PHPBB lol.

but anyways i can design very well and is ok with php not a guru or anything. And this is my first time using punbb and intergrating it into the website.

Main site:
http://www.fearlessgamersclan.com

Forums:
http://www.fearlessgamersclan.com/forums

And all i did was edit the header/footer files. I need to work on customizing the template a little bit more since im using the one that came with it already. I might just adjust font colurs since the template matches my current website.

Mods so far is:

AP NEWS GENERATOR

I tried to install mediator EASY POLL and after everythign it even faild so i said screw it. and revert back everything. and Yes i did edit the install_mod file with the version number. which was 1.2.17 and cut and pasted everything and double checked and it didnt work.

Good point i think i set fields 3-16 for members only.

Thanks LOL

Well after trying to make info from the website display on my main page ive ran into some issues.

I have a Section: NEWS UPDATES and another section CURRENT THREADS.

For new section i slapped in this code:

http://*********.com/forums/extern.php?action=new&show=10&fid=2

This code works beautifully, no problems no flaws.

Now here is the second part, i have forum ids from 3-16 so i manually typed this code:

http://*********/forums/extern.php?action=new&show=10&fid=3,4,5,6,7,8,9,10,11,12,13,14,15,16

And i just posted in FORUM ID 6 and when i refresh the page it doesn't work.

I haven't edited anything in EXTERN.PHP file.

8

(18 replies, posted in PunBB 1.2 troubleshooting)

Yea the kid is a n00b and should pay for better hosting.

Wasnt this be a method with mysql injection?

Found it, and yes your code works.

YOUR A F*cking genius! This would work with GMAIL as well. I confirmed it. Thank you

10

(3 replies, posted in PunBB 1.2 troubleshooting)

Thanks but upon reading your thread. What file do i edit? Index.php?

Ok after countless hours of trying every different avenue of resources i still cant get email validation to work.

i logged into ADMIN CP and setup the options section. I have small business hosting with yahoo. And their email requires SMTP with SSL authentication on a specific port.

Ive typed in the SMTP server with custom port number that was required by the webhoster. but when i go to create a new account it doesnt work and i get an error saying HOST NOT FOUND etc.

Now my question is that does PUNBB have support for SSL or is it just basic SMTP? and the yahoo server uses SMTP with SSL authentication which requires a UID and PASS which i have.

Any out looks on this?

SMTP server example: bitz.mail.yahoo.com:499
uid: user@domain.com
pass: 34623984237

ANd when i go to create a new user it doesnt work.

Any help would be thank ful.

ASnd where would u insert this?

Any Help?

This is a very basic question. I have the generator up and running, and its working perfectly but now i want to customize the way it looks on my website.

I know i have to edit NEWS.TPL and ive done this far, but for this section of code:

<p class="newsinfo">Posted by: <news_poster> on <news_posted> | <news_comments></p>

and this is how it appears on my site:

Posted by JDMstar on 2008-04-09 13:38 | Comments

Which is great, but where it shows COMMENTS i want it to show the NUMBER of comments/replies that was posted.

Ie:

Posted by JDMstar on 2008-04-09 13:38 | Comments (15)

How would i go about doing that?