Search found 5 matches
- 01 May 2010, 15:26
- Forum: Modifications
- Topic: Simple Portal
- Replies: 153
- Views: 88094
Re: Simple Portal
just so other members also know. i added M-chat today. to the portal in a easy way. open portal.php find: // BEGIN Welcome Mod add befor: // BEGIN mChat Mod if(!defined('MCHAT_INCLUDE') && $config['mchat_on_index'] && $config['mchat_enable'] && $auth->acl_get('u_mchat_view')) { define('MCHAT_INCLUDE ...
- 27 Apr 2010, 02:12
- Forum: PhpBB3 Support
- Topic: reply to marked topics?
- Replies: 3
- Views: 2516
Re: reply to marked topics?
no sorry nothing like that but thanks anyway. im looking to reply to more than 1 topic at the same time. let say i have posted 4 topics on my forum " newgames" i want a mod that when i go into my mod-panel i can reply to them 4 topics at the same time with "this arcade game is updated!" any mod you ...
- 22 Apr 2010, 11:15
- Forum: PhpBB3 Support
- Topic: reply to marked topics?
- Replies: 3
- Views: 2516
Re: reply to marked topics?
still look for this mod any one found anything like this?
- 30 Mar 2010, 10:08
- Forum: PhpBB3 Support
- Topic: reply to marked topics?
- Replies: 3
- Views: 2516
reply to marked topics?
hi iv looked al around for a mod that.. when i go in to the MCP Panel to moderate more than 1 thread E.G my website/"mcp.php?f=1&i=main&mode=forum_view" i would like to reply to all topics i have marked at the same time. but only the marked topics and reply like E.G please read the rules . maybe i ...
- 18 Mar 2010, 02:07
- Forum: Modifications
- Topic: PhpBB3 SEO Title
- Replies: 36
- Views: 27176
Re: PhpBB3 SEO Title
Installation for phpBB version: 3.0.4 Open language/en/common.php 'INDEX' => 'Index page', Replace with: 'INDEX' => 'Name of your board', Notes: Replace "Name of your board" with the name of your board. In my case it is PhpBB3 BBCodes. Find: ?> Before add: // Page Title Number MOD $lang = array ...