Need Extension Made Pic Archives

Discussion in 'PHP' started by tunescool, Nov 1, 2016.

  1. #1
    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

    [ul][li]
    [/li][li]
    [/li][li]
    [/li][/ul]
    Code (markup):
    [ul][li]
    [/li][li]
    [/li][li]
    [/li][/ul]
    [ul][li]
    [/li][li]
    [/li][li]
    [/li][/ul]
    [ul][li]
    [/li][li]
    [/li][li]
    [/li][/ul]
    Code (markup):
    i put the topic in, thumbnail url, and text, the thumbnail, the thumbnail opens to the topic i put there

    [ul][li]http://thenotablenook.com/thread/16800
    [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]
    [/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]
    Code (markup):

    [​IMG]

    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

    [tt]Alyson And Amanda Michalka 2011[/tt]
    Code (markup):
    the text css is in the code and always the same for this, an hr line shows up under the text automatically

    [​IMG]

    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

    [​IMG]

    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
     
    tunescool, Nov 1, 2016 IP
  2. sarahk

    sarahk iTamer Staff

    Messages:
    28,875
    Likes Received:
    4,547
    Best Answers:
    123
    Trophy Points:
    665
    #2
    It's always good to have a clear plan of your project before you start, so you're doing well.
    Have you worked through example mods to see how they're put together?
    Which bits are you having problems with?
     
    sarahk, Nov 1, 2016 IP
  3. tunescool

    tunescool Well-Known Member

    Messages:
    430
    Likes Received:
    6
    Best Answers:
    0
    Trophy Points:
    158
    Digital Goods:
    1
    #3
    its lie a request sis i ask for help
     
    tunescool, Nov 1, 2016 IP
  4. sarahk

    sarahk iTamer Staff

    Messages:
    28,875
    Likes Received:
    4,547
    Best Answers:
    123
    Trophy Points:
    665
    #4
    I get that but it's probably easier to break your request for help down to steps. Tell us which step you are working on, and what has you stumped and we can help you.

    For instance, have you read https://www.phpbb.com/extensions/writing/ and understood it?
    Do you have your plugin showing in the admin menu with placeholder text?
    Do you have to make changes to the database?
     
    sarahk, Nov 1, 2016 IP
  5. tunescool

    tunescool Well-Known Member

    Messages:
    430
    Likes Received:
    6
    Best Answers:
    0
    Trophy Points:
    158
    Digital Goods:
    1
    #5
    its an extension, im not making or working on anything
     
    tunescool, Nov 1, 2016 IP
  6. sarahk

    sarahk iTamer Staff

    Messages:
    28,875
    Likes Received:
    4,547
    Best Answers:
    123
    Trophy Points:
    665
    #6
    I'm so confused.
    You created a thread in the discussion section of this forum about an extension.
    You said "i need this done"
    But now you say you aren't working on it.
    What is going on?
     
    sarahk, Nov 1, 2016 IP
  7. tunescool

    tunescool Well-Known Member

    Messages:
    430
    Likes Received:
    6
    Best Answers:
    0
    Trophy Points:
    158
    Digital Goods:
    1
    #7
    yea you are confused, you talk and talk and are of no help in this thread

    can i get his posts deleted please
     
    tunescool, Nov 1, 2016 IP
  8. sarahk

    sarahk iTamer Staff

    Messages:
    28,875
    Likes Received:
    4,547
    Best Answers:
    123
    Trophy Points:
    665
    #8
    Clearly, however you don't help yourself. What exactly are you stuck on?
     
    sarahk, Nov 1, 2016 IP
  9. tunescool

    tunescool Well-Known Member

    Messages:
    430
    Likes Received:
    6
    Best Answers:
    0
    Trophy Points:
    158
    Digital Goods:
    1
    #9
    can someone move this to programming for me and delete all posts but the first one
     
    tunescool, Nov 1, 2016 IP
  10. sarahk

    sarahk iTamer Staff

    Messages:
    28,875
    Likes Received:
    4,547
    Best Answers:
    123
    Trophy Points:
    665
    #10
    Your first post doesn't adequately describe your issues with programming that extension - people coming upon the thread aren't going to be any closer to helping you than I was.
     
    sarahk, Nov 2, 2016 IP
  11. Einheijar

    Einheijar Well-Known Member

    Messages:
    539
    Likes Received:
    13
    Best Answers:
    3
    Trophy Points:
    165
    #11
    I can barely understand what he wants either. If he's not looking for help creating the extension but rather wants someone to do it for him, shouldn't this be in the services section?
     
    Einheijar, Nov 2, 2016 IP
  12. tunescool

    tunescool Well-Known Member

    Messages:
    430
    Likes Received:
    6
    Best Answers:
    0
    Trophy Points:
    158
    Digital Goods:
    1
    #12
    it says rite in the title

    Need Extension Made

    ive had about 300 codes made for me and trust me any coder can understand my clear english and illustration and knows what im looking for

    just shut up and get out of my thread
     
    tunescool, Nov 2, 2016 IP
  13. Einheijar

    Einheijar Well-Known Member

    Messages:
    539
    Likes Received:
    13
    Best Answers:
    3
    Trophy Points:
    165
    #13
    Einheijar, Nov 2, 2016 IP
  14. nico_swd

    nico_swd Prominent Member

    Messages:
    4,153
    Likes Received:
    344
    Best Answers:
    18
    Trophy Points:
    375
    #14
    What a great guy.
     
    nico_swd, Nov 2, 2016 IP
  15. PoPSiCLe

    PoPSiCLe Illustrious Member

    Messages:
    4,623
    Likes Received:
    725
    Best Answers:
    152
    Trophy Points:
    470
    #15
    Wow. I am a programmer, and I've got NO CLUE what he's asking about. First of all, an extension to the admin-board of PHPBB? _really_? Why do people even use this crap? Second, does he want something only admins can use, to put out new content? (Why is he using a forum, not a blog for this? Like Wordpress? It would be done using a few plugins and made in a day). I really don't get what he's on about, but he IS in the wrong forum.
     
    PoPSiCLe, Nov 3, 2016 IP