| 
Welcome, Guest

CBAuthorBot Hack - Show CB Avatar in articles
(1 viewing) (1) Guest

TOPIC: CBAuthorBot Hack - Show CB Avatar in articles

Re:CBAuthorBot Hack - Show CB Avatar in articles 5 years, 10 months ago #9175

  • Posts:
  • Karma:
Hello,

thanks a lot but i have one question. The images must be in the folder tngallery. I don´t have this one and i build a new one. Only my image (from admin) have the right point: www.website.de/images/comprofiler/tn62_43f220dd06300.jpg

All the others f.e. www.website.de/images/comprofiler/tngallery/joshua-mini.jpg


Hmmm, can i make it that all images put in the folder "comprofiler" and not in the tngallery?

Thanks a lot, swetti

Re:CBAuthorBot Hack - Show CB Avatar in articles 5 years, 10 months ago #9197

  • Posts:
  • Karma:
In the following code, you can change the line that says "$avatarlink = $mosConfig_live_site.'/images/comprofiler/tn'.$avatar;" and change the path to your thumbnail images.

Going by your example, you would change it to "$avatarlink = $mosConfig_live_site.'/images/comprofiler/tngallery/'.$avatar;"

 
if ( $avatar ) {
$avatarlink = $mosConfig_live_site.'/images/comprofiler/tn'.$avatar;
$txt = "<a href=\"".sefRelToAbs('index.php?option=com_comprofiler&task=userProfile&user='.$row->created_by)."\"><img src=\"$avatarlink\" border=\"0\" align=\"left\" class=\"authorimg\" /></a>";
}
 


I hope this helps!

Re:CBAuthorBot Hack - Show CB Avatar in articles 5 years, 9 months ago #10767

  • Posts:
  • Karma:
THanks for the nice hack.

I have only one little question is it possible to get under the avatar the name of the author ???

I'am really a sql noob, but I hope someone can help me.

Re:CBAuthorBot Hack - Show CB Avatar in articles 5 years, 9 months ago #10770

  • Posts:
  • Karma:
Is this like a 'stable' hack? I mean is it 'bugfree´ and/or does it work appropiatly?

Re:CBAuthorBot Hack - Show CB Avatar in articles 5 years, 9 months ago #10776

  • Posts:
  • Karma:
I just use this hack and it function on my site without any problems

Re:CBAuthorBot Hack - Show CB Avatar in articles 5 years, 9 months ago #10784

  • Posts:
  • Karma:
How would i go about showing the users, user name NOT real name ?
Time to create page: 0.93 seconds