tunescool
BANNED
- Jul 23, 2011
- 1,262
- 3,338
i have a celeb pic forum, these tables are necessary to archive my entire forum making it easy for visitors to view any topic on the forum, from any year
i need this done, noone at phpbb will make it, an extension
the first part here is just a simple table i could do myself, the spoilers i need made specifically the way i need them
its a list of all my celebs A to Z and they all open in spoilers. then theres years in the spoiler, none of them open its old
http://tunescool6.proboards.com/thread/4/spoiler-table
each year opens to this. a table made and i can assign boards to act like this when i start a new topic, only producing these tables
the extension would have to have an area to enter the board ids that all topics would show like this, a plain page, no miniprofile
http://tunescool6.proboards.com/thread/3/table-post
3 rows of thumbnails, i choose and enter the thumbnail myself, nothing is automatic, the code is pretty simple. theres a cell next to each thumbnail where i enter info about the thread
just as an example when i had a code like this i would enter 3 of these and i would get 1 row of thumbnails and text, and so on if i entered another 3, seperated by an hr line. this is just how the coder that made it had it work
i put the topic in, thumbnail url, and text, the thumbnail, the thumbnail opens to the topic i put there
i need to enter a header title, actresses names at the top of the table, the last code used teletype and it would start the topic, it doesnt have to use teletype now, just showing how it works
the text css is in the code and always the same for this, an hr line shows up under the text automatically
theres sections of candids, appearances, photoshoots
i need to enter Appearances, Photoshoots, Etc in the post topic page at any time after the 1 row of 3 inputs. an hr line is put in above and below the text
i need to control everything, the way the thumbnails line up, the size of the thumbnails, padding, every text, hr line with css. the text and hr lines in the text cell on the rite i enter myself in the post topic or edit topic pages
thats it really, i just need an extension or mod made for the tables in certain boards. each new topic has to understand where to put the thumbnail, the thumbnail opens to the topic i put there
and understand to put the text in the cell next to it, i seperate the text with an hr line i put in there myself
the rest of it, besides the spoilers, is just a couple of html tables in topics i can make myself
i need this done, noone at phpbb will make it, an extension
the first part here is just a simple table i could do myself, the spoilers i need made specifically the way i need them
its a list of all my celebs A to Z and they all open in spoilers. then theres years in the spoiler, none of them open its old
http://tunescool6.proboards.com/thread/4/spoiler-table
each year opens to this. a table made and i can assign boards to act like this when i start a new topic, only producing these tables
the extension would have to have an area to enter the board ids that all topics would show like this, a plain page, no miniprofile
http://tunescool6.proboards.com/thread/3/table-post
3 rows of thumbnails, i choose and enter the thumbnail myself, nothing is automatic, the code is pretty simple. theres a cell next to each thumbnail where i enter info about the thread
just as an example when i had a code like this i would enter 3 of these and i would get 1 row of thumbnails and text, and so on if i entered another 3, seperated by an hr line. this is just how the coder that made it had it work
Code:
[ul][li]
[/li][li]
[/li][li]
[/li][/ul]
Code:
[ul][li]
[/li][li]
[/li][li]
[/li][/ul]
[ul][li]
[/li][li]
[/li][li]
[/li][/ul]
[ul][li]
[/li][li]
[/li][li]
[/li][/ul]
i put the topic in, thumbnail url, and text, the thumbnail, the thumbnail opens to the topic i put there
Code:
[ul][li]http://thenotablenook.com/thread/7410
[/li][li]http://thumbnails20.imagebam.com/11894/7ac4af118932069.jpg
[/li][li][font color="00138E"]Amanda[/font]
[hr][font color="00138E"]Event[/font] - I Am Number Four Los Angeles Premiere
[hr][font color="00138E"]Venue[/font] - The Mann Village Theater
[hr][font color="00138E"]Location[/font] - Los Angeles, California
[hr][font color="00138E"]Date[/font] - February 9th 2011
[/li][/ul]
[ul][li]http://thenotablenook.com/thread/16800
[/li][li]http://thumbnails72.imagebam.com/18695/0a2532186940816.jpg
[/li][li][font color="00138E"]Amanda[/font]
[hr][font color="00138E"]Event[/font] - Race To Erase MS Gala
[hr][font color="00138E"]Venue[/font] - The Hyatt Regency Century Plaza Hotel
[hr][font color="00138E"]Location[/font] - Los Angeles, California
[hr][font color="00138E"]Date[/font] - April 29th 2011
[/li][/ul]
[ul][li]http://thenotablenook.com/thread/16871
[/li][li]http://thumbnails27.imagebam.com/18750/6d56a9187492008.jpg
[/li][li][font color="00138E"]Alyson And Amanda[/font]
[hr][font color="00138E"]Event[/font] - NYLON Magazine's Young Hollywood May Issue Launch Party
[hr][font color="00138E"]Venue[/font] - Bardot
[hr][font color="00138E"]Location[/font] - Hollywood, California
[hr][font color="00138E"]Date[/font] - May 4th 2010
[/li][/ul]
i need to enter a header title, actresses names at the top of the table, the last code used teletype and it would start the topic, it doesnt have to use teletype now, just showing how it works
the text css is in the code and always the same for this, an hr line shows up under the text automatically
Code:
[tt]Alyson And Amanda Michalka 2011[/tt]
theres sections of candids, appearances, photoshoots
i need to enter Appearances, Photoshoots, Etc in the post topic page at any time after the 1 row of 3 inputs. an hr line is put in above and below the text
i need to control everything, the way the thumbnails line up, the size of the thumbnails, padding, every text, hr line with css. the text and hr lines in the text cell on the rite i enter myself in the post topic or edit topic pages
thats it really, i just need an extension or mod made for the tables in certain boards. each new topic has to understand where to put the thumbnail, the thumbnail opens to the topic i put there
and understand to put the text in the cell next to it, i seperate the text with an hr line i put in there myself
the rest of it, besides the spoilers, is just a couple of html tables in topics i can make myself
Attachments
Last edited: