Jump to content

-Cookie-

Community Regular
  • Posts

    771
  • Joined

  • Last visited

  • Days Won

    36

Everything posted by -Cookie-

  1. Well thats why, it changes the color, send me a link to your site VIA PM and i'll have a look for you Fixed: I edited the promenu.css by removing some background hovers and colors and changed the background for the menucontent
  2. To remove it the maintitle completely you need to go into ACP > Look & Feel > skin_shoutbox_hooks > hookGlobalShoutbox and remove this line <h3 class='maintitle'> <a class='toggle right' href='#' title='{$this->lang->words['toggle_shoutbox']}'>{$this->lang->words['toggle_shoutbox']}</a> <a href="{parse url="app=shoutbox" seotitle="false" base="public"}" title='{$this->lang->words['view_main_shoutbox']}'>{$this->settings['shoutbox_title']}</a> <if test="showPopupLink:|:$this->settings['shoutbox_popup']"><a href="#" id="shoutbox-popup-button" title="{$this->lang->words['open_popup']}"><img src="{$this->settings['img_url']}/shoutbox/popup.png" alt="{$this->lang->words['open_popup']}" /></a></if> </h3>Or if your on about what DragonVoid said then do that
  3. Hi WF, I would like to know how can i change maximum amount of messages and notifications i get in the inbox list and notifications list, this to be exact: Like i know the limit is 10 i was wondering if i could change it to 5
  4. PM me a link to your site Fixed this: an element needed to be removed from a div class entry_headerthat one to be exact
  5. I never said on the hook, i said a blog on your forum, set it has featured, there should be an options button in the top right corner look:
  6. There should be a options button on the blog you want to feature in the top right corner of the blog click that and it should say featured in it, click it
  7. That is the latest hook made for IPB, but when it comes to updating an hook, just download the latest version of that hook your wanting to update and install it, sometimes you might after uninstall the old version to install the new version so make sure to read the readme files
  8. Find in ipb_styles, .ipsSideBlock, .general_box { background: #292929; border: 1px solid #454545; margin-bottom: 10px; }Replace with this one, .ipsSideBlock, .general_box { background: rgba(41, 41, 41, 0.49); border: 1px solid #454545; margin-bottom: 10px; }The bottom 2 need replacing because of this, Find this as well, .row1, .post_block.row1 { background-color: #292929; }Replace with, .row1, .post_block.row1 { background-color: rgba(41, 41, 41, 0.49); }Find this as well, .row2, .post_block.row2 { background-color: #292929; }Replace with, .row2, .post_block.row2 { background-color: rgba(41, 41, 41, 0.49); }
  9. Can i ask why would you want this at all
  10. Replace the background: transparent;with thisbackground: rgba(41, 41, 41, 0.49);and i'll try, but can i ask do you mean sidebar hooks
  11. Ok try this in ipb_styles find, .border, .statistics, .post_block, .ipsComment, .popupInner, .no_messages, .poll_question ol, .ipsBox_container, .ipsFloatingAction, .column_view .post_body{ background: #292929; }Replace it with this one, .border, .statistics, .post_block, .ipsComment, .popupInner, .no_messages, .poll_question ol, .ipsBox_container, .ipsFloatingAction, .column_view .post_body{ background: transparent; }
  12. Sorry i don't quite understand what you want, would you mind please explaining more
  13. This was only the way i found you can do this Ok in ipb_styles find this, #recentajaxcontent li, #idm_categories a, #index_stats .status_list li, #panel_files .file_listing li, #panel_screenshots #ss_linked li, .file_listing, #cart_totals td, div#member_filters li, #files li, .ipsType_sectiontitle, #order_review td, #package_details .package_info, .block_list li, .package_view_top, .member_entry, #help_topics li, .ipsBox_container .ipsType_pagetitle, .userpopup dl, #announcements td, .preview_info, .sideVerticalList li, fieldset.with_subhead ul, .ipsList_data li, .ipsList_withminiphoto li, .ipsList_withmediumphoto li, table.ipb_table td, .store_categories li, #mini_cart li, #index_stats div[id*="statusReply"], #ipg_category .ipg_category_row, .gallery_pane h2, .status_feedback li[id*="statusReply"], .ipsSideMenu ul li, .ipbfs_login_row, .ipbfs_login .clearfix, .articles .block-1, .articles .type-1x2x2 .article_row, #idm_category .idm_category_row, #category_list li a, .ipsComment{ border-top: 1px solid #353535; border-bottom: 1px solid #252525; }Replace with this one, #recentajaxcontent li, #idm_categories a, #index_stats .status_list li, #panel_files .file_listing li, #panel_screenshots #ss_linked li, .file_listing, #cart_totals td, div#member_filters li, #files li, .ipsType_sectiontitle, #order_review td, #package_details .package_info, .block_list li, .package_view_top, .member_entry, #help_topics li, .ipsBox_container .ipsType_pagetitle, .userpopup dl, #announcements td, .preview_info, .sideVerticalList li, fieldset.with_subhead ul, .ipsList_data li, .ipsList_withminiphoto li, .ipsList_withmediumphoto li, table.ipb_table td, .store_categories li, #mini_cart li, #index_stats div[id*="statusReply"], #ipg_category .ipg_category_row, .gallery_pane h2, .status_feedback li[id*="statusReply"], .ipsSideMenu ul li, .ipbfs_login_row, .ipbfs_login .clearfix, .articles .block-1, .articles .type-1x2x2 .article_row, #idm_category .idm_category_row, #category_list li a, .ipsComment{ border-top: 1px solid #353535; border-bottom: 1px solid #252525; opacity: 0.4; }
  14. What do you mean by opacity, do you mean you want it transparent or dull
  15. 1. If these 2 nav links are in the globaltemplate you can use this <if test="IPSMember::isInGroup( $this->memberData, array(1,2) )">Where 1,2 replace with your usergroups id's which you can find in member groups next to the name. oh ye make sure to close the 2 nav links of with </if> 2. If this is in topic view, then go to topicViewTemplate and search for clear clearfix leftand replace it withclear clearfix left hide3. This may be down to your host, if not i haven't a clue
  16. Could you send me a link to your site please and make sure i can see the skin your are mentioning in this topic
  17. Could you please provide a screenshot if possible
  18. You could get a decent skin for $50, i got one that is amazing if interested PM me
  19. He already stated that it works when clicking thanks, but when refreshing is website it is hidden again
  20. 289 downloads

    The overlay design is a clean, modern skin available separately in three different flavors (colors): Apple, Blueberry and Cherry. Skin features[color=rgb(136,144,162)][font='Open sans'][size=3] [img]http://www.ipbfocus.com/premade/overlay_blue/screenshotSettings.jpg[/img] [b]"Settings" Template File[/b]This skin includes a settings file allowing you to easily enable or disable features within the skin. This makes modifications and upgrades very simple since no code changes are required. [img]http://www.ipbfocus.com/premade/overlay_blue/screenshotViews.jpg[/img] [b]Customizable topic view[/b]Users can choose whether to use a simple layout for the topic view (no user info or signatures), or stick with the traditional layout. [img]http://www.ipbfocus.com/premade/overlay_blue/screenshotGuest.jpg[/img] [b]Guest message[/b]A customizable message is shown to guests, prompting them to either register or login to your forum. [img]http://www.ipbfocus.com/premade/overlay_blue/screenshotMenu.jpg[/img] [b]Extra Links dropdown menu[/b]If you have too many links and there isn't enough space in your navigation bar, you can enable the dropdown menu using the Settings file to neatly contain extra links. [img]http://www.ipbfocus.com/premade/overlay_blue/screenshotSocial.jpg[/img] [b]Social links[/b]Social links can be enabled/disabled and customized to your own URL using the Settings file, allowing you to easily link to your social network pages (facebook, twitter, etc) [img]http://www.ipbfocus.com/premade/overlay_blue/screenshotTooltips.jpg[/img] [b]Tooltips for descriptions[/b]Forum descriptions can be placed inside animated tooltips (if enabled using the Settings file), resulting in a cleaner layout.[/size][/font][/color]
  21. After looking on what this member needed help, i understand now lol. Just to let you know, you forgot to add overflow-y: auto;
×
×
  • Create New...