Go Back   vb.org Archive > vBulletin 3 Discussion > vB3 Programming Discussions
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools Display Modes
  #1  
Old 01-12-2010, 10:31 PM
fearfx fearfx is offline
 
Join Date: Mar 2007
Posts: 85
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default help with php code, vbulletin

PHP Code:
if ($show['pmstats']) { 
construct_phrase("phr"$vbphrase['unread_x_nav_compiled'], $vbphrase['total_x_nav_compiled'], $session['sessionurl_q']); 
echo 
'<div style="font-size: 11px; padding-left: 5px; padding-top: 5px;"><phrase 1="'.$vbphrase['unread_x_nav_compiled'].'" 2="'.$vbphrase['total_x_nav_compiled'].'" 3="'.$session['sessionurl_q'].'">'.$vbphrase['private_messages_nav'].'</phrase></div>';  

This is my code, phrase 2, and 3 do not show properly, and I cannot figure out what is wrong.

This is what shows: Private Messages: %1$s, %2$s.


This is what should show: Private Messages: Unread 0, Total 92.

Any help, I would appreciate very much. Thanks!
Reply With Quote
  #2  
Old 01-13-2010, 06:06 PM
kh99 kh99 is offline
 
Join Date: Aug 2009
Location: Maine
Posts: 13,185
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I've never done that before, but looking at the construct_phrase code, I see these comments at the beginning:

Code:
// #############################################################################
/**
* Construct Phrase
*
* this function is actually just a wrapper for sprintf but makes identification of phrase code easier
* and will not error if there are no additional arguments. The first parameter is the phrase text, and
* the (unlimited number of) following parameters are the variables to be parsed into that phrase.
*
* @param        string  Text of the phrase
* @param        mixed   First variable to be inserted
* @param        mixed   Nth variable to be inserted
*
* @return       string  The parsed phrase
*/


So this is untested, but I would think you'd want something like:

Code:
if ($show['pmstats']) {  
echo '<div style="font-size: 11px; padding-left: 5px; padding-top: 5px;>'.
         construct_phrase($vbphrase['private_messages_nav'],
                                     $vbphrase['unread_x_nav_compiled'], 
                                     $vbphrase['total_x_nav_compiled'], 
                                     $session['sessionurl_q']). '</div>';   
}

but it's also possible that I just don't understand what's going on....
Reply With Quote
  #3  
Old 01-13-2010, 09:10 PM
fearfx fearfx is offline
 
Join Date: Mar 2007
Posts: 85
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

no that doesn't work, I know the code I posted above is in the right direction, it sorta works...

Can anyone out here help please?
Reply With Quote
  #4  
Old 01-13-2010, 10:46 PM
kh99 kh99 is offline
 
Join Date: Aug 2009
Location: Maine
Posts: 13,185
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I had an extra " in there, you might try it again.

It's funny, I have to admit I was wondering what you were doing there, now I see you tried to follow something I suggested in another thread. But in that thread the "phr" was just an example, not meant to be literal, it should be replaced with the actual phrase you're constructing (which in this case I believe is $vbphrase['private_messages_nav'].

Also you have a <phrase> tag in your output, but that's a tag to be used in templates so I don't think you should be 'echoing' it as output. I think "construct_phrase" does the same thing in a php program so you should be using the return value of that as part of your output.

Just wanted to clarify what I was trying to say - if anyone else wants to help, go for it.
Reply With Quote
  #5  
Old 01-15-2010, 07:19 PM
fearfx fearfx is offline
 
Join Date: Mar 2007
Posts: 85
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Ok, that works.

Question though, the word Private Messages, that outputs, how do I add a link to that?
Reply With Quote
  #6  
Old 01-15-2010, 07:47 PM
kh99 kh99 is offline
 
Join Date: Aug 2009
Location: Maine
Posts: 13,185
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hmm...it should be a link already, I think. The default value for that phrase includes the html tags to make the words "Private Messages" a link.
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


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


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.07107 seconds
  • Memory Usage 2,214KB
  • Queries Executed 13 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (1)ad_showthread_firstpost
  • (1)ad_showthread_firstpost_sig
  • (1)ad_showthread_firstpost_start
  • (2)bbcode_code
  • (1)bbcode_php
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)navbar
  • (3)navbar_link
  • (120)option
  • (6)post_thanks_box
  • (6)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (6)post_thanks_postbit_info
  • (6)postbit
  • (6)postbit_onlinestatus
  • (6)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.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
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • 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
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete