vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Modification Graveyard (https://vborg.vbsupport.ru/forumdisplay.php?f=224)
-   -   Private Messages Enhancements - [OzzModz] vBulletin.org Type New Private Message Identifier (https://vborg.vbsupport.ru/showthread.php?t=315267)

ozzy47 12-21-2014 10:31 AM

I can look into it for a future update. Can you post it as a feature request on my site in this forum, http://ozzmodz.com/forumdisplay.php/...age-Identifier

LLent 12-21-2014 10:32 AM

Quote:

Originally Posted by ozzy47 (Post 2528217)
I can look into it for a future update. Can you post it as a feature request on my site in this forum, http://ozzmodz.com/forumdisplay.php/...age-Identifier


sure will do and thanks

ozzy47 12-21-2014 10:34 AM

Excellent. It makes it easier for me to find feature requests that way. :)

Replicators 01-18-2015 12:38 AM

Quote:

Originally Posted by Black Snow (Post 2526342)
I made this plugin a while ago on my forum before you released it ozzy. Not sure if this is more simple or not.

Code:

if($vbulletin->userinfo['pmunread']){
$find = '<li class="welcomelink">';
$replace = '<li class="welcomelink">
    <a href="private.php?"><img border="0" src="images/newpm.gif" width="22" height="10"></a>';

$output = str_replace($find, $replace, $output);
}


Thanks for this, from this i was able to just put it manually in template using
Code:

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

which worked beautifully where i needed it to be.

ozzy47 01-18-2015 12:41 AM

Why do a manual template edit, vs something automatic?

Replicators 01-18-2015 12:42 AM

Quote:

Originally Posted by ozzy47 (Post 2533033)
Why do a manual template edit, vs something automatic?

Because i use https://vborg.vbsupport.ru/showthread.php?t=257261 which throws your mod off.

ozzy47 01-18-2015 12:45 AM

Ahh, well then that makes sense, thanks for the clarification. :)

itilm 01-18-2015 06:10 PM

great

ozzy47 01-18-2015 07:31 PM

Thanks, but I see you did not download it, so not sure what the great is for. :)

MistViper 01-19-2015 01:46 AM

I have a question regarding the ozzmodz_mods folder in the upload folder. Should I upload that folder into the forum directory or go one folder deeper into the new pm notice folder? Thanks ozzy and keep the amazing mods coming!


All times are GMT. The time now is 11:58 AM.

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.01640 seconds
  • Memory Usage 1,734KB
  • 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)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