|
Post by tunescool on Apr 29, 2012 22:30:39 GMT -8
is there any way to make an underline 60% centered or whatever that i could put under the title. i tried but it didnt work
|
|
|
Post by Wormopolis on Apr 30, 2012 17:07:19 GMT -8
meh.. it doesnt really look all that bad to me
|
|
|
Post by tunescool on Apr 30, 2012 22:04:07 GMT -8
well i want to at least try it
|
|
|
Post by Wormopolis on Apr 30, 2012 22:37:56 GMT -8
Im not sure what you mean... 60% centered?
|
|
|
Post by tunescool on Apr 30, 2012 23:08:07 GMT -8
like whatever percent chosen of the titles length
|
|
|
Post by Wormopolis on May 1, 2012 21:29:35 GMT -8
I dont know any CSS that even do that... regular underline tags would underline all the content inside them.
|
|
|
Post by tunescool on May 5, 2012 22:29:55 GMT -8
is it possible to add every post title to the code <script type="text/javascript"> <!-- /* Remove Author Title Row And Place Read */
/* By Alex - Open Source */
var tunescool_Request={
Font_Colour: "6D6D6D", //Font Colour Smilies_Message: "Please Try To Have A Date In The Title For The Archives", //Smilies Message
Location: function(){ if(window.location.href.match(/action=(display|(user)?recent|viewprofile|(calendar|pm)view)/)){ this.Execute_Read(); } if(document.postForm){ this.Execute_Smilies(); } }, Execute_Read: function(){ var Td=document.getElementsByTagName('td'); var i=Td.length-1; do{ if(Td.item(i).vAlign=="middle" && Td.item(i).align=="left" && Td.item(i).className=="catbg" && Td.item(i).width=="80%" && Td.item(i).innerHTML.match(/\(Read (.+?) time(s)?\)/)){ var Times_Span=document.createElement('span'); Times_Span.innerHTML='<font size="2" color="'+this.Font_Colour+'"><b>Read '+RegExp.$1+' Times</b></font> '; var Parent = Td.item(i+1).nextSibling.getElementsByTagName('td').item(1); Parent.insertBefore(Times_Span, Parent.firstChild.nextSibling.nextSibling); Parent.align='center'; Parent.getElementsByTagName('b')[0].parentNode.size='4'; Parent.getElementsByTagName('b')[0].innerHTML='<font face="new york"><b><i>' + Parent.getElementsByTagName('b')[0].innerHTML + '</i></b></font>'; Td.item(i).parentNode.style.display='none'; } i--; } while(i>5); }, Execute_Smilies: function(){ var Smilies = document.postForm.subject.parentNode.parentNode.nextSibling; var New_Row=Smilies.cloneNode(true); New_Row.getElementsByTagName('font').item(0).innerHTML='Note:'; New_Row.getElementsByTagName('td').item(1).innerHTML='<font size="2"><b>'+this.Smilies_Message+'</b></font>'; if (pb_username!='Guest') Smilies.parentNode.insertBefore(New_Row, Smilies.nextSibling); } } tunescool_Request.Location();
//--> </script>
|
|
|
Post by Wormopolis on May 6, 2012 10:24:09 GMT -8
not the way that code is written. it looks for the "read x times" and affects the cell below it.
|
|
|
Post by tunescool on Jul 23, 2012 6:36:12 GMT -8
[replyingto=tunescool]%3Cfont%20color%3D%22888888%22%3E%u266B%3C/font%3E%3Cfont%20color%3D%22928888%22%3E%20%3C/font%3E%3Cfont%20color%3D%229C8888%22%3Et%3C/font%3E%3Cfont%20color%3D%22A68888%22%3Eu%3C/font%3E%3Cfont%20color%3D%22B08888%22%3En%3C/font%3E%3Cfont%20color%3D%22BA8888%22%3Ee%3C/font%3E%3Cfont%20color%3D%22C48888%22%3Es%3C/font%3E%3Cfont%20color%3D%22CD8888%22%3Ec%3C/font%3E%3Cfont%20color%3D%22D78888%22%3Eo%3C/font%3E%3Cfont%20color%3D%22E18888%22%3Eo%3C/font%3E%3Cfont%20color%3D%22EB8888%22%3El%3C/font%3E%3Cfont%20color%3D%22F58888%22%3E%20%3C/font%3E%3Cfont%20color%3D%22ff8888%22%3E%u266B%3C/font%3E[/replyingto]i have members joining and making pic posts but they dont wanna read the note thats rite under the thread title input. would it be possible so when a member(just members) hit new thread only, not reply, a pop up would show up with the note. but only like ten times for each member? and only in certain boards?
<script type="text/javascript"> <!-- /* Remove Author Title Row And Place Read */
/* By Alex - Open Source */
var tunescool_Request={
Font_Colour: "6D6D6D", //Font Colour Smilies_Message: "You Must Have The Celebrites Full Name, A Location For Candids, An Event Description, Photographer Or Mag, And The Date For Every Thread", //Smilies Message
Location: function(){ if(window.location.href.match(/action=(display|(user)?recent|viewprofile|(calendar|pm)view)/)){ this.Execute_Read(); } if(document.postForm){ this.Execute_Smilies(); } }, Execute_Read: function(){ var Td=document.getElementsByTagName('td'); var i=Td.length-1; do{ if(Td.item(i).vAlign=="middle" && Td.item(i).align=="left" && Td.item(i).className=="catbg" && Td.item(i).width=="80%" && Td.item(i).innerHTML.match(/\(Read (.+?) time(s)?\)/)){ var Times_Span=document.createElement('span'); Times_Span.innerHTML='<font size="2" color="'+this.Font_Colour+'"><b>Read '+RegExp.$1+' Times</b></font> '; var Parent = Td.item(i+1).nextSibling.getElementsByTagName('td').item(1); Parent.insertBefore(Times_Span, Parent.firstChild.nextSibling.nextSibling); Parent.align='center'; Parent.getElementsByTagName('b')[0].parentNode.size='4'; Parent.getElementsByTagName('b')[0].innerHTML='<font face="Tahoma"><b><i>' + Parent.getElementsByTagName('b')[0].innerHTML + '</i></b></font>'; Td.item(i).parentNode.style.display='none'; } i--; } while(i>5); }, Execute_Smilies: function(){ var Smilies = document.postForm.subject.parentNode.parentNode.nextSibling; var New_Row=Smilies.cloneNode(true); New_Row.getElementsByTagName('font').item(0).innerHTML='Note:'; New_Row.getElementsByTagName('td').item(1).innerHTML='<font size="2"><b>'+this.Smilies_Message+'</b></font>'; if (pb_username!='Guest') Smilies.parentNode.insertBefore(New_Row, Smilies.nextSibling); } } tunescool_Request.Location();
//--> </script>
|
|
|
Post by Wormopolis on Jul 23, 2012 6:40:03 GMT -8
what about something like I have in my requests board? it puts text in the message area itself on new threads with a message that goes away as soon as they click into the message area?
|
|
|
Post by tunescool on Jul 23, 2012 7:00:33 GMT -8
that would work yea. i could change the font and the tranparency couldnt i? could you have it so it only does it in New Thread, just for members, and it doesnt show up after so many posts after they understand how a celeb title should be?
|
|
|
Post by tunescool on Jul 26, 2012 3:20:02 GMT -8
forget wormer, rather than add another code before v5 ill just deal with it otherwise
|
|
|
Post by Wormopolis on Jul 26, 2012 4:43:23 GMT -8
I have a job man... sometimes I dont get to sit down on the computer and write for a while.
|
|
|
Post by tunescool on Jul 26, 2012 6:43:33 GMT -8
well now that i thought about ill just tell anyone that screws it up or doesnt read the rules
|
|