Multiply Republic

Group's posts with tag: adding

What are tags? You can give your posts a "tag", which is like a keyword. Tags help you find content which has something in common. You can assign as many tags as you wish to each post.
View posts by people in your network with tag adding
Posted by -JJ- on Dec 2, '07 4:52 PM for everyone
Every time we quote something to reply on someone else's post, we have the option of:
  1. Quoting everything a user said by:
    1. Checking Quote original message

  2. Quoting a selected part of his/her message by:
    1. Highlighting the selected part first
    2. and Checking Quote original message after

But have you wondered:
  • how to quote two messages from different users on a single reply?
  • or perhaps quoting two separate parts of a long message in one reply?

Here's how we do it. Note that this might be a bit complicated and codes are a li'l complex.

Here's the sample and the code used:

*************************************************************************************************************

THIS IS WHERE THE FIRST QUOTED MESSAGE IS PASTED

You can write anything here..
HERE'S WHERE THE SECOND ONE IS PASTED

*************************************************************************************************************

<div class="quotet"><div class="quotea"><a href="http://username1.multiply.com">username1</a> said</div><img src="http://images.multiply.com/common/misc/quote-start.gif" align="left"><i>THIS IS WHERE THE FIRST QUOTED MESSAGE IS PASTED</i><img src="http://images.multiply.com/common/misc/quote-end.gif"></div>
<br>You can write anything here..<br>
<div class="quotet"><div class="quotea"><a href="http://username2.multiply.com">username2</a> said</div><img src="http://images.multiply.com/common/misc/quote-start.gif" align="left"><i>HERE'S WHERE THE SECOND ONE IS PASTED</i><img src="http://images.multiply.com/common/misc/quote-end.gif"></div>


*************************************************************************************************************


NOTE: You should replace the following:
  • change username1 and username2 (can be the same user or different - it depends)
    • see that user names are placed in two areas
  • change the message of course.

Posted by -JJ- on Nov 28, '07 4:58 PM for everyone
  1. Just go to your Homepage (htp://username.multiply.com)
  2. Click on Promote My Site and it will redirect you on the Promote page (http://username.multiply.com/promote)
  3. Click on the badge  you prefer (image / flash).
  4. Select the items you want to show by checking it (and it updates instantly).
  5. Click the box on the lower right (which instantly selects all the codes on it), right-click and select copy. You may use ctrl + c form your keyboard as an alternative (shortcut for copy)
  6. Pasting it would be the last step.. right click and select paste (ctrl + v on keyboard method).


here's my code and sample of my badges (both flash and image)


IMAGE



FLASH




BADGE

IMAGE:


FLASH:




Posted by -JJ- on Nov 14, '07 5:20 AM for everyone
Put a scrollbar on HOMEPAGE BOXES:

div#mainbox_ (NUMBER depends on the positioning of boxes in the Home Page)

div#mainbox_ (NUMBER depends on the Position of boxes in the Home Page)
number 1 for the first box
number 2 for the second box
etc. etc..

as for an example, the site of babatom, the music box is placed 4th on the HOMEPAGE..
1 - Welcome Box
2 - Photos Box
3 - Videos Box
4 - Music Box

so the code is:

div#mainbox_4 .itembox {
overflow-y: auto;
height:200px;
}

For the Guestbook, there's another Option:

#home_guestbook .replybox {
overflow:auto;
}

Put Scroll on the TAG LIST:

div#mainbox_1 div.relatedlinks {
width:780px;
height: 600px;
overflow-x:auto;
width: 780px;
overflow-y: auto;
}


Other Related Posts:
http://makulitrepublic.multiply.com/journal/item/8
http://makulitrepublic.multiply.com/journal/item/7
http://makulitrepublic.multiply.com/journal/item/46

Posted by -JJ- on Nov 13, '07 4:04 PM for everyone
/*IMAGE TRANSFORM*/

a:hover img {
filter:Alpha(Opacity=50,FinishOpacity=0,Style=0);
-khtml-opacity: 0.50;
-moz-opacity: 0.50;
opacity: 0.50;
}



