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)
-   -   Mini Mods - Your posts count like by ME (https://vborg.vbsupport.ru/showthread.php?t=231161)

abbasbsp 12-24-2009 10:00 PM

Your posts count like by ME
 
1 Attachment(s)
Add your posts count to the header. Like by ME

ACP >> Style Manager >> Select Style, Edit Templates >> header

Find:
Code:

<li class="welcomelink">{vb:rawphrase welcome_x_link_y, {vb:raw bbuserinfo.username}, {vb:link member, {vb:raw bbuserinfo}}}</li>
REPLACE :
Code:

<li class="welcomelink">{vb:rawphrase welcome_x_link_y, {vb:raw bbuserinfo.username}, {vb:link member, {vb:raw bbuserinfo}}}(<a href="search.php?{vb:raw session.sessionurl}do=finduser&amp;userid={vb:raw bbuserinfo.userid}&amp;contenttype=vBForum_Post&amp;showposts=1">{vb:raw bbuserinfo.posts} posts</a>)</li>


https://vborg.vbsupport.ru/attachmen...1&d=1262084864

enjoy ......

elwachiman 12-26-2009 12:04 AM

good installed and working

Mudo 12-26-2009 12:23 AM

Installed and working, thanks

KissOfDeath 12-26-2009 05:17 AM

Installed and working for me also , thanks

stl7997 12-27-2009 08:59 AM

Love it, thanks!

TandyServices 12-27-2009 09:51 AM

Installed and working great, Thanks alot

Dr.osamA 12-27-2009 01:02 PM

installed

thanxxx
________

abbasbsp 12-28-2009 11:07 AM

1 Attachment(s)
modification simple

GO TO Haeder templete

FIND :
<li>{vb:rawphrase welcome_x_link_y, {vb:raw bbuserinfo.username}, {vb:link member, {vb:raw bbuserinfo}}}</li>

REPLACE :
<li>{vb:rawphrase welcome_x_link_y, {vb:raw bbuserinfo.username}, {vb:link member, {vb:raw bbuserinfo}}}({vb:raw bbuserinfo.posts} posts)</li>

abbasbsp 12-29-2009 09:07 AM

1 Attachment(s)
modification LINK your POST

GO TO Haeder templete

FIND :
PHP Code:

<li>{vb:rawphrase welcome_x_link_y, {vb:raw bbuserinfo.username}, {vb:link member, {vb:raw bbuserinfo}}}</li

REPLACE :
Code:

<li>{vb:rawphrase welcome_x_link_y, {vb:raw bbuserinfo.username}, {vb:link member, {vb:raw bbuserinfo}}}(<a href="search.php?{vb:raw session.sessionurl}do=finduser&amp;userid={vb:raw bbuserinfo.userid}&amp;contenttype=vBForum_Post&amp;showposts=1">{vb:raw bbuserinfo.posts} posts</a>)</li>

KevinGupta 01-06-2010 04:05 PM

Works great.. but how can I change the color of this? This text is not really visible on the type of banner I have :( I would like to change the color of this text...
Anyway I can do this?

abbasbsp 01-06-2010 05:37 PM

this code and replace it is in any way you want, you can change the color of their own

Code:

<li>{vb:rawphrase welcome_x_link_y, {vb:raw bbuserinfo.username}, {vb:link member, {vb:raw bbuserinfo}}}(<a href="search.php?{vb:raw session.sessionurl}do=finduser&amp;userid={vb:raw bbuserinfo.userid}&amp;contenttype=vBForum_Post&amp;showposts=1"><font color="red">{vb:raw bbuserinfo.posts} posts</font></a>)</li>
red, can be changed

KevinGupta 01-08-2010 12:09 AM

thanks :)

RedHacker 01-14-2010 06:25 AM

ichal_spy with vBulletin Version 4.0.1 not look fine... Show before Welcome Nickname...

In the first post must be change the code....

abbasbsp 01-14-2010 02:50 PM

update version vb 4.0.1

perfect

zonaenlinea 01-15-2010 03:22 PM

Thanks very good prefect

pretke 01-27-2010 12:15 PM

Installed and working.
Thanks

RedHacker 02-18-2010 07:53 AM

Quote:

Originally Posted by ichal_spy (Post 1948969)
this code and replace it is in any way you want, you can change the color of their own

Code:

<li>{vb:rawphrase welcome_x_link_y, {vb:raw bbuserinfo.username}, {vb:link member, {vb:raw bbuserinfo}}}(<a href="search.php?{vb:raw session.sessionurl}do=finduser&amp;userid={vb:raw bbuserinfo.userid}&amp;contenttype=vBForum_Post&amp;showposts=1"><font color="red">{vb:raw bbuserinfo.posts} posts</font></a>)</li>
red, can be changed

Not display good in 4.0.2 Version....

nci 02-18-2010 12:22 PM

Thanks,So simple and Useful,Nominated also.

mactelesis 04-29-2010 02:33 PM

I have a slight problem with this where it is displaying backwards. In the example given by the OP it says "Your post count: XXX" when I make the modification, it displays the post count first and then the words "Your Post Count:" so it doesn't read right.

Any thoughts?

Winter Sonata 05-01-2010 03:26 AM

installed and working

mactelesis, it is so simple I have replaced this
Code:

<li class="welcomelink">{vb:rawphrase welcome_x_link_y, {vb:raw bbuserinfo.username}, {vb:link member, {vb:raw bbuserinfo}}}</li>
with this
Code:

<li class="welcomelink">{vb:rawphrase welcome_x_link_y, {vb:raw bbuserinfo.username}, {vb:link member, {vb:raw bbuserinfo}}}(<a href="search.php?{vb:raw session.sessionurl}do=finduser&amp;userid={vb:raw bbuserinfo.userid}&amp;contenttype=vBForum_Post&amp;showposts=1"><font color="lime">{vb:raw bbuserinfo.posts} posts</font></a>)</li>
and it appears as clickable with greeen colour, try again

bashsoft 05-01-2010 10:26 AM

1 Attachment(s)
The installation was successful on the Arabic forums
Very beautiful and eye-catching
Thanks!

https://vborg.vbsupport.ru/attachmen...1&d=1272713172

BlueCheri 05-02-2010 04:55 AM

Installed, working fine, thanx

abbasbsp 05-02-2010 06:17 AM

Update for vb 4.0.3 ....

Sparrow-Sean 05-14-2010 01:07 AM

Perfect, Thank you.

RedHacker 07-16-2010 06:40 PM

Please update to the vBulletin 4.0.5

COL NIL SATIS 07-27-2010 07:23 PM

Fantastic,thank you ichal spy:)

