QJ
ADMINISTRATOR
Mr. Awesome
Posts: 37
|
Post by QJ on Aug 20, 2010 20:29:19 GMT -5
[x] - Fix the menu buttons/banners [x] - board remodel [ ] - get an image to text code that makes it so it appears "Word - Word - Word", delete is a certain color, and that report is moved to go with "Reply quote delete", that deletes top bar. [x] - thread remodel [x] - header everywhere [ ] - affiliates? [ ] - news center
What else?
|
|
|
Post by Quilford on Aug 20, 2010 22:51:05 GMT -5
The menu buttons/banners _are_ fixed, at least for guests and members (compare it to the concept by using my member test account, username: testingmember, password: advercity). With staff, the logout button is not visible and the buttons are on two lines, but that's fairly minor.
I'm going to set up a good buttons to text code, so leave that to me, but what do you mean by 'header everywhere'?
JD will need to code a thread remodel tho.
|
|
|
Post by Quilford on Aug 20, 2010 23:30:54 GMT -5
btw guys edit lolk two codes need to be combined, wrighty's button > text code and hpmad's button > text code. you can find both on studio zero.
|
|
JD
ADMINISTRATOR
is back bitches
Personal Text
Posts: 20
|
Post by JD on Aug 21, 2010 9:00:26 GMT -5
Guys.
First of all, I owe Jack an apology - I was a bitch in that PM, and I'm sincerely sorry.
Two. I've fixed a bug in the mini-profile and adapted HP's button to text code to work with the new images.
Three. Can you expand on what task three means in the list?
|
|
QJ
ADMINISTRATOR
Mr. Awesome
Posts: 37
|
Post by QJ on Aug 21, 2010 11:48:05 GMT -5
Wow, it is JD. You weren't a bitch . Okay. Meh, i just meant like in the concept: wimg.co.uk/PYI.pngIt has reply - edit - quote - delete, and I forgot to ask iiPod to put report inbetween quote and delelte.
|
|
JD
ADMINISTRATOR
is back bitches
Personal Text
Posts: 20
|
Post by JD on Aug 21, 2010 11:49:14 GMT -5
Ahh, i'll include that when I get to the post remodel.
The thread listing remodel is almost done, where should the buttons go?
|
|
QJ
ADMINISTRATOR
Mr. Awesome
Posts: 37
|
Post by QJ on Aug 21, 2010 11:49:32 GMT -5
JD - any chance of thread remodel getting size increased to something, like 12? And it looks awesome, thanks.
|
|
JD
ADMINISTRATOR
is back bitches
Personal Text
Posts: 20
|
Post by JD on Aug 21, 2010 11:51:37 GMT -5
12 was what is was, i've changed it to 14, any better?
|
|
JD
ADMINISTRATOR
is back bitches
Personal Text
Posts: 20
|
Post by JD on Aug 21, 2010 11:52:50 GMT -5
i've changed it to 30
|
|
|
Post by Quilford on Aug 21, 2010 20:56:25 GMT -5
also well uh there's two new problems
lack of ads space just below menu buttons links to home page
|
|
JD
ADMINISTRATOR
is back bitches
Personal Text
Posts: 20
|
Post by JD on Aug 22, 2010 5:17:07 GMT -5
Aloha.
Thread buttons went away as they were in the concept. They can't go in the blue header until I re-write Chris' code. Is that where you want them?
|
|
QJ
ADMINISTRATOR
Mr. Awesome
Posts: 37
|
Post by QJ on Aug 22, 2010 9:37:35 GMT -5
Sure - but which Chris's code is it? I'm assuming thread header footer one. I just realized that was still there, when it isn't needed. Here is the code, as I removed it:
<script type="text/Javascript"> // Thread Listing Head/Base Images by Chris // Do not redistribute without permission of the creator
var hIMG = "http://wimg.co.uk/6ym.png"; var bIMG = "http://wimg.co.uk/sat.png";
// No need to edit var aTB = document.getElementsByTagName("table"); if(location.href.match(/board=/i) && !location.href.match(/action=/i)){ for(a=0;a<aTB.length;a++){ if(aTB[a].className == "bordercolor" && aTB[a+1].rows[1] && aTB[a+1].rows[1].cells[6]){ var h = new Image(); h.style.display = "block"; var b = h.cloneNode(true); h.src = hIMG; b.src = bIMG; aTB[a].parentNode.insertBefore(h,aTB[a]); if(aTB[a].nextSibling) aTB[a].parentNode.insertBefore(b, aTB[a].nextSibling); else aTB[a].parentNode.appendChild(b); break; } } } </script>
You might find more interest in the one QJ request Alex code - that's a header everywhere, including there.
|
|
QJ
ADMINISTRATOR
Mr. Awesome
Posts: 37
|
Post by QJ on Aug 22, 2010 9:44:21 GMT -5
Here is this:
Hey,
I need a code that will do a few things to the Info Center.
NUMBER 1: I need a code that will remove the "Forum Stat" bar and all the ones similar underneath it, and replace it with a 5 pixel gap (since I have doubt in accuracy, can you make this a variable?)
NUMBER 2: After #1, it should basically be 3 sections. I want each section to have the following images as borders: (this was pulled from another code - it will need to have repeat on)
Board_Top_Left: "http://imgur.com/S0doq.png", //Image for top left board Board_Bottom_Left: "http://imgur.com/tWKm1.png", //Image for bottom left board
Board_Top_Right: "http://imgur.com/H9t5C.png", //Image for top right board
Board_Bottom_Right: "http://imgur.com/ellq8.png", //Image for bottom right board
NUMBER 3: I then want to add a 4th section to the affiliate center. This section is to be an "affiliate" section. The affiliate section will have a variable that let's it be either 1 or 2 rows. There are to be two kinds of affiliates. There is staff affiliates that should always be shown unless the first row is completely filled of affiliates, then these get shuffled in the first row (unless otherwise marked)(these display from the top row left to right), and there is the temporary, random affiliates, that starts either on the 2nd row, or where the staff affiliates left off. These are completely random with each other. I prefer if you enter the affiliate info in different sections, as I will edit this often.
Thanks in advanced!
|
|
|
Post by Quilford on Aug 22, 2010 16:04:23 GMT -5
oh yeah and guys just for the record because I'm pretty sure you've all seen it but the board mod needs to work in sub-boards.
|
|
|
Post by Quilford on Aug 22, 2010 16:04:48 GMT -5
OH YEAH AND YAY JD EVERYTHING LOOKS AWESOME *hugs* :3
|
|