vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 4.x Template Modifications (https://vborg.vbsupport.ru/forumdisplay.php?f=246)
-   -   Private Messages Enhancements - Private Messages vb4 like vBulletin.org (https://vborg.vbsupport.ru/showthread.php?t=251957)

profuae 10-14-2010 03:15 PM

thanks .
nice

duditas 10-15-2010 03:37 PM

Thank you very much!

8thos 10-16-2010 12:56 AM

Cheeeaaaaaaa

abbasbsp 10-18-2010 07:14 AM

thank all

sulasno 10-18-2010 11:05 AM

the image appears below My Profile instead of by the side

OldSchoolDSL 10-23-2010 07:53 PM

Had to re-apply for 4.0.8 (as I reverted back styles), but works flawlessly

cyberchief 10-25-2010 01:40 AM

I was having issues on the placement as well. I added the above mod code right below:
Code:

<li class="welcomelink">{vb:rawphrase welcome_x_link_y, {vb:raw bbuserinfo.username}, {vb:link member, {vb:raw bbuserinfo}}}</li>
                                <vb:if condition="$vboptions['enablefacebookconnect']">
                                        {vb:raw facebook_header}
                                </vb:if>

This puts it right next to the notification link. At least in 4.0.8...

COL NIL SATIS 10-28-2010 06:33 PM

Installed..works great ...thanks !!!!!!

OldSchoolDSL 10-28-2010 07:03 PM

Quote:

Originally Posted by cyberchief (Post 2113807)
I was having issues on the placement as well. I added the above mod code right below:
Code:

<li class="welcomelink">{vb:rawphrase welcome_x_link_y, {vb:raw bbuserinfo.username}, {vb:link member, {vb:raw bbuserinfo}}}</li>
                                <vb:if condition="$vboptions['enablefacebookconnect']">
                                        {vb:raw facebook_header}
                                </vb:if>

This puts it right next to the notification link. At least in 4.0.8...

Thank. This improved the layout issue I had with 4.0.8 , but I would suggest adding the mod code to it 1 more line down under the
Code:

</url>
This will make sure that this mod is not mistakenly added into the Facebook URL

PossumX 11-07-2010 07:51 PM

1 Attachment(s)
Well, this placement seems to get fouled up when Facebook connect is being used.

In order to remedy the placement and have it show properly on my forum:

Find:

Code:

<a class="popupctrl" href="usercp.php{vb:raw session.sessionurl_q}">{vb:rawphrase your_notifications}: <span class="notifications-number"><strong>{vb:raw notifications_total}</strong></span></a>
Paste Below:

Code:

<vb:if condition="$bbuserinfo['pmunread']">
    <a href="private.php?"><img border="0" src="images/newpm.gif" width="22" height="10"></a>
    </vb:if>

Placement snag:

Attachment 123474

Works perfectly for my site, so I figured I'd pass it along.


All times are GMT. The time now is 03:38 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.01090 seconds
  • Memory Usage 1,738KB
  • 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
  • (5)bbcode_code_printable
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)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
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete