Multiply Republic

Posted by -JJ- on Nov 10, '07 10:32 AM for everyone
  • Groups normally don't have a Guestbook, but you can display one if you change the Page Layout to Linear instead of Box View for the Home Page.
  • If you try to add HTML code in a comment at someone else's Guestbook that isn't your contact, the HTML will be removed. Of course, the same happens in your Guestbook for people that aren't in your contact list.
  • Large pictures may make the column where the Guestbook is in your main page too wide. Either remove the entry or ask the poster to remove the code. Also, you can add this code to your Custom CSS to display a scrollbar when it happens:
          #home_guestbook .replybox { overflow:auto; }

          or, if you don't want it to display any image at all:

          #home_guestbook .replybody img { display: none; }


  • How to remove/delete messages from your Guestbook:
            At your main page, you won't see the links to delete comments or edit your own replies in your Guestbook. To do this, you have to go to the Guestbook page. You can get there using one of these ways:
            - at your main page, click on the link below your Guestbook "View All NNN Comments"
            - use this link: http://Your_Username.multiply.com/guestbook (replace Your User_Name with your actual Multiply username)

  • Also, you can edit the number of comments displayed at your main page and the access (privacy) level if you click on Customize My Site and then on the Edit link on the Guestbook box.


    If you cannot find the delete link for the offending graphic, you can try this: use the delete link from another comment and try to modify it to delete what you want, like this: get the delete link from the previous or next entry (right-click on the link and use 'Copy Link Location' on Firefox or the analogous command in your browser), copy it to your browser's location bar (the one where you type the http://...) and modify it to reflect the entry you want to delete.

For instance, the delete link to my 250th entry in my guestbook is something like this:
javascript:confirmLink("Are you sure you want to delete this reply?", "/item/delete-reply/lfom:guestbook:1+250?xurl=http%3A%2F%2Flfom.multiply.com%2F&usertoken=manylettershere")

So, if I want to delete the next entry, I simply copy it to the my browser's location bar, replace 250 with 251 like this:
javascript:confirmLink("Are you sure you want to delete this reply?", "/item/delete-reply/lfom:guestbook:1+251?xurl=http%3A%2F%2Flfom.multiply.com%2F&usertoken=manylettershere")

and press the ENTER (or RETURN) key. A confirmation dialog should appear, then click on OK.



Source: http://usersupport.multiply.com/journal/item/131/Guestbook_FAQ
Courtesy of: lfom



ADDITIONAL INFOS:


  • you can remove images posted on your guestbook by adding these codes on your CSS page.

#home_guestbook .replybody img {
display: none;
}


  • or you can limit the maximum sizes of images show in your guestbook by using these tags:

#home_guestbook .replybody img {
max-height:100px;
max-width:100px;
}


  • To add a scrollbar:
#home_guestbook {
height: 500px;
overflow:auto;
width: 200px;
}

*overflow-x: width
**overflow-y: height
***overflow: both



bindra wrote on Nov 10, '07
Nice post, especially point no. 1. Thx.
jnamakulit wrote on Nov 10, '07
I liked the part where you don't want it to display any image at all.. hehe
jnamakulit wrote on Nov 11, '07
*new links added on post.
Comment deleted.
jnamakulit wrote on Jan 29
**Please ignore the past mesage. This has been reported to the CS already.
alogena wrote on Feb 24
ahahha
the first I found in google =)

well
#home_guestbook .replybody img {
max-height:100px;
max-width:100px;
}
its good .. tought you could add this one
for considering the linked images too

#home_guestbook .replybody a img {
max-height:100px;
max-width:100px;
}
madelynne wrote on Apr 5
Groups normally don't have a Guestbook, but you can display one if you change the Page Layout to Linear instead of Box View for the Home Page.
Hi! :) I have tried making my group's homepage into linear, but I still don't have a guestbook. please help! :)
jnamakulit wrote on Apr 5
Currently, this tweak is not available. Since the last Multiply update, users can't do it anymore..
Comment deleted at the request of the author.
Add a Comment
   
Multiply Republic
Join this Group!RSS FeedHelp on RSS FeedsAdd to My Yahoo
Report Abuse
© 2008 Multiply, Inc.    About · Blog · Terms · Privacy · Corp Info · Contact Us · Help