Title: Multsite?
Last modified: August 21, 2016

---

# Multsite?

 *  Resolved [Burgejos000](https://wordpress.org/support/users/burgejos000/)
 * (@burgejos000)
 * [12 years, 10 months ago](https://wordpress.org/support/topic/multsite/)
 * Will this plugin be able to be used with a multisite?
 * [http://wordpress.org/extend/plugins/horizontal-scrolling-announcement/](http://wordpress.org/extend/plugins/horizontal-scrolling-announcement/)

Viewing 2 replies - 1 through 2 (of 2 total)

 *  [reececropley](https://wordpress.org/support/users/reececropley/)
 * (@reececropley)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/multsite/#post-3919956)
 * Hi, I have just installed this on a multisite. It worked on one of the sites 
   but not the other two.
 *  Plugin Contributor [gopiplus](https://wordpress.org/support/users/gopiplus/)
 * (@gopiplus)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/multsite/#post-3919960)
 * Hi reececropley,
 * In default it work only for the main site. For sub site, you have to create the
   table manually in the database. use below script to create a table. Please change
   the table name prefix accordingly.
 * CREATE TABLE **wp_**hsa_plugin (
    hsa_id mediumint(9) NOT NULL AUTO_INCREMENT,
   hsa_text text NOT NULL, hsa_order int(11) NOT NULL default ‘0’, hsa_status char(
   3) NOT NULL default ‘YES’, hsa_date datetime DEFAULT ‘0000-00-00 00:00:00’ NOT
   NULL, hsa_link VARCHAR(1024) DEFAULT ‘#’ NOT NULL, hsa_group VARCHAR(100) DEFAULT‘
   GROUP1’ NOT NULL, hsa_dateend datetime DEFAULT ‘0000-00-00 00:00:00’ NOT NULL,
   UNIQUE KEY hsa_id (hsa_id) ) ENGINE=MyISAM DEFAULT CHARSET=utf8;

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Multsite?’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/horizontal-scrolling-announcement_c0c0c0.
   svg)
 * [Horizontal scrolling announcement](https://wordpress.org/plugins/horizontal-scrolling-announcement/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/horizontal-scrolling-announcement/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/horizontal-scrolling-announcement/)
 * [Active Topics](https://wordpress.org/support/plugin/horizontal-scrolling-announcement/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/horizontal-scrolling-announcement/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/horizontal-scrolling-announcement/reviews/)

 * 2 replies
 * 3 participants
 * Last reply from: [gopiplus](https://wordpress.org/support/users/gopiplus/)
 * Last activity: [11 years, 11 months ago](https://wordpress.org/support/topic/multsite/#post-3919960)
 * Status: resolved