Customization > Blocks and Modifications

SMF Social Groups Block

<< < (3/3)

angeljs:
Okay, I managed to fix the broken image link. Simply replace this piece of code:


--- Code: ---<img src="'.$row['image'].'" alt="'.$row['group_name'].'" />
--- End code ---

With this:


--- Code: ---<img src="http://www.fullurltoyourboard.com/sogroups/'.$row['image'].'" alt="'.$row['group_name'].'" />
--- End code ---

Replace the link with the full link to your forum installation and it should work. I'm not a coder, so this is only a quick fix, if anyone has a better idea it would be appreciated.  :D

Navigation

[0] Message Index

[*] Previous page

Go to full version