Jump to content

markymids

Members
  • Posts

    251
  • Joined

  • Last visited

Recent Profile Visitors

5,774 profile views

markymids's Achievements

  1. I was able to achieve this by changing the whowasonline css foreach block to something like this: {{foreach $members as $row}} <ul class='ipsList_inline ipsList_noSpacing cCustomField'> {{$member = \IPS\Member::load( $row['member_id'] );}} <li>{template="userPhoto" app="core" group="global" params="$member, 'tiny'"}</li> </ul> {{endforeach}} I had to use a new class cCustomField to get the avatars to display in one long row, I put this in custom.css .cCustomField { display: inline-block; }
  2. Yeah revert is grayed out on all 4 membermap templates :(
  3. I haven't made any changes... if I even had, how would I do that?
  4. Upgraded to v2.0.0 put in my bing api, recached all, ran scheduled task and now all I see is a tiny map in the bottom right corner of the screen on my custom skin, if I switch to the default IPB theme I can see the full map - but I have no markers.
  5. Here are the two things I would like to see most in IP.Board 3.0: 1. Topic Preview Hover via an alt/title tag (like vBulletin has) - I really think the current method of displaying when the topic was created is a bit useless to be honest. As someone else has suggested, why not just store the first 200 or so characters of the post in the topics table, to ease impact on the database? Please please please can this be considered? (with icing on top :P ) 2. Improvements to the IGNORE function: If I've ignored someone I don't want to see that they have made a post... period, I don't want to be given the option of seeing their post.. I should just NOT see their post whatsoever, I also shouldn't see that they are the last poster on board view, and I also shouldn't see posts of their's that other people have quoted.. it should be similar to how the Facebook block person feature works.. you just don't see that person at all.. it's like they don't exist! :cool:
×
×
  • Create New...