drsmash 08-04-2010 11:40 PM

in my Forum seems not tidy ( Use 4.0.5 )

http://www.gulfson.com/vb/attachment...1&d=1280967131

so i redesign your Idea

Code:

<li class="welcomelink">{vb:rawphrase welcome_x_link_y, {vb:raw bbuserinfo.username}, {vb:link member, {vb:raw bbuserinfo}}} | <a href="search.php?{vb:raw session.sessionurl}do=finduser&amp;userid={vb:raw bbuserinfo.userid}&amp;contenttype=vBForum_Post&amp;showposts=1"> {vb:rawphrase 'posts'}:{vb:raw bbuserinfo.posts} </a> </li>
thanks and nice work :)

kabir 08-09-2010 04:39 AM

Working On 4.0.5 version

Manoel J?nior 08-15-2010 04:27 PM

Not Working in 4.0.6

Manoel J?nior 08-28-2010 04:54 PM

Not functionally vB 4.0.6:

http://a.imageshack.us/img580/391/bladq.jpg

iyama 10-05-2010 03:16 PM

I have uninstalled it.

Thnx for the creation :D

Dr.osamA 10-11-2010 04:44 AM

working for 4.0.7

thanxxx

rodriiverduguez 10-21-2018 02:33 AM

Working 4.2.5

Good6

Alan_SP 10-22-2018 04:24 PM

For multilanguage forums, it is better to use already existing phrase, not hardcoded posts, so use:

HTML Code:

<li class="welcomelink">{vb:rawphrase welcome_x_link_y, {vb:raw bbuserinfo.username}, {vb:link member, {vb:raw bbuserinfo}}}(<a href="search.php?{vb:raw session.sessionurl}do=finduser&amp;userid={vb:raw bbuserinfo.userid}&amp;contenttype=vBForum_Post&amp;showposts=1">{vb:raw bbuserinfo.posts} {vb:rawphrase posts}</a>)</li>

blade5000 11-18-2018 08:32 AM

not work by 4.2.5 ;(


All times are GMT. The time now is 12:53 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.01321 seconds
  • Memory Usage 1,785KB
  • 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
  • (1)bbcode_php_printable
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (35)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
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete