Jump to content
DevFuse Forums

rAv3nzZ

Members
  • Posts

    11
  • Joined

  • Last visited

Everything posted by rAv3nzZ

  1. FOUND THE WAY FINALLY!!! JUST: Go to templates > skin_shoutbox > shout_row and edit: <a href="#" class="at_member" data-store="{$d['members_display_name']}" title="{$this->lang->words['insert_name']}">@</a> to <a href="#" class="at_member" data-store="[member={$d['members_display_name']}]" title="{$this->lang->words['insert_name']}"><span style="color:#000000"><b>@</b></span></a> The span colour for @ is not needed if you want, here are the results: @rAv3nzZ basically it just adds [member=EXAMPLE]
  2. Seems like a .php code, the guy who got it said me only 2 lines of 10.. { @int Or thing like that :P
  3. This is the main code: <a href="#" class="at_member" data-store="{$d['members_display_name']}" title="{$this->lang->words['insert_name']}">@</a> </if> <if test="$d['member_id']"> {IPSMember::makeProfileLink($d['_members_display_name'], $d['member_id'], $d['members_seo_name'])} <else /> <abbr title="{$d['members_display_name']}">{$d['_members_display_name']}</abbr> To which i replaced: <if test="showAtTag:|:$this->settings['shoutbox_at_tag']"> <a href="#" class="at_member" data-store="{$member['member_id']}" title="{$this->lang->words['insert_name']}">@</a> So now it shows @1 or 2 or which id member i clicked on. Now i need to make hovercard working with it. This is the hovercard: <a hovercard-ref="member" hovercard-id="{$member['member_id']}" class="_hovertrigger url fn name <if test="hasClassName:|:isset($member['_hoverClass'])"> {$member['_hoverClass']}</if>" href='{parse url="showuser={$member['member_id']}" template="showuser" seotitle="{$member['members_seo_name']}" base="public"}' title='<if test="hasTitle:|:!empty($member['_hoverTitle'])">{$member['_hoverTitle']}<else />{$this->lang->words['view_profile']}</if>'><span itemprop="name">{$member['members_display_name']}</span></a> <else /> So how can i make it work?
  4. I saw it on one forum and they did one thing like this(i recreated with bbcode): The above one is a normal @ when i click on it. The below one is the modded one which i want to make. When i press on their @ it shows instead of, for ex: @rAv3nzZ, it shows the id for ex: @1 to make you a possible idea on how it goes. How can i do it?
  5. I've did a small modfication in my skin that consists in making a moving menu. Here're the results: My CSS: #top_bar{ background: #00223a url("{style_images_url}/_custom/bg-userlinks.png") repeat-x 0 100%; box-shadow: 0 4px 10px rgba(0,0,0,0.8), inset 0 -1px 0 rgba(255,255,255,0.09); -webkit-box-shadow: 0 4px 10px rgba(0,0,0,0.8), inset 0 -1px 0 rgba(255,255,255,0.09); -moz-box-shadow: 0 4px 10px rgba(0,0,0,0.8), inset 0 -1px 0 rgba(255,255,255,0.09);*/ border-radius: 0 0 4px 4px; -moz-border-radius: 0 0 4px 4px; -webkit-border-bottom-right-radius: 4px; -webkit-border-bottom-left-radius: 4px; margin: 0 auto; position: fixed; top: 0; z-index: 9999; } How can i make it in center?:S
  6. The fix below didn't helped. I found that this thing happened with one guy. The fix was: When i'm trying to sign in, the page just loads again like pressing "F5". No errors or something else. I can register. You can try it yourself: http://forum.cub3gaming.net
  7. Fixed, just changed the $INFO['board_url'] = 'yoursitenameurl'; in conf_global.php
  8. I just changed the hosting and domain, i imported the database and all is working but not the most important thing: user login When i login to my admin panel or simply login, it just redirects to my old domain :/
×
×
  • Create New...