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

Showing results 1 to 25 of 500
Search took 0.02 seconds.
Search: Posts Made By: LifesGreatestGift
Forum: vB4 General Discussions 03-14-2014, 04:29 PM
Replies: 2
Views: 337
Posted By LifesGreatestGift
So you want the total registered members? I know...

So you want the total registered members? I know this is already a registered variable for the forumhome template. where are you looking to put the variable?
Forum: vB4 General Discussions 12-31-2013, 04:19 PM
Replies: 2
Views: 482
Posted By LifesGreatestGift
you should still be able to view the link in...

you should still be able to view the link in Analytics. Go to the page, inspect the source for a title tag. make sure it is set, and there is only one. It is possible that the analytic code is...
Forum: vB4 Design and Graphics Discussions 11-27-2013, 04:45 PM
Replies: 1
Views: 432
Posted By LifesGreatestGift
http://www.eightforums.com/?styleid=94 ...

http://www.eightforums.com/?styleid=94
http://www.eightforums.com/?styleid=95
Forum: vB5 Design and Graphics Discussions 03-04-2013, 12:00 PM
Replies: 8
Views: 6,380
Posted By LifesGreatestGift
maybe its just me but the background URLs in your...

maybe its just me but the background URLs in your CSS look jacked up.
Forum: vB4 General Discussions 02-27-2013, 07:23 PM
Replies: 3
Views: 506
Posted By LifesGreatestGift
probably was an issue with your browser caching...

probably was an issue with your browser caching then.
Forum: vB4 General Discussions 02-27-2013, 05:11 PM
Replies: 3
Views: 506
Posted By LifesGreatestGift
did you make sure to change the URL in the...

did you make sure to change the URL in the admincp before the move?
Forum: vB4 Programming Discussions 02-27-2013, 01:12 AM
Replies: 2
Views: 539
Posted By LifesGreatestGift
where is the larger image? (url) so we may what...

where is the larger image? (url) so we may what happens when we change it with Firebug etc...
Forum: vB4 General Discussions 02-27-2013, 01:10 AM
Replies: 14
Views: 1,422
Posted By LifesGreatestGift
<a href="https://www.digitalocean.com/pricing"...

<a href="https://www.digitalocean.com/pricing" target="_blank">https://www.digitalocean.com/pricing</a>

AWESOME servers, fast and cheap. You will need to build your own, secure it and install...
Forum: vB4 General Discussions 02-27-2013, 12:45 AM
Replies: 2
Views: 490
Posted By LifesGreatestGift
https://vborg.vbsupport.ru/showthread.php?t=278742...

https://vborg.vbsupport.ru/showthread.php?t=278742&highlight=live
https://vborg.vbsupport.ru/showthread.php?t=277545
Forum: vB4 General Discussions 02-27-2013, 12:44 AM
Replies: 2
Views: 485
Posted By LifesGreatestGift
<a...

<a href="https://vborg.vbsupport.ru/showthread.php?t=278742&highlight=live" target="_blank">https://vborg.vbsupport.ru/showt...highlight=live</a>
Forum: vB4 General Discussions 02-26-2013, 05:47 PM
Replies: 6
Views: 861
Posted By LifesGreatestGift
well, if you cared to try, the next available...

well, if you cared to try, the next available field after the defaults is 7. i did it on my test board so that is why 7 was in my code. :) I just now downloaded his mod and reviewed the code. I was...
Forum: vB4 General Discussions 02-26-2013, 05:10 PM
Replies: 3
Views: 469
Posted By LifesGreatestGift
3 rich media and 3 (or 4 ) text i think. its not...

3 rich media and 3 (or 4 ) text i think. its not 3 total.
Forum: vB4 General Discussions 02-26-2013, 04:50 PM
Replies: 6
Views: 861
Posted By LifesGreatestGift
pretty much the same thing I said, its just...

pretty much the same thing I said, its just wrapped up all nice and 'pretty' :)
Forum: vB4 General Discussions 02-26-2013, 02:27 AM
Replies: 25
Views: 2,250
Posted By LifesGreatestGift
it works flawlessly in vb 4.2.0 pl3

