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)
-   -   Show Thread Enhancements - [CM] Fancy Background for Userinfo & Post Title (Postbit) (https://vborg.vbsupport.ru/showthread.php?t=288997)

ChiNa 10-18-2012 04:00 PM

Quote:

Originally Posted by simonhind (Post 2373961)
ok ChiNa-Man, yes you deserver an apology, and i do apologize for the accusation saying that this template edit was a copy, when in fact it wasnt

Thank you simonhind, I really appreciate your way of comming back to reply....
Its all good and apology accepted mate. I respect you even more now!

Thanks a lot, and with your work and your codings... You belong to the best in here!

Regards ChiNa-Man

socialteenz 10-20-2012 01:13 PM

Good job man.

One suggestion:

Ability for members to upload their own background via their cpanel.

Thanks.

Bluefin221 10-20-2012 05:47 PM

Is it at all possible to get this per usergroup so that a usergroup would have a different background?

ChiNa 10-21-2012 12:40 AM

Quote:

Originally Posted by socialteenz (Post 2374509)
Good job man.

One suggestion:
Ability for members to upload their own background via their cpanel.
Thanks.

Thank you Mate, Very good one

ChiNa 10-21-2012 12:44 AM

Quote:

Originally Posted by socialteenz (Post 2374509)
Good job man.

One suggestion:
Ability for members to upload their own background via their cpanel.
Thanks.

@socialteenz Thank you Mate, Very good one.. I couldnt click on LIKE! Asks me to like another one befor lol. Pauls Addon ofcourse! :o


Quote:

Originally Posted by Bluefin221 (Post 2374571)
Is it at all possible to get this per usergroup so that a usergroup would have a different background?

@Bluefin221 well not in this version and, YES I did try see If i could make one for each but needs hard-coding! Only 1 of them can be made for all users, and thats the POST TITLE BACKGROUND, the USERINFO background is a bit hard and needs more codings.. But I will see if I can make that one day..

Bluefin221 10-21-2012 03:56 AM

Quote:

Originally Posted by socialteenz (Post 2374509)
Good job man.

One suggestion:

Ability for members to upload their own background via their cpanel.

Thanks.

This would work just as well as the usergroups idea as we could make stock graphics which they could use.

alex.devine 10-21-2012 08:13 PM

This is a great little edit and i will be using it with my own styles added :)

Thank you.


Regarding simonhind, don't worry about him he is a fool wishing he could do the same, I have reported his posts once again. It did the same in another thread and the mods removed his posts.

ChiNa 10-21-2012 10:17 PM

Quote:

Originally Posted by alex.devine (Post 2374881)
This is a great little edit and i will be using it with my own styles added :)

Thank you.


Regarding simonhind, don't worry about him he is a fool wishing he could do the same, I have reported his posts once again. It did the same in another thread and the mods removed his posts.


Thank you, I am very new in this forum! I been here for 4 months, yet I have 50 releases or more! But I what I do, I repect older members on here! This is why I stick to myself ! No need to disrespect or make more out of it! But thank you for your kinds words! I just hope it doesnt happen for another person who have worked as hard as me,,

killerford 11-17-2012 11:22 PM

Is this only for the one usergroup or can you do this for a number of groups?

ChiNa 11-19-2012 11:25 PM

Quote:

Originally Posted by killerford (Post 2382083)
Is this only for the one usergroup or can you do this for a number of groups?

You can make other groups to see the TITILE images too:

PostTitle Usergroup Permission:
Code:

<vb:if condition="is_member_of($post, 6)">
<img src="images/posttitle.png" alt="Admin Image"><br />
</vb:if>

You can change or add more numbers like 6 in this code ($post, 6) which is the usergroup ID for administrator! Add a few other numbers for example 6,5,7..

So it will look like this:
Code:

<vb:if condition="is_member_of($post, 6,5,7)">
<img src="images/posttitle.png" alt="Admin Image"><br />
</vb:if>

I will try to make others as well! Just have not time for it now! Good luck mate


All times are GMT. The time now is 01:52 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.02555 seconds
  • Memory Usage 1,740KB
  • 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
  • (7)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)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