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

Showing results 1 to 25 of 254
Search took 0.01 seconds.
Search: Posts Made By: noonespecial
Forum: vB3 General Discussions 11-30-2009, 05:44 PM
Replies: 0
Views: 424
Posted By noonespecial
bgclass postbit and ajax

Using the $bgclass for the background color of my postbits works great to change the color of the postbits .... except when a new post is created with ajax. The color is always the same (unless you...
Forum: vB3 Programming Discussions 11-09-2009, 04:58 PM
Replies: 5
Views: 873
Posted By noonespecial
$arr = array(1, 2, 3, 4, 5); foreach ($arr as...

$arr = array(1, 2, 3, 4, 5);
foreach ($arr as $value) {
$db->query_write("UPDATE featured_band SET title = '".$vbulletin->GPC['title_$value']."', subtitle =...
Forum: vB3 Programming Discussions 11-07-2009, 04:35 AM
Replies: 5
Views: 873
Posted By noonespecial
Hmmm, I think I understand - but don't know how...

Hmmm, I think I understand - but don't know how to make it do what I want ...
Forum: vB3 Programming Discussions 11-07-2009, 04:16 AM
Replies: 5
Views: 873
Posted By noonespecial
Where would that go?

Where would that go?
Forum: vB3 Programming Discussions 11-06-2009, 11:07 PM
Replies: 2
Views: 751
Posted By noonespecial
$bbuserinfo[userid] gets their id. ...

$bbuserinfo[userid] gets their id.

$userinfo[userid] is the profile id.
Forum: vB3 Programming Discussions 11-06-2009, 11:04 PM
Replies: 5
Views: 873
Posted By noonespecial
More efficient way to code?

Is there a more efficient way to code this? I'm still learning.

if ($_POST['do'] == 'edit')
{
$vbulletin->input->clean_array_gpc('p', array(
'image_1' => TYPE_NOHTML,
'url_1' => TYPE_NOHTML,...
Forum: vB3 General Discussions 11-02-2009, 09:09 PM
Replies: 1
Views: 428
Posted By noonespecial
Do I need to cache these templates?

Do I need to cache templates like:

navbar, footer, header, headinclude?
Forum: vB3 Programming Discussions 09-02-2009, 10:21 PM
Replies: 1
Views: 563
Posted By noonespecial
Need Some Help With a Query.

I have a mysql table with a bunch of band name - album names (for release dates):

Example: Paramore - Brand New Eyes

Now on a page I am grabbing all the results that match that particular band....
Forum: vBulletin 3.7 Add-ons 09-02-2009, 05:31 PM
Replies: 1,585
Views: 515,143
Posted By noonespecial
Would love a 3.6 version.

Would love a 3.6 version.
Forum: Modification Requests/Questions (Unpaid) 09-02-2009, 05:30 PM
Replies: 55
Views: 10,975
Posted By noonespecial
... please?

... please?
Forum: vB3 Programming Discussions 01-09-2009, 06:43 AM
Replies: 3
Views: 860
Posted By noonespecial
MySQL Help - Date Issues

I have a column of dates (field93) in this format:

MMDDYY

Currently I am using:

ORDER BY field93 DESC

However, with the new year - this doesn't work because:
Forum: vBulletin 3.7 Add-ons 12-13-2008, 04:30 AM
Replies: 1,585
Views: 515,143
Posted By noonespecial
Any chance of this in 3.6?

Any chance of this in 3.6?
Forum: vB3 General Discussions 10-19-2008, 05:48 AM
Replies: 4
Views: 1,223
Posted By noonespecial
Moderate, by definition, is simply between two...

Moderate, by definition, is simply between two extremes ... an administrator is one extreme - a user is the other. Moderating USERS is different than moderating FORUMS. They should have the ability...
Forum: vB3 General Discussions 10-19-2008, 04:15 AM
Replies: 4
Views: 1,223
Posted By noonespecial
This is just a bad solution for something that...

This is just a bad solution for something that should be an option. I don't want my moderators to be in the administrator group - I want them to be in the moderator group.
Forum: vB3 General Discussions 09-15-2008, 10:14 PM
Replies: 1
Views: 740
Posted By noonespecial
Strip Image link between - IMG Code...

Is there a way to remove the image link

ie: http://www.comics.com//comics/getfuzzy/archive/images/getfuzzy2008016303912.gif

Between the img code when using strip_bbcode? Right now it removes...
Forum: vBulletin 3.6 Add-ons 06-02-2008, 03:40 AM
Replies: 197
Private Messages Enhancements - GTPrivate Message Quickreply
Views: 47,131
Posted By noonespecial
Anyone figure this out?

Anyone figure this out?
Forum: vB3 General Discussions 05-10-2008, 02:54 AM
Replies: 10
Views: 1,027
Posted By noonespecial
/search.php?$session[sessionurl]do=getnew

/search.php?$session[sessionurl]do=getnew
Forum: vB3 General Discussions 05-10-2008, 01:29 AM
Replies: 0
Views: 623
Posted By noonespecial
Help with Quick Reply AJAX Posting Into a Table.

I have a table where my posts are contained:

Showthread:
<div id="posts">
<table class="tborder" cellpadding="0" cellspacing="1" border="0" width="100%" align="center"><tr class="thead"><td...
Forum: vB3 Programming Discussions 04-27-2008, 06:20 PM
Replies: 8
Views: 967
Posted By noonespecial
Hmm, this only returned three results: ...

Hmm, this only returned three results:

recommendation, avatar, ap related

--------------- Added 1209324149 at 1209324149 ---------------

However, removing "$tags = array_map('trim',...
Forum: vB3 Programming Discussions 04-27-2008, 10:34 AM
Replies: 8
Views: 967
Posted By noonespecial
Maybe I'm making a mistake -- so here's the...

Maybe I'm making a mistake -- so here's the output (value of $entry['tags']) from the query I am running.

Thanks again.
Forum: vB3 Programming Discussions 04-27-2008, 10:07 AM
Replies: 8
Views: 967
Posted By noonespecial
Tried it and still had duplicates. Am I missing...

Tried it and still had duplicates. Am I missing something?

:-/ Thanks for your help by the way!

$entries = $db->query_read("SELECT DISTINCT tags FROM " . TABLE_PREFIX . "journal_entries...
Forum: vB3 Programming Discussions 04-27-2008, 07:31 AM
Replies: 8
Views: 967
Posted By noonespecial
Yeah, but how do I get that first array? ...

Yeah, but how do I get that first array?

It's already set as:

$array = array("rss", "rss, happy, total", "total, happy, yesterday");

That's in the database already, I can't just change it --...
Forum: vB3 Programming Discussions 04-27-2008, 05:42 AM
Replies: 8
Views: 967
Posted By noonespecial
Need Help with An Array

I have an array that looks kind of like this:

$array = array("rss", "rss, happy, total", "total, happy, yesterday");

Now what I'd like to do is remove all of the duplicates so I have one array...
Forum: vBulletin 3 Articles 04-22-2008, 09:04 PM
Replies: 34
Views: 27,652
Posted By noonespecial
My question is "Why"? What does caching...

My question is "Why"?

What does caching templates do? What benefit is there for the programmer and the end user?
Forum: vB3 Programming Discussions 04-22-2008, 01:38 AM
Replies: 1
Views: 677
Posted By noonespecial
Removing singular values from string ...

I have a string.

2 585 1083 1202 1248 1380 3405 3467 4851 6333 6762 7327 7466 7663 8044 8342 8614 9211 9835 9905 9916 10054 10057 10194 10544 10607 10918 11327 11407 11727 12675 12886 12991 13324...
Showing results 1 to 25 of 254

 
Forum Jump

All times are GMT. The time now is 07:03 AM.


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.03166 seconds
  • Memory Usage 2,058KB
  • 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
  • (17)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