Quote:
|
Originally Posted by Brian You would also have to add all of the code there to your memberlist.php file. |
Here is what I did in more detail:
1.) From:
http://www.vbadvanced.com/forum/showthread.php?t=5800
I added the following to memberlist.php instead of index.php
A.) Added:
Code:
Content visible to verified customers only.
B.) Added:
Code:
Content visible to verified customers only.
C.) Right below:
Code:
Content visible to verified customers only.
Added: (this was not changed from the original post)
Code:
Content visible to verified customers only.
2.) From:
http://www.vbadvanced.com/forum/showthread.php?t=5917&highlight=memberlist
Added this to memberlist:
Code:
Content visible to verified customers only.
Added this to membelist_resultbit:
Code:
Content visible to verified customers only.
The result was nothing... No pics...
I think perhaps, I am not using the code correctly in memberlist.php or I am not using $randomimagebits correctly because a pic has to be generated for each member on the memberlist.
Any ideas?