Posts: 36
Threads: 3
Joined: 15th Jan 16
Report button redirects to
https://legitti.com/report.php?modal=1&type=post&pid=4
but forum is installed to /forum directory... how do i fix this? Also is there way to make delete button premanently delete the post, i have other issue where i select checkboxs on thread view but they wont count
Posts: 36
Threads: 3
Joined: 15th Jan 16
Also how can i chnage icons (social) bg color when using fontawesome icons?
Posts: 743
Threads: 45
Joined: 5th Apr 12
Can you setup an account for me at your forum so my developer and I can investigate your first issue? PM me the account details if you can. Thank you.
Posts: 36
Threads: 3
Joined: 15th Jan 16
(15th Jan, 10:42 pm)Tan Wrote: Can you setup an account for me at your forum so my developer and I can investigate your first issue? PM me the account details if you can. Thank you.
I got it work, my js files were corrupt, now i just need to change bg color of those icons with font awesome, how?
Also if u have black/dark enabled profile is unreadable:
http://i.imgur.com/FLQidJ8.png
Posts: 36
Threads: 3
Joined: 15th Jan 16
17th Jan, 05:18 pm
(This post was last modified: 17th Jan, 05:18 pm by Legitti.)
Also what breaks this member header? Its like this by default:
PHP Code:
<a href="#" class="panel_button" rel="user_menu"><i class="icon-user"></i></a>
<a href="#" class="panel_button" rel="settings_menu"><i class="icon-tools"></i></a>
<a href="#" class="panel_button" rel="pm_menu"><i class="icon-drawer"></i></a>
Welcome back, <a href="member.php?action=profile&uid={$mybb->user['uid']}">{$mybb->user['username']}</a>!
<a class="panel_button float_right" href="{$mybb->settings['bburl']}/member.php?action=logout&logoutkey={$mybb->user['logoutkey']}" title="{$lang->welcome_logout}"><i class="icon-new-tab"></i></a>
<div class="dropdown_menu" id="settings_menu">
<ul>
<li><a href="usercp.php?action=options"><i class="icon-cog"></i>Change options</a></li>
<li><a href="usercp.php?action=profile"><i class="icon-user-2"></i>Edit profile</a></li>
<li><a href="usercp.php?action=avatar"><i class="icon-image"></i>Change avatar</a></li>
<li><a href="usercp.php?action=password"><i class="icon-key"></i>Edit password</a></li>
<li><a href="usercp.php?action=email"><i class="icon-at"></i>Edit email</a></li>
</ul>
</div>
<div class="dropdown_menu" id="user_menu">
<ul>
<li><a href="member.php?action=profile&uid={$mybb->user['uid']}"><i class="icon-user"></i>My profile</a></li>
<li><a href="search.php?action=finduser&uid={$mybb->user['uid']}"><i class="icon-list-2"></i>View my posts</a></li>
<li><a href="search.php?action=finduserthreads&uid={$mybb->user['uid']}"><i class="icon-grid-view"></i>View my threads</a></li>
<li><a href="#" onclick="MyBB.popupWindow('{$mybb->settings['bburl']}/misc.php?action=buddypopup', null, true); return false;"'buddyList', 350, 350);"><i class="icon-thumbs-up"></i>{$lang->welcome_open_buddy_list}</a></li>
{$modcplink}{$admincplink}
</ul>
</div>
<div class="dropdown_menu" id="pm_menu">
<ul>
<li><a href="private.php?action=send"><i class="icon-forward"></i>Compose</a></li>
<li><a href="private.php?action=tracking"><i class="icon-flag-2"></i>Tracking</a></li>
<li><a href="private.php?fid=1"><i class="icon-folder"></i>PM Inbox</a></li>
<li><a href="private.php?fid=2"><i class="icon-reply-2"></i>Sent items</a></li>
<li><a href="private.php?fid=4"><i class="icon-remove"></i>Trash</a></li>
</ul>
</div>
https://gyazo.com/a9abc719d9a2c7fe0a5dc27e80ebbbd2
Posts: 743
Threads: 45
Joined: 5th Apr 12
(17th Jan, 05:18 pm)Legitti Wrote: Also what breaks this member header? Its like this by default:
PHP Code:
<a href="#" class="panel_button" rel="user_menu"><i class="icon-user"></i></a>
<a href="#" class="panel_button" rel="settings_menu"><i class="icon-tools"></i></a>
<a href="#" class="panel_button" rel="pm_menu"><i class="icon-drawer"></i></a>
Welcome back, <a href="member.php?action=profile&uid={$mybb->user['uid']}">{$mybb->user['username']}</a>!
<a class="panel_button float_right" href="{$mybb->settings['bburl']}/member.php?action=logout&logoutkey={$mybb->user['logoutkey']}" title="{$lang->welcome_logout}"><i class="icon-new-tab"></i></a>
<div class="dropdown_menu" id="settings_menu">
<ul>
<li><a href="usercp.php?action=options"><i class="icon-cog"></i>Change options</a></li>
<li><a href="usercp.php?action=profile"><i class="icon-user-2"></i>Edit profile</a></li>
<li><a href="usercp.php?action=avatar"><i class="icon-image"></i>Change avatar</a></li>
<li><a href="usercp.php?action=password"><i class="icon-key"></i>Edit password</a></li>
<li><a href="usercp.php?action=email"><i class="icon-at"></i>Edit email</a></li>
</ul>
</div>
<div class="dropdown_menu" id="user_menu">
<ul>
<li><a href="member.php?action=profile&uid={$mybb->user['uid']}"><i class="icon-user"></i>My profile</a></li>
<li><a href="search.php?action=finduser&uid={$mybb->user['uid']}"><i class="icon-list-2"></i>View my posts</a></li>
<li><a href="search.php?action=finduserthreads&uid={$mybb->user['uid']}"><i class="icon-grid-view"></i>View my threads</a></li>
<li><a href="#" onclick="MyBB.popupWindow('{$mybb->settings['bburl']}/misc.php?action=buddypopup', null, true); return false;"'buddyList', 350, 350);"><i class="icon-thumbs-up"></i>{$lang->welcome_open_buddy_list}</a></li>
{$modcplink}{$admincplink}
</ul>
</div>
<div class="dropdown_menu" id="pm_menu">
<ul>
<li><a href="private.php?action=send"><i class="icon-forward"></i>Compose</a></li>
<li><a href="private.php?action=tracking"><i class="icon-flag-2"></i>Tracking</a></li>
<li><a href="private.php?fid=1"><i class="icon-folder"></i>PM Inbox</a></li>
<li><a href="private.php?fid=2"><i class="icon-reply-2"></i>Sent items</a></li>
<li><a href="private.php?fid=4"><i class="icon-remove"></i>Trash</a></li>
</ul>
</div>
https://gyazo.com/a9abc719d9a2c7fe0a5dc27e80ebbbd2
I'm not quite sure what you're pointing out. What are you trying to change?
Posts: 36
Threads: 3
Joined: 15th Jan 16
Look at the image?
Also icon bg is same as theme header and color but i want it black or other, how to do that with font awesome?
Posts: 36
Threads: 3
Joined: 15th Jan 16
I also get this when using SSL: 2https://legitti.com/forum/images/metrostyle/stylesheet/https://legitti.com/forum/images/metrostyle/assets/colours/purple.css.css Failed to load resource: the server responded with a status of 404 (Not Found)
Where do i fix that?
Posts: 36
Threads: 3
Joined: 15th Jan 16
Posts: 743
Threads: 45
Joined: 5th Apr 12
(19th Jan, 08:17 pm)Legitti Wrote: Also register page: https://gyazo.com/408448371befac19fd583e1790b57ee4
Go to the
member_register_referrer template and replace it with the following:
Code:
<tr>
<td class="trow1"><label>{$lang->referrer}</label></td>
<!--<td class="trow1"><span class="smalltext"><label for="referrer">{$lang->referrer_desc}</label></span><br /><span class="smalltext"><label for="referrer">{$lang->referrer_desc}</label></span>-->
<td class="trow1">
<input type="text" class="textbox" name="referrername" id="referrer" value="{$referrername}" />
</td>
<script type="text/javascript" src="{$mybb->asset_url}/jscripts/select2/select2.min.js"></script>
<script type="text/javascript">
<!--
if(use_xmlhttprequest == "1")
{
MyBB.select2();
$("#referrer").select2({
containerCssClass: "textarea",
placeholder: "{$lang->search_user}",
minimumInputLength: 3,
maximumSelectionSize: 3,
multiple: false,
ajax: { // instead of writing the function to execute the request we use Select2's convenient helper
url: "xmlhttp.php?action=get_users",
dataType: 'json',
data: function (term, page) {
return {
query: term, // search term
};
},
results: function (data, page) { // parse the results into the format expected by Select2.
// since we are using custom formatting functions we do not need to alter remote JSON data
return {results: data};
}
},
initSelection: function(element, callback) {
var value = $(element).val();
if (value !== "") {
callback({
id: value,
text: value
});
}
},
});
}
// -->
</script>
</td>
</tr>