Thread: Adding date joined to IPB4 Postbit

Results 1 to 3 of 3
  1. #1 Adding date joined to IPB4 Postbit 
    aaaaaaaaaaaaaaaaaaaaaaaaa aaaaaaaaaaaaaaa
    Planets's Avatar
    Join Date
    Aug 2014
    Age
    29
    Posts
    2,159
    Thanks given
    673
    Thanks received
    1,955
    Rep Power
    5000
    #1: Open your theme in the html/css editor



    #2: Navigate through the templates to "Forums -> Topics -> Postcontainer".



    #3: To reference the join date we use (this can be used for any member options in your core_members table, replace "joined" with the column you want to post (for raw data add |raw before the closing bracket))

    Code:
    {$comment->author()->joined}
    #4: Pretty it up a bit with

    Code:
    <li class='ipsType_light'>Joined:{$comment->author()->joined}</li>
    #5: Add that wherever you want it to show, play around with it a bit

    Reply With Quote  
     

  2. #2  
    Registered Member
    Join Date
    Jul 2016
    Posts
    42
    Thanks given
    5
    Thanks received
    7
    Rep Power
    36
    Simple and easy, hope people will use this tutorial
    Reply With Quote  
     

  3. #3  
    Registered Member

    Join Date
    Jun 2016
    Age
    28
    Posts
    336
    Thanks given
    154
    Thanks received
    86
    Rep Power
    283
    Nice, i was looking for something similar. Thanks for the share.
    Reply With Quote  
     


Thread Information
Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)


User Tag List

Similar Threads

  1. 718 - Join date how to add?
    By mind in forum Help
    Replies: 3
    Last Post: 05-27-2014, 09:09 AM
  2. Adding A Menu to your menubar
    By Harvey in forum Tutorials
    Replies: 24
    Last Post: 05-10-2010, 07:00 AM
  3. adding a commandlog to your server
    By fabjan in forum Tutorials
    Replies: 17
    Last Post: 11-04-2007, 06:24 PM
  4. Adding New Items to your Client [My Way]
    By Exist2inspire in forum Tutorials
    Replies: 12
    Last Post: 10-16-2007, 10:10 PM
  5. [TuT] Adding Personal Glowing to your Server
    By Zamorak Zxt in forum Tutorials
    Replies: 0
    Last Post: 05-10-2007, 05:02 AM
Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •