Request & Ideas - Info

OliverE

Power member.
Reputation
0
Im constantly looking for new things to create, differnet plugins to code.
So if you have any ideas regarding anything MyBB, please let me know.
Thank you
 
Is there a way that you could put in the web browser what the user is using and what OS they are using?

Pictures like this:

27695191.png


78145752.png


Don't know if it's possible.
 
Would it be possible to do?
 
Yes, would be simple :)

Create the custom profile fields.
Note down their ids.
Then add this to the postbit template
Code:
<br />OS: {$post['fidX']}
<br />Webbrowser: {$post['fidX']}

Tbh, it might not be too hard to get a script to work out what webbrowser the person is using, but to actually code the database storage would be a bit of a nightmare
 
Is it not just a simple template edit? Just store the html code in a variable and then add the variable at the desired place?
 
Back
Top