Go Back   vb.org Archive > Search Forums
FAQ Community Calendar Today's Posts Search

Showing results 1 to 25 of 251
Search took 0.01 seconds.
Search: Posts Made By: caliman
Forum: vB3 Programming Discussions 01-24-2011, 03:45 PM
Replies: 0
Views: 620
Posted By caliman
How to remove exisiting members from usergroup?

Hi all -

I am updating a promotion requirement for a usergroup on my forum...

My question is, how do I remove people from that usergroup that no longer should be in it?

Do I have to do some...
Forum: vB3 General Discussions 10-02-2010, 09:01 PM
Replies: 2
Views: 580
Posted By caliman
THAT was the one I was thinking of. Thank you. 8)...

THAT was the one I was thinking of. Thank you. 8)
Now that I am reading it though it appears to go off of someone's usergroup.
I need it to go off of a particular forum.
I could hack the...
Forum: vB3 General Discussions 09-29-2010, 05:33 AM
Replies: 2
Views: 580
Posted By caliman
Does anyone remember the mod to prompt for appropriate board?

Does anyone remember the mod to prompt for appropriate board?

There was a mod a couple years ago that would prompt a user on thread submit to check if they placed the thread on the right board. It...
Forum: vB3 Programming Discussions 07-10-2010, 05:13 PM
Replies: 3
Views: 904
Posted By caliman
Can anyone help here? I'd still love to do...

Can anyone help here? I'd still love to do this... thanks in advance..
Forum: vB3 General Discussions 06-28-2010, 01:28 PM
Replies: 14
Views: 2,276
Posted By caliman
Thanks again. I was serious about the beer. I...

Thanks again. I was serious about the beer.
I have confirmed that this removed the exploit from my site.
Forum: vB3 General Discussions 06-28-2010, 02:32 AM
Replies: 14
Views: 2,276
Posted By caliman
I would like to thank someDude-GP for posting...

I would like to thank someDude-GP for posting that code. I have been dealing with this issue for a week on my site. You may have just helped me find this code.

I had deleted my tapatalk directory...
Forum: vB3 Programming Discussions 05-06-2010, 07:52 PM
Replies: 3
Views: 904
Posted By caliman
Aye thanks - I meant threads. Is there a...

Aye thanks - I meant threads.

Is there a global variable for taglist?
Forum: vB3 Programming Discussions 05-06-2010, 07:09 PM
Replies: 3
Views: 904
Posted By caliman
What is the variable for tags used on a post?

Hi all -

I have vbadvanced and want to show all tags used on a post thread on the homepage newsbits section for each story(thread).. Does anyone know what the tag variable is?

For those not...
Forum: vB3 Programming Discussions 05-03-2010, 06:00 PM
Replies: 0
Views: 593
Posted By caliman
How to remove last reputation for a user?

Does anyone know the sql to remove the last reputation from a user?
They accidentally received a negative when it should have been postive.

Thanks!
Forum: vB3 Programming Discussions 04-26-2010, 12:26 AM
Replies: 9
Views: 1,104
Posted By caliman
Oddly 'admin' did not work, it looks like it is...

Oddly 'admin' did not work, it looks like it is an 'AND' clause. I used basically 'registered users' AND 'supporters' and came up with the right number.
Forum: vB3 Programming Discussions 04-25-2010, 03:40 PM
Replies: 9
Views: 1,104
Posted By caliman
THAT WORKED. Thanks Deceptor. I appreciate your...

THAT WORKED. Thanks Deceptor. I appreciate your help a lot here. I'd give you karma if that mod was installed.

A question about the stock email sender in the user section of the admincp...

If I...
Forum: vB3 Programming Discussions 04-24-2010, 09:01 PM
Replies: 9
Views: 1,104
Posted By caliman
That brought up 4 mails including admin. Not the...

That brought up 4 mails including admin. Not the 92 I am looking for. Weird.

