Quote:
Originally Posted by Sherif
ya thats simple.
Have this plugin which u created
Code:
<plugin active="1" executionorder="40">
<title>Classifieds: User CP Navbar Link</title>
<hookname>usercp_nav_complete</hookname>
<phpcode><![CDATA[
$template_hook['usercp_navbar_bottom'] .= vB_Template::create('microclassifieds_usercp_links')->render();
]]></phpcode>
</plugin>
Now Open Template microclassifieds_usercp_links
At Top add this
After This U can create ur block and note at last don't add
as it is already there in USERCP_SHELL 
|
System Teaser

. I'll try it right now. Sorry for my delay on replying, but I've stucked building the page.
Thank you