Title: rocketboom's Replies | WordPress.org

---

# rocketboom

  [  ](https://wordpress.org/support/users/rocketboom/)

 *   [Profile](https://wordpress.org/support/users/rocketboom/)
 *   [Topics Started](https://wordpress.org/support/users/rocketboom/topics/)
 *   [Replies Created](https://wordpress.org/support/users/rocketboom/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/rocketboom/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/rocketboom/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/rocketboom/engagements/)
 *   [Favorites](https://wordpress.org/support/users/rocketboom/favorites/)

 Search replies:

## Forum Replies Created

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[BuddyStream] [Bug] Twitter link cut off](https://wordpress.org/support/topic/bug-twitter-link-cut-off/)
 *  [rocketboom](https://wordpress.org/support/users/rocketboom/)
 * (@rocketboom)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/bug-twitter-link-cut-off/#post-5460993)
 * I had the same problem. This is a bit of a hack, but the way I fixed it was to
   go into the **import.php** file which is located in the main/top directory of
   the Buddystream folder, or the buddystream-premium folder.
 * If you look for this line in import.php
 *     ```
       'actionlink' => 'http://www.twitter.com/' . $screenName . '/status/' . $tweet->id
       ```
   
 * …you can change it to your twitter screen name. E.g., if your twitter screen 
   name is ‘billgates’, then you would change the code to:
 *     ```
       'actionlink' => 'http://www.twitter.com/billgates/status/' . $tweet->id
       ```
   
 * This will fix storing the proper url for all *future* imported tweets.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [rocketboom type front page](https://wordpress.org/support/topic/rocketboom-type-front-page/)
 *  [rocketboom](https://wordpress.org/support/users/rocketboom/)
 * (@rocketboom)
 * [19 years, 4 months ago](https://wordpress.org/support/topic/rocketboom-type-front-page/#post-401579)
 * I put up a page here that should translate really easily from Moveable Type:
   
   [http://rocketboom.wikia.com/wiki/Template_hacks](http://rocketboom.wikia.com/wiki/Template_hacks)
 * I have played around with WordPress a bit once and have an instal running so 
   if you give me until tomorrow, I think I should be able to whip up a template
   and post it here. . .

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