When I look in usergroup manager - the users for this custom group are noted under 'additional users' there are none in...
Forum: vB3 Programming Discussions 04-24-2010, 08:16 PM
Replies: 9
Views: 1,104
Posted By caliman
hmmm.. custom usergroup is 46 (there are 92...

hmmm..

custom usergroup is 46 (there are 92 members in there according to usergroup manager
usergroup 2 is admin


when I do :

SELECT email FROM user WHERE usergroupid IN (46,6);
Forum: vB3 Programming Discussions 04-24-2010, 07:34 PM
Replies: 9
Views: 1,104
Posted By caliman
sql needed to get email of user in custom usergroup

I am trying to get emails for users in a custom usergroup.

This appears to be a different field than normal usergroups. Does anyone know the sql for this?

I thought about using the stock email...
Forum: vBulletin 3.8 Template Modifications 03-02-2010, 05:10 PM
Replies: 105
Views: 38,262
Posted By caliman
This javascript did not work for me... did it...

This javascript did not work for me... did it work for anyone else?
Forum: vBulletin 3.8 Styles 12-24-2009, 12:20 AM
Replies: 64
Views: 46,908
Posted By caliman
Did it. Thank you much!

Did it. Thank you much!
Forum: vBulletin 3.8 Styles 12-23-2009, 09:50 PM
Replies: 64
Views: 46,908
Posted By caliman
Thanks. Do I have to uninstall this version or...

Thanks. Do I have to uninstall this version or can I just overwrite? - Edit... looks like an add-on...
Forum: vBulletin 3.8 Styles 12-23-2009, 09:07 PM
Replies: 64
Views: 46,908
Posted By caliman
Dartho - How do you switch skins from within this...

Dartho - How do you switch skins from within this style?
I see code in the footer for the quickchooser but it is not loading.
Forum: vB3 Programming Discussions 12-22-2009, 10:30 PM
Replies: 1
Views: 722
Posted By caliman
Show Current Skin Selection in postbit?

Anyone know how to do this?

I have tried...

<div>
<if condition="$userinfo['styleid'] == '1'">
Skin: Mint
</if>
<if condition="$userinfo['styleid'] == '11'">
Skin: Classic
Forum: vBulletin 3.8 Add-ons 12-18-2009, 04:05 PM
Replies: 20
vBulletin Blog - SSGTI - Blog RSS Feed Poster
Views: 8,124
Posted By caliman
Any chance of an option to get an RSS feed for a...

Any chance of an option to get an RSS feed for a specific user for all posts on all forum boards (except private)?

More info:...
Forum: vB3 General Discussions 12-17-2009, 11:29 PM
Replies: 0
Views: 403
Posted By caliman
Is there a mod that shows user selected style in post bit like vb.org?

Is there a mod that shows user selected style in post bit like vb.org?

Join Date: Jan 2005
Location: California
Posts: 235
Design: Purple Rain,Fixed

--------------- Added 1261099814 at...
Forum: vBulletin 3.8 Template Modifications 12-17-2009, 11:27 PM
Replies: 105
Views: 38,262
Posted By caliman
With 'allow users to select styles' and this...

With 'allow users to select styles' and this mod... when somebody clicks a color square - will vb remember your selection next time you come to the site?
Forum: vB3 General Discussions 12-08-2009, 07:55 PM
Replies: 2
Views: 656
Posted By caliman
Does anybody know how to move this menu around?

Does anybody know how to move this menu around?
Forum: vB3 General Discussions 12-04-2009, 12:17 AM
Replies: 2
Views: 656
Posted By caliman
How do I relocate position of notifications popup menu?

I am getting no love on vb.com so I am hoping one of you all can help me out....

Ok, I admit, I am seriously screwing around.

I have removed my navbar.
And I have made a new login box.

I...
Forum: vBulletin 3.7 Add-ons 12-03-2009, 10:13 PM
Replies: 102
Forum Display Enhancements - Tag Cloud on Forumdisplay
Views: 23,658
Posted By caliman
Thanks in advance Lynne! I and many here...

Thanks in advance Lynne! I and many here appreciate it. And thank you ThorstenA!!
Showing results 1 to 25 of 251

 
Forum Jump

All times are GMT. The time now is 11:39 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.03938 seconds
  • Memory Usage 2,061KB
  • 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
  • (1)footer
  • (1)forumjump
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)navbar
  • (2)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)search_results
  • (25)search_results_postbit
  • (1)spacer_close
  • (1)spacer_open
  • (25)threadbit_pagelink 

Phrase Groups Available:
  • global
  • inlinemod
  • prefix
  • search
Included Files:
  • ./search.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/functions_search.php
  • ./includes/functions_databuild.php
  • ./includes/functions_forumlist.php
  • ./includes/functions_misc.php
  • ./includes/functions_forumdisplay.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • search_before_process
  • search_start
  • search_results_start
  • search_results_query_posts
  • search_results_prebits
  • threadbit_process
  • search_results_postbit
  • pagenav_page
  • pagenav_complete
  • forumjump
  • search_complete
  • navbits
  • navbits_complete