сделать раздел(форум ) в профиле и стену в виде двух вкладок
раздел в профиле это скрипт Деффа
скрипт
<script>/*Вставка ссылки на Мой раздел*/
if(document.URL.indexOf('/profile.php?id=')!=-1)$().pun_mainReady(function(){
/*xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx*/
var fldName = "Страничка ссылка:"; //Название поля со ссылкой;
/*******************************************************/
var thisUsid = document.URL.split('/profile.php?id=')[1];
var b = '<iframe id="fr" name="tartar" src="/viewforum.php?id=###" width=95% height=550></iframe><br><img src="https://forumstatic.ru/files/0019/ce/b3/74799.jpg">';function setLnkMytems(a){
var ann = $('#pun-profile #pun-main');
if(!ann.find('#fr').length)$(b.split('###').join(a)).appendTo(ann);
}
if($('#profile-right li').length){//alert()
var a = $('#profile-right li>span:contains("'+fldName+'")').next('strong').text();
if(a && a.indexOf('/viewforum.php?id=')!=-1){
a = a.match(/\/viewforum\.php\?id=(\d+)/)[1];
setLnkMytems(a);
}
} else {
$(window).on('message',function(){//alert(); //console.log(e);
var a = $('#profile-right li>span:contains("'+fldName+'")').next('strong').text();
if(a && a.indexOf('/viewforum.php?id=')!=-1){
a = a.match(/\/viewforum\.php\?id=(\d+)/)[1];
setLnkMytems(a);
}
});
}
});
</script>