• Welcome to ForumKorner!
    Join today and become a part of the community.

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
 

м¢ℓσνιη

Active Member
Reputation
0
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.
 

м¢ℓσνιη

Active Member
Reputation
0
Would it be possible to do?
 

OliverE

Power member.
Reputation
0
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
 

Poseidon

Member
Reputation
0
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?
 
Top