Jump to content

Suggestion have a list of the most trusted members.


beastlymaul

Recommended Posts

 

It's not that easy to add customizations to any of those pages.

It will take alot of time and effort to add something like this, even though it is simple. That time can better be used for other updates.

Care to elaborate ? smile.png

 

Also they might as well add it while we wait for OSBot 2 lol

 

 

 

Didn't you hear what he said or do you have shat in your ears.

Link to comment
Share on other sites

  • 2 weeks later...

Update: This looks important

 

<script type='text/javascript'>
document.observe("dom:loaded", function(){
    url = ipb.vars['base_url'] + 'app=core&module=ajax&section=findnames&do=get-member-names&secure_key=' + ipb.vars['secure_hash'] + '&name=';
    autoComplete = new ipb.Autocomplete( $('username'), { multibox: false, url: url, templates: { wrap: ipb.templates['autocomplete_wrap'], item: ipb.templates['autocomplete_item'] }} );
});
</script>
<div class='ipsLayout ipsLayout_withright ipsLayout_largeright clearfix'>
    <div class='ipsLayout_right'>
        <div class='ipsSideBlock clearfix'>
            <h3>{$this->lang->words['find_member']}</h3>
            <form action="{parse url="app=feedback&module=view&action=find-member" seotitle="a" template="feedbackFind" base="public"}" method="post">
                <fieldset>
                <ul>
                    <li class="field">
                        <input class='input_text' id='username' name="username" size="20" type="text">
                         
                        <input class="input_submit" value="{$this->lang->words['search']}" type="submit">
                    </li>
                </ul>
                </fieldset>
            </form>
        </div>

Link to comment
Share on other sites

This has been implemented. You cannot order it, but each profile shows it's feedback. It's the best I could do, sorry :c

 

5MDEu.png

 

On a side note, I also coded this:

5MDJi.png

 

It now shows total feedback, percentage, and does not have the annoying rectangle over the avatars.

 

Nice, looks better than I expected it to look :p

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...