Search found 21 matches
- 22 Jun 2010, 06:31
- Forum: PhpBB3 Support
- Topic: Log me in automatically box
- Replies: 3
- Views: 3836
Re: Log me in automatically box
thanks man! appreciate it
- 22 Jun 2010, 03:37
- Forum: PhpBB3 Support
- Topic: Log me in automatically box
- Replies: 3
- Views: 3836
Log me in automatically box
how can i get the login me in automatically box already ticked as defauly like in the picture below?
- 12 Jun 2010, 03:43
- Forum: PhpBB3 Support
- Topic: Mchat Permissions help
- Replies: 1
- Views: 2214
Mchat Permissions help
In order the get any support, you will have to do following:
I have just installed mchat and i m the only one who can view mchat :S how can newly registered members and members view? i dont know where to go to set the permissions
I have just installed mchat and i m the only one who can view mchat :S how can newly registered members and members view? i dont know where to go to set the permissions
- 25 Apr 2010, 22:27
- Forum: PhpBB3 Support
- Topic: Random Quote Mod
- Replies: 10
- Views: 7774
Re: Random Quote Mod
the file quotes.txt is there and its working too like the quotes are showing... i dont know why it gives me that error on the acp login page
- 25 Apr 2010, 20:32
- Forum: PhpBB3 Support
- Topic: Random Quote Mod
- Replies: 10
- Views: 7774
Re: Random Quote Mod
i entered those lines in functions.php here: srand ((double) microtime() * 1000000); $zitate = file("quotes.txt"); $i = count($zitate)-1; $template->assign_vars(array( 'QUOTE' => $zitate[rand(0,$i)], 'SITENAME' => $config['sitename'], 'SITE_DESCRIPTION' => $config['site_desc'], 'PAGE_TITLE' => $page ...
- 22 Apr 2010, 22:53
- Forum: PhpBB3 Support
- Topic: Random Quote Mod
- Replies: 10
- Views: 7774
Re: Random Quote Mod
nevermind i put the code in functions.php and it worked
- 22 Apr 2010, 13:53
- Forum: PhpBB3 Support
- Topic: Random Quote Mod
- Replies: 10
- Views: 7774
Re: Random Quote Mod
where can i fit it in functions.php
- 21 Apr 2010, 22:40
- Forum: PhpBB3 Support
- Topic: Random Quote Mod
- Replies: 10
- Views: 7774
Re: Random Quote Mod
it works for phpbb 3.0.7 and even in phpbb2 it only showed on the index page anyway to make it like you can have it on every page
- 21 Apr 2010, 00:03
- Forum: PhpBB3 Support
- Topic: Random Quote Mod
- Replies: 10
- Views: 7774
Random Quote Mod
########################################################################################## ## Hack Title: Random Quotes ## Hack Version: 2.0 ## Author: Yo^Bam <yobam@linux.nu> ## Fixed by: Acid <acid_junky@web.de ## Description: Displays a random quote on your phpBB. ## ## Files To Edit: index.php ...
- 16 Apr 2010, 18:39
- Forum: PhpBB3 Support
- Topic: mchat display
- Replies: 17
- Views: 7717
Re: mchat display
thank youcisco007 wrote:I will also try to take a look, at how to get this figured out!