Advertisement
Leaderboard
-
in all areas
- All areas
- Ideas
- Ideas comments
- Positions
- Position Comments
- Position Reviews
- Blog Entries
- Blog Comments
- Bugs
- Bug Comments
- Bug Reviews
- Features
- Feature Comments
- Feature Reviews
- Suggestions
- Suggestion Comments
- Suggestion Reviews
- Releases
- Release Comments
- Release Reviews
- FAQs
- FAQ Comments
- FAQ Reviews
- Files
- File Comments
- File Reviews
- Topics
- Posts
- Status Updates
- Status Replies
-
Custom Date
-
All time
February 14 2013 - February 25 2025
-
Year
February 25 2024 - February 25 2025
-
Month
January 25 2025 - February 25 2025
-
Week
February 18 2025 - February 25 2025
-
Today
February 25 2025
-
Custom Date
06/03/2015 - 06/03/2015
-
All time
Popular Content
Showing content with the highest reputation on 06/03/2015 in all areas
-
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 below1 point
-
Version 3.4.8
2,300 downloads
Forum software for thriving discussions. IP. Board is the leading solution for creating an engaging discussion forum on the web. Trusted by thousands of forums, large and small. PROPER NOTES: We have detected problem in: admin/applications/members/extensions/enhancements/mandrill.php This is now corrected. Credits: ECHO1 point -
Version 1.0.4
397 downloads
[color=rgb(36,36,36)][font='Helvetica Neue'][size=4][background=rgb(255,255,255)] Traducción al Español para IPS Community Suite 4.0.2.[/background][/size][/font][/color][color=rgb(36,36,36)][font='Helvetica Neue'][size=4][background=rgb(255,255,255)] Aplicaciones traducidas: [b]Forums[/b] y [b]Pages[/b].[/background][/size][/font][/color][color=rgb(36,36,36)][font='Helvetica Neue'][size=4][background=rgb(255,255,255)] Se ha traducido principalmente lo que ve el usuario final, la mayoría del back-end está sin traducir. Iré actualizando el archivo periódicamente con nuevas traducciones.[/background][/size][/font][/color][color=rgb(36,36,36)][font='Helvetica Neue'][size=4][background=rgb(255,255,255)] ----------[/background][/size][/font][/color][color=rgb(36,36,36)][font='Helvetica Neue'][size=4][background=rgb(255,255,255)] Translated applications: Forums and Pages (Mainly the front-end, most of the ACP is not translated).[/background][/size][/font][/color]1 point -
I've spent the last hour putting together a new structure for our downloads database due to the lack of display features for download categories. Far too many of our primary categories (e.g. IP.Board and xenForo) were empty, forcing you to select a sub-category. This was unsightly and rather inconvenient so we moved some categories around and ensured that every category with a sub-category would have files in its root. In order to comprehend the new structure, assume you're looking at the database index (i.e. webflake.sx/files). IPS Community Suite 4 (formerly: IP.Board 4.x) (contains: IPS4 releases)ApplicationsPluginsThemes (formerly: Skins)Language PacksMiscellaneous XML FilesIPS Community Suite 3.4 (formerly: IP.Board 3.4.x) (contains: IPS 3.4 releases)ApplicationsApplication AddonsHooksSkinsLanguage PacksMiscellaneous XML FilesxenForo 1.4 (contains: xenForo 1.4 releases)Add-onsStylesLanguage PacksMiscellaneous XML FilesWordPress (contains: WordPress themes)PluginsHTML & Scripts (formerly: Miscellaneous) (contains: HTML templates)Scripts (formerly: Website Scripts)Graphics & Designs (NOTE: this category and it's sub-categories are not yet finalized)Emoticons & SmileysRanks & BadgesPSD & AI DesignsDonator's Area (contains: IP.Board resources)xenForoWordPressWe are open to suggestions for improvements to the current structure, most especially Graphics & Designs (given that it's such a mess). Essentially, the main thing to keep in mind here is that IPB and xF resources are no longer grouped under one parent category; each version of those two platforms are now standalone categories. The root content of each category now consists of something. For IPS and xenForo content, it's releases (i.e. forum software). For WordPress, it's themes. For HTML & Scripts, it's HTML templates. Do not hesitate to ask any questions! Lastly, be sure to have a look at our latest Update Notes.1 point
-
Well see, this is what happens when you don't specify what version you are using. You highlighted our forum icons and asked how to do the same thing; naturally I assumed you were using IPS4. Look for (DP32) Forum Icons or its alternative, for IPS 3.4.1 point
-
Community > Forums > YourForum > Icon Upload an icon and save.1 point
-
Custom.css will override all css if told to do so, that includes the css governing the avatar dimensions. like say.. .ipsUserPhoto_xlarge img, img.ipsUserPhoto_xlarge, .ipsUserPhoto_xlarge:after { height:150px; } now i havent tried this and this is untested code, but the ability is sound.1 point
-
1 point
-
Perfection is not attainable, but if we chase perfection we can catch excellence.1 point
-
The question(s) in this support topic have been answered and the owner has been able to solve the problem. Because of this, the support topic has been closed and moved. If you have other questions, please open a new topic.1 point
-
1 point
-
1 point
-
Version 1.9.1
376 downloads
[b][font=verdana]Sngine – Social Engine is the best way to create your own social website or online community. Launch it in just 1 minute with ultimate features.[/font][/b] [font=verdana]SEO Friendly Urls[/font] [font=verdana]Real-time Chat, Messages & Comments[/font] [font=verdana]Follow/Unfollow users[/font] [font=verdana]Real-time updates on Search Page[/font] [font=verdana]Block/Unblock users[/font] [font=verdana]Emoticons (smiles) in Posts, Messages, Comments and Chat[/font] [font=verdana]Filter Posts with Most (Recent, Liked, Favorited, Discussed)[/font] [font=verdana]Filter Posts to show from (All , Just Me, Just Followers, Just Followings)[/font] [font=verdana]Users can share (Status, Music, Videos, Photos, Questions, Polls, Links)[/font] [font=verdana]Post on friends profiles[/font] [font=verdana]Disable new registrations[/font] [font=verdana]Users can publish posts in real-time to his/her Facebook & Twitter accounts[/font] [font=verdana]Linked Accounts ( Users can like their Facebook & Twitter accounts)[/font] [font=verdana]Signup with Social Networks (Facebook & Twitter)[/font] [font=verdana]Getting Started page to upload avatar edit user info and connect social accounts[/font] [font=verdana]Verification Emails ( User can re-send verification email or change it)[/font] [font=verdana]Multi-Languages system (Support Arabic and RTL Design)[/font] [font=verdana]Ajax Powered system[/font] [font=verdana]Users can create/share photo albums and Video Albums [img]http://codecanyon.net/images/smileys/wink.png[/img][/font] [font=verdana]Apps powered system[/font] [font=verdana]Questions App with Voting System on Answeres and Notes System[/font] [font=verdana]Users can Like, Dislike and Favorite posts[/font] [font=verdana]Real-Time Tricker like Facebook to see what others do right now![/font] [font=verdana]Directory System to Make your website indexed and seen by search engines[/font] [font=verdana]Awesome profile page[/font] [font=verdana]Privacy settings[/font] [font=verdana]Sponsored Ads System[/font] [font=verdana]Real-time chat and Messaging system like Facebook[/font] [font=verdana]Themes system and you can easily build your own theme[/font] [font=verdana]Discussion App with WYSIWYG editor[/font] [font=verdana]About/Privacy/Terms pages[/font] [font=verdana]Block: Users can block other users preventing them from chatting with each other.[/font] [font=verdana]#Hahtag, @mention & smiles supported[/font] [font=verdana]Support Age Verification[/font] [font=verdana]See more option for long-text post like Facebook[/font]1 point