MyBB Community Forums
Users IP in postbit - Printable Version

+- MyBB Community Forums (https://community.mybb.com)
+-- Forum: Extensions (https://community.mybb.com/forum-201.html)
+--- Forum: Plugins (https://community.mybb.com/forum-73.html)
+---- Forum: Plugin Requests (https://community.mybb.com/forum-65.html)
+---- Thread: Users IP in postbit (/thread-23713.html)

Pages: 1 2


Users IP in postbit - spinning - 2007-09-03

In my old forum I could show the users IP in the posts to administrators.
Now I wanne know if it is also possible to add here the users ip in the postbit, this ip address must be showed only to admins. A member or guest may not see it.

example

Posts: 3,00
Group: Administrators
Joined: Jun 2007
Status: Offline
ipaddress:


RE: Users IP in postbit - LeX- - 2007-09-03

The attachment returns the IP when they posted.

Upload in your pluginfolder and Activate.


RE: Users IP in postbit - spinning - 2007-09-03

Thanks,

only 1 small error, it showed like this

UserIP: 81.204.76.230Warning Level

Warming level is from another plugin but it is on the same line as ip


RE: Users IP in postbit - LeX- - 2007-09-03

Aint an error, it works properly on the standard MyBB installation.
Open the plugin and add a <br /> at the end ...


RE: Users IP in postbit - aorgun - 2007-09-03

Use that Wink


RE: Users IP in postbit - LeX- - 2007-09-03

aorgun Wrote:Use that Wink

He probably can modify it himself, and use the correct one; <br /> not <br>


RE: Users IP in postbit - spinning - 2007-09-03

THANKS it works for the full 100%


RE: Users IP in postbit - aorgun - 2007-09-03

LeX- Wrote:
aorgun Wrote:Use that Wink

He probably can modify it himself, and use the correct one; <br /> not <br>
i hate / Toungue
Ok, he'll choose one...

spinning Wrote:THANKS it works for the full 100%
nope Wink


RE: Users IP in postbit - spinning - 2007-09-03

I changed it to <br />, for me it does not gave any problem with <br>, but perhaps after a update it will so I changed it.
So once again thanks for creating this plugin.


RE: Users IP in postbit - Martin M. - 2007-09-03

Well if you have / then you need to change your doctype to HTML. It won't be XHTML valid then. It's the proper way as XHTML is basicly XML.