Title: Lari's Replies | WordPress.org

---

# Lari

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Error message with SWF Upload](https://wordpress.org/support/topic/error-message-with-swf-upload/)
 *  Thread Starter [Lari](https://wordpress.org/support/users/lari/)
 * (@lari)
 * [17 years ago](https://wordpress.org/support/topic/error-message-with-swf-upload/#post-1070409)
 * Thank you for your reply, Otto.
 * I’m a bit unsure about timeouts, it only takes a couple of seconds for the error
   to appear. Also, the images I’m using are small. I did set max_input_time and
   max_execution_time to 0, -1 and 999. I checked phpinfo, the values did change
   but nothing made it work. Is there some other timeout settings or other things
   I could try?
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Rounded Corners for Text box](https://wordpress.org/support/topic/rounded-corners-for-text-box/)
 *  [Lari](https://wordpress.org/support/users/lari/)
 * (@lari)
 * [17 years ago](https://wordpress.org/support/topic/rounded-corners-for-text-box/#post-1070167)
 * Try
 *     ```
       <script>jQuery(document).ready( function($){
         $('.rounded').corners();
       });</script>
       ```
   
 *  instead.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [how to link to blog in non-root folder](https://wordpress.org/support/topic/how-to-link-to-blog-in-non-root-folder/)
 *  [Lari](https://wordpress.org/support/users/lari/)
 * (@lari)
 * [17 years ago](https://wordpress.org/support/topic/how-to-link-to-blog-in-non-root-folder/#post-1070166)
 * I’m not 100% sure but you could make another page and then choose it as the “
   posts page” in settings. This new page would then be the blog home.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Changing Database info](https://wordpress.org/support/topic/changing-database-info/)
 *  [Lari](https://wordpress.org/support/users/lari/)
 * (@lari)
 * [17 years ago](https://wordpress.org/support/topic/changing-database-info/#post-1070163)
 * It’s wp-config.php in the WordPress folder.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Categories](https://wordpress.org/support/topic/categories-30/)
 *  [Lari](https://wordpress.org/support/users/lari/)
 * (@lari)
 * [17 years ago](https://wordpress.org/support/topic/categories-30/#post-1070162)
 * Write a new post and add it to that category. Does the category become visible?
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Adding content to home page](https://wordpress.org/support/topic/adding-content-to-home-page/)
 *  [Lari](https://wordpress.org/support/users/lari/)
 * (@lari)
 * [17 years ago](https://wordpress.org/support/topic/adding-content-to-home-page/#post-1070161)
 * Revolution Options has been your theme’s own page, most likely. It is not part
   of the default WordPress install. You can add content in the Widgets page, provided
   your theme shows widgets on the home page.
 *   Forum: [Requests and Feedback](https://wordpress.org/support/forum/requests-and-feedback/)
   
   In reply to: [[Plugin: External DB authentication] Want to create users with different permission levels?](https://wordpress.org/support/topic/plugin-external-db-authentication-want-to-create-users-with-different-permission-levels/)
 *  [Lari](https://wordpress.org/support/users/lari/)
 * (@lari)
 * [17 years, 3 months ago](https://wordpress.org/support/topic/plugin-external-db-authentication-want-to-create-users-with-different-permission-levels/#post-876865)
 * Worked at least with the test user, thanks!
 *   Forum: [Requests and Feedback](https://wordpress.org/support/forum/requests-and-feedback/)
   
   In reply to: [[Plugin: External DB authentication] Want to create users with different permission levels?](https://wordpress.org/support/topic/plugin-external-db-authentication-want-to-create-users-with-different-permission-levels/)
 *  [Lari](https://wordpress.org/support/users/lari/)
 * (@lari)
 * [17 years, 3 months ago](https://wordpress.org/support/topic/plugin-external-db-authentication-want-to-create-users-with-different-permission-levels/#post-876863)
 * In Activecollab there’s one table with the roles that have an id and another 
   table with users. In the users table there’s a field _role\_id_, which tells 
   what role the user has. So the role ids come from the roles table. 1 to 7, currently.
 * If I could tell your plugin the name of the field and a value that is required
   to add the user to WordPress, that would be great.
 *   Forum: [Requests and Feedback](https://wordpress.org/support/forum/requests-and-feedback/)
   
   In reply to: [[Plugin: External DB authentication] Want to create users with different permission levels?](https://wordpress.org/support/topic/plugin-external-db-authentication-want-to-create-users-with-different-permission-levels/)
 *  [Lari](https://wordpress.org/support/users/lari/)
 * (@lari)
 * [17 years, 4 months ago](https://wordpress.org/support/topic/plugin-external-db-authentication-want-to-create-users-with-different-permission-levels/#post-876856)
 * For me, it would suffice to set permissions based on the permissions of the external
   table. In my external users table there is a field that contains a role id. If
   I could restrict access to WordPress to ids above some value or to a specific
   value, that would be sweet.
 * Right now I can’t use the plugin because I don’t want to give access to all the
   users in the external database.
 * I think this would be simpler than using a third table.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [How do I style a category list with child cats, each level styled differently](https://wordpress.org/support/topic/how-do-i-style-a-category-list-with-child-cats-each-level-styled-differently/)
 *  [Lari](https://wordpress.org/support/users/lari/)
 * (@lari)
 * [17 years, 8 months ago](https://wordpress.org/support/topic/how-do-i-style-a-category-list-with-child-cats-each-level-styled-differently/#post-848385)
 * Why do you need the class? Can’t you use #list ul ul … in your css?
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Accessing post slug data in the loop](https://wordpress.org/support/topic/accessing-post-slug-data-in-the-loop/)
 *  [Lari](https://wordpress.org/support/users/lari/)
 * (@lari)
 * [17 years, 8 months ago](https://wordpress.org/support/topic/accessing-post-slug-data-in-the-loop/#post-831041)
 * <?php echo($post->post_name) ?>
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [How to list the current page’s children?](https://wordpress.org/support/topic/how-to-list-the-current-pages-children/)
 *  [Lari](https://wordpress.org/support/users/lari/)
 * (@lari)
 * [20 years, 4 months ago](https://wordpress.org/support/topic/how-to-list-the-current-pages-children/page/3/#post-150266)
 * Try this plugin that was mentioned earlier.
 * [http://www.webspaceworks.com/resources/cat/wp-plugins/30/](http://www.webspaceworks.com/resources/cat/wp-plugins/30/)
 * Then use the ancestor class in CSS to highlight your About page.

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