Pete T Posted February 19, 2015 Share Posted February 19, 2015 DescriptionThis skin created by Ehren as part IPS Competition and become part of 3.1.x Secondary skin but was later removed then updated by TheRevTastic for 3.2.x and now makes return to 3.4.x and 4.0.xInstallation instructions. 1 ). ADMIN CP - CUSTOMIZATION - THEMES - ADD THEMES - UPLOAD THEMESSELECT CLEANCUT 4.0.0 [VERSION] FROM YOUR PC AND CLICK NEXTWAIT FOR THE THEME UPLOAD AND THEN YOUR DONEIf unsure how upload Themes in 4.0.x please view this Video Please Enjoy the Theme Compatibility with following items: * Blogs* Gallery* Downloads* Commence (Nexus)* Pages (Content)* Calendar* ForumsView FileWorks with RC1 & RC2 if any issue please use this suppot topic Link to comment Share on other sites More sharing options...
Max_69 Posted February 20, 2015 Share Posted February 20, 2015 Hi Pete, i have a problem with the logo, no change and the button for new discussion in the category not work Link to comment Share on other sites More sharing options...
Pete T Posted February 20, 2015 Author Share Posted February 20, 2015 Hi Pete, i have a problem with the logo, no change and the button for new discussion in the category not work Hi Max, Confirmed the button issue will fix that and logo problem is there no logo or unable change it ? Link to comment Share on other sites More sharing options...
Max_69 Posted February 20, 2015 Share Posted February 20, 2015 Hi Max,Confirmed the button issue will fix that and logo problem is there no logo or unable change it ?The logo is displayed, but when I change with my logo it is not seen. Link to comment Share on other sites More sharing options...
Pete T Posted February 20, 2015 Author Share Posted February 20, 2015 The logo is displayed, but when I change with my logo it is not seen.ok i look that to. Link to comment Share on other sites More sharing options...
Max_69 Posted February 20, 2015 Share Posted February 20, 2015 ok i look that to. Perfect...thanks so much Link to comment Share on other sites More sharing options...
Pete T Posted February 20, 2015 Author Share Posted February 20, 2015 Perfect...thanks so much 1.0.1 will fix all issues i hope and also fix few bugs i found i hope have finished today/tomorrow. Link to comment Share on other sites More sharing options...
Pete T Posted February 20, 2015 Author Share Posted February 20, 2015 1.0.1 has been uploaded and fixed the topic button issue the logo issue a bug with RC2 and been submitted if need upload logo replace it with current on if need help please post here. Link to comment Share on other sites More sharing options...
Max_69 Posted February 23, 2015 Share Posted February 23, 2015 Pete i have a problem with the avatar box, look here please:http://www.multigamer.it/forum/topic/33-the-order-1886-trofei/#comment-104how can I reduce the height?Thanks Link to comment Share on other sites More sharing options...
Pete T Posted February 23, 2015 Author Share Posted February 23, 2015 Pete i have a problem with the avatar box, look here please:http://www.multigamer.it/forum/topic/33-the-order-1886-trofei/#comment-104how can I reduce the height?Thanksfor some reason this.ipsUserPhoto_large img, img.ipsUserPhoto_large, .ipsUserPhoto_large:after is using 170 x 170 and not the 90 x 90 that was default have changed any settings ? Link to comment Share on other sites More sharing options...
Max_69 Posted February 23, 2015 Share Posted February 23, 2015 I increased the size of the avatar and added an edge to the box:.ipsUserPhoto_large img, img.ipsUserPhoto_large, .ipsUserPhoto_large:after { width: 170px; height: 170px; {{if theme.rounded_photos}} border-radius: 6px; {{endif}} }and add this:.cAuthorPane { text-align: center; padding: 15px 5px !important; border: 8px ridge #2f339e; border-radius: 2px; } Link to comment Share on other sites More sharing options...
Pete T Posted February 23, 2015 Author Share Posted February 23, 2015 I increased the size of the avatar and added an edge to the box:.ipsUserPhoto_large img, img.ipsUserPhoto_large, .ipsUserPhoto_large:after { width: 170px; height: 170px; {{if theme.rounded_photos}} border-radius: 6px; {{endif}} }and add this:.cAuthorPane { text-align: center; padding: 15px 5px !important; border: 8px ridge #2f339e; border-radius: 2px; } now see what doing try this.ipsComment_author{ border: 8px ridge #2f339e;}i believe that should make the border around correct area. Link to comment Share on other sites More sharing options...
Max_69 Posted February 23, 2015 Share Posted February 23, 2015 now see what doing try this.ipsComment_author{ border: 8px ridge #2f339e;}i believe that should make the border around correct area.How add this? Link to comment Share on other sites More sharing options...
Max_69 Posted February 23, 2015 Share Posted February 23, 2015 ok modified, changed nothing. Link to comment Share on other sites More sharing options...
Pete T Posted February 23, 2015 Author Share Posted February 23, 2015 ok fixed{{$idField = $comment::$databaseColumnId;}} {{$itemClassSafe = str_replace( '\\', '_', mb_substr( $comment::$itemClass, 4 ) );}} {{if $comment->isIgnored()}} <div class='ipsComment ipsComment_ignored ipsType_light' id='elIgnoreComment_{$comment->$idField}' data-ignoreCommentID='elComment_{$comment->$idField}' data-ignoreUserID='{$comment->author()->member_id}'> {lang="ignoring_content" sprintf="$comment->author()->name"} <a href='#elIgnoreComment_{$comment->$idField}_menu' data-ipsMenu data-ipsMenu-menuID='elIgnoreComment_{$comment->$idField}_menu' data-ipsMenu-appendTo='#elIgnoreComment_{$comment->$idField}' data-action="ignoreOptions" title='{lang="see_post_ignore_options"}' class='ipsType_blendLinks'>{lang="options"} <i class='fa fa-caret-down'></i></a> <ul class='ipsMenu ipsHide' id='elIgnoreComment_{$comment->$idField}_menu'> <li class='ipsMenu_item ipsJS_show' data-ipsMenuValue='showPost'><a href='#'>{lang="show_this_post"}</a></li> <li class='ipsMenu_sep ipsJS_show'><hr></li> <li class='ipsMenu_item' data-ipsMenuValue='stopIgnoring'><a href='{url="app=core&module=system&controller=ignore&do=remove&id={$comment->author()->member_id}" seoTemplate="ignore"}'>{lang="stop_ignoring_posts_by" sprintf="$comment->author()->name"}</a></li> <li class='ipsMenu_item'><a href='{url="app=core&module=members&controller=ignore" seoTemplate="ignore"}'>{lang="change_ignore_preferences"}</a></li> </ul> </div> {{endif}} <a id='comment-{$comment->$idField}'></a> <article itemscope {{if $item->isQuestion()}}itemprop="suggestedAnswer {{if $comment->post_bwoptions['best_answer']}}acceptedAnswer{{endif}}" itemtype="http://schema.org/Answer"{{else}}itemtype="http://schema.org/Comment"{{endif}} id='elComment_{$comment->$idField}' class='cPost ipsBox {{if $otherClasses}}{$otherClasses}{{endif}} ipsComment {{if settings.reputation_highlight and $comment->reputation() >= settings.reputation_highlight}}ipsComment_popular{{endif}} ipsComment_parent ipsClearfix ipsClear ipsColumns ipsColumns_noSpacing ipsColumns_collapsePhone {{if $comment->isIgnored()}}ipsHide{{endif}} {{if $comment->hidden()}}ipsModerated{{endif}}'> {{if $item->isQuestion() and !$comment->new_topic}} {template="postRating" group="topics" app="forums" params="$item, $comment, $votes"} {{endif}} <aside class='ipsComment_author cAuthorPane ipsAreaBackground_light ipsColumn ipsColumn_medium'> <h3 class='ipsType_sectionHead cAuthorPane_author ipsType_blendLinks ipsType_break' itemprop="creator" itemscope itemtype="http://schema.org/Person"><strong itemprop="name">{$comment->author()->link( $comment->warningRef() )|raw}</strong> <span class='ipsResponsive_showPhone ipsResponsive_inline'>{template="reputationBadge" group="global" app="core" params="$comment->author()"}</span></h3> <ul class='cAuthorPane_info ipsList_reset AuthorPanel'> {{if $comment->author()->member_title && $comment->author()->member_id}} <li class='ipsResponsive_hidePhone'>{$comment->author()->member_title}</li> {{elseif $comment->author()->rank['title'] && $comment->author()->member_id}} <li class='ipsResponsive_hidePhone'>{$comment->author()->rank['title']}</li> {{endif}} <li class='cAuthorPane_photo'> {template="userPhoto" app="core" group="global" params="$comment->author(), 'large', $comment->warningRef()"} </li> <li>{expression="\IPS\Member\Group::load( $comment->author()->member_group_id )->formattedName" raw="true"}</li> {{if $comment->author()->member_id}} <li class='ipsResponsive_hidePhone'>{template="reputationBadge" group="global" app="core" params="$comment->author()"}</li> <li class='ipsType_light'>{lang="member_post_count" pluralize="$comment->author()->member_posts"}</li> {{if $comment->author()->reputationImage()}} <li class='ipsPad_half ipsResponsive_hidePhone'> <img src='{$comment->author()->reputationImage()}' title='{{if $comment->author()->reputation()}}{$comment->author()->reputation()}{{endif}}' alt=''> </li> {{endif}} {template="customFieldsDisplay" group="global" app="core" params="$comment->author()"} {{endif}} {{if \IPS\Member\Group::load( $comment->author()->member_group_id )->g_icon }} <li><img src='{$comment->author()->group['g_icon']}' alt=''></li> {{endif}} </ul> </aside> <div class='ipsColumn ipsColumn_fluid'> {template="post" group="topics" app="forums" params="$item, $comment, $item::$formLangPrefix . 'comment', $item::$application, $item::$module, $itemClassSafe"} </div> </article>Replace from PostConainer (forums - topics )add this to custom.css.AuthorPanel { border: 8px ridge #2f339e; height: 210px;}let me know if have any issues. Link to comment Share on other sites More sharing options...
Max_69 Posted February 23, 2015 Share Posted February 23, 2015 Now is perfect, thanks so much Pete...i have a beer for you Link to comment Share on other sites More sharing options...
Pete T Posted February 23, 2015 Author Share Posted February 23, 2015 Now is perfect, thanks so much Pete...i have a beer for you not a problem seem issue way ips4 has to many css in that area so created one for the part you need. Link to comment Share on other sites More sharing options...
Pete T Posted February 25, 2015 Author Share Posted February 25, 2015 1.0.2 is uploaded works prefect with RC3 and logo issue is fixed now. Link to comment Share on other sites More sharing options...
SparrowMason Posted February 27, 2015 Share Posted February 27, 2015 Tried to install it but said filesize was too big, max is 2MB apparently. Link to comment Share on other sites More sharing options...
Pete T Posted February 27, 2015 Author Share Posted February 27, 2015 Tried to install it but said filesize was too big, max is 2MB apparently.that because your php.ini for upload_max_filesize is set to low needs be 8M and upload_max_filesize needs be 800M nothing do with the theme problem might have if on shared hosting might need ask host see allowed own php.ini file. Link to comment Share on other sites More sharing options...
SparrowMason Posted February 27, 2015 Share Posted February 27, 2015 Ah, sorted thanks. Installed it now. Have a php.ini file on my server, didn't think it would be anything to do with that, although last big IPB problem I had was down to it! Link to comment Share on other sites More sharing options...
SparrowMason Posted February 27, 2015 Share Posted February 27, 2015 All works fine apart from the logo changer. Stuck on the default logo. Link to comment Share on other sites More sharing options...
Pete T Posted February 27, 2015 Author Share Posted February 27, 2015 All works fine apart from the logo changer. Stuck on the default logo.how changing the logo might sound odd question. Link to comment Share on other sites More sharing options...
SparrowMason Posted February 27, 2015 Share Posted February 27, 2015 Not an odd question, assume theres a few ways to do it. themes > CleanCut 4.0.0 > Edit > Logos > Site Logo > Upload New Link to comment Share on other sites More sharing options...
Pete T Posted February 27, 2015 Author Share Posted February 27, 2015 Not an odd question, assume theres a few ways to do it. themes > CleanCut 4.0.0 > Edit > Logos > Site Logo > Upload Newyeah that correct way and looks again bug returned on logo so what will needed do is via ftp so find image name its normal long name like this d0e70b4cbb9ab8afb1bc1065a3f8487a_logo.png.a4174b7dd2250d06df04e895a664de9f.png and rename your logo to same name and upload in ftp. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.