1
XOOPS 2.3.3; newbb 3.08
My idea: I want to create new fields in the user profiles, in which users can insert links for multiple avatars, then allow users to select which avatar they will be posting with through a drop-down menu, checkbox, or whatever is easiest, on the post/reply form for newbb.
I would like to use [url=https://xoops.org/modules/newbb/viewtopic.php?start=10&topic_id=68575&viewmode=flat&order=ASC&type=&mode=0]this[url] to post the correct user field as an avatar on the forum.
I'm sure you guys are getting tired of my questions by now... but for the lucky few who have not run into one of them yet, I will reiterate: I know absolutely no PHP, so if anyone is bored and kind, it would be very much appreciated if you could write some code for me towards this. :)
I need:
1. The form for users to select which avatar (myfield1 - myfield8) they would like to use on this post (and where to put it).
2. An if command to find which avatar was selected for that particular post, and post it - use link above for posting a custom field on the forum.
I hope this is feasible; thank you so much!