Author Topic: How to add new rooms or re-name them in Chat + Search box doesn't work  (Read 1034 times)

ustomp.co.uk

  • Newbie
  • *
  • Posts: 17
Hi all,

Few questions, that I would really appreciate your help with - sorry if they are a bit nub!

1) How do I change/add/remove rooms from my chat bar?
2) The search box works if I put in a search term and press Enter on my keyboard, but just refreshes my homepage if I click the blue forward arrow... therefore doesn't work if I use the buttom - any ideas on a fix?

Thanks so much

Sam

ps. Site is www.ustomp.co.uk if that helps.


inmotion

  • Administrator
  • Hero Member
  • *****
  • Posts: 2761
  • PHPmotion Developer
    • PHPmotion Demo
The chatrooms are actually your sites video categories, however you ca bypass this and create your own via the file memberstoolbar/config.inc.php

change the following

Quote
$mtb_config['custom_rooms'] = 1;


and then create a list of your rooms

Quote
$mtb_custom_rooms[1] = 'example room 1' ;
$mtb_custom_rooms[2] = 'example room 2';