Advertisement
-
Posts
24 -
Joined
-
Last visited
-
Days Won
2
Content Type
Profiles
Forums
Downloads
Everything posted by TheKonradX
-
I think Wordpress is way better option. You can find 20 times more plugins and themes for WP, and u can easily write your own.
-
How to add a Shoutbox to any mobile skin!
TheKonradX replied to Technologx's topic in IPB 3.4 Legacy
Oh, it isn't working :/ -
Uhh, thank you for help! =]
-
Nice :) I using it on my forum! :D
-
It looks awesome =] I will use it =]
-
Guys, can anyone make it on IPB 3.4 and IP.Content, please? I don't know how to do it :/
-
It will works with IP.Content on IPB 3.4?
-
-
Huh, 3! :wub:
-
Wow, it's really working! Thanks u! It would be very interesting.
-
2
-
-
-
-
-
Eff: How do it? It's simple! Step 1 Admin CP Look & Feel Select Template globalTemplate Step 2 Find: <if test="skinchangerInner:|:count($footer_items['skin_chooser']) > 1"> <li> <a rel="nofollow" id='new_skin' href='#' title='{$this->lang->words['change_theme']}'>{$this->lang->words['change_theme']}</a> <ul id='new_skin_menucontent' class='ipbmenu_content with_checks' style='display: none'> <foreach loop="$footer_items['skin_chooser'] as $skin"> <li <if test="$skin['selected']">class='selected'</if>> <a href='#' data-clicklaunch='changeSkin' data-skinid='{$skin['id']}'>{$skin['title']}</a> </li> </foreach> </ul> </li> </if> Step 3 Change it with this: <if test="skinchangerInner:|:count($footer_items['skin_chooser']) > 1"> <li> <a rel="nofollow" id='new_skin' href='#' title='{$this->lang->words['change_theme']}'><foreach loop="$footer_items['skin_chooser'] as $skin"> <if test="$skin['selected']">{$skin['title']}</if> </foreach></a> <ul id='new_skin_menucontent' class='ipbmenu_content with_checks' style='display: none'> <foreach loop="$footer_items['skin_chooser'] as $skin"> <li <if test="$skin['selected']">class='selected'</if>> <a href='#' data-clicklaunch='changeSkin' data-skinid='{$skin['id']}'>{$skin['title']}</a> </li> </foreach> </ul> </li> </if> And it's ready! Congratulations!
-
TY! Great tutorial
-
Step 1. Admin CP Look & Feel Select Template skin_shoutbox_hooks hookGlobalShoutbox Find: <input type='button' id='shoutbox-myprefs-button' value='{$this->lang->words['my_prefs']}' class='input_submit alt' /> Add below: <input type='button' id='shoutbox-rules-button' value='{$this->lang->words['board_rules']}' class='right input_submit alt' /> Step 2. Find: <script type='text/javascript'> //<![CDATA[ {$d['js']} //]]> </script> Add below: <div id='shoutbox-rules' style='display: none; line-height: 1.5;'> <h3>{$this->lang->words['board_rules']}</h3> <div class='ipsBox'> <div class='ipsBox_container ipsPad'> <p>Your rules text</p> </div> </div> </div> <script type='text/javascript'> $('shoutbox-rules-button').observe( 'click', function(e) { _var = new ipb.Popup( 'booboo', { type: 'pane', initial: $('shoutbox-rules').innerHTML, hideAtStart: false} ); Event.stop(e); return false; }); </script> Effect:
-
Version 3.4.6
115 downloads
Caja is a chameleon skin which can be customized by your members using a background changer. The skin is simplistic in design, and puts focus on your content. The skin is compatible with all major, modern browsers including Internet Explorer 8/9, Firefox, Safari, Chrome and Opera. [b]Compatible with:[/b] The latest versions of IP Board 3.4.x, Gallery, Blog, Downloads, Chat, IP.Content and Nexus -
Version 3.4.6 build 2
671 downloads
[b][size=5][color=#4b0082]Description:[/color][/size][/b] [b][size=3][color=#4B0082]Skin comes with a hook which allows you to modify the skin.[/color][/size][/b] [color=#000000][b][b][size=3]1-Four different board index layouts can be chosen through the admin panel :[/size][/b][/b][/color][list] [*][b]Topics Mode :[/b] which is suitable for Q&A Sites [*][b]Topics Mode settings:[/b] ...Number of Topics in board index ...Forums permission ...Group permission ...Post Limit ...Languages [/list] [img]http://img15.imageshack.us/img15/6410/17402286.jpg[/img][list] [*][b]Forums Mode : [/b]which is two column Mode style with forums icon support [/list] [img]http://img233.imageshack.us/img233/7082/gridyl.jpg[/img][list] [*][b]Default Mode :[/b] the original IPB board index [/list] [img]http://img52.imageshack.us/img52/7074/oreb.jpg[/img] [list] [*][b]Category Mode : [/b]which is one column mode with category image support [/list] [img]http://img3.imageshack.us/img3/1033/catez.jpg[/img] [color=#000000][b][size=3][b]2- Unlimited customizing :[/b][/size][/b][/color] You can allow your users to build their skin by using customizing color picker.[list] [*][b]Live color picker[/b] [/list] [img]http://img600.imageshack.us/img600/1754/picker.jpg[/img][list] [*][b]Custom background via URL.[/b] [/list] [img]http://img535.imageshack.us/img535/125/urlrj.jpg[/img][list] [*][b]Live background switcher with custom pre-made backgrounds.[/b] [/list][list] [*][b]Board width live changer.[/b] [/list] [img]http://img163.imageshack.us/img163/4686/widthe.jpg[/img] And More ....[list] [*][b]Default color [/b] [*][b]Enable/disable Color picker[/b] [*]Admin setting to choose the default background. [*]Admin width setting to set the default width. [*]Setting to allow members to select the board index layout. [/list] [b]3-Install and customize :[/b] [list] [*][b]Documents included[/b] [/list] [img]http://img20.imageshack.us/img20/669/docj.jpg[/img] [b]4-Includes[/b]:[list] [*]Image set xml [*]Skin xml [*]Image set available on request [*]Instructions [*]Skin hook [*]Background images [/list]