Jump to content

Jeiko

Explorer
  • Posts

    129
  • Joined

  • Last visited

  • Days Won

    5

Everything posted by Jeiko

  1. i had the same issue but after a refresh everything was fine
  2. well it was my host didn't support ionCube one friend help me out with this and i could finaly login to admin panel and disable it cause i couldn't do this before. anyway problem solved, thanks for your help Mortiferr. You can lock the topic
  3. Hello guys, i recently installed Nexus application and i didn't had any problem everything worked find w/o any error or problem but today w/o change anything or something i get this error and i can't access my site. Site error: the file /home/adm51649/public_html/l2devzone.com/admin/applications_addon/ips/nexus/sources/ads.php requires the ionCube PHP Loader ioncube_loader_lin_5.4.so to be installed by the website operator. If you are the website operator please use the ionCube Loader Wizard to assist with installation. If someone can help me please reply here, thanks in advance
  4. Well you need time and skilled and trusted team to do something like this at least for your first months of your site since you will need to attract people not to make them leave
  5. you have the correct number, the number 3
  6. HAHAHAHAHAHAHAHAHAHAHAHAHAHAHAHA
  7. yeap you're right i change it to static and it's find now thank you so much
  8. Hello guys, I found a nice skin for my forum but i saw something that i didn't like it. The logo and the navigation menu (Ex. Forums,Members,etc) scrolling down when i scroll down to view boards for example.. How i can remove this? P.S. I searched on google about this and couldn't find a solution so please don't say me "search before you post".. Thanks in advance
  9. yeap it's better now thanks a lot for your whole help
  10. sorry i was kinda busy with some things i'll pm you with an admin login and forum url thanks for your whole help
  11. on the branding has only this #branding { background: url('{style_images_url}/banner_bg.png') repeat-x 0 0; height: 92px; i changed the dimensions and comes back to normal but the image didn't showed and when i try to add width was a mess again like the last picture i show you
  12. i do it like this <div id='branding' style="background-image: url({$this->settings['SpirakosDafuq']}/BGtest.png); height: 100%; width: 100%; "> and i got this result
  13. Oh Thank you so much it worked about that i didn't change anything except the name of the file and i could see only the code and no image on the header
  14. it's application, this one -> and i download it once and used the same application on the both forums
  15. i use the same skin too.. anyway you know maybe where i can look for this?maybe i can take it from my old forum to the new one
  16. about the first one changed only the how it looks but it's still up there but i don't get it on my other forum with the same codes and applications looks ok check my forum now and my old forum about the 2nd thing didn't worked i put the code and i just see the code on the header
  17. the logo is already on the header i just want to put a background image back from logo and up from navigation menu
  18. i want to add my background for example to change it on an image like this or change the color for example.. i don't want to be so empty the whole bg and this up from menu
  19. here is the userinfopane code <div itemscope itemtype="http://schema.org/Person" class='user_details'> <span class='hide' itemprop="name">{$author['members_display_name']}</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> </if> <dl class="pairsJustified"> <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 test="authorcfields:|:$author['custom_fields'] != """> <foreach loop="customFieldsOuter:$author['custom_fields'] as $group => $data"> <foreach loop="customFields:$author['custom_fields'][ $group ] as $field"> <if test="$field != ''"> <dl class="pairsJustified"> {$field} </dl> </if> </foreach> </foreach> </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> </div> </ul> </div> but the feedback code is on a file named userPanelFeedback and it has this code inside <li> <ul class="ipsType_small fbkProfStat uP"> <li> <span class="value <if test="$member['feedb_percent'] > 99">positive<else /><if test="$member['feedb_percent'] < 0 ">neutral<else /><if test="$member['feedb_percent'] < 40 ">negative</if></if></if>"><if test="$member['feedb_percent']<0">N/A<else />{$member['feedb_percent']}%</if></span> <a href='{$member['fbLink']}'>{$this->lang->words['totalpercent']}</a> </li> <li> <span class="value positive" data-tooltip="{$this->lang->words['totalpos']}">{$member['feedb_pos']}</span> <span class="value" data-tooltip="{$this->lang->words['totalneut']}">{$member['feedb_neu']}</span> <span class="value negative" data-tooltip="{$this->lang->words['totalneg']}">{$member['feedb_neg']}</span> </li> </ul> </li>
  20. so can someone help me on this? UP! Still looking for help
  21. Hello again I start working on a forum and i will need some help. 1st i want to change the feedback on topic view now feedbacks look like this: and i want to make it look like this: and the second thing is i need to change 2 things on the index page. 1st this: and 2nd this one: i want to add pictures and remove those dark colors. Sorry for posting all this things in one topic i just made it to avoid spam. Thanks in advance
  22. maybe any preview to check what we will do here?
×
×
  • Create New...