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

Showing results 1 to 25 of 155
Search took 0.01 seconds.
Search: Posts Made By: N8
Forum: vBulletin 3.7 Add-ons 09-08-2013, 01:19 AM
Replies: 682
Views: 148,768
Posted By N8
Perfect. I really appreciate it, thanks!

Perfect. I really appreciate it, thanks!
Forum: vBulletin 3.7 Add-ons 09-07-2013, 12:38 AM
Replies: 682
Views: 148,768
Posted By N8
Thanks Logician I tried those edits, however...

Thanks Logician

I tried those edits, however It changed (ie.) 3 days ago - to Y-m-d format.

Is there a way to have it simply say "X Days ago" without the time after?
Forum: vBulletin 3.7 Add-ons 09-06-2013, 05:49 PM
Replies: 682
Views: 148,768
Posted By N8
Sorry I mean from within a webquery

Sorry I mean from within a webquery
Forum: vBulletin 3.7 Add-ons 09-05-2013, 04:51 AM
Replies: 682
Views: 148,768
Posted By N8
Hey Logician - Is there a way to change dateline...

Hey Logician - Is there a way to change dateline from displaying the time: "5 Hours Ago - 11:57 PM"

And have it only display ie. "5 Hours Ago" ?
Forum: vB3 General Discussions 12-03-2012, 08:34 PM
Replies: 0
Views: 916
Posted By N8
Attachments - multiple file upload option?

Is there a way to put a multiple-file-upload button in "Manage attachments" rather than the 10 (or whatever your setting is) individual upload boxes, or would I need to have a custom mod developed?
...
Forum: vB3 General Discussions 11-13-2012, 01:21 AM
Replies: 1
Views: 923
Posted By N8
"manage attachments" button no longer working

I was quickly trying to put together a style in vbulletin 3.8, and just noticed after I finished that the "manage attachments" buttons in post/edit thread pages aren't working.

When they're...
Forum: vB3 Programming Discussions 04-14-2012, 01:35 AM
Replies: 1
Views: 556
Posted By N8
Undesired result trying to grab first attachment from thread

From this Mod: https://vborg.vbsupport.ru/showthread.php?t=271131

--

I need this code to always grab the first uploaded file, but for some reason it *sometimes* uses the first uploaded image,...
Forum: vB3 Programming Discussions 03-19-2012, 04:57 AM
Replies: 1
Views: 646
Posted By N8
fetch_template issue

Could someone please refresh my memory...


On one of my old websites, I had the following template set up:


global_start hook:

eval('$regbar = "' . fetch_template('$regbar') . '";');
Forum: vBulletin 3.7 Add-ons 03-16-2012, 05:30 AM
Replies: 682
Views: 148,768
Posted By N8
^ Thanks. I also have a question...

^ Thanks.


I also have a question regarding WebQueries:


Inside of:

Query Result Row
Use $WQfield[fieldname] variables to replace returned fields in your HTML code
Forum: vBulletin 3.7 Add-ons 03-10-2012, 07:46 AM
Replies: 682
Views: 148,768
Posted By N8
I'm having an issue using jQuery in my...

I'm having an issue using jQuery in my webtemplates:

the templates are taking the "$"s and converting them to $ in the html output.

Any way to stop this from happening?
Forum: vB3 Programming Discussions 02-22-2012, 04:26 AM
Replies: 2
Views: 825
Posted By N8
Looks like VB somehow stops you from being able...

Looks like VB somehow stops you from being able to simply grab the $_POST info, and you have to output the data their way:

$vbulletin->userinfo["field6"];

Only took me 6 hours of messing around...
Forum: vB3 Programming Discussions 02-21-2012, 09:39 PM
Replies: 2
Views: 825
Posted By N8
Output the value of a radio button after registration

Around line 552 on register.php - I have the following code, redirecting users to payments.php after they successfully submit their registration.


header( 'Location: payments.php' ) ;


What...
Forum: vB4 Programming Discussions 01-09-2012, 07:45 AM
Replies: 1
Views: 1,350
Posted By N8
<a onclick="_gaq.push(['_trackEvent', 'Outgoing', '', 'forumdisplay.php']);" <- ???

I'm messing around with a mod I just installed, and I noticed this link in the code:

[php]<a onclick="_gaq.push(['_trackEvent', 'Outgoing', '', 'forumdisplay.php']);" [.php]

Can anyone explain...
Forum: vB3 Programming Discussions 01-06-2012, 08:27 PM
Replies: 0
Views: 458
Posted By N8
[mod delete this thread]

[edited]

----------------
Forum: vB3 Programming Discussions 01-04-2012, 08:24 AM
Replies: 1
Views: 624
Posted By N8
Best way to skip registration_complete and redirect elsewhere?

I'm looking to skip the $vbphrase[registration_complete] message after registration, and have the user directly sent to payments.php after hitting submit on register.php


What I've been doing for...
Forum: vB3 General Discussions 12-28-2011, 12:04 AM
Replies: 0
Views: 619
Posted By N8
Have a search bar also search TAGS at the same time?

Is there a way to have a single search bar which will show normal search results, as well as tag results? Or would a hack be required for this?
Forum: vBulletin 3.6 Add-ons 12-01-2011, 11:46 PM
Replies: 114
Views: 40,452
Posted By N8
Is this working with the current 3.8.7 ?

Is this working with the current 3.8.7 ?
Forum: vB3 Programming Discussions 11-22-2011, 05:04 AM
Replies: 2
Views: 619
Posted By N8
I think I need sleep.. haha

I think I need sleep.. haha
Forum: vB3 Programming Discussions 11-22-2011, 03:09 AM
Replies: 2
Views: 619
Posted By N8
<script type="text/javascript" src="whatever.js"> in headerinclude = broken forums

<script type="text/javascript" src="js.js">

Simply adding this to my headerinclude is stopping anything below it from showing up, while also stopping my header template from being displayed.

...
Forum: vB3 Programming Discussions 11-22-2011, 12:53 AM
Replies: 4
Views: 613
Posted By N8
I'm viewing it in IE9, and that's what I see. ...

I'm viewing it in IE9, and that's what I see.


That's what's strange... On a supported browser, one page has rounded corners while one doesn't...



[Edit] Answered over at vb.com - ...
Forum: vB3 Programming Discussions 11-22-2011, 12:27 AM
Replies: 4
Views: 613
Posted By N8
VB powered pages doing something weird to CSS...

I can't figure this out for the life of me:


Check out both in Internet Explorer


No rounded corners:
LINK-CHANGED
Rounded corners:
LINK-CHANGED
Forum: vBulletin 3.7 Add-ons 11-18-2011, 10:12 PM
Replies: 77
Views: 27,387
Posted By N8
Is this fully working with the latest VB 3.8?

Is this fully working with the latest VB 3.8?
Forum: vBulletin 3.5 Add-ons 11-14-2011, 11:36 PM
Replies: 159
Views: 59,245
Posted By N8
Thanks a lot man, I didn't feel like writing that...

Thanks a lot man, I didn't feel like writing that out myself :)


I'm thinking I may hire someone to port this over to VB4 within the next couple months, I'll post the updated code when I have...
Forum: vBulletin 3.5 Add-ons 11-14-2011, 08:29 AM
Replies: 159
Views: 59,245
Posted By N8
Mind posting the code?

Mind posting the code?
Forum: vBulletin 3.5 Add-ons 11-14-2011, 01:51 AM
Replies: 159
Views: 59,245
Posted By N8
^ this

^ this
Showing results 1 to 25 of 155

 
Forum Jump

All times are GMT. The time now is 01:35 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.02577 seconds
  • Memory Usage 2,056KB
  • 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
  • (33)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