Search found 9665 matches

by pentapenguin
Tue Mar 31, 2009 4:29 pm
Forum: [3.0.x] Support Forum
Topic: Readers cant see posts
Replies: 1
Views: 432

Re: Readers cant see posts

Actually you are using Joomla which is separate from phpBB so you should the Joomla style author for help since it sounds like a style problem.
by pentapenguin
Tue Mar 31, 2009 4:27 pm
Forum: [3.0.x] Support Forum
Topic: Sending PM to Registered Users Group Inquiry
Replies: 2
Views: 591

Re: Sending PM to Registered Users Group Inquiry

Unless you removed a user from the "Registered Users" group then all users are part of that group and so all uses would get that PM.
by pentapenguin
Tue Mar 31, 2009 4:12 pm
Forum: [3.0.x] Support Forum
Topic: Email address in use warning
Replies: 5
Views: 662

Re: Email address in use warning

Do you have any banned email addresses? If so make sure there isn't one like *@* or something similar. If there isn't have you installed any MODs? What version of phpBB are you using?
by pentapenguin
Tue Mar 31, 2009 4:10 pm
Forum: [3.0.x] Support Forum
Topic: Questions for the Cadre!
Replies: 4
Views: 872

Re: Questions for the Cadre!

1) Yes after creating the forum go to permissions and remove all permissions except for admins. 2) The safest way would be to send him a copy of the files then have him send you the changes. Otherwise you would have to give him FTP access and he could potentially change anything. 3) The global post ...
by pentapenguin
Tue Mar 31, 2009 4:08 pm
Forum: [3.0.x] Support Forum
Topic: Abuse email not being sent
Replies: 2
Views: 432

Re: Abuse email not being sent

Hi and welcome. :)

When you report a post an icon will appear next to the topic when viewing a forum. An email isn't sent out -- you have to either look at the forum or look at the moderator control panel.
by pentapenguin
Tue Mar 17, 2009 4:29 pm
Forum: [3.0.x] Styles Support & Discussion
Topic: Search over Header
Replies: 7
Views: 737

Re: Search over Header

This is the basic code for the search box: <!-- IF S_DISPLAY_SEARCH and not S_IN_SEARCH --> <div id="search-box"> <form action="{U_SEARCH}" method="post" id="search"> <fieldset> <input name="keywords" id="keywords" type="text" max...
by pentapenguin
Tue Mar 17, 2009 4:15 pm
Forum: [3.0.x] Support Forum
Topic: Re-jiggling the log on screen
Replies: 3
Views: 455

Re: Re-jiggling the log on screen

Simon, In styles/prosilver/template/login_body.html move this section to the top after <!-- INCLUDE overall_header.html --> <!-- IF not S_ADMIN_AUTH and S_REGISTER_ENABLED --> <div class="panel"> <div class="inner"><span class="corners-top"><span></span></span> <div cla...
by pentapenguin
Tue Mar 17, 2009 4:11 pm
Forum: [3.0.x] Support Forum
Topic: Sessions problem!
Replies: 4
Views: 540

Re: Sessions problem!

Hi and welcome.

Can you log into the admin panel at all?
by pentapenguin
Thu Mar 12, 2009 4:07 pm
Forum: [3.0.x] Support Forum
Topic: Post restrictions/1 post per day for certain users
Replies: 10
Views: 864

Re: Post restrictions/1 post per day

No there is not. You would need a MOD for that maybe like this one: http://www.phpbb.com/community/viewtopi ... &t=1402565 Do not that it is beta status.

Also the latest version is 3.0.4 so you should update before doing anything else.
by pentapenguin
Thu Mar 12, 2009 3:57 pm
Forum: [3.0.x] Support Forum
Topic: How to trace the IP address of guests?
Replies: 7
Views: 837

Re: How to trace the IP address of guests?

cotp wrote:Now back to the main question: is it possible to find guest's IP, interested because I also have human spamming on my forum...
Just click the "?" icon next to the post to see the IP address. You have to have moderator permissions in that forum though.
by pentapenguin
Thu Mar 12, 2009 3:53 pm
Forum: [3.0.x] Support Forum
Topic: Blank screen when submitting new forum settings in ACP
Replies: 9
Views: 1039

Re: Blank screen when submitting new forum settings in ACP

My cache folder is empty except for the index.htm file. I don't think this would be the problem but have you confirmed that your cache/ directory is writable? Also check your host's FAQs and support. Some hosts allow you to place a .htaccess file like this to enable error logs php_flag log_errors o...
by pentapenguin
Thu Mar 12, 2009 3:43 pm
Forum: [3.0.x] Support Forum
Topic: Error message after posting
Replies: 9
Views: 811

Re: Error message after posting

Basically use your FTP program to navigate to your files directory then right click the cache/ directory and select chmod or something like that (it varies on the program) then enter 777 as the chmod number.
by pentapenguin
Mon Mar 02, 2009 5:54 am
Forum: [3.0.x] Support Forum
Topic: Install Errors
Replies: 1
Views: 359

Re: Install Errors

Are you sure you are using the correct server name? Usually it's localhost but it can vary. Check to see if it's right. If everything is correct then it just means your host is having problems.
by pentapenguin
Sun Mar 01, 2009 5:20 am
Forum: [3.0.x] Support Forum
Topic: Go Button in profile
Replies: 4
Views: 559

Re: Go Button in profile

Try changing this: <input class="btnlite" type="submit" name="submit" value="{L_GO}" /> to this and see if it makes any difference: <input type="submit" name="submit" value="{L_GO}" /> If not post a link to the problematic page. :)
by pentapenguin
Sun Mar 01, 2009 5:03 am
Forum: [3.0.x] Support Forum
Topic: Can not use Postgre databse .. how to convert to mysql?
Replies: 7
Views: 727

Re: Can not use Postgre databse .. how to convert to mysql?

When are you getting that error message? Before installing? While installing? After? It looks like it's probably the result of an invalid username/password combo. If you just restored your old phpBB files to your new host make sure that you changed the database info in config.php to your new host's ...

Go to advanced search