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

Showing results 1 to 25 of 34
Search took 0.00 seconds.
Search: Posts Made By: vaskies
Forum: vB3 Programming Discussions 02-02-2010, 08:23 PM
Replies: 4
Views: 823
Posted By vaskies
I did, and $post['reputation'] is nowhere to be...

I did, and $post['reputation'] is nowhere to be found. I'm new to PHP so it's very possible I'm missing something here.

I'm currently going through reputation.php line-by-line, but if someone more...
Forum: vB3 General Discussions 02-02-2010, 03:36 AM
Replies: 10
Views: 807
Posted By vaskies
In the admin control panel: Vbulletin...

In the admin control panel:

Vbulletin Options > Censorship Options

Then add the URL to the censored word list and save.
Forum: vB3 Programming Discussions 02-01-2010, 10:46 PM
Replies: 4
Views: 823
Posted By vaskies
Where is $post['reputation'] defined?

Since I didn't get much luck here (https://vborg.vbsupport.ru/showpost.php?p=1972209&postcount=1) (at least, not yet :p), I decided to try and code this myself by using SELECT distinct.

To do...
Forum: vB4 General Discussions 02-01-2010, 05:18 PM
Replies: 5
Views: 410
Posted By vaskies
From the admin control panel: Styles &...

From the admin control panel:

Styles & Templates > Style Manager

In the top right you should see a drop-down menu "All Style Options" - Within the drop-down menu, select "Edit Templates"
...
Forum: vB4 General Discussions 02-01-2010, 02:44 PM
Replies: 5
Views: 410
Posted By vaskies
I'm no expert, but I would try this: In...

I'm no expert, but I would try this:

In forumbits.css find:

