|
what do you think are the differnces (coding wise) between the boards..and which do you think is abit harder ..coz obviously HTML is HTML
Last Edit: Oct 21, 2006 17:25:13 GMT by (¯`•DregondRahl•._)
|
|
|
|
|
Depends on what you're doing. On HyperBoards, this would center the miniprofile. <style type="text/CSS"> .miniprofile { text-align: center; } </style> On PB, it'd be this. <script type="text/Javascript"> var aTD = document.getElementsByTagName("TD"); if(/*Miniprofile Location check here */){ for(a=0;a<aTD.length;a++){ if(aTD[a].width == "20%" && aTD[a].className.match(/^windowbg2?$/i){ aTD[a].align = "center"; } } } </script> However, an admin editable hack for PB would be easier since you don't have to use AJAX like you do for HB (and InvisionFree too.) In essence, it again depends on the task. PB seems more professional when you attempt to mod it, however HB takes full advantage of CSS and IDs and makes the task easier.
|
|
|
|
|
yeah i noticed, lots of CSS.. adn i saw your forum there too , its really awsome..loats of CSS again..tho i dont get how you centerd your board with CSS? or JS?
|
|
|
|
|
Sengoku? It should have been centered by default....
|
|
|
|
|
yeah but its resized and centered.i used CSS to resie the baords, but its not centerd.. table_border , me thinks ? also the admin area is quite strange to me..*will need practice with that* iv been meaning to get better with CSS and stuff anyways i dunno abt invision, they see to have waayy to many divs , but thats coz its in XML right ?
Last Edit: Oct 21, 2006 23:13:26 GMT by (¯`•DregondRahl•._)
|
|
|
|
|
I don't think IF is XHTML compliant. Almost positive they aren't. As for HB, you resize it via the skins editing section. Admin Area > Look > Manage Skins > Click on the default skin > Scroll down a bit > Body > Page Width One thing about HB - Codes don't load on the admin pages.
|
|
|
|
|
i prefer boards with Tables and TRs and Divs and stuff. if its all div's i feel sorry for people who use IE
|
|
|
|
|
Some DIVs are helpful, depending on what you're doing.
|
|
|
|
|
yupyup, i use div's for simple mod's that dont need a border.
also hyperboards seems a bit slow at updating info in the login area and stuff. PB wroks alot faster, in that aspect.
|
|
|
|
|
Just how they're made and the servers. In all technicality, they're basically both made by Martyn. Martyn coded some parts (mainly bug fixes and a few additional features) for PB, and Martyn helped code the bulk of HB.
|
|
|
|
|
yeah i know that part.. but using Pearl for PB seems more faster then HB's PHP
|
|
|
|
|
I don't prefer either of them to be honest. It's simple enough to pay six or seven dollars and scoop up some decent looking boards. I'd go with www.forumotion.com. - Proboards are easily hacked, prone to spam bots, etc. - Hyperboards is a little better, though now more prone to bots and spam then ever. Also run a bit slow and have a shitty ACP.
|
|
|
|
I don't prefer either of them to be honest. It's simple enough to pay six or seven dollars and scoop up some decent looking boards. I'd go with [removed]. - Proboards are easily hacked, prone to spam bots, etc. - Hyperboards is a little better, though now more prone to bots and spam then ever. Also run a bit slow and have a shitty ACP. ProBoards isn't hackable, it's crackable obviously - but not hackable. There's money to the people that can do it! And way to advertise!
|
|
|
|
I can't tell if he's a spam bot or not.
|
|
|
|
|