Jump to content

MidnightAlways

Contributor
  • Posts

    167
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by MidnightAlways

  1. Version 1.1.0

    34 downloads

    This hook allows you to pin posts in the forum topic so that they show up at the beginning of all pages of topics.
  2. Ahh, it was hard! Finally finished uploading 15GB to server :3

    1. Skye

      Skye

      I do that in 2 hours. :D

  3. that was fast, wow! all i need to do is change the hash code according to my color, right! and what if I want it in some other position? just change the 'bottom' to 'top' ? and if I want different height? just change the px value, right?
  4. HOw do we get this floating msg box? like on here http://www.ipbfangorn.net/ I have seen many with different colors too?
  5. Version build 2

    30 downloads

    Most advanced skin for IPB. Read more about it [url="http://community.invisionpower.com/files/file/5722-maxx-skin-light/"]here[/url]
  6. yes sure, hey phun, lets allow users to make their personal groups, donators can have that right, yes? like we'll enjoy alot
  7. Well, I just donated, lets see what goes next. seriously love this community from long time
  8. Install Wamp or Xampp server and you are ready to go. Also, I myself am rdp seller, so might be able to help
  9. below is the code to add statistics to your side bar in the boardIndex file Find this code <foreach loop="side_blocks:$side_blocks as $block"> {$block} </foreach> Add this code below <if test="showTotals:|:$this->settings['show_totals']"> <div class='ipsSideBlock clearfix'> <h3><span class='icon icon-span-text icon-block'></span>Forum Statistics</h3> <div class='_sbcollapsable'> <dl> <dt class='fc-sb-stats'>{$this->lang->words['total_posts']}</dt> <dd class='fc-sb-stats'>{$stats['info']['total_posts']}</dd> <dt class='fc-sb-stats'>{$this->lang->words['total_members']}</dt> <dd class='fc-sb-stats'>{$stats['info']['mem_count']}</dd> <dt class='fc-sb-stats'>{$this->lang->words['newest_member']}</dt> <dd class='fc-sb-stats'>{IPSMember::makeProfileLink( $stats['info']['last_mem_name'], $stats['info']['last_mem_id'], $stats['info']['last_mem_seo'], 'value' )}</dd> <dt class='fc-sb-stats'>{$this->lang->words['online_at_once']}</dt> <dd class='fc-sb-stats'><span data-tooltip='{$stats['info']['most_time']}'>{$stats['info']['most_online']}</span></dd> </dl> </div> </div> </if>
  10. Well I guess, you know any good file host?
  11. I see! I can easily upload at 2-3mbps, is it good enough?
  12. I see, hey one thing. Can I use VPN to share directly from my HDD, I don't mind running it 24/7
  13. its n forum settings, Forum > Edit [forum name] > Postable Settings > Enable Posting Moderation
  14. SAD I already have 50GB on Dropbox, hey how about PPD? without survey, any ideas?
  15. cloudhost, hmm.. any ideas how much it costs? I will be uploading TBs
  16. Hi, How do I increase the width of the column where avatar is shown. etc. Preview: http://puu.sh/2bzgI Second Preview: http://puu.sh/2bBya
×
×
  • Create New...