vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Modification Requests/Questions (Unpaid) (https://vborg.vbsupport.ru/forumdisplay.php?f=112)
-   -   Three (hopefully) simple requests ;) (https://vborg.vbsupport.ru/showthread.php?t=67903)

Dorign 08-02-2004 02:13 PM

Three (hopefully) simple requests ;)
 
One.. some alternate work around to viewing private messages with large images/signatures. I know this must have been a problem for someone before, as anyone using a fixed forum width could end up running into it. When viewing a private message, if someone has an image signature attached, and it's longer than the small width (only 50% to 75% of the size of the original posting space in a forum) the private message area provides, the forum stretches.. so I'm seeking to either disable signatures in private message viewing areas, or maybe remove the user control panel only when you've opened a private message, or some alternate work around.

Two.. For some reason, when I upload a profile picture in the control panel, it will show my current avatar as my profile picture, even if that's not what I uploaded. And if I delete my avatar and then upload a profile picture, it just comes back as nothing (not even a broken image). I've recently installed the Upload Signature mod, so there might be something conflicting in there.. I'm not sure exactly where or what to look for, so if anyone handy with PHP might know the cause for this, please let me know so I can correct it. Profile pictures aren't really a must, but hey, a feature is a feature. ;)

Three.. Okay, I lied, this one might be hard. I came from using a PHPBB, and while it's not as good as vBulletin, it had an IP system that outshined vB's.. If you clicked to see the poster's IP, it'd show you their IP, along with other IP's they've been linked to, other usernames they've been linked to, and how many posts they've made as each IP and/or user. That was quite handy when someone was being bored and decided to play "split personalities." :P

As always, I appreciate the help. Hopefully someday I'll be smart (and sexy :D) enough to offer tons of support. hehe

Ghostsuit 08-02-2004 05:07 PM

Quote:

Originally Posted by Dorign
Three.. Okay, I lied, this one might be hard. I came from using a PHPBB, and while it's not as good as vBulletin, it had an IP system that outshined vB's.. If you clicked to see the poster's IP, it'd show you their IP, along with other IP's they've been linked to, other usernames they've been linked to, and how many posts they've made as each IP and/or user. That was quite handy when someone was being bored and decided to play "split personalities." :P

https://vborg.vbsupport.ru/showthread.php?t=66824

That might be what your looking for. On that one.

Dorign 08-02-2004 07:04 PM

Great, thanks! Now if only I could fix one and two... one, mainly. ;)

Ghostsuit 08-03-2004 12:06 AM

Quote:

Originally Posted by Dorign
One.. some alternate work around to viewing private messages with large images/signatures. I know this must have been a problem for someone before, as anyone using a fixed forum width could end up running into it. When viewing a private message, if someone has an image signature attached, and it's longer than the small width (only 50% to 75% of the size of the original posting space in a forum) the private message area provides, the forum stretches.. so I'm seeking to either disable signatures in private message viewing areas, or maybe remove the user control panel only when you've opened a private message, or some alternate work around.

Didn't really have time to look at this earlier thought it would be harder.

Goto your postbit template

Find
Code:

<if condition="$post['signature']">
Change it to
Code:

<if condition="$post['signature'] AND THIS_SCRIPT != 'private'">
You'll also need to do that in your Postbit_legacy template if you use it.

This will disable the sig in private messages.

Not a clue about problem two. I'd check any hack's you made.

Dorign 08-03-2004 06:15 AM

I love you. Seriously. Thank you so much, man. Rock the mother foin' party off the hook. :D Awesome, thank you thank you!

Dorign 08-03-2004 07:37 AM

Just an update, I found the solution to problem number two on my own.
It was in images.php, some code that you're supposed to add there using the sigUploader 1.0.0 gets mixed inbetween some profile code. Just move the sigUploader code before or after the profile picture codes, and you're fine. ;)

Ghostsuit 08-03-2004 11:59 AM

Quote:

Originally Posted by Dorign
I love you. Seriously. Thank you so much, man. Rock the mother foin' party off the hook. :D Awesome, thank you thank you!

Cheers and glad you sussed the 2nd problem. :D


All times are GMT. The time now is 07:28 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.00984 seconds
  • Memory Usage 1,731KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (2)bbcode_code_printable
  • (3)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (7)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete