Do you mean to do it only for existing users or for newly registered too?frenzoo wrote:is any method to allow "quick post" for everyone in the forum so that they do not need to go to UCP to allow it.
And what phpBB3 version?
Do you mean to do it only for existing users or for newly registered too?frenzoo wrote:is any method to allow "quick post" for everyone in the forum so that they do not need to go to UCP to allow it.
Code: Select all
'user_options' => 230271,
Code: Select all
'user_options' => 895,
Code: Select all
'UPDATE phpbb_users SET user_options = 2048 | user_options'
Code: Select all
'UPDATE phpbb_users SET user_options = 4096 | user_options'
Please read this post.naBB wrote:what's this? sorry i have an error... on function_posting.php:22
I created a custom BB Code for centered text.DeathAwaitsU wrote:Quick question, how can i center the quick reply text area instead of it being aligned to the left?
Im using prosilver based theme.
And please dont just give me a new file, i want to know the actual code required as ive already edited my quick_reply.html file.
Thanks in advance.
For me it's centered.DeathAwaitsU wrote:I meant center the actual box not the text within it
Code: Select all
Warning: include(./common.php) [function.include]: failed to open stream: No such file or directory in /home/midoocr/public_html/bb3/install/install.php on line 17
Warning: include(./common.php) [function.include]: failed to open stream: No such file or directory in /home/midoocr/public_html/bb3/install/install.php on line 17
Warning: include() [function.include]: Failed opening './common.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/midoocr/public_html/bb3/install/install.php on line 17
Fatal error: Call to a member function session_begin() on a non-object in /home/midoocr/public_html/bb3/install/install.php on line 20
Put and run it from the board's root - like /bb3/install.phpahmedmoselhi wrote:This error occured to my when i tried to run install.php