friendsterTalk - Friendster Forum

friendsterTalk - Friendster Forum

Welcome guest! Please Login or Register.

  • Multiply
  •  » Multiply Help Thread (Post your question here!)

#1  2008-01-13 17:13:39

ducheszv
» Moderator
ducheszv's display avatar
[ E:// i love you ]
Class-S
Location: up there, down ere
Registered: 2007-06-01
Posts: 7565
Reputation: 296

Multiply Help Thread (Post your question here!)

:arrow: Been thinking if i have to post this or not but i guess i should.  :redface:  i made this topic in order to put all the questions about multiply in one topic. And i think that having a Multiply Help topic not Thread will at least not lag talk.  :eh:  Charging from experience its kinda scary to post a question related to multiply in the Friendster Help thread  :lol:  but mods if you think this is unnecessary, you can delete this  ;)

:arrow: requesting for Mods to stick this topic.  :lol:

for my first question.. is there a particular arrangement for the scripts in multiply like in friendster? to make it more clearer, does having too many onload handlers affect your scripts?  :question:

...........................................................................................................................................

Added Note: Since we don't have a Multiply Help Section... Just post your question here to avoid forum lag as duchesv wrote...


Guidelines: posted by sis meng

    1. Please only post if you really have something to contribute or something related to say that would help. This makes it easier to follow the discussion in the thread.

    2. Please indicate if your question has been answered. To do so, EDIT your first post then include "Now i know" or "Thanks my question has been answered" or anything like that.

    3. If you need help with your code, link to your page. Please do not paste the entire HTML markup in the thread. Just post it if you were asked to, or you have your page encrypted.

    4. In posting your code, please put it inside code tags.

    5.If your posting a question about your profile be sure that you put the link or else the question would be not answered!

    6. Do not ask a question that has already been answered.

    7. Please be Patient.

    8. Non-sense answers or non-related answers will be not entertained

    9.Speak in English.  :biggrin:

admin wrote:

    Double posting literally means posting the same information twice. This also refers to when a member posting twice in a row without another user's post separating the two.

    It is considered more proper to edit your previous post to include the new comments instead of creating a new post. The problem with this can be that readers who have already read the original post may miss the information that was edited in.

Last edited by blurrycloud (2008-03-05 04:35:35)




I love you. More than I show you. More than you know. I love you so much :kiss:

#2  2008-01-13 17:22:56

xavierkym
» Retired Moderator
The Sinister
Class-S
Location: London, England
Registered: 2007-06-10
Posts: 5370
Reputation: 129
Friendster

Re: Multiply Help Thread (Post your question here!)

Yep of course. =)
For example...

Code:

//this is your handler 
if (!addEvent(function() { onLoad();})) { window.onload = function() { onLoad();};}
function onLoad() {

//some codes here..
}

#3  2008-01-13 17:25:22

ducheszv
» Moderator
ducheszv's display avatar
[ E:// i love you ]
Class-S
Location: up there, down ere
Registered: 2007-06-01
Posts: 7565
Reputation: 296

Re: Multiply Help Thread (Post your question here!)

oh ok.. so all the variables will be inserted in //some codes here? ... doesnt it have a function like friendster.. sorry.. so new with scripts in mp  :wallbash:

Last edited by ducheszv (2008-01-13 17:25:33)




I love you. More than I show you. More than you know. I love you so much :kiss:

#4  2008-01-13 17:26:33

xavierkym
» Retired Moderator
The Sinister
Class-S
Location: London, England
Registered: 2007-06-10
Posts: 5370
Reputation: 129
Friendster

Re: Multiply Help Thread (Post your question here!)

Yeah.

What do u mean by that functions? :o


#5  2008-01-13 17:42:43

ducheszv
» Moderator
ducheszv's display avatar
[ E:// i love you ]
Class-S
Location: up there, down ere
Registered: 2007-06-01
Posts: 7565
Reputation: 296

Re: Multiply Help Thread (Post your question here!)

:redface:  sorry.. i told you im new with mp scripts.  :wallbash:  its so embarrassing..  :redface:  :wallbash:  uhmm what i mean is for example.. the antiposer cbox of blurrycloud.. where will i put the vars? there are two sets of codes he gave the one should be placed at the top of the JS and where should i place  this:

Code:

var h;
h=document.getElementById("mainbox_1");
h.innerHTML="<iframe frameborder='0' width='40%' height='260' src='http://www?.cbox.ws/box/?boxid=BOXID&boxtag=BOXTAG&sec=main' marginheight='2' marginwidth='2' scrolling='auto' allowtransparency='yes' name='blurry' id='blurry'></iframe><br/><form name='chat' width='60%' target='blurry' action='http://www?.cbox.ws/box/?boxid=BOXID&boxtag=BOXTAG&sec=submit' method='post'><input type='hidden' name='nme' value='"+pageViewerFName+"'><input type='hidden' maxlength='50' name='eml' value='http://"+pageViewerFName+".multiply.com/'><textarea style='overflow:hidden' class='cboxMsgArea' cols='22' rows='3' name='pst'></textarea><br /><input type='submit' class='cboxButtons' value='Submit' name='asa' onmouseover=\"this.className='cboxButtons cboxButtonshov'\" onmouseout=\"this.className='cboxButtons'\"><input class='cboxButtons' type='reset' value='Clear' maxlength='23' onClick='reset()' onmouseover=\"this.className='cboxButtons cboxButtonshov'\" onmouseout=\"this.className='cboxButtons'\"><input type='button' class='cboxButtons' value='Refresh' name='blurry' onClick='window.blurry.location.href=document.getElementById(\"blurry\").src' onmouseover=\"this.className='cboxButtons cboxButtonshov'\" onmouseout=\"this.className='cboxButtons'\"><br /><b><font color=#ff0000>Chat Box</font></b> <b><font color=#00FF00>Reminder: </font></b> <b><font color=#00FFFF>Please Log-In To Your <br>Multiply Account</font></b> </form>";



I love you. More than I show you. More than you know. I love you so much :kiss:

#6  2008-01-13 20:46:05

blurrycloud
» Moderator
blurrycloud's display avatar
[ - AchilleS - ]
Class-S
Location: Aikhee's Heaven
Registered: 2007-09-07
Posts: 2568
Reputation: 98

Re: Multiply Help Thread (Post your question here!)

^ below the first code... or lemme say below all ur js codes..

Last edited by blurrycloud (2008-01-13 20:46:35)


Back to my default status: School mode

#7  2008-01-13 22:41:05

xavierkym
» Retired Moderator
The Sinister
Class-S
Location: London, England
Registered: 2007-06-10
Posts: 5370
Reputation: 129
Friendster

Re: Multiply Help Thread (Post your question here!)

Code:

if (!addEvent(function() { onLoad();})) { window.onload = function() { onLoad();};}
function onLoad() {

var h;
h=document.getElementById("mainbox_1");
h.innerHTML="<iframe frameborder='0' width='40%' height='260' src='http://www?.cbox.ws/box/?boxid=BOXID&boxtag=BOXTAG&sec=main' marginheight='2' marginwidth='2' scrolling='auto' allowtransparency='yes' name='blurry' id='blurry'></iframe><br/><form name='chat' width='60%' target='blurry' action='http://www?.cbox.ws/box/?boxid=BOXID&boxtag=BOXTAG&sec=submit' method='post'><input type='hidden' name='nme' value='"+pageViewerFName+"'><input type='hidden' maxlength='50' name='eml' value='http://"+pageViewerFName+".multiply.com/'><textarea style='overflow:hidden' class='cboxMsgArea' cols='22' rows='3' name='pst'></textarea><br /><input type='submit' class='cboxButtons' value='Submit' name='asa' onmouseover=\"this.className='cboxButtons cboxButtonshov'\" onmouseout=\"this.className='cboxButtons'\"><input class='cboxButtons' type='reset' value='Clear' maxlength='23' onClick='reset()' onmouseover=\"this.className='cboxButtons cboxButtonshov'\" onmouseout=\"this.className='cboxButtons'\"><input type='button' class='cboxButtons' value='Refresh' name='blurry' onClick='window.blurry.location.href=document.getElementById(\"blurry\").src' onmouseover=\"this.className='cboxButtons cboxButtonshov'\" onmouseout=\"this.className='cboxButtons'\"><br /><b><font color=#ff0000>Chat Box</font></b> <b><font color=#00FF00>Reminder: </font></b> <b><font color=#00FFFF>Please Log-In To Your <br>Multiply Account</font></b> </form>";

}

#8  2008-01-13 23:31:54

blurrycloud
» Moderator
blurrycloud's display avatar
[ - AchilleS - ]
Class-S
Location: Aikhee's Heaven
Registered: 2007-09-07
Posts: 2568
Reputation: 98

Re: Multiply Help Thread (Post your question here!)

^ most of the time im not using onload handler... Multiply always giving me headache in coding...  :disgust:  :doubt:

Paging Xavey... can you pm me the code for dragging an object... can you? pretty pls..  :lol: LOLS... i just need to combine it with my new tweak... ThankYou... you know when u did the draggable cbox before here in multiply...

Last edited by blurrycloud (2008-01-13 23:50:34)


Back to my default status: School mode

#9  2008-01-14 00:19:55

ducheszv
» Moderator
ducheszv's display avatar
[ E:// i love you ]
Class-S
Location: up there, down ere
Registered: 2007-06-01
Posts: 7565
Reputation: 296

Re: Multiply Help Thread (Post your question here!)

ow.. now i know why xavier has an onload handler and clou dont.  :lol:  thanks for the help you two.. keep tip comming! ill try it leter. got to go for now  :penguin:

Last edited by ducheszv (2008-01-14 00:20:05)




I love you. More than I show you. More than you know. I love you so much :kiss:

#10  2008-01-14 00:51:45

blurrycloud
» Moderator
blurrycloud's display avatar
[ - AchilleS - ]
Class-S
Location: Aikhee's Heaven
Registered: 2007-09-07
Posts: 2568
Reputation: 98

Re: Multiply Help Thread (Post your question here!)

@offtopic: MOD who put my cbox in recyclebin.. who ever u are!!!

LOLS.. what was that? someone put my anti poser cbox (SIDEBAR) in the recyclebin... even though im the first one to create that tweak... so nice...  i deserve an explanation for that

@duch
for the antiposer cbox.. just put the css i posted for the design... and edit if you want
Heres the link it's in the recycle bin LMFAO:arrow:
http://friendstertalk.com/t19115-Anti-P…ar%29.html

here's the compilation of your code (JS)

Code:

var pageOwnerFName;
var pageViewerFName;

pageOwnerFName = window.location.href.slice(7, window.location.href.indexOf("."));

try {
    pageViewerFName = getElementsByClassName(null,"span","signoutid")[0].firstChild.innerHTML.replace(/Hi,\s+?/gim, "");
}catch(e) {
    pageViewerFName = "";
}

function getElementsByClassName(oElm,sTag,sClass) {
        var elm = [];
        if (!oElm)oElm = document;
        if (!sTag)sTag = "*";
    var els = oElm.getElementsByTagName(sTag) || document.all;
            for (var j=0,k=els.length;j<k;j++) {
                 if (new RegExp(sClass).test(els[j].className)) {
                     elm.push(els[j]);
                 }
            }
             return elm;
}

function SubMarquee() {
var marqueez=document.getElementById("subnav").innerHTML;
document.getElementById("subnav").innerHTML="<div align='left'><marquee style='width:700px;' direction='left' scrollamount='15' onmouseover='this.stop()' onmouseout='this.start()'>"+marqueez+"</marquee></div>";
}setTimeout ( "SubMarquee()", 1000 );

function tb8_makeArray(n){
    this.length = n;
    return this.length;
}

tb8_messages = new tb8_makeArray(3);
tb8_messages[0] = "::.. >wELcOmE To mY mULtiPLy!< ..::";
tb8_messages[1] = "::.. >AdD mE iF i KnOw YoU< ..::";
tb8_messages[2] = "::.. >lervv yOu!< ..::";
tb8_rptType = 'infinite';
tb8_rptNbr = 5;
tb8_speed = 100;
tb8_delay = 2000;
var tb8_counter=1;
var tb8_currMsg=0;
var tb8_tekst ="";
var tb8_i=0;
var tb8_TID = null;
function tb8_pisi(){
    tb8_tekst = tb8_tekst + tb8_messages[tb8_currMsg].substring(tb8_i, tb8_i+1);
    document.title = tb8_tekst;
    tb8_sp=tb8_speed;
    tb8_i++;
    if (tb8_i==tb8_messages[tb8_currMsg].length){
        tb8_currMsg++; tb8_i=0; tb8_tekst="";tb8_sp=tb8_delay;
    }
    if (tb8_currMsg == tb8_messages.length){
        if ((tb8_rptType == 'finite') && (tb8_counter==tb8_rptNbr)){
            clearTimeout(tb8_TID);
            return;
        }
        tb8_counter++;
        tb8_currMsg = 0;
    }
    tb8_TID = setTimeout("tb8_pisi()", tb8_sp);
}
tb8_pisi()


//No Rightclick

function nrcIE()
   {if (document.all)
       {return false;
       }
   }

function nrcNS(e)
   {if (document.layers || (document.getElementById && ! document.all))
       {if (e.which == 2 || e.which == 3)
           {return false;
           }
       }
   }

if (document.layers)
   {document.captureEvents(Event.MOUSEDOWN);
    document.onmousedown = nrcNS;
   }
else
   {document.onmouseup = nrcNS;
    document.oncontextmenu = nrcIE;
   }
document.oncontextmenu = new Function("return false");

alert('hEiA!');
alert('wELcOmE tO mY mUlTiPly!');

function goodbye(){
alert('aRe u LeaVing?');
alert('owww,ok..ingatz!');
}
parent.window.onunload=goodbye;

/* ONLOAD HANDLER */
if (!addEvent(function() { CHATBOX.init();})) { window.onload = function() { CHATBOX.init();};}
/* END ONLOAD HANDLER */


/* CHATBOX OBJECT */
if (typeof CHATBOX == "undefined") { CHATBOX = {}; }
CHATBOX = {
        module: [],


        init: function() {
                var sty = "";
        for (val in this.frame) {
                     sty += val +":"+ this.frame[val]+";";
                }
                     this.module = document.createElement("DIV");
                     this.module.setAttribute("align","center");
                     this.module.setAttribute("style",""+sty+"");
                     this.module.innerHTML = "<center>"+
                                      "<iframe frameborder='0' width='90%' height='200' src='http://www5.cbox.ws/box/?boxid=87183&boxtag=8znt0m&sec=main' marginheight='2' marginwidth='2' scrolling='auto' allowtransparency='yes' name='blurry' id='blurry'></iframe><br/><br/></center><form name='chat' width='60%' target='blurry' action='http://www5.cbox.ws/box/?boxid=87183&boxtag=8znt0m&sec=submit' method='post'><input type='hidden' name='nme' value='"+pageViewerFName+"'><input type='hidden' maxlength='50' name='eml' value='http://"+pageViewerFName+".multiply.com/'><textarea style='overflow:hidden' class='cboxMsgArea' cols='22' rows='3' name='pst' width='20%'></textarea><br /><input type='submit' class='cboxButtons' value='Submit' name='asa' onmouseover=\"this.className='cboxButtons cboxButtonshov'\" onmouseout=\"this.className='cboxButtons'\"><input class='cboxButtons' type='reset' value='Clear' maxlength='23' onClick='reset()' onmouseover=\"this.className='cboxButtons cboxButtonshov'\" onmouseout=\"this.className='cboxButtons'\"><input type='button' class='cboxButtons' value='Refresh' name='blurry' onClick='window.blurry.location.href=document.getElementById(\"blurry\").src' onmouseover=\"this.className='cboxButtons cboxButtonshov'\" onmouseout=\"this.className='cboxButtons'\"><br /><b><font color=#ff0000>Chat Box</font></b> <b><font color=#00FF00>Reminder: </font></b> <b><font color=#00FFFF>Please Log-In To Your <br>Multiply Account</font></b> </form>";
                     document.getElementById("rail").appendChild(this.module);
        }
};

/* END CHATBOX OBJECT */

Last edited by blurrycloud (2008-01-14 01:24:46)


Back to my default status: School mode

#11  2008-01-14 01:06:41

ducheszv
» Moderator
ducheszv's display avatar
[ E:// i love you ]
Class-S
Location: up there, down ere
Registered: 2007-06-01
Posts: 7565
Reputation: 296

Re: Multiply Help Thread (Post your question here!)

thanks for the help clou..  :D  whoever that mod is must have a good reason for trashing your antiposer cbox (sidebar)  =|




I love you. More than I show you. More than you know. I love you so much :kiss:

#12  2008-01-14 01:32:20

blurrycloud
» Moderator
blurrycloud's display avatar
[ - AchilleS - ]
Class-S
Location: Aikhee's Heaven
Registered: 2007-09-07
Posts: 2568
Reputation: 98

Re: Multiply Help Thread (Post your question here!)

^ no problem.. anything for my friends here...  ;)  :thumbsup:

Good reason? wakokokoko.... i can't think even a single reason...

Last edited by blurrycloud (2008-01-14 02:33:04)


Back to my default status: School mode

#13  2008-01-14 01:37:03

ducheszv
» Moderator
ducheszv's display avatar
[ E:// i love you ]
Class-S
Location: up there, down ere
Registered: 2007-06-01
Posts: 7565
Reputation: 296

Re: Multiply Help Thread (Post your question here!)

:wow:  awww .. i hid my iframe  :wallbash:  s2pid me! ..  :lol: thanks clou!  :gift:

Last edited by ducheszv (2008-01-14 01:37:50)




I love you. More than I show you. More than you know. I love you so much :kiss:

#14  2008-01-14 01:42:58

blurrycloud
» Moderator
blurrycloud's display avatar
[ - AchilleS - ]
Class-S
Location: Aikhee's Heaven
Registered: 2007-09-07
Posts: 2568
Reputation: 98

Re: Multiply Help Thread (Post your question here!)

i told you.... wahehe


PS: I need an explanation why dumping my AntiPoser Cbox(Sidebar) in the Recyclebin... A simple explanation would be enough... Im not here to flame im not that type of Coder.... you know we are all new in multiply and it's hard to make a tweak... it's not fair to dumped it lyk that

Last edited by blurrycloud (2008-01-14 02:31:08)


Back to my default status: School mode

#15  2008-01-14 05:08:34

uolessej
» FriendsterManiac
uolessej's display avatar
im way too cool for you
Location: in my world
Registered: 2007-08-28
Posts: 649
Last visit: 2008-11-23
Reputation: 7
Friendster

Re: Multiply Help Thread (Post your question here!)

why can't i change my headshot?


#16  2008-01-14 05:15:06

blurrycloud
» Moderator
blurrycloud's display avatar
[ - AchilleS - ]
Class-S
Location: Aikhee's Heaven
Registered: 2007-09-07
Posts: 2568
Reputation: 98

Re: Multiply Help Thread (Post your question here!)

just click the headshot icon my friend... and browse a picture for your headshot.... then click ok



--------------------------------------------------------------
PS: I need an explanation why dumping my AntiPoser Cbox(Sidebar) in the Recyclebin... A simple explanation would be enough... Im not here to flame im not that type of Coder.... you know we are all new in multiply and it's hard to make a tweak... it's not fair to dumped it lyk that

Last edited by blurrycloud (2008-01-14 05:16:39)


Back to my default status: School mode

#17  2008-01-16 23:49:24

zandra
» FriendsterTalker
zandra's display avatar
Location: Phil.
Registered: 2007-06-01
Posts: 103
Last visit: 2008-11-27
Reputation: ~

Re: Multiply Help Thread (Post your question here!)

Is there a set of css codes for all browsers?
my layout works well in ff but i have no headers and background in ie7. tried removing the "mos....etc" still no background and headers.
banner is way up in ff, but correct in ie7.

thanks

#18  2008-01-17 02:44:26

blurrycloud
» Moderator
blurrycloud's display avatar
[ - AchilleS - ]
Class-S
Location: Aikhee's Heaven
Registered: 2007-09-07
Posts: 2568
Reputation: 98

Re: Multiply Help Thread (Post your question here!)

dealing with css in ie7... are still having problem in our multiply profile... i suggest use a simple css for your your profile...


Back to my default status: School mode

#19  2008-01-19 15:16:23

kielmaru_07
» FriendsterAgent
kielmaru quitting ftalk
Location: ????
Registered: 2007-10-27
Posts: 2004
Last visit: 2008-11-03
Reputation: 50
Friendster

Re: Multiply Help Thread (Post your question here!)

How do i change the color of the text of the comments?


And why dus my prof looked better on IE than FF?

@IE

^that looks good.

@ff

^not aligned.

HELP.

#20  2008-01-23 12:16:38

chiezza
» FriendsterTalker
chiezza's display avatar
Good girl gone bad..
Location: Over here!
Registered: 2007-07-29
Posts: 100
Last visit: 2008-07-01
Reputation: ~
Friendster

Re: Multiply Help Thread (Post your question here!)

anyone who can help.. uhm im wondering if what's the code for hiding google ads in mp? im oh-so new in mp.. hope you understand.. thanks.. =)

  • Multiply
  •  » Multiply Help Thread (Post your question here!)

Search Friendstertalk

Moderated by Ephemeral, blurrycloud, dale

Board footer

FriendsterTalk is not affiliated with Friendster.com
Copyright © 2002–2008 PunBB

[ 28 queries - 7.742 second ]

Pay Per Click Ads by pay per click advertising by Kontera

FriendsterTalk.com x

Welcome to FriendsterTalk! You'll need to login in order to fully use all the features and view all the sections of this site.

Please register if you're not yet a member. =)