Jump to content

-Cookie-

Community Regular
  • Posts

    771
  • Joined

  • Last visited

  • Days Won

    36

Everything posted by -Cookie-

  1. Version 2.0.2

    301 downloads

    [color=rgb(40,40,40)][font=helvetica][size=3]This hook extends Shoutbox by creating a shout when new topics are posted and a shout when new replies are posted. You can configure which user groups can use it and in which forums.[/size][/font][/color] [b]Compatibility[/b][color=rgb(40,40,40)][font=helvetica][size=3]:[/size][/font][/color][list] [*]IP.Board 3.4.X [*]Shoutbox 1.4.X [/list] [b]Notes[/b][color=rgb(40,40,40)][font=helvetica][size=3]:[/size][/font][/color][list] [*]This hook is a simple update of [b][MD31] IP.Shoutbox Extender 1.0.1[/b] for IP.Board 3.1.X from [i]Massive Dynamics[/i]. [/list]
  2. I will upload it in a minute Edit: sorry i cannot upload due to i have an older version, you would need to purchase it from IPS Marketplace http://community.invisionpower.com/files/file/3784-links-to-titles/
  3. You either mean this http://community.invisionpower.com/files/file/3784-links-to-titles/ or Viglink, Viglink Info - http://www.viglink.com/how-it-works?gclid=CIOrjNexs74CFSGWtAod_yYAVw
  4. Thats not JQUERY thats CSS hover for example a:hover { color: #000 }now every word you hover over it turns black
  5. change your member title in Porfile settings
  6. Has being an Uploader for WF, you do receive notification if your file as been declined or approved
  7. In ACP > Other Apps > [HQ] Awards > Awards Post Display Settings and make sure your Awards Tool Tip Text is filled in like this,
  8. Go to ACP > Look & Feel > Your Skin > CSS > ipb_styles and look for #community_app_menu > li > aand with in that CSS delete, text-transform: lowercase;
  9. go to ACP > Look & Feel > Your Skin > Board Index > boardIndexTemplate and find, <if test="$this->settings['clickableRows']='yes'"></if>change the yes to no
  10. This is i think is in ipb_styles find, .maintitle {Delete, -moz-border-radius: 10px 10px 0 0; -webkit-border-top-left-radius: 10px; -webkit-border-top-right-radius: 10px; border-radius: 10px 10px 0 0;if you want it to make it look like category headers do the following,go to ACP > Look & Feel > Your Skin > skin_shoutbox_hooks > hookGlobalShoutbox template and edit the following, find, <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>Replace with, <h3><div class='maintitle_3'><div class='cat_left'><div class='cat_right'><div class='main_text'> <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> </div></div></div></div></h3>Need any help with this let me know
  11. ye go in to your Moderation Panel, Announcements, then create one
  12. go to ipb_styles and find, .cat_leftand within that delete, border-radius: 8px 0 0 0; -moz-border-radius: 8px 0 0 0; -webkit-border-top-left-radius: 8px;and the same for, .cat_right
  13. Here you go follow my tutorial and let me know
  14. If you don't want to remove this code just replace it with this one <if test="showTotals:|:$this->settings['show_totals']"> <div id='board_stats' class='hide'> <ul class='ipsType_small ipsList_inline'> <li class='clear'> <span class='value'>{$stats['info']['total_posts']}</span> {$this->lang->words['total_posts']} </li> <li class='clear'> <span class='value'>{$stats['info']['mem_count']}</span> {$this->lang->words['total_members']} </li> <li class='clear'> {IPSMember::makeProfileLink( $stats['info']['last_mem_name'], $stats['info']['last_mem_id'], $stats['info']['last_mem_seo'], 'value' )} {$this->lang->words['newest_member']} </li> <li class='clear' data-tooltip="{$stats['info']['most_time']}"> <span class='value'>{$stats['info']['most_online']}</span> {$this->lang->words['online_at_once']} </li> </ul> </div> </if>
  15. What you using as your main language in Admin CP > Look & Feel > Manage Languages
  16. try this Admin CP > Other Apps > Nexus > Store & Client Area Settings > Locale Override and enter EUR in Currency Code area
  17. I think this requires changing the language to Euro, because when i had to change mine to UK all because i wanted the pounds symbol
  18. 253 downloads

    [list] [*]Description:Less is a simplistic IPB skin and comes complete with a background changer, allowing your members to customize the design of your site on an individual basis. [/list][list] [*]Compatible with:The latest versions of IP Board 3.x, Gallery, Blog, Downloads, Chat, IP.Content and Nexus [*]Additional Info:The skin is compatible with all major, modern browsers including Internet Explorer 8/9, Firefox, Safari, Chrome and Opera. After purchasing this skin, you will be able to download it immediately from the Customer Downloads area. [/list]
  19. Oh thanks, i thought i never did, that's why i gave it up
  20. Congrats, i hope you do a better job then i did
  21. Can't you just click the revert button
  22. Have you tried this 1. login to your server via ftp/ file manager and find the file initdata.php 2. edit the file and look for define('IPB_ACP_IP_MATCH',1); 3. replace define('IPB_ACP_IP_MATCH',1); with define('IPB_ACP_IP_MATCH',0);
×
×
  • Create New...