Quote:
Originally Posted by familyhistory
Thanks Lynne,
Sorted it. Thanks for your help. The only problem is if they have no signature, the field ($post[field8]) will not show........ How could I get it to show even if the signature is blank?
|
Don't put it within the <if> statement.
Quote:
Originally Posted by familyhistory
Another question Lynne on the same field.
This $post[field8] is a number of names each member is researching, for example mine is:
Admin Hallam, Wilson, Harris, Crowder, Lane, Crisp, Naylor, Downs
Is there anyway of adding a separate VBulletin page to display all members and their names ($post[field8]) (with an alphabetical search menu similar to what we see in memberlist.php) - basically the same as memberlist!
Thanks again,
Dave
|
Sure there is a way. The information is in the database, so there is always a way to grab it out of the database and do something with it. It's just a matter of how involved that is. Depending on the database structure and exactly what you want done, it could be super simple or a bit more complicated. It also depends on how familiar you are with writing queries and php pages.