Jump to content
  • Sign Up

Skreamzja

Community Regular
  • Posts

    579
  • Joined

  • Last visited

  • Days Won

    25

Everything posted by Skreamzja

  1. Why do people always stray you away from what you need? haha. Here you go mate. http://webflake.sx/files/file/1762-fc33-reputation-bar-in-user-info/
  2. Also there is this one for the notifications public_html/sources/classes/member/notifications.php change the following public function fetchLatestNotifications( $limit=10, $keyNames=array(), $getHidden=false ) to this. public function fetchLatestNotifications( $limit=5, $keyNames=array(), $getHidden=false )
  3. /admin/applications/members/modules_public/ajax/messenger.php change the following $topics = $this->messengerFunctions->getPersonalTopicsList( $this->memberData['member_id'], 'all', array( 'sort' => 'date', 'offsetStart' => 0, 'offsetEnd' => 10 ) ); to the following $topics = $this->messengerFunctions->getPersonalTopicsList( $this->memberData['member_id'], 'all', array( 'sort' => 'date', 'offsetStart' => 0, 'offsetEnd' => 5 ) );
  4. You are wrong, Let me look more into this .
  5. No problem glad I could help you half asleep XD.
  6. Sorry also missed out the important part im half asleep here its 2am. change the following .post_wrap { to the following .column_view .post_wrap { and then you mess with some background hex colors.
  7. it's actually in fact the post_body you are wanting to edit the color of not the author_info in this case since you are wanting it to extend to the bottom. So what you are going to want to do is. ACP > LOOKS AND FEEL > SKIN NAME > TOPIC VIEW > POST Find the following. post_block hentry clear clearfix and change it to the following. post_block hentry clear clearfix column_view and then you want to change the post_body css. so now head over to the CSS part of the skin ACP > LOOKS AND FEEL > SKIN NAME > CSS > IPB_STYLES.CSS and change the following .post_body { to the following .column_view .post_body { then you have your column view and can change both parts. the background behind the userinfopane and then the actual content area. it's how I achieved something like the following.
  8. ANY just make it unique XD
  9. Why do you love me so much?
  10. change the password to your DB and then re-configure your conf_global with the new password and make sure they are all set to the new. Sometimes the transfer can somehow upset the config file and for unknown reasons it doesn't connect to the DB correctly.
  11. http://webflake.sx/topic/609-active-usernames-replaced-with/
  12. Sorry no, I have not changed anything at this point in time, I'm extremely busy with custom skins for clients.
  13. This is the one I showed you. I'm not angry or asking you to change it. I'm just saying seems like you was inspired
  14. Ahh post info inspired by my theme I showed you XD?
  15. I'll change it around a little in a bit now. Just need to finish of some other designs for clients and there skins first.
  16. Can be re-sized and changed a little, do you like the concept of the logo?
  17. You can actually custom code it into your template. If you provide me with the site url I can give you the code. Okay here is what you need to do. ACP > LOOKS AND FEEL > SKIN NAME > CSS > IPB_STYLES.CSS Scroll to the bottom and copy/paste this to the "bottom" of your ipb_styles.css #stickymsg { position: fixed; bottom: 10px; line-height: 16px; right: 10px; z-index: 30000; opacity: 0.8; width: 260px; height: auto; background: #cf3737; color: #fff; text-shadow: rgba(0,0,0,0.3) 0px -1px 0px; padding: 10px; text-decoration: none; font-size: 11px; font-family: Tahoma; border: 1px solid #771b1b; box-shadow: rgba(0,0,0,0.3) 0px 1px 4px, inset #f66c6c 0px 1px 0px; border-radius: 3px; } then your going to want to go to. ACP > LOOKS AND FEEL > SKIN NAME > GLOBAL TEMPLATES > GLOBALTEMPLATE then add the following above your footer_utilities <if test="memberbox:|:$this->memberData['member_id']"> <else /> <div align="center"> <div id="stickymsg"> Your custom messages here. </div> </div> </if> and then save.
  18. Want a new project to work on. "/

    1. MinionFTW

      MinionFTW

      I guess i can help you get one :)

    2. Skreamzja

      Skreamzja

      what is it?

    3. MinionFTW

      MinionFTW

      The topic i created :

  19. I edited my post check it out. I've added a whip.
  20. I'll whip something up for you later tonight. EDIT: Here's a WHIP. This still has a background and currently only took a screenshot of it from photoshop.
  21. you can show/hide the side bar blocks on any theme with a small template edit. ACP > LOOKS AND FEEL > SKIN NAME > BOARD INDEX > BOARDINDEXTEMPLATE it should be near enough at the top where this code will be displayed. If you are looking to show the sidebar blocks then just simple ctrl + f and find hide and change it to show if you are trying to hide the sidebars from showing then you do the opposit find the following show and change to hide simple template edit.
  22. I could give you a hand if you wanted, I'm a very experienced IPB theme developer if you are struggling with any of the codes / implementation or just looking for a help in hand. All in all you seem to have done a good job on the header and i'd be looking forward to seeing the rest of the theme.
  23. For suhosin errors there are two ways to fix them, If you are on a vps you could fix them your self if not contact your host to fix them ( or even if you are on a vps your host should fix them if you don't know how. ) or you can create a new php.ini file in your admin folder and add the correct suhosin to fix your issues.
  24. then you can achieve this by moving the contents in your "forum" directory to your "public_html". remember to change the url in the conf_global.php file and then some global settings in your admin cp system settings.
×
×
  • Create New...