You can try different key words to substitute with the keyword Alpha. Try also Blur ( blur the image), FlipH (flip horizontally), FlipV (flip vertically), Gray (grayscale), Invert (Inverted), Mask, Wave and XRay.


Try it and experiment on different types of Image transforms.. (unfortunately, it works only in IE)


Posted by -JJ- on Nov 11, '07 7:02 AM for everyone
Just type in
http://YOUR_MULTIPLY_ID.multiply.com/notes

Make your first POST and make a LINK on your HomePage!
it's that easy!



Posted by -JJ- on Nov 7, '07 3:12 AM for everyone
 THE CODE: <img src:IMAGE_URL>

First, select the picture you want to put (embed - proper term) in the guestbook of your contact or on replies, or almost anywhere.. Right click on the image you like and select copy image location.

That image location is what we call a URL.

Now, here's the code you need: <img src=IMAGE_URL>

All you have to do is to replace IMAGE_URL with the image URL of the image want to embed.


Since we did copy the image URL via the right click, all you have to do is to right click again, and select paste.


Here's an example:

Let me do it with the headshot of this group, and as in the procedure, right click on the image, select "copy image location".

That (image location) of that image (the group's headshot) would be:http://images.makulitrepublic.multiply.com/logo/3. This is also the URL of the image we want to embed.

NOTE: The image location is also its URL.


now, in the code <img src=IMAGE_URL> , replace IMAGE_URL with the URL of the image we wanted (the group's headshot).

that would turnout as:<img src=http://images.makulitrepublic.multiply.com/logo/3>

when you post this on a guestbook, here's how it will turnout:

makulitrepublic

    * read it over and over, im sure it's easy when you get tp try it! =D




Tutorial on Changing Background Images on POSTS: http://makulitrepublic.multiply.com/journal/item/22

Posted by -JJ- on Oct 25, '07 12:41 PM for everyone
<div style="overflow-y: auto; height:200px; font-family: 'arial'; padding-left:20px;padding-right:20px;margin-left:50px; margin-right:50px;background:black none;color:red">

Mesage written here..

</div>

options for overflow:
1.oveflow-x on width
2.overflow-y on height


Posting through CSS for homepage box:

div#mainbox_ (NUMBER depends on the Position of boxes in the Home Page)
number 1 for the first box
number 2 for the second box
etc. etc..

as for your site babatom, the music box is 4th..
1 - Welcome Box
2 - Photos Box
3 - Videos Box
4 - Music Box

so the code is:

div#mainbox_4 .itembox {
overflow-y: auto;
height:200px;
}


Posted by -JJ- on Oct 25, '07 12:33 PM for everyone
<embed style="left: 10px; width: 200px; top: 0px; height: 40px;" type="application/x-mplayer2" pluginspage="http://www.microsoft.com/Windows/MediaPlayer/" src="MP3_URL" autostart="true" showcontrols=1>

*Change the MP3 URL
**You can host your mp3's in multiply.

-Upload it in the music section
-view the post
-right click on the download link
-copy link location
-paste it on the MP3_URL

***Other flash players (that has embed codes on it) can also be found on Imeem, and boomp3.

Posted by Federal on Oct 25, '07 11:55 AM for everyone
<!-- SiteSearch Google -->
      <center>
      <form method="get" action="
http://www.google.com/search"><input
 name="ie" value="UTF-8" type="hidden">
        <input name="oe" value="UTF-8" type="hidden">
        <table style="text-align: center;" bgcolor="#ffffff">
          <tbody>
            <tr>
              <td><a href="
http://www.google.com/">
              <img src="
http://www.google.com/logos/Logo_25wht.gif"
 alt="Google" border="0"></a></td>
            </tr>
            <tr>
              <td>
              <input name="q" size="21" maxlength="255"
 value="" type="text"><font size="-1">
              <input name="domains"
 value="YOUR_URL" type="hidden"><br>
              <input name="sitesearch" value=""
 type="radio"> web <input name="sitesearch"
 value="YOUR_URL" checked="checked"
 type="radio"> YOUR_USERNAME <br>
              <input name="btnG" value="Search"
 type="submit">
              </font></td>
            </tr>
          </tbody>
        </table>
      </form>
      </center>
<!-- SiteSearch Google -->

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