Search results for query: *

  1. Madhatterr

    Bug Skipped Paycheck Issues

    We never did get this resolved.
  2. Madhatterr

    Bug Skipped Paycheck Issues

    Here it is. Two weeks ago I merged one credit into the other (I had two set up in VbCredits and merged one into the other) and it hasn't sent out a paycheck at all since then, even though it is sending out birthdays.
  3. Madhatterr

    Bug Skipped Paycheck Issues

    So after a couple weeks with the above coding implementing, it seems to be working flawlessly for birthdays but not paychecks.
  4. Madhatterr

    Question Currency dropdown template hook moved to header

    Very much appreciated, thank you for taking the time to write that up!
  5. Madhatterr

    Question Currency dropdown template hook moved to header

    That thread is locked so I can't ask there, but it says it only works on vb 3.8 and not any version of vb 4. Does anyone have updated instructions for the lastest version of vbulletin?
  6. Madhatterr

    Question Currency dropdown template hook moved to header

    Hello, we'd like to move the template hook on the navbar that shows the currency dropdown up to our header along with the notifications, etc.. so that it is global and members have a place to view their currency amount on every page and not just the forum page. Is there a way to get the hook to...
  7. Madhatterr

    Question Item Duration Question

    I will try that, but on something like the avatar it's a usergroup permission and not something that you click the configure button on in your inventory so I didn't think it would work, it would just let them have the permission permanently.
  8. Madhatterr

    Question Item Duration Question

    Hello, We want to be able to set it up so that a member has to pay every time they want to change their avatar, but once they've changed it lasts until they choose to buy the item again to change it. Setting item duration to 1 and reconfigurable to no works, however, once the 24 hours is up it...
  9. Madhatterr

    Legacy User Title Style in Who's Online

    Currently if User Title Style Change is purchased, it shows up in VbShout and the Postbit, but not the Who's Online or VsA Advanced Statistics. Is there a way to make these areas show the purchased changes?
  10. Madhatterr

    Legacy Color Picker

    What if it weren't actually php re-colored but something like a dropdown list of colors (pointing to pre-designed/uploaded images) or rows of color boxes that also simply point to pre-artist designed colors?
  11. Madhatterr

    Legacy Color Picker

    I'd like to request a rearrange of the way the shop is handled visually which would help reduce the overwhelming number of items when creating outfits/hairs etc with many different color options. Each option would still be an individual png in the system but there would be a base model shown to...
  12. Madhatterr

    Bug Custom Fields not working

    Thanks Fillip H.! I searched all over vbulletin.com and .org but they all had the outdated vb3 syntax.
  13. Madhatterr

    Bug Custom Fields not working

    Hello, I've created a custom profile field and I am trying to add it to the postbit tabs but they are not properly displaying. Here is the code I'm using: <vb:if condition="$post['field28']"><div class="bppostbit"><dt>Vampire Character #1</dt> <dd>$post[field28]</dd></div></vb:if> but it just...
  14. Madhatterr

    Threads You're In

    Yep, that's what I'm looking for Ozzy but I was able to copy the link from the xml download freekoid posted :) It's search.php?{vb:raw session.sessionurl}do=finduser&userid={vb:raw bbuserinfo.userid}&contenttype=vBForum_Post for anyone else who might be looking.
  15. Madhatterr

    Bug Database Error

    Yep, thanks! Anyway you could make it so it checks that before saving? The setting under vBCredits actually does say userid in the column even though it's wrong. Nevermind I was looking at the column instead of the table.
  16. Madhatterr

    Bug Database Error

    Using the latest Beta version, site is down so I can't check exact version number. I put in the vBCredits II point information and changed the points per to 0 as instructed in another thread and now my site is showing the database error page when trying to load any page. Here is the information...
  17. Madhatterr

    Question Navtab color background

    I don't know how comfortable you are with editing your templates but if you are using Chrome you can right click the thing you want to edit (in this case your navtab) and select inspect element. It will open a window at the bottom of the page with the code of the navtab. On the right you should...
  18. Madhatterr

    Threads You're In

    Thanks Ozzy.
  19. Madhatterr

    Threads You're In

    I had the right link before, but now I've lost it. What link would I use to add a "Threads You're In" for members to click to see a list of all threads they've posted in sorted by last reply? Thanks!
  20. Madhatterr

    Question Separating Blog Entries from template_hook.postbit_userinfo_right_after_posts

    That did it, thank you! ---------- Post added 26th March 2012 at 14:06 ---------- Previous post was 23rd March 2012 at 11:18 ---------- Is there a conditional I can wrap the code in that will show it only if the member has posted a blog and therefore has entries to count? The formatting is off...
Back
Top