Thread: vB Pager 2.0.4
View Single Post
  #55  
Old 12-23-2004, 03:53 AM
uae's Avatar
uae uae is offline
 
Join Date: Jul 2002
Location: Irvine, California
Posts: 312
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thanks rich, I'm glad that you've got it to work....

Quote:
Originally Posted by docvader
OK, we found two issues.

ONE: If you send a pager message to someone, and you leave the "send reply" box unchecked, the pager message that the recipient gets cannot be closed.
Do you mean that they can not see the close button? or they see it but when clicking on it nothing happes?

Quote:
Originally Posted by docvader
If you send a pager message to someone, with the pager message box checked, the recipient has the option to respond, but, he cannot close the pager box unless he either types in the box, or space bars three times in the box.
Same thing, can they see the close button?

Quote:
Originally Posted by docvader
Also, it would be nice to have scroll bars in the pager box (easy to add some sort of autoscroll feature), as some of my members cannot see the bottom of the pager message within the pop up box, and prefer to have scroll bars so that they can see you can scroll down to "more stuff".
I'm working on this part.

Quote:
Originally Posted by docvader
TWO: We can no longer see member profiles. Clicking on "View Public Profile" in the drop box under the member's name (in postbit) leads to a blank white page. Not sure what happened there! LOL. You cannot access member info from the postbit or from the member list.
There shouldn't be any problem with this, cos we haven't touched either files.

can you REcheck the template edit made to MEMBERINFO Template?

Where you find:

Code:
	<if condition="$userinfo['pm']">
	<tr>
	 <td>
	 $vbphrase[private_message]:<br />
	 <a href="private.php?$session[sessionurl]do=newpm&u=$userinfo[userid]"><phrase 1="$userinfo[username]">$vbphrase[send_private_message_to_x]</phrase></a>
	 </td>
	</tr>
	</if>
Add BELOW that ADD:

Code:
<!-- [START HACK='vB Pager' AUTHOR='WwW.UAEWEB.COM' VERSION='2.0.2' CHANGEID= 3 ] -->
<if condition="$bbuserinfo[canpager]">
<if condition="$bbuserinfo[userid]!=$userinfo[userid]">
	<tr>
	 <td>
	 $vbphrase[vbpager_message]:<br />
	 <a href="#" onClick='window.open("$vboptions[bburl]/pager.php?action=pager&do=newpager&touserid=$userinfo[userid]","pager","width=330,height=177");return false;'><phrase 1="$userinfo[username]">$vbphrase[vbpager_send_pager_to] $userinfo[username]</phrase> </a>
	 </td>
	</tr>
	</if>
	</if>
<!-- [END HACK='vB Pager' AUTHOR='WwW.UAEWEB.COM' VERSION='2.0.2' CHANGEID= 3 ] -->

Quote:
Originally Posted by docvader
Now, I did not do the file or template edits, as you suggested, assuming nothing had been changed within those. Not sure if you changed anything in there to fix these problems in the past day or two.
Exactly, there were no changes made to the file nor the template edits.

Quote:
Originally Posted by docvader
Otherwise, I agree. This is awesome. HOTM material. Let's help Uae get it buffed up.
True
 
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01313 seconds
  • Memory Usage 1,782KB
  • Queries Executed 11 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD_SHOWPOST
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (2)bbcode_code
  • (6)bbcode_quote
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_box
  • (1)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (1)post_thanks_postbit_info
  • (1)postbit
  • (1)postbit_onlinestatus
  • (1)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • reputationlevel
  • showthread
Included Files:
  • ./showpost.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/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_postinfo_query
  • fetch_postinfo
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showpost_start
  • bbcode_fetch_tags
  • bbcode_create
  • postbit_factory
  • showpost_post
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • showpost_complete