Hello There, Guest! Login Register
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Metrostyle report
#1
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

[Image: e636fd2e2738198a3b10606c7d2f16db.png]
#2
Also how can i chnage icons (social) bg color when using fontawesome icons?
#3
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.
#4
(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
#5
Also what breaks this member header? Its like this by default:

PHP Code:
<a href="#" class="panel_button" rel="user_menu"><class="icon-user"></i></a>
<
a href="#" class="panel_button" rel="settings_menu"><class="icon-tools"></i></a>
<
a href="#" class="panel_button" rel="pm_menu"><class="icon-drawer"></i></a>

Welcome back, <a href="member.php?action=profile&amp;uid={$mybb->user['uid']}">{$mybb->user['username']}</a>!
<
class="panel_button float_right" href="{$mybb->settings['bburl']}/member.php?action=logout&amp;logoutkey={$mybb->user['logoutkey']}title="{$lang->welcome_logout}"><class="icon-new-tab"></i></a>

<
div class="dropdown_menu" id="settings_menu">
<
ul>
<
li><a href="usercp.php?action=options"><class="icon-cog"></i>Change options</a></li>
<
li><a href="usercp.php?action=profile"><class="icon-user-2"></i>Edit profile</a></li>
<
li><a href="usercp.php?action=avatar"><class="icon-image"></i>Change avatar</a></li>
<
li><a href="usercp.php?action=password"><class="icon-key"></i>Edit password</a></li>
<
li><a href="usercp.php?action=email"><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&amp;uid={$mybb->user['uid']}"><class="icon-user"></i>My profile</a></li>
<
li><a href="search.php?action=finduser&amp;uid={$mybb->user['uid']}"><class="icon-list-2"></i>View my posts</a></li>
<
li><a href="search.php?action=finduserthreads&amp;uid={$mybb->user['uid']}"><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'350350);"><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
#6
(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"><class="icon-user"></i></a>
<
a href="#" class="panel_button" rel="settings_menu"><class="icon-tools"></i></a>
<
a href="#" class="panel_button" rel="pm_menu"><class="icon-drawer"></i></a>

Welcome back, <a href="member.php?action=profile&amp;uid={$mybb->user['uid']}">{$mybb->user['username']}</a>!
<
class="panel_button float_right" href="{$mybb->settings['bburl']}/member.php?action=logout&amp;logoutkey={$mybb->user['logoutkey']}title="{$lang->welcome_logout}"><class="icon-new-tab"></i></a>

<
div class="dropdown_menu" id="settings_menu">
<
ul>
<
li><a href="usercp.php?action=options"><class="icon-cog"></i>Change options</a></li>
<
li><a href="usercp.php?action=profile"><class="icon-user-2"></i>Edit profile</a></li>
<
li><a href="usercp.php?action=avatar"><class="icon-image"></i>Change avatar</a></li>
<
li><a href="usercp.php?action=password"><class="icon-key"></i>Edit password</a></li>
<
li><a href="usercp.php?action=email"><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&amp;uid={$mybb->user['uid']}"><class="icon-user"></i>My profile</a></li>
<
li><a href="search.php?action=finduser&amp;uid={$mybb->user['uid']}"><class="icon-list-2"></i>View my posts</a></li>
<
li><a href="search.php?action=finduserthreads&amp;uid={$mybb->user['uid']}"><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'350350);"><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?
#7
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?
#8
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?
#9
Also register page: https://gyazo.com/408448371befac19fd583e1790b57ee4
#10
(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>




Users browsing this thread: 1 Guest(s)