Results 1 to 19 of 19

Thread: User info on top

  1. #1

    Thread Starter
    PoorPoster iPrank's Avatar
    Join Date
    Oct 2005
    Location
    In a black hole
    Posts
    2,729

    Arrow User info on top

    Is it possible set preferences to display user info on top of each post like CG ?
    Usefull VBF Threads/Posts I Found . My flickr page .
    "I love being married. It's so great to find that one special person you want to annoy for the rest of your life." - Rita Rudner


  2. #2
    I'm about to be a PowerPoster!
    Join Date
    Jan 2005
    Location
    Everywhere
    Posts
    13,647

    Re: User info on top

    Nope, it's a forum-wide admin setting ("Use Legacy Postbit template").

  3. #3

    Thread Starter
    PoorPoster iPrank's Avatar
    Join Date
    Oct 2005
    Location
    In a black hole
    Posts
    2,729

    Re: User info on top

    Some vB forum lets the member choose from the 2 display styles. Can this be applied in VBF Without any big hack ?

    Userinfo on left wastes lots of screen space for low-resosution users, specially in CODEs and large images.
    Usefull VBF Threads/Posts I Found . My flickr page .
    "I love being married. It's so great to find that one special person you want to annoy for the rest of your life." - Rita Rudner


  4. #4
    I'm about to be a PowerPoster!
    Join Date
    Jan 2005
    Location
    Everywhere
    Posts
    13,647

    Re: User info on top

    It can be done using a separate (user-selectable) style, which would require no code modifications. Either that, or a profile option and a two line code addition. Freddie Bingham (Jelsoft staff) explains the second method here. A style seems easier to me.

  5. #5

    Thread Starter
    PoorPoster iPrank's Avatar
    Join Date
    Oct 2005
    Location
    In a black hole
    Posts
    2,729

    Re: User info on top

    Thanks.
    Usefull VBF Threads/Posts I Found . My flickr page .
    "I love being married. It's so great to find that one special person you want to annoy for the rest of your life." - Rita Rudner


  6. #6

    Thread Starter
    PoorPoster iPrank's Avatar
    Join Date
    Oct 2005
    Location
    In a black hole
    Posts
    2,729

    Re: User info on top

    Missed post#5 while typing. What is 'Postbit' ?
    Usefull VBF Threads/Posts I Found . My flickr page .
    "I love being married. It's so great to find that one special person you want to annoy for the rest of your life." - Rita Rudner


  7. #7
    I'm about to be a PowerPoster!
    Join Date
    Jan 2005
    Location
    Everywhere
    Posts
    13,647

    Re: User info on top

    The Postbit template dictates the layout for each post in a thread (and can be used for other pages where full posts might be displayed). The thread template includes the postbit template, for each post that appears.

  8. #8
    Retired G&G Mod NoteMe's Avatar
    Join Date
    Oct 2002
    Location
    @ Opera Software
    Posts
    10,190

    Re: User info on top

    You can do this by changing the style sheet your self. But then you need to be running Fx1.5 or later...


    - ØØ -

  9. #9
    I'm about to be a PowerPoster!
    Join Date
    Jan 2005
    Location
    Everywhere
    Posts
    13,647

    Re: User info on top

    I don't believe you can, it's a table.

  10. #10
    ex-Administrator brad jones's Avatar
    Join Date
    Nov 2002
    Location
    Indianapolis
    Posts
    6,614

    Re: User info on top

    Correct -- it is a table, so style changes are most likely not going to do it for you.


    When we rolled this site to the newer versions of the software, the popular request was to put the info to the side so that less scrolling would be done.

    We don't really want to create additional style sheets to have to maintain.

    Brad
    Have you given out your reputation points today? Select the Rate This Post link to give points for good posts!
    -------------------------------------------------------------
    Brad! Jones
    Lots of Software, LLC
    (I wrote: C Programming in One Hour a Day) (Dad Jokes Book) (Follow me on Twitter)

    --------------------------------------------------------------

  11. #11
    Retired G&G Mod NoteMe's Avatar
    Join Date
    Oct 2002
    Location
    @ Opera Software
    Posts
    10,190

    Re: User info on top

    Ohhh...sorry, I forgot a moment there that there is still people that use tables for layout..


    Then Penegate and Brad is saying the truth..


    PS: I think it was me who convinced Brad to have it on the left.....blame it on me... And then buy a bigger screen....

  12. #12
    ex-Administrator brad jones's Avatar
    Join Date
    Nov 2002
    Location
    Indianapolis
    Posts
    6,614

    Re: User info on top

    yeah, use the forum as an excuse to get a bigger screen with higher resolution! Or get a second screen and use two (which is what I do on my primary system).

    On a more serious note....

    I took a look at the styles. I don't see an easy way to set up doing both the side view and the top view for user info. There is a global setting that is beyond the style sheets that controls that part of the display and determines what style sheets are called. If the makers of the forum software had dropped that value down to the style sheet level, then it would have been a simple 'flipping of a switch'.... but I don't see that they did this.

    As such, this could obviously be done from a technical perspective, but it would take quite a bit of work from what I see in my preliminary look. If someone knows how to easily set the legacybit value within vBulletin at the style level, then let me know!

    Brad!
    Have you given out your reputation points today? Select the Rate This Post link to give points for good posts!
    -------------------------------------------------------------
    Brad! Jones
    Lots of Software, LLC
    (I wrote: C Programming in One Hour a Day) (Dad Jokes Book) (Follow me on Twitter)

    --------------------------------------------------------------

  13. #13
    I'm about to be a PowerPoster!
    Join Date
    Jan 2005
    Location
    Everywhere
    Posts
    13,647

    Re: User info on top

    OK, I did test this and it works.

    Add a new style with the parent style as the current one. Go into Edit Templates for the new style, find Postbit Templates. Find "postbit", go into Customize and copy the code. Paste it into "postbit_legacy" and save that. Then make the new style user selectable. Since the forum uses the postbit_legacy template, the new code will override the layout just for that style.

  14. #14

    Thread Starter
    PoorPoster iPrank's Avatar
    Join Date
    Oct 2005
    Location
    In a black hole
    Posts
    2,729

    Re: User info on top

    Can it be done in client-end by using a user style-sheet (for Opera) or an Fx extension ?
    Usefull VBF Threads/Posts I Found . My flickr page .
    "I love being married. It's so great to find that one special person you want to annoy for the rest of your life." - Rita Rudner


  15. #15

    Thread Starter
    PoorPoster iPrank's Avatar
    Join Date
    Oct 2005
    Location
    In a black hole
    Posts
    2,729

    Re: User info on top

    Pena ? Brad ?
    Usefull VBF Threads/Posts I Found . My flickr page .
    "I love being married. It's so great to find that one special person you want to annoy for the rest of your life." - Rita Rudner


  16. #16
    I'm about to be a PowerPoster!
    Join Date
    Jan 2005
    Location
    Everywhere
    Posts
    13,647

    Re: User info on top

    Obviously I can't speak for Brad but as mentioned in posts 9 and 10 a user stylesheet won't do the trick as it is a table (thus fixed layout).

  17. #17

    Thread Starter
    PoorPoster iPrank's Avatar
    Join Date
    Oct 2005
    Location
    In a black hole
    Posts
    2,729

    Re: User info on top

    Oh. Thanks anyway.
    Usefull VBF Threads/Posts I Found . My flickr page .
    "I love being married. It's so great to find that one special person you want to annoy for the rest of your life." - Rita Rudner


  18. #18
    ex-Administrator brad jones's Avatar
    Join Date
    Nov 2002
    Location
    Indianapolis
    Posts
    6,614

    Re: User info on top

    I received the images. Thanks. To do this at this time would require serious logic to be placed into the templates. It would also cause issues with future upgrades to make such logic changes. As such, I don't see this happening right now.

    Sorry,

    Brad!
    Have you given out your reputation points today? Select the Rate This Post link to give points for good posts!
    -------------------------------------------------------------
    Brad! Jones
    Lots of Software, LLC
    (I wrote: C Programming in One Hour a Day) (Dad Jokes Book) (Follow me on Twitter)

    --------------------------------------------------------------

  19. #19

    Thread Starter
    PoorPoster iPrank's Avatar
    Join Date
    Oct 2005
    Location
    In a black hole
    Posts
    2,729

    Re: User info on top

    Thanks for your reply.
    I didn't realise it will be hard to impliment. Sorry.

    I hope I'll be able to buy a bigger screen soon.
    Usefull VBF Threads/Posts I Found . My flickr page .
    "I love being married. It's so great to find that one special person you want to annoy for the rest of your life." - Rita Rudner


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width