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)
-   -   Add-On Releases - kBank 2.1 - Money System (https://vborg.vbsupport.ru/showthread.php?t=185318)

mrpaint 08-25-2008 11:31 PM

Quote:

Originally Posted by flypaper (Post 1606672)
If you're setting colors for stuff like reminders, can you set ALL the colors so that its easy enough to read? See my screenshot.

http://uselessforum.com/picture.php?...&pictureid=918

You want the text "Sponsored Links" to display in another color? You can do that by editing the template called "kbank_announce". A little confuse here because in default template, that text is displayed in black :D

fly 08-25-2008 11:47 PM

Quote:

Originally Posted by mrpaint (Post 1606939)
You want the text "Sponsored Links" to display in another color? You can do that by editing the template called "kbank_announce". A little confuse here because in default template, that text is displayed in black :D

It doesn't appear that the Sponsored links is using a hard coded color, that grey you see in my pic is one of my forum colors. And I didn't edit the template...

mrpaint 08-26-2008 10:00 AM

Quote:

Originally Posted by flypaper (Post 1606956)
It doesn't appear that the Sponsored links is using a hard coded color, that grey you see in my pic is one of my forum colors. And I didn't edit the template...

You should edit template and use the color you like. It is very easy :D

Find
HTML Code:

<strong style="margin-left: 5px;">$vbphrase[kbank_announce]</strong>
Replace with (or something like that)
HTML Code:

<strong style="margin-left: 5px; color: black;">$vbphrase[kbank_announce]</strong>

hoof 08-28-2008 11:24 AM

Hi mrpaint,

Could you tell me how to display the credits in the navbar user info?
I am trying to dispaly it here but I am having trouble figuring out the vbphrase to use:

Code:

"Good Morning, Hoof.
35 New Posts since your last visit.
You last visited: Yesterday at 07:40 PM
Credits :
Private Messages: Unread 0, Total 26.
You have no new reputation comments.

Appreciate the help :) and the hack looks good so far!

mrpaint 08-29-2008 10:11 AM

Quote:

Originally Posted by hoof (Post 1608962)
Hi mrpaint,

Could you tell me how to display the credits in the navbar user info?
I am trying to dispaly it here but I am having trouble figuring out the vbphrase to use:

Code:

"Good Morning, Hoof.
35 New Posts since your last visit.
You last visited: Yesterday at 07:40 PM
Credits :
Private Messages: Unread 0, Total 26.
You have no new reputation comments.

Appreciate the help :) and the hack looks good so far!

You can insert something like this:

HTML Code:

$kbank[name]: $bbuserinfo[kbank]

hoof 08-29-2008 10:42 AM

Quote:

Originally Posted by mrpaint (Post 1609769)
You can insert something like this:

HTML Code:

$kbank[name]: $bbuserinfo[kbank]

Perfect! Thanks :)

I am also converting from vbcredits and have it disabled with kbank pointing to "credits" for now. I also have Ishop up and running as my store and everything works great.

The only thing I see is it doesn't completely show correct money values when looking at "Top Lists" is there a way to easily move the vbcredits points to the correct table in kbank? Or a conversion tool?

~Thanks!

mrpaint 08-30-2008 02:27 AM

Quote:

Originally Posted by hoof (Post 1609783)
Perfect! Thanks :)

I am also converting from vbcredits and have it disabled with kbank pointing to "credits" for now. I also have Ishop up and running as my store and everything works great.

The only thing I see is it doesn't completely show correct money values when looking at "Top Lists" is there a way to easily move the vbcredits points to the correct table in kbank? Or a conversion tool?

~Thanks!

Use `credit` field in `user` table as kBank field and everything is done, isn't it? :D

RedeemedWarrior 08-31-2008 07:17 AM

I must say i have got this working now and i am very impressed

mrpaint 08-31-2008 12:26 PM

Quote:

Originally Posted by RedeemedWarrior (Post 1611008)
I must say i have got this working now and i am very impressed

Thank you :D I'm in upgrading progress :P

hoof 08-31-2008 06:04 PM

Another question :)

I have a few skins that do not have the traditional navbar and use an image/button the code provided
Code:

$template_hook[navbar_buttons_left]
doesn't work for them. Any way to get the drop down code for those of us using buttons?

Here's the code I am using:
Code:

<td width="63" height="69" class="nav_buttons">
<a href="???">
<img src="$stylevar[imgdir_misc]/nav_bank.png" width="63" height="69" border="0" alt="" /></a></td>



All times are GMT. The time now is 06:55 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.01534 seconds
  • Memory Usage 1,751KB
  • 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
  • (4)bbcode_code_printable
  • (4)bbcode_html_printable
  • (7)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (2)pagenav_pagelinkrel
  • (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