it works flawlessly in vb 4.2.0 pl3
Forum: vB4 General Discussions 02-25-2013, 10:48 PM
Replies: 25
Views: 2,250
Posted By LifesGreatestGift
maybe try this, not sure why it would matter. ...

maybe try this, not sure why it would matter.
<vb:if condition="in_array('6', $group)">STUFF</vb:if>

and to be honest, it may be a bug in your vB version that was fixed in a later release.
Forum: vB4 General Discussions 02-25-2013, 08:31 PM
Replies: 25
Views: 2,250
Posted By LifesGreatestGift
lol, ridiculous. --------------- Added...

lol, ridiculous.

--------------- Added 1361827948 at 1361827948 ---------------

then when you upgrade its something else to remember to change.

--------------- Added 1361828625 at 1361828625...
Forum: vB4 General Discussions 02-25-2013, 06:16 PM
Replies: 25
Views: 2,250
Posted By LifesGreatestGift
post me the conditional you are using exactly as...

post me the conditional you are using exactly as is. or just post the contents of threadbit template in code tags.
Forum: vB4 General Discussions 02-25-2013, 04:00 PM
Replies: 25
Views: 2,250
Posted By LifesGreatestGift
change 3,4,5 to forums you want it ran in. ...

change 3,4,5 to forums you want it ran in.

--------------- Added 1361812033 at 1361812033 ---------------

if (in_array($thread['forumid'], array(3,4,5)))

{

$current_thread =...
Forum: vB4 General Discussions 02-25-2013, 03:47 PM
Replies: 25
Views: 2,250
Posted By LifesGreatestGift
As is, if you do a var_dump on $groups it shows...

As is, if you do a var_dump on $groups it shows the proper primary and secondary groups of the threadstarter.
The code works, I just messed up the "Specific forums" conditional.

if...
Forum: vB4 General Discussions 02-25-2013, 02:48 PM
Replies: 25
Views: 2,250
Posted By LifesGreatestGift
if (in_array($thread['forumid'], array(1,2,3))) ...

if (in_array($thread['forumid'], array(1,2,3)))

{

$current_thread = $thread['threadid'];

$query = $vbulletin->db->query_first_slave("
SELECT user.usergroupid, user.membergroupids...
Forum: vB4 General Discussions 02-25-2013, 04:46 AM
Replies: 25
Views: 2,250
Posted By LifesGreatestGift
create new plugin Hook Location:...

create new plugin

Hook Location: threadbit_display
Title: usergroup check for threadstarter in threadbit
Plugin PHP Code:
$current_thread = $thread['threadid'];

$query =...
Forum: vBulletin 4.x Add-ons 02-17-2013, 11:00 PM
Replies: 2
Views: 5,313
Posted By LifesGreatestGift
iTrader - Automatically add "Deal URL" to rating page

this automatically adds the URL to the iTrader "Submit Feedback" page.

Note: jQuery will need to be loaded.

edit plugin iTrader postbit (postbit_display_complete)

Find:
$templater =...
Forum: vB4 General Discussions 02-16-2013, 07:08 PM
Replies: 7
Views: 741
Posted By LifesGreatestGift
im not sure what is involved with the regular...

im not sure what is involved with the regular vbulletin code to change a users group, but it shouldnt be too hard to do it with a button, and ajax.post call and then do all security permissions in a...
Forum: vB4 Programming Discussions 02-16-2013, 06:24 PM
Replies: 13
Views: 2,109
Posted By LifesGreatestGift
what all do you want displayed? Username,...

what all do you want displayed? Username, register date? etc...
Forum: vB4 General Discussions 02-16-2013, 12:33 PM
Replies: 6
Views: 1,122
Posted By LifesGreatestGift
I wasn't trying to be sarcastic, I just wasn't...

I wasn't trying to be sarcastic, I just wasn't sure if that was something new or not. no problem. Kind of how they went from commenting with "#" to using ";" in ini files :) I don't keep up with the...
Showing results 1 to 25 of 500

 
Forum Jump

All times are GMT. The time now is 02:27 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.03005 seconds
  • Memory Usage 2,080KB
  • 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)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)search_results
  • (25)search_results_postbit
  • (1)spacer_close
  • (1)spacer_open
  • (28)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