.forumbit_post .foruminfo .forumdata .forumtitle a, .forumbit_nopost .forumbit_nopost .forumrow .forumtitle a {
font-weight:bold;...
Forum: vB4 General Discussions 02-01-2010, 02:14 PM
Replies: 0
Views: 371
Posted By vaskies
Display Unique Reputation in Postbit?

Does vbulletin have a variable that displays unique reputation? For example, if I were to be repped five times by the same person, it would only count as one.

If not, is there a mod for this? I...
Forum: ibProArcade Archive 01-23-2010, 10:50 AM
Replies: 2
Views: 1,267
Posted By vaskies
To use your site as a reference, I've been trying...

To use your site as a reference, I've been trying to get this:
http://www.next-level-arcade.com/ibproarcade/league.html
and limit it to the top 10, to be used on forumhome.

The current problem I...
Forum: ibProArcade Archive 01-22-2010, 08:45 PM
Replies: 2
Views: 1,267
Posted By vaskies
Leaderboard on Forumhome?

I tried using the code directly from the league module, but had no luck because the tables being queried don't exist.

$league = $DB->query("SELECT l.mid, l.gid, AVG(l.position) AS position,...
Forum: ibProArcade Archive 01-15-2010, 03:19 PM
Replies: 0
Views: 1,122
Posted By vaskies
[HELP] How to Edit vB4 Template for ibProArcade?

I'm new to ibProarcade so forgive my noobness. I recently installed ibProArcade v2.7.0+ on my vB4 Gold Patch Level 1 forum. I followed the instructions to the letter, but I'm still having problems....
Forum: vB4 Programming Discussions 01-12-2010, 06:18 AM
Replies: 2
Views: 591
Posted By vaskies
Oh sorry, I thought that was implied. Yeah I've...

Oh sorry, I thought that was implied. Yeah I've tried it, and it didn't work unfortunately.

Edit: Doh! $notices was already available to me. The plugin wasn't even required. The problem had to...
Forum: vB4 Programming Discussions 01-11-2010, 01:44 PM
Replies: 2
Views: 591
Posted By vaskies
Moving $notices from Navbar Template to Header Template

This is very similar to a previous thread I made, but the goal has changed considerably (and has since become clearer), and I think it makes more sense to keep this separate. Here's what I have so...
Forum: vB4 Programming Discussions 12-27-2009, 12:17 PM
Replies: 1
Views: 915
Posted By vaskies
FORUMDISPLAY CSS Class Duplicated? What?

.above_threadlist_controls {
margin-top: {vb:math {vb:stylevar padding}/2};
float: {vb:stylevar right};
clear: both;
}

.above_threadlist_controls {
display:block;
width: 100%;...
Forum: vB4 Programming Discussions 12-26-2009, 04:14 PM
Replies: 1
Views: 724
Posted By vaskies
Styling Last Forumrow in FORUMHOME

https://vborg.vbsupport.ru/external/2009/12/31.jpg
I've been trying to get rounded corners on the last forumrow of each category. After a search, I came across this nifty guide...
Forum: vB4 Programming Discussions 12-24-2009, 02:51 AM
Replies: 3
Views: 1,286
Posted By vaskies
err sorry, I meant $forumjump! Edit: I'm...

err sorry, I meant $forumjump!

Edit: I'm currently trying to find where forumjump is defined so I can redefine it inside the plugin. I guess I'll just start opening up php files and search away....
Forum: vB4 Programming Discussions 12-24-2009, 02:24 AM
Replies: 3
Views: 1,286
Posted By vaskies
Pushing Existing Variable From Other Template

How do I pass the $pagenav variable into FORUMHOME? I tried via plugin:
vB_Template::preRegister('FORUMHOME',array('pagenav' => $pagenav));
But no luck. I believe $pagenav is defined inside...
Forum: vB4 General Discussions 12-17-2009, 03:23 PM
Replies: 2
Views: 1,390
Posted By vaskies
Just what I needed. Thanks again. :)

Just what I needed. Thanks again. :)
Forum: vB4 General Discussions 12-17-2009, 02:26 PM
Replies: 2
Views: 1,390
Posted By vaskies
RESOLVED: Navbar CSS?

I'm trying to remove the round corners on the navbar.

So from this:
https://vborg.vbsupport.ru/attachment.php?attachmentid=107663&stc=1&d=1261067072
I want to make like this:...
Forum: vB4 Programming Discussions 12-17-2009, 06:24 AM
Replies: 5
Views: 1,212
Posted By vaskies
Are you sure gig.date is a valid date? This...

Are you sure gig.date is a valid date? This might be useful: http://www.w3schools.com/SQL/func_date_format.asp Scroll to the bottom for examples. Otherwise I'd guess your error lies somewhere else...
Forum: vB4 Programming Discussions 12-17-2009, 05:52 AM
Replies: 7
Views: 1,599
Posted By vaskies
Ah, thank you. I was unaware keys were...

Ah, thank you. I was unaware keys were necessary. I'm new to PHP and never have had the occasion to use a key value pair. Good to know! Also, $array works as a variable. Bad practice though. ;)...
Forum: vB4 Programming Discussions 12-17-2009, 03:53 AM
Replies: 7
Views: 1,599
Posted By vaskies
I pre-register the variables I'm using in the...

I pre-register the variables I'm using in the stock template inside the plugin itself, correct? For instance, I have an array named $array that I'm trying to use in the FORUMHOME template.

In...
Forum: vB4 Programming Discussions 12-17-2009, 02:11 AM
Replies: 7
Views: 1,599
Posted By vaskies
RESOLVED: Calling a Variable from Plugin in VB4

I'm trying to call a variable from a plugin in a stock template. Is it necessary I render the variable in its own custom template first, then call it inside the stock template using {vb:raw...
Forum: vB3 Programming Discussions 12-15-2009, 01:57 PM
Replies: 24
Views: 2,102
Posted By vaskies
:D Aweeesome. I was not aware of this newline...

:D Aweeesome. I was not aware of this newline character. Interesting.

Well, it took over a week but we did it! Thanks so much for your time and help. You have no idea. :)

Thankfully the...
Forum: vB3 Programming Discussions 12-15-2009, 01:01 PM
Replies: 24
Views: 2,102
Posted By vaskies
-Phew- First of all, thanks for pointing me to...

-Phew- First of all, thanks for pointing me to functions.php. It's really helping me to begin understanding how vbulletin works.

After a lot of learning (particularly noteworthy is the php...
Forum: vB3 Programming Discussions 12-12-2009, 04:38 PM
Replies: 24
Views: 2,102
Posted By vaskies
strip_quotes(); htmlspecialchars_uni(); ...

strip_quotes();
htmlspecialchars_uni();
fetch_censored_text();
strip_bbcode();
Those are all vbulletin functions, yeah? For simple testing, I tried using just the strip_quotes function on its...
Forum: vB3 Programming Discussions 12-12-2009, 01:47 PM
Replies: 24
Views: 2,102
Posted By vaskies
Good news! JOIN clause worked marvelously! Well,...

Good news! JOIN clause worked marvelously! Well, sort of. The first posts of each thread are properly linked to their thread, which was the hardest part.

$lastxdevels1 = $db->query_read("
...
Showing results 1 to 25 of 34

 
Forum Jump

All times are GMT. The time now is 09:16 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.02653 seconds
  • Memory Usage 2,042KB
  • 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
  • (1)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)search_results
  • (25)search_results_postbit
  • (1)spacer_close
  • (1)spacer_open
  • (14)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