
Relley Deny
How to Change Your IMVU Home Room Into a Public Room - 2019
IMVU provides each user a homeroom for personal use and at least one room to create from scratch to share publicly. Although you can’t click a single button in your private room to make it public, you can create and share an open room using your private room settings including its furnishings.
All the tools you need are within the IMVU 3-D chat messenger.
Step 1
Open the IMVU 3-D messenger. Click the “Chat Rooms” button to access the public Chat Rooms area. Click the Manage tab to go to your chat room management area.
Step 2
Click the “Create a Room” button at the top of the left sidebar, or in the Create a FREE Chat Room box under Manage My Chat Rooms, to open the Create a New Chat Room box.
Step 3
Create rules for the room and describe it in the sections on the left side of the box. Enter a room name and description, a moderator name if applicable and the total number of users (up to 10) you want to permit in the room at one time. Select a room status Public, Open or Closed and a language from the drop-down menus.
Step 4
Set up the chat room and its public listing on the right side of the screen. Select a room image from your gallery to post as part of the listing. Select a room shell type: click “Empty” to create a public room without the products you’ve used to decorate your room or click “Furnished” to create a room identical to your room. When finished, select your room from the room shell drop-down menu.
Click the “Create Room” button to create the room. The screen will update to show your room listed alongside your other chat rooms. Click “Go” to enter the room or click the Search tab, search for the room by its name and then click “Go” to enter it.
Tips
If you don’t like the public version of your room, delete it by clicking “Delete” under the room picture thumbnail.
To edit the room at any time, click “Edit” under the thumbnail or you can get paid codes or product using IMVU gift card for free using PayPrizes.com
Warning
If you select Closed for the room availability status, you can’t enter the room even though you’re the room owner. You must edit the availability setting first.
How to Show Public Room info on your HP?
IMVU has recently updated their SSL policy, so the URLs below have been changed to “https://” instead of “https://”.
The “My Room” panel currently on an avatar’s home page is incredibly lame. Recently, there was this post on the Homepage Building forum, where the OP wondered if it would be possible to put actual public room info, picture, status, etc. right on your home page. The answer might be a flat out “no”, but I took this as a challenge to see if I could find a tricky way to this.
If you want to show public room info on your HP, here’s the TL;DR version. I’ll explain how I did it afterward, in the nerd zone.
1) First, make sure your “My Room” panel is visible to all. You can change that if you need to on the Account page.
2) Copy/paste the following codes to the Custom HTML/CSS editor:
/* Triggerless.com Public Room Codes */
$(document).ready(function() {
$('#room_panel_colRow').empty();
$('#room_panel_header').find('.paneltitletext').text('My Public Rooms');
});
</script>
<link rel="stylesheet" href="https://www.triggerless.com/imvu/DisplayRoomDark.css" />
<script type="text/javascript" src="https://www.triggerless.com/imvu/DisplayRoom.ashx?room=your-room">
</script>
by Relley Deny on 2019-09-30 12:56:30
No comments yet.