vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.7 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=228)
-   -   Private Messages Enhancements - Change Userinfo Box on New Notification (https://vborg.vbsupport.ru/showthread.php?t=167539)

RvG2 04-12-2008 05:56 PM

well said :)

nix 04-12-2008 06:03 PM

Yea. Seems like a growing trend.

I just don't see why its so difficult to change this line

Code:

<td class="inlinemod" nowrap="nowrap">
to what ever you want.

Code:

<td class="mycss" nowrap="nowrap">
and then add this to the additional css in the style.

Code:

.mycss {background: #FFFFCC; color: #000;}
or if you want an image like how I have it

Code:

.mycss {background: transparent url(/path/to/my/image.png) no-repeat scroll right top;}
But to use an image to change the background color, well thats just...

Boofo 04-12-2008 07:05 PM

is there any way to make that image a tad smaller or transparent and include it in the first post? I'd like to try that, just for the heck of it.

nix 04-12-2008 07:30 PM

what do you mean?

Boofo 04-12-2008 08:13 PM

The pic you use for your background.

carrlos 04-17-2008 05:30 PM

Quote:

Originally Posted by nix (Post 1489215)
Yea. Seems like a growing trend.

I just don't see why its so difficult to change this line
But to use an image to change the background color, well thats just...

In my defense, I don't use an image to change the background color but use an animated .gif file to flash the box. I don't know who came up with idea first and I really don't care. They both work. As for this one, for me it is more work because I am an average guy (read: non-coder) and find it more easy to reupload an image rather than recode something everytime I want to change it. That is the ease that I and many others find in a slightly different version of this hack.

But keep up the good work because it definitely is good work. :up:

rapidphim 04-22-2008 10:06 PM

It works on RC3 right? Would someone please confirm? Thanks.

Golzarion 04-27-2008 05:39 PM

Quote:

Originally Posted by rapidphim (Post 1496874)
It works on RC3 right? Would someone please confirm? Thanks.

I used on RC4! It works perfectly..

nix 04-28-2008 10:32 PM

there is a 3.7 version but they are the same.

Super Jinni 05-21-2008 11:33 AM

Quote:

Originally Posted by nix (Post 1489215)
Yea. Seems like a growing trend.

I just don't see why its so difficult to change this line

Code:

<td class="inlinemod" nowrap="nowrap">
to what ever you want.

Code:

<td class="mycss" nowrap="nowrap">
and then add this to the additional css in the style.

Code:

.mycss {background: #FFFFCC; color: #000;}
or if you want an image like how I have it

Code:

.mycss {background: transparent url(/path/to/my/image.png) no-repeat scroll right top;}
But to use an image to change the background color, well thats just...

none of that works for me and the background color changed only to black

any idea about how to move around this please?

:)

Vinyljunky 05-22-2008 11:38 AM

Simple but effective!

Thanks

VinylJunky

Stax 06-03-2008 10:22 AM

Quote:

Originally Posted by nix (Post 1437877)
Not sure what you mean.

That is from vbulletin 3.7

Silly question but what must i do to even get the box to show up?

solidlink 06-03-2008 02:17 PM

doesnt seem to work for me...

solidlink 06-06-2008 07:24 PM

doesnt work for me, anyone knows?

nix 06-06-2008 07:45 PM

do you have a custom skin?

Essencee 06-08-2008 03:12 PM

I have a custom skin and this is doesn't work.
What can I do?

Thank you!

nix 06-09-2008 03:11 AM

You have to figure out how your skin is coded and change what you need for this mod to work.

Essencee 06-09-2008 12:42 PM

I did that. And this is not working.. Why?
Thank you again!

n95gps 08-23-2008 03:01 AM

this is not working for me

i have customed skin.. andi dont know what to look for to change

i guess this hack limit its use for original vb style..

its a very nice mod but its not for everyone

i was going to nominate it but i guess since i couldn't install it i am not

thanx anyhow

Wheezy 08-23-2008 03:19 AM

This is great! Thank you for sharing :D

jpbryan 09-24-2008 11:26 AM

Thank you. Installed and working great.

Sweeks 01-04-2009 03:35 PM

I cant seem to find where to add the class to:

HTML Code:


<!-- breadcrumb, login, pm info -->
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<tr>
        <td class="alt1" width="100%">
                <if condition="is_array($navbits)">
                        <table cellpadding="0" cellspacing="0" border="0">
                        <tr valign="bottom">
                                <td><a href="#" onclick="history.back(1); return false;"><img src="$stylevar[imgdir_misc]/navbits_start.gif" alt="$vbphrase[go_back]" border="0" /></a></td>
                                <td>&nbsp;</td>
                                <td width="100%"><span class="navbar"><a href="$vboptions[forumhome].php$session[sessionurl_q]" accesskey="1">$vboptions[bbtitle]</a></span> $navbits[breadcrumb]</td>
                        </tr>
                        <tr>
                                <td class="navbar" style="font-size:10pt; padding-top:1px" colspan="3"><if condition="$_SERVER['REQUEST_METHOD'] == 'POST'"><img class="inlineimg" src="$stylevar[imgdir_misc]/navbits_finallink_$stylevar[textdirection].gif" alt="" border="0" /><else /><a href="$navbar_reloadurl"><img class="inlineimg" src="$stylevar[imgdir_misc]/navbits_finallink_$stylevar[textdirection].gif" alt="$vbphrase[reload_this_page]" border="0" /></a></if> <strong>$navbits[lastelement]</strong></td>
                        </tr>
                        </table>
                <else />
                        <div class="navbar" style="font-size:10pt"><a href="$vboptions[forumhome].php$session[sessionurl_q]" accesskey="1"><img class="inlineimg" src="$stylevar[imgdir_misc]/navbits_start.gif" alt="" border="0" /></a> <strong>$vboptions[bbtitle]</strong></div>
                </if>
        </td>
<if condition="$show['member']">
        <td class="alt2" nowrap="nowrap">
        <div class="smallfont">
                <strong><phrase 1="$bbuserinfo[username]" 2="member.php?$session[sessionurl]u=$bbuserinfo[userid]">$vbphrase[welcome_x_link_y]</phrase></strong>
                <phrase 1="$pmbox[lastvisitdate]" 2="$pmbox[lastvisittime]">$vbphrase[last_visited_x_at_y]</phrase>

                <if condition="$show['notifications'] AND $show['popups']">
                        <div><span id="notifications"><a href="usercp.php$session[sessionurl_q]">$vbphrase[your_notifications]:</a> <strong>$notifications_total</strong></span></div>
                        <script type="text/javascript"> vBmenu.register("notifications"); </script>
                <else /><if condition="$show['pmstats']">
                        <div><phrase 1="$vbphrase[unread_x_nav_compiled]" 2="$vbphrase[total_x_nav_compiled]" 3="$session[sessionurl_q]">$vbphrase[private_messages_nav]</phrase></div>
                </if></if>

                <if condition="$show['pmwarning']"><div><strong><phrase 1="$vbphrase[pmpercent_nav_compiled]">$vbphrase[your_pm_box_is_x_full]</phrase></strong></div></if>
        </div>
        </td>
</if>
</tr>
</table>

<if condition="$show['notices']">
        <table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
        <tr>
                <td class="thead">$vbphrase[notices]</td>
        </tr>
        <tr>
                <td class="alt1">$notices</td>
        </tr>
        </table>
       
</if>

<if condition="$show['forumdesc']">
        <table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
        <tr>
                <td class="alt1" width="100%"><strong>$foruminfo[title]</strong> <span class="smallfont">$foruminfo[description]</span></td>

        </tr>
        </table>
       
</if>

<if condition="$show['popups']">
<!-- NAVBAR POPUP MENUS -->

        <if condition="$show['searchbuttons']">
        <!-- header quick search form -->
        <div class="vbmenu_popup" id="navbar_search_menu" style="display:none" align="$stylevar[left]">

                <table cellpadding="4" cellspacing="1" border="0">
                <tr>
                        <td class="thead">$vbphrase[search_forums]</td>
                </tr>
                <tr>
                        <td class="vbmenu_option" title="nohilite">
                                <form action="search.php?do=process" method="post">

                                        <input type="hidden" name="do" value="process" />
                                        <input type="hidden" name="quicksearch" value="1" />
                                        <input type="hidden" name="childforums" value="1" />
                                        <input type="hidden" name="exactname" value="1" />
                                        <input type="hidden" name="s" value="$session[sessionhash]" />
                                        <input type="hidden" name="securitytoken" value="$bbuserinfo[securitytoken]" />
                                        <div><input type="text" class="bginput" name="query" size="25" tabindex="1001" /><input type="submit" class="button" value="$vbphrase[go]" tabindex="1004" /></div>
                                        <div style="margin-top:$stylevar[cellpadding]px">
                                                <label for="rb_nb_sp0"><input type="radio" name="showposts" value="0" id="rb_nb_sp0" tabindex="1002" checked="checked" />$vbphrase[show_threads]</label>
                                                &nbsp;
                                                <label for="rb_nb_sp1"><input type="radio" name="showposts" value="1" id="rb_nb_sp1" tabindex="1003" />$vbphrase[show_posts]</label>
                                        </div>
                                </form>
                        </td>
                </tr>
                <if condition="$vboptions[threadtagging]">
                <tr>
                        <td class="vbmenu_option"><a href="tags.php$session[sessionurl_q]" rel="nofollow">$vbphrase[tag_search]</a></td>
                </tr>
                </if>
                <tr>
                        <td class="vbmenu_option"><a href="search.php$session[sessionurl_q]" accesskey="4" rel="nofollow">$vbphrase[advanced_search]</a></td>
                </tr>
                $template_hook[navbar_search_menu]
                </table>
        </div>
        <!-- / header quick search form -->
        </if>

Any ideas? Thank you :D
________
Bmw r32 history

KEKforce 01-15-2009 10:10 PM

Works with 3.8.0 gold

DieselMinded 03-15-2009 05:27 PM

Installed and its proper html as well


All times are GMT. The time now is 02:40 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.01547 seconds
  • Memory Usage 1,837KB
  • 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
  • (8)bbcode_code_printable
  • (1)bbcode_html_printable
  • (4)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (24)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