Search found 434 matches

by m3zzr
Wed Jul 05, 2006 5:49 pm
Forum: [3.0.x] Support Forum
Topic: Dont need support, but more of a general info Q..
Replies: 1
Views: 715

Dont need support, but more of a general info Q..

I currantly have phpbb3 on a subdomain, and one of the techies at my host is looking into it as well. Can anyone tell me what the imagemagik does regards attachments.... from what I can gather it is used to create thumbnails, and resize any images that are uploaded with a post. However, the server m...
by m3zzr
Mon Feb 27, 2006 9:07 am
Forum: 2.0.x Support Forum
Topic: Thinking of trying punbb...
Replies: 11
Views: 530

sounds like a major problem with your host.. probally over subscribed their mysql server and never take anything from a host with 100% face value...
by m3zzr
Mon Feb 27, 2006 9:05 am
Forum: 2.0.x Support Forum
Topic: Login re-direct
Replies: 0
Views: 148

Login re-direct

Is it possible to change the re-direct page to to what ever page it was previous on..

ie,, i have used phpbb sessions thoughout the website, so i would like it so they can log into the main website page... without it then taking them straight to the forum..
by m3zzr
Fri Feb 17, 2006 7:45 pm
Forum: 2.0.x Support Forum
Topic: Question Regards Userdata Array
Replies: 3
Views: 307

Doobdee wrote: Use this

Code: Select all

( !$userdata['session_logged_in'] )
As your condition.


Thanks,... thats sorted my problem.
by m3zzr
Fri Feb 17, 2006 7:40 pm
Forum: 2.0.x Support Forum
Topic: Question Regards Userdata Array
Replies: 3
Views: 307

Question Regards Userdata Array

Hello. I have used phpbb sessions throughout my website. One problem i have run into is that I want to limit a page down so you have to be registered to view it.. This is the code I have used.. if( !$userdata['userlevel'] = -1) { message_die(GENERAL_MESSAGE, 'Sorry, You have to be registered to view...
by m3zzr
Tue Jan 31, 2006 11:07 am
Forum: 2.0.x Support Forum
Topic: [SOLVED] Query, how to change theme ID?
Replies: 7
Views: 375

you would need to run a mysql query via something like phpmyadmin

like this

Code: Select all

UPDATE phpbb_users SET 
user_style=1
note the style=1 will the the style number of the subsilver
by m3zzr
Mon Jan 30, 2006 10:59 pm
Forum: 2.0.x Support Forum
Topic: Another one bites the dust!
Replies: 16
Views: 1164

if you are running an older version of the forum, then you should have updated to the latest version..
by m3zzr
Sun Jan 29, 2006 9:28 am
Forum: 2.0.x Support Forum
Topic: How do I remove ads from my forum
Replies: 2
Views: 388

there is no ad's on phpbb forum, but I gather your using free hosting, which is where the adverts are coming from.

This would have nothing to do with phpBB
by m3zzr
Sat Jan 28, 2006 8:23 am
Forum: 2.0.x Support Forum
Topic: unwanted members
Replies: 13
Views: 506

Firstly... I would upgrade to the latest version..

You can set your board to have admin activate member registrations, which means when someone registers, you get an email to let you know they need activating... so you decide who can and can not have access.
by m3zzr
Sat Jan 28, 2006 8:20 am
Forum: 2.0.x Support Forum
Topic: adding a menu
Replies: 5
Views: 348

edit the overall_header.tpl located in the ../templates/suBsilver folder.
by m3zzr
Fri Jan 27, 2006 9:15 pm
Forum: 2.0.x Support Forum
Topic: Users deleting their own posts?
Replies: 1
Views: 208

in forum permissions... advanced mode... set the delete option to reg
by m3zzr
Fri Jan 27, 2006 7:04 pm
Forum: [2.0.x] Styles Development & Discussion
Topic: Having my own menu links white
Replies: 2
Views: 300

try changing them in the sttyles .css file
by m3zzr
Fri Jan 27, 2006 1:03 pm
Forum: 2.0.x Support Forum
Topic: Modding a Document
Replies: 5
Views: 491

it means u add the following code straight after the class="gensmall">{postrow.EDITED_MESSAGE} bit like this.. <td colspan="2"><hr /></td> </tr> <tr> <td colspan="2"><span class="postbody">{postrow.MESSAGE}{postrow.SIGNATURE}</span><span class="gensmall&q...
by m3zzr
Thu Jan 26, 2006 6:26 pm
Forum: 2.0.x Support Forum
Topic: A few questions regarding a forums conversion...
Replies: 27
Views: 1023

all you would have to do is back up your database and restore it to your hosting account..
by m3zzr
Thu Jan 26, 2006 6:02 pm
Forum: 2.0.x Support Forum
Topic: HELP - HACKED FORUM.....what do i do ?
Replies: 15
Views: 969

easiest thing to do is look at the database and see if you can see all your posts

Go to advanced search