Jump to content

-Cookie-

Community Regular
  • Posts

    771
  • Joined

  • Last visited

  • Days Won

    36

Everything posted by -Cookie-

  1. in ipb_styles find, #content, .main_width {Change the width: to a fixed width
  2. in ipb_styles find, .ipsUserPhoto_variable {Edit the width and add a height, need any help with this PM admin details and i'll sort it
  3. PM your admin details again and i'll sort it for you buddy
  4. 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.
  5. Oh ye, i'll move it back now, thanks for noticing, i came on this morning and didn't think properly As your topic appears to be a support topic for IP.Board, we have moved it to the appropriate forum.
  6. Has this appears to be a request, your topic has been moved to the appropriate section of the forum Here you go buddy
  7. The problem was that the custom profile fields topic view format? needed to be changed and some messing about in the userinfoPane 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.
  8. Version 1.0.9.9

    180 downloads

    [color=rgb(40,40,40)][font=helvetica][size=3]With this application you can display global sidebar on your board. You can add global sidebar or customized section for each application on your board. Application works on caches - minimum resource affect.[/size][/font][/color] [color=rgb(40,40,40)][font=helvetica][size=3]Features:[/size][/font][/color][list] [*]enable/disable modification, [*]choose which groups can see adverts, [*]integrate with (DP34) Advanced Adverts ([url="http://community.invisionpower.com/files/file/2860-dp32-advanced-adverts/"]must buy it[/url]), [*]always show main sidebar on all pages or hide it if on specified section will be added custom sidebar, [*]add unlimited adverts - sort them, edit or remove, [*]add javascript or PHP code into advert content, [*]enable or disable default sidebar on the main board page. If not disabled then global ('all' type) custom global sidebar will be displayed above the standard sidebar, and under it will be displayed 'index' type custom global sidebar. - disable 'all pages' sidebar on selected pages, [*]option to disable sidebars on selected skins, [*]parse any IP.Content block. You can use now [i]{parse block="block_key"}[/i] in any sidebar to show block content, [*]exclude selected groups from viewing each sidebar, [*]use standard sidebar - the same as on the main board page (when enabled global sidebar won't be visible - because global sidebar it's already on the main board page). Note: standard sidebar on other page than main will increase the page load time, [*]display on right or left the board side, [*]disable 'forum' sidebar type in specified forums, [*]display adverts in random order, [*]display each advert (position) in sidebar with own header and wrapper, [*][color=rgb(255,0,0)][b]Nexus Adverts Integration - this is paid addon and cost 10$![/b][/color] [i](If you want to buy this addon just send me this quote on [email protected] and mail me on the same mail with your PayPal ID)[/i], [*][b][color=rgb(255,0,0)]Outside Sidebar Integration - this is paid addon and cost 10$![/color][/b] (If you want to buy this addon just send me this quote on [email protected] and mail me on the same mail with your PayPal ID) - with this you can add new sidebar to the right (only) of the board, youtside the main frame of the content (see screens for more details), [*]and more! [/list]
  9. Replace your userinfopane with this one, <div itemscope itemtype="http://schema.org/Person" class='user_details'> <span class='hide' itemprop="name">{$author['members_display_name']}</span> <span class="arrow"><span></span></span> <ul class='basic_info'> <if test="avatar:|:$author['member_id']"> <li class='avatar'> <if test="canSeeProfiles:|:$this->memberData['g_is_supmod'] OR ( $this->memberData['g_mem_info'] && ! IPSMember::isInactive( $author ) )"> <a itemprop="url" href="{parse url="showuser={$author['member_id']}" template="showuser" seotitle="{$author['members_seo_name']}" base="public"}" title="{$this->lang->words['view_profile']}: {$author['members_display_name']}" class='ipsUserPhotoLink'> </if> <if test="hasVariable:|:$this->settings['member_topic_avatar_max']"> <img itemprop="image" src='{$author['pp_main_photo']}' class='ipsUserPhoto ipsUserPhoto_variable' /> <else /> <img itemprop="image" src='{$author['pp_thumb_photo']}' class='ipsUserPhoto ipsUserPhoto_large' /> </if> <if test="canSeeProfiles2:|:$this->memberData['g_is_supmod'] OR ( $this->memberData['g_mem_info'] && ! IPSMember::isInactive( $author ) )"> </a> </if> </li> <else /> <li class='avatar'> <img itemprop="image" src='{$author['pp_thumb_photo']}' class='ipsUserPhoto ipsUserPhoto_large' /> </li> </if> <if test="rankimage:|:$author['member_rank_img']"> <li class='group_icon'> <if test="rankimageimage:|:$author['member_rank_img_i'] == 'img'"> <img src='{$author['member_rank_img']}' alt='' /> <else /> {$author['member_rank_img']} </if> </li> </if> <if test="membertitle:|:$author['member_title']"> <ul class="ribbon"> <li class="ribbon1"> <div class="Rleft"></div> <div class="Rright"></div>{$author['member_title']}</li> </ul> </if> <ul class="ribbon"> <li class="ribbon2"> <div class="Rleft"></div> <div class="Rright"></div> {$author['_group_formatted']} </li> </ul> <div class="extraUserInfo"> <if test="postCount:|:$author['member_id']"> <dl class="pairsJustified"> <dt>Posts:</dt> <dd>{parse expression="$this->registry->getClass('class_localization')->formatNumber( intval( $author['posts'] ) )"}</dd> </dl> <dl class="pairsJustified"> <dt>Joined:</dt> <if test="authorJoined:|:$author['joined']"><dd>{parse date="$author['joined']" format="joined"}</dd></if> </dl> <dl class="pairsJustified"> <dt>Reputation:</dt> <dd>{parse expression="$this->lang->formatNumber( intval( $author['pp_reputation_points'] ) )"}</dd> </dl> </if> </div> <if test="authorcfields:|:$author['custom_fields'] != """> <ul class='custom_fields'> <foreach loop="customFieldsOuter:$author['custom_fields'] as $group => $data"> <foreach loop="customFields:$author['custom_fields'][ $group ] as $field"> <if test="$field != ''"> <li> {$field} </li> </if> </foreach> </foreach> </ul> </if> <if test="authorwarn:|:$author['show_warn']"> <li> <if test="hasWarningId:|:$options['wl_id']"> <img src='{$this->settings['img_url']}/warn.png' class='clickable' onclick='warningPopup( this, {$options['wl_id']} )' title='{$this->lang->words['warnings_issued']}' /> </if> <a class='desc lighter blend_links' href='{parse url="app=members&amp;module=profile&amp;section=warnings&amp;member={$author['member_id']}&amp;from_app={$this->request['app']}&amp;from_id1={$contentid}&amp;from_id2={$options['id2']}" base="public"}' id='warn_link_{$contentid}_{$author['member_id']}' title='{$this->lang->words['warn_view_history']}'>{parse expression="sprintf( $this->lang->words['warn_status'], $author['warn_level'] )"}</a> </li> </if> </ul> </div>
  10. For each custom profile fields you will need to add in the Topic View Format? <dt>{title}:</dt><dd>{content}</dd>need any more help with this, let me know VIA PM
  11. 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.
  12. Yes i know what your problem is, please read what i posted above and it will solve your problem
  13. Could you please show me your userinfopane template
  14. after watching that video, it looks to me you haven't got HTML enabled for that forum, go to ACP > Forums > The forum you want to enable HTML in, then click Postable Settings and select select yes like the picture, Then make sure it is enabled for your group, go to ACP > Members > Member Groups > Manage Member Groups, click on your group, click the global tab and find Can post HTML? select yes if set to yes already just leave it and go create a HTML topic in that forum you enabled HTML for, Then once your creating a topic, at the right hand side your will see Post Options select Enable HTML?
  15. Did you edit the topic view in the custom profile field gender and location , here look:
  16. if you did the following, it should of worked, try recaching your skin sets
  17. Disable each hook one by one, or disable all hook and enable them one by one until the error as either gone or appeared, so you will find the error in which hook that is causing it
  18. Just what Phun explained but the tutorial, ACP > System Settings > Search Engine Optimization, Find Friendly URL Features and change your settings to these ones, , then add a file in your root FTP and call it .htaccess, once created the file add the following into that file <IfModule mod_rewrite.c> Options -MultiViews RewriteEngine On RewriteBase / RewriteCond %{REQUEST_FILENAME} !-f RewriteRule .(jpeg|jpg|gif|png)$ /public/404.php [NC,L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] </IfModule>
  19. 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.
  20. 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.
  21. 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.
  22. Just do what the guy above me said and wait a few days the server will eventually upload it
  23. what are you on about, 'field name' what field name, open up your FTP program and go into public_html and change the favicon.ico to your favicon.ico
  24. 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.
  25. go in to your FTP and change the favicon.ico to your favicon.ico
×
×
  • Create New...