Jump to content

Leaderboard

  1. Phun

    Phun

    Retired Staff


    • Points

      5

    • Posts

      1,119


  2. evitaerCi

    evitaerCi

    Collaborator


    • Points

      1

    • Posts

      290


  3. Institution

    Institution

    Rookie


    • Points

      1

    • Posts

      13


  4. titcrunch

    titcrunch

    Community Regular


    • Points

      1

    • Posts

      736


Popular Content

Showing content with the highest reputation on 10/11/2015 in all areas

  1. Step:1 Go to ACP > Customization > Themes and Select the skin you wish to edit Step: 2 Find postContainer in the templates Step: 3 Look for <li class='cAuthorPane_photo'> {template="userPhoto" app="core" group="global" params="$comment->author(), 'large', $comment->warningRef()"} </li> Step: 4 Replace it with <li class='cAuthorPane_photo'> {template="userPhoto2" app="core" group="global" params="$comment->author(), 'variable', $comment->warningRef()"} </li> Step: 5 Create New HTML Template Name: UserPhoto2 Variables: $member, $size='small', $warningRef=NULL, $classes='', $hovercard=TRUE Location: Add To an existing location Existing Location: front Group: Add to an existing group Existing Group: global Application: System Step 6: Find HTML template "UserPhoto2" and paste the following code into it {{if $member->member_id and \IPS\Member::loggedIn()->canAccessModule( \IPS\Application\Module::get( 'core', 'members' ) )}} {{$memberURL = ( $warningRef ) ? $member->url()->setQueryString( 'wr', $warningRef ) : $member->url();}} <a href="{$memberURL}" {{if $hovercard}}data-ipsHover data-ipsHover-target="{$memberURL->setQueryString( 'do', 'hovercard' )}"{{endif}} class="ipsUserPhoto ipsUserPhoto_{$size}{{if $classes}} {$classes}{{endif}}" title="{lang="view_user_profile" sprintf="$member->name"}"> <img src='{{if $member->pp_main_photo}}{file="$member->pp_main_photo"}{{else}}{file="$member->photo"}{{endif}}' alt='{$member->name}'> </a> {{else}} <span class='ipsUserPhoto ipsUserPhoto_{$size} {{if $classes}}{$classes}{{endif}}'> <img src='{file="$member->photo"}' alt='{$member->name}'> </span> {{endif}} Step: 7 Find custom.css and Add this line of code below .ipsUserPhoto_variable img, img.ipsUserPhoto_variable, .ipsUserPhoto_variable:after { width: 170px; {{if theme.rounded_photos}} border-radius: 0px; {{endif}} } after you have completed all the steps above the results should be like this below
    1 point
  2. It's work for all ipb version and also in all site web add in custom.css : body { cursor: url(http://yourdomaine.com/yourcursor.cur),default; } and : a:hover { cursor: url(http://yourdomaine.com/yourcursor.cur),default; }found a custom cursor here : http://www.rw-designer.com/cursor-library or create your here : http://www.cursor.cc/ and add it in your server in ftp and change 2 link in code become. You can see a exemple in live in http://titcrea.com (i use only the first code in body for keep the hand in link)
    1 point
  3. Version 1.1.3

    501 downloads

    1 point
  4. http://hex.frvr.com/ Puzzletime on saturday! Post your thoughts and ofcourse results here :)
    1 point
  5. if u use IPS4 remove this line <li>{expression="\IPS\Member\Group::load( $comment->author()->member_group_id )->formattedName" raw="true"}</li> {{if \IPS\Member\Group::load( $comment->author()->member_group_id )->g_icon }} <li class='ipsResponsive_hidePhone'><img src='{file="$comment->author()->group['g_icon']" extension="core_Theme"}' alt='' class='cAuthorGroupIcon'></li> {{endif}} or <li style="display:none">{expression="\IPS\Member\Group::load( $comment->author()->member_group_id )->formattedName" raw="true"}</li> {{if \IPS\Member\Group::load( $comment->author()->member_group_id )->g_icon }} <li class='ipsResponsive_hidePhone' style="display:none"><img src='{file="$comment->author()->group['g_icon']" extension="core_Theme"}' alt='' class='cAuthorGroupIcon'></li> {{endif}} its work i have try :)
    1 point
  6. Delete these lines from forums > front > topics > postContainer: {{elseif $comment->author()->rank['title'] && $comment->author()->member_id}} <li class='ipsResponsive_hidePhone'>{$comment->author()->rank['title']}</li>
    1 point
  7. You need to move the part you highlighted, ABOVE the part you put a box around.
    1 point
  8. It doesn't look (from what you pasted) that you changed it correctly, look at the picture, that's what it should look like on line 48 to 59
    1 point
  9. As your topic appears to be a support topic for IP.Board, we have moved it to the appropriate forum. In forums > front > index > forumRow find the following lines: {{if $forum->description}} <div class="ipsDataItem_meta ipsType_richText">{$forum->description|raw}</div> {{endif}} Cut that (CTRL+X) and paste it above the following lines: {{if $forum->hasChildren()}} <ul class="ipsDataItem_subList ipsList_inline"> The end result should look like this:
    1 point
  10. Version 1.0.3

    3 downloads

    [center][b]Emily[/b] is a beautiful, clean, easy to use portfolio theme designed for photographers. Emily’s top features are full screen galleries with zoom-in feature and social share, client galleries, albums that you can categorize in separate pages, Horizontal and masonry portfolio layout (choose one or use them both), services page, carousel sliders and more![/center] [center][url="http://goo.gl/qtjLgS"]Demo[/url][/center]
    1 point
  11. No, I'm really sorry but the number after 4 doesn't exist. Please try again!
    -1 points
  12. You're supposed to start at 1 and count on until I, or someone else from the staff post. Then you start back at 1. :)
    -1 points
  13. The question(s) in this support topic have been answered and the topic author has resolved their issue. This topic is now closed. If you have other questions, please open a new topic.
    -1 points
  14. It's still a post :p even if it contains nothing. :P Anyone heard of the number after 3? I think it's zero!
    -1 points
  15. Somewhere end October, has been said. Beta 2 is already available on WebFlake.
    -1 points
  16. Version 1.0.1

    560 downloads

    V-am pus la dispozitie noul skin al comunitati www.CsWars.Ro Cand voi mai face teme o sa le postez aici.
    -1 points
This leaderboard is set to New York/GMT-05:00
×
×
  • Create New...