View Full Version: Group Help

ZetaSupport > Zeta Support™ News > Group Help


Title: Group Help


retsam - November 29, 2006 11:06 PM (GMT)
I was wondering, would anyone be willing to help me with projects. It can turn into a group projects (thus group credits), I'll make a category for it.
The mas majority would be making pretty HTML templates, grabbing certain info, making small time scripts so that I can focus on the larger parts, ect. Thus with the small time I use to make scripts, I could accomplish more as I would need to do less.

Would anyone be interested. ?

[:r:]

FreetodrinkSR - December 1, 2006 05:33 AM (GMT)
I yet to know any If Scripting, like Dom..or loops..etc...I'm clueless...sorry..BUT I do know HTML and Some CSS.

retsam - December 1, 2006 05:19 PM (GMT)
I do need HTML templating (with CSS of course.)

Basically for that part a monkey with Dreamweaver could basically do it.
:P I hope you can help. We should have the forum back to norm by Tuesday.

[:r:]

FreetodrinkSR - December 7, 2006 03:28 AM (GMT)
Awesome..I know little CSS also ;_; bummer, lmfao seems I'm the only one replying to this thread!

GOD I WAS LATE ON REPLYING! :blink:

Demonic - December 7, 2006 04:27 AM (GMT)
BOOO!! I only know Javascript and PHP -_-

FreetodrinkSR - December 7, 2006 04:51 AM (GMT)
QUOTE (Demonic @ Dec 7 2006, 04:27 AM)
BOOO!! I only know Javascript and PHP -_-

:lol: I Know what you mean.

retsam - December 7, 2006 05:56 PM (GMT)
you wanna help me out demonic? On a small, small JS part?

Beta - December 8, 2006 10:07 PM (GMT)
QUOTE (Demonic @ Dec 7 2006, 04:27 AM)
BOOO!! I only know Javascript and PHP -_-

I'm sure you know a little HTML and CSS :P

retsam - December 8, 2006 10:23 PM (GMT)
sorry about these pop ups you guys.
I'll get rid of them.

FreetodrinkSR - December 13, 2006 04:34 AM (GMT)
Hey..I've gotten no Pop-ups..

Most of the posts are back btw..just restore the learning center, the teacher-student realationships, make a graphic center ontop of that, get paper with his xProfile3 and etc.

The site's Thuner would be regained! ^_^

jerrod - December 23, 2006 05:05 PM (GMT)
I know HTML,CSS,JS,Some Java,little Perl,LUA,PHP,Little AJAX,Some Ruby.

Ill like to help, But currently I am on Xtreme Codes, Ill still like to be on your team though.

Demonic - December 29, 2006 07:50 AM (GMT)
QUOTE (retsam @ Dec 7 2006, 05:56 PM)
you wanna help me out demonic? On a small, small JS part?

sure :)

IM me.

new msn: webmaster@nevuxbulletin.com B-)

retsam - December 29, 2006 09:21 PM (GMT)
for anyone who wants to help...
CODE

<!--In Thread Personal Box-->
<script>
SSURL = location.href.split('?')[0];
SSURL = SSURL + "?"
PROF = SSURL + "showuser="
FAT = SSURL + "act=Search&CODE=getalluser&mid="
PM = SSURL + "act=Msg&CODE=4&MID="
IIG = "http://webtrans1.com/demos/SiteLander_demo/admin/images/arrow-down.gif"

if(document.location.href.match("showtopic=")) {

TD = document.getElementsByTagName('TD')
AL = document.getElementsByTagName('A')
BOXi = []
for (i=0;i<AL.length;i++){
if (AL[i].href.match("showuser=")){
if(!AL[i].parentNode.innerHTML.match("Logged in as") && !AL[i].parentNode.innerHTML.match("Members")){
BOXi[BOXi.length] = AL[i]
temp_src = AL[i].href
a_src = temp_src.split('showuser=')[1];
a_ttmp = "javascript:box("+i+")"

AL[i].parentNode.innerHTML += "<a href="+a_ttmp+" id='a_iox["+i+"]'><img src="+IIG+"></img></a><div id='box["+i+"]' style='position:absolute;float: left;display:none;'><a href='"+PROF+a_src+"'>Visit Profile</a><br /><a href='"+FAT+a_src+"'>Find All Topics</a><br /><a href='"+PM+a_src+"'>Pm Member</a></div>"
}
}}

}
function box(e){
boxrr = "box["+e+"]"
a_blink = "a_iox["+e+"]"
document.getElementById(boxrr).style.display = ""
document.getElementById(a_blink).href = "javascript:close("+e+")"
}
function close(o){
a_blink = "a_iox["+o+"]"
boxrr = "box["+o+"]"
document.getElementById(boxrr).style.display = "none;"
document.getElementById(a_blink).href = "javascript:box("+o+")"
}
</script>


fix this. (as a test, and you'll get credit for it)

FreetodrinkSR - January 2, 2007 02:22 PM (GMT)
QUOTE (retsam @ Dec 29 2006, 09:21 PM)
for anyone who wants to help...
CODE

<!--In Thread Personal Box-->
<script>
SSURL = location.href.split('?')[0];
SSURL = SSURL + "?"
PROF = SSURL + "showuser="
FAT = SSURL + "act=Search&CODE=getalluser&mid="
PM = SSURL + "act=Msg&CODE=4&MID="
IIG = "http://webtrans1.com/demos/SiteLander_demo/admin/images/arrow-down.gif"

if(document.location.href.match("showtopic=")) {

TD = document.getElementsByTagName('TD')
AL = document.getElementsByTagName('A')
BOXi = []
for (i=0;i<AL.length;i++){
if (AL[i].href.match("showuser=")){
if(!AL[i].parentNode.innerHTML.match("Logged in as") && !AL[i].parentNode.innerHTML.match("Members")){
BOXi[BOXi.length] = AL[i]
temp_src = AL[i].href
a_src = temp_src.split('showuser=')[1];
a_ttmp = "javascript:box("+i+")"

AL[i].parentNode.innerHTML += "<a href="+a_ttmp+" id='a_iox["+i+"]'><img src="+IIG+"></img></a><div id='box["+i+"]' style='position:absolute;float: left;display:none;'><a href='"+PROF+a_src+"'>Visit Profile</a><br /><a href='"+FAT+a_src+"'>Find All Topics</a><br /><a href='"+PM+a_src+"'>Pm Member</a></div>"
}
}}

}
function box(e){
boxrr = "box["+e+"]"
a_blink = "a_iox["+e+"]"
document.getElementById(boxrr).style.display = ""
document.getElementById(a_blink).href = "javascript:close("+e+")"
}
function close(o){
a_blink = "a_iox["+o+"]"
boxrr = "box["+o+"]"
document.getElementById(boxrr).style.display = "none;"
document.getElementById(a_blink).href = "javascript:box("+o+")"
}
</script>


fix this. (as a test, and you'll get credit for it)

Well, I notice a lot of things wrong with this code. What is it exact suppose to do? I'm guessing it adds a "Personal Box" For the members like the Fast Reply.

QUOTE
<!--In Thread Personal Box-->
<script type="Text/Javascript">
SSURL = location.href.split('?')[0];
SSURL = SSURL + "?"

PROF = SSURL + "showuser="
FAT = SSURL + "act=Search&CODE=getalluser&mid="
PM = SSURL + "act=Msg&CODE=4&MID="
IIG = "http://webtrans1.com/demos/SiteLander_demo/admin/images/arrow-down.gif"

if(document.location.href.match("showtopic=")) {

TD = document.getElementsByTagName('TD')
AL = document.getElementsByTagName('A')
BOXi = []
for (i=0;i<AL.length;i++){
if (AL[i].href.match("showuser=")){
if(!AL[i].parentNode.innerHTML.match("Logged in as") && !AL[i].parentNode.innerHTML.match("Members")){
BOXi[BOXi.length] = AL[i]
temp_src = AL[i].href
a_src = temp_src.split('showuser=')[1];
a_ttmp = "javascript:box("+i+")"

AL[i].parentNode.innerHTML += "<a href="+a_ttmp+" id='a_iox["+i+"]'><img src="+IIG+"></img></a><div id='box["+i+"]' style='position:absolute;float: left;display:none;'><a href='"+PROF+a_src+"'>Visit Profile</a><br /><a href='"+FAT+a_src+"'>Find All Topics</a><br /><a href='"+PM+a_src+"'>Pm Member</a></div>"
}
}}

}
function box(e){
boxrr = "box["+e+"]"
a_blink = "a_iox["+e+"]"
document.getElementById(boxrr).style.display = ""
document.getElementById(a_blink).href = "javascript:close("+e+")"
}

function close(o){
a_blink = "a_iox["+o+"]"
boxrr = "box["+o+"]"
document.getElementById(boxrr).style.display = "none;"
document.getElementById(a_blink).href = "javascript:box("+o+")"
}

</script>

Lets name what this code is, Text/Javascript if I believe
Gave SSURL a quality Twice, making it recognize it as 2 different things.
Named the TD Tags without giving them property throughout the rest of the code! Making them interfer with the "Forum's Table" and messing that up while posting, the topic is disformed if it would've loaded for me.
Seems like you named part of the Javascript:box Code already, that might interfer with the rest of the code. I've edited it to where it loads on your page put the InnerHTML is all wrong if I think.
Its missing a 'L' to make 'AL' OR the entire rest is messed up, and it should be 'A'
It seems you put the close first, instead of the box
This is where you located the 'Open box' function! so you got it backwards with the Purple.

I doubt I could fix this code because I don't know much, but I'm not sure, I'll let you judge that. There is no Table named, or made, so that also needs to be done. The code wouldn't load on any Topic that I had it in, but now the topic loads with no changed. So I'm not sure.

My Last Try with the Edit:
CODE
<!--In Thread Personal Box-->
<script type="Text/Javascript">
SSURL = location.href.split('?')[0];
PROF = SSURL + "showuser="
FAT = SSURL + "act=Search&CODE=getalluser&mid="
PM = SSURL + "act=Msg&CODE=4&MID="


if(document.location.href.match("showtopic=")) {

AL = document.getElementsByTagName('AL')
BOXi = []
for (i=0;i<AL.length;i++){
if (AL[i].href.match("showuser=")){
if(!AL[i].parentNode.innerHTML.match("Logged in as") && !AL[i].parentNode.innerHTML.match("Members")){
BOXi[BOXi.length] = AL[i]
temp_src = AL[i].href
a_src = temp_src.split('showuser=')[1];
a_ttmp = "javascript:box("+i+")"

AL[i].parentNode.innerHTML += "<a href="+a_ttmp+" id='a_iox["+i+"]'><img src="http://webtrans1.com/demos/SiteLander_demo/admin/images/arrow-down.gif"></img></a><div id='box["+i+"]' style='position:absolute;float: left;display:none;'><a href='"+PROF+a_src+"'>Visit Profile</a><br /><a href='"+FAT+a_src+"'>Find All Topics</a><br /><a href='"+PM+a_src+"'>Pm Member</a></div>"
}
}}

}
function box(e){
boxrr = "box["+e+"]"
a_blink = "a_iox["+e+"]"
document.getElementById(boxrr).style.display = ""
document.getElementById(a_blink).href = "javascript:box("+e+")"
}
function close(o){
a_blink = "a_iox["+o+"]"
boxrr = "box["+o+"]"
document.getElementById(boxrr).style.display = "none;"
document.getElementById(a_blink).href = "javascript:close("+o+")"
}
</script>

jerrod - January 8, 2007 02:19 AM (GMT)
I think the box(e) thing and the Close(o) thing gave it away, As I believe E has to come in a code before O? Well I mean on this code.

Death - January 8, 2007 07:22 AM (GMT)
document.getElementsByTagName('AL')???

WTF is an AL tag and what does it do because I havent heard of that one :P

Yuiko - January 8, 2007 05:07 PM (GMT)
I can do html.

FreetodrinkSR - January 9, 2007 05:57 AM (GMT)
:lol: I agree with Death..

Demonic - January 11, 2007 10:02 PM (GMT)
QUOTE (Death @ Jan 8 2007, 07:22 AM)
document.getElementsByTagName('AL')???

WTF is an AL tag and what does it do because I havent heard of that one :P

ROTFL!

jerrod - January 11, 2007 10:31 PM (GMT)
That what al means.

AL = document.getElementsByTagName('A')

Demonic - January 11, 2007 10:53 PM (GMT)
QUOTE (jerrod @ Jan 11 2007, 10:31 PM)
That what al means.

AL = document.getElementsByTagName('A')

no shit.

Death - January 12, 2007 04:56 AM (GMT)
it was typed in as AL which would explain the non-working crashness...

jerrod - January 27, 2007 04:45 AM (GMT)
Also i noticed that the part where it has A_blink it didnt have it show what the A ment earlier.

CODE
<!--In Thread Personal Box-->
<script>
SSURL = location.href.split('?')[0];
SSURL1 = SSURL + "?"
PROF = SSURL1 + "showuser="
FAT = SSURL1 + "act=Search&CODE=getalluser&mid="
PM = SSURL1 + "act=Msg&CODE=4&MID="
IIG = "http://webtrans1.com/demos/SiteLander_demo/admin/images/arrow-down.gif"

if(document.location.href.match("showtopic=")) {

TD = document.getElementsByTagName('TD')
A = document.getElementsByTagName('A')
BOXi = []
for (i=0;i<A.length;i++){
if (A[i].href.match("showuser=")){
if(!A[i].parentNode.innerHTML.match("Logged in as") && !A[i].parentNode.innerHTML.match("Members")){
BOXi[BOXi.length] = A[i]
temp_src = A[i].href
a_src = temp_src.split('showuser=')[1];
a_ttmp = "javascript:box("+i+")"

A[i].parentNode.innerHTML += "<a href="+a_ttmp+" id='a_iox["+i+"]'><img src="+IIG+"></img></a><div id='box["+i+"]' style='position:absolute;float: left;display:none;'><a href='"+PROF+a_src+"'>Visit Profile</a><br /><a href='"+FAT+a_src+"'>Find All Topics</a><br /><a href='"+PM+a_src+"'>Pm Member</a></div>"
}
}}

}
function box(e){
boxrr = "box["+e+"]"
a_blink = "a_iox["+e+"]"
document.getElementById(boxrr).style.display = ""
document.getElementById(a_blink).href = "javascript:box("+o+")"
}
function close(o){
a_blink = "a_iox["+o+"]"
boxrr = "box["+o+"]"
document.getElementById(boxrr).style.display = "none"
document.getElementById(a_blink).href = "javascript:close("+e+")"
}
</script>


I Havnt tested it.




Hosted for free by InvisionFree