The link to the wall of members
Description
Have the link of the wall for each member
Set up
First, paste this code wherever you want to have the link
- Code:
<a class="userprofil" href="/uUIDwall">Member wall</a>
And add the javascript code:
- Code:
$(function(){
$("a.userprofil").attr("href",function(i,o){ return o.replace(/UID/g,(my_getcookie("fa_"+location.host.replace(/\./g,'_')+"_data")||"").replace(/^.*"userid";(s:[1-9][0-9]*:"([1-9][0-9]*)"|i:([1-9][0-9]*));.*$/,"$2$3")) });
});
Customize the tutorial
Well, you can only change "Member wall" with the text you want for the wall-link
Technical problems
The tutorial was tested on This forum and works with every browsers; If you notice that the tutorial doesn't work for a browser or for a version of forum (PhpBB2, PhpBB3, PunBB, Invision) contact an administrator and we will fill this field with your segnalation. Thanks, the staff |
For every problem or question please, contact us in the section Support for the tutorials, The staff will answer you as soon as it is possible... |
Friendly,
The team of the Forum of Codes.