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

Showing results 1 to 25 of 26
Search took 0.00 seconds.
Search: Posts Made By: Behemoth
Forum: Community Lounge 07-20-2006, 03:07 AM
Replies: 105
Views: 9,148
Posted By Behemoth
Turning 17 this December. :D

Turning 17 this December. :D
Forum: vB3 General Discussions 07-12-2006, 02:16 AM
Replies: 5
Views: 1,006
Posted By Behemoth
<span>, <div>, <p>, etc are all used... As...

<span>, <div>, <p>, etc are all used...

As for replacing <b> tags, there's either <strong> (soon to be deprecated) or <span style="font-weight:bold;">
Forum: vB3 General Discussions 07-11-2006, 04:31 AM
Replies: 5
Views: 1,006
Posted By Behemoth
As are <b> tags.

As are <b> tags.
Forum: vB3 General Discussions 07-10-2006, 10:27 PM
Replies: 2
Views: 785
Posted By Behemoth
You could always use Google Analytics on your...

You could always use Google Analytics on your site. It's pretty cool stuff. :D

Clicky. (http://www.google.com/analytics)
Forum: vB3 Design and Graphics Discussions 07-08-2006, 10:45 PM
Replies: 5
Views: 1,322
Posted By Behemoth
Oh, that's what you were trying to do. I thought...

Oh, that's what you were trying to do. I thought you meant overlaying two different backgrounds over one another, which is impossible without using layers.
Forum: vB3 Programming Discussions 07-08-2006, 06:13 PM
Replies: 6
Views: 978
Posted By Behemoth
Or make an index.php page instead of an...

Or make an index.php page instead of an index.html, and just use:


<?php
header("Location: /forum/");
?>
Forum: vB3 Programming Discussions 07-08-2006, 06:09 PM
Replies: 2
Views: 801
Posted By Behemoth
What exactly is it you're trying to do? Chances...

What exactly is it you're trying to do? Chances are you could just do it with a div, rather than adding an entire

<table>
<tr>
<td>
blahaha
</td>
</tr>
</table>
Forum: vB3 General Discussions 07-08-2006, 09:21 AM
Replies: 1
Views: 808
Posted By Behemoth
Problem with external vB page

Alright, I'm trying to create an external vB page so I can parse the BBCode in the news articles that get posted, but I'm having no luck.

The PHP code I have is (at the top of the page):
<?php
...
Forum: vB3 Design and Graphics Discussions 07-08-2006, 08:55 AM
Replies: 5
Views: 1,322
Posted By Behemoth
You can't do that. What exactly was it you...

You can't do that.

What exactly was it you were trying to do? I may be able to help you.
Forum: vBulletin Pre-Sales Questions 07-08-2006, 12:08 AM
Replies: 2
Views: 1,030
Posted By Behemoth
Yes, it is extremely possible, but each website...

Yes, it is extremely possible, but each website is different, so I would have to see your website to see how to do it exactly.
Forum: vB3 General Discussions 07-07-2006, 10:25 PM
Replies: 3
Views: 873
Posted By Behemoth
Bump... (I hate doing that. >_<)

Bump...

(I hate doing that. >_<)
Forum: vB3 General Discussions 07-07-2006, 08:26 AM
Replies: 5
Views: 971
Posted By Behemoth
Not sure what's meant by this, exactly. A little...

Not sure what's meant by this, exactly. A little clarification?

Without a doubt, vBBux/vBPlaza (https://vborg.vbsupport.ru/forumdisplay.php?f=171). I personally think it's the best points system...
Forum: vB3 General Discussions 07-07-2006, 03:28 AM
Replies: 7
Views: 1,071
Posted By Behemoth
Actually, it can be done without those, with some...

Actually, it can be done without those, with some tricky coding.

Go to All Style Options for your template.

Ok, first off, keep what you have in the background box. (Assuming that is placed in...
Forum: vB3 General Discussions 07-03-2006, 01:53 AM
Replies: 2
Views: 666
Posted By Behemoth
Ahhhh!!! I hate making dumb mistakes!! :p ...

Ahhhh!!! I hate making dumb mistakes!! :p

Thanks Paul. :D
Forum: Community Reviews 07-02-2006, 11:19 PM
Replies: 6
Views: 1,192
Posted By Behemoth
Thanks, but which part are you referring to as...

Thanks, but which part are you referring to as the header?

If you mean the banner, it cycles through several images , some of which are more "gamey" than others, but they all have some connection...
Forum: vB3 General Discussions 07-02-2006, 11:15 PM
Replies: 2
Views: 666
Posted By Behemoth
Making something forum specific

Ok, in the newthread, template, I'm trying to have it use a different section of the code depending on what forum it is being used in.

I've tried so many different things, but nothing as of yet...
Forum: vB3 General Discussions 07-02-2006, 04:54 PM
Replies: 8
Views: 1,093
Posted By Behemoth
This will not make the text change when it is...

This will not make the text change when it is collapsed or expanded. I'm still working on that. For now, you could just use something like Collapse/Expand. ;)

Alright, in the style you want it...
Forum: Modification Requests/Questions (Unpaid) 07-02-2006, 04:36 PM
Replies: 2
Views: 869
Posted By Behemoth
By main forum table, I'm slightly confused as to...

By main forum table, I'm slightly confused as to what you mean. Do you mean the table that contains all your forums, categories, etc (not include navbar and WGO box), or are you meaning the one that...
Forum: Modification Requests/Questions (Unpaid) 07-02-2006, 04:29 PM
Replies: 1
Views: 761
Posted By Behemoth
What you would want to do is go to your Style...

What you would want to do is go to your Style Manager for your style, and go to the Main CSS section in the dropdown menu.

In the body box, type in the Extra CSS Attributes box, something like:
...
Forum: vB3 General Discussions 07-02-2006, 04:23 PM
Replies: 1
Views: 681
Posted By Behemoth
Perhaps, is it possible, that when you're editing...

Perhaps, is it possible, that when you're editing your StyleVars of the template (which I assume you mean by the "obvious" way), you used [#]px?

If you are doing a fixed layout, you don't need to...
Forum: vB3 General Discussions 07-02-2006, 09:31 AM
Replies: 3
Views: 873
Posted By Behemoth
Multiple wysiwyg Editors in newthread Template?

Is there any way to use multiple instances of $messagearea in the newthread template? As far as I know, they all submit as the same variable, so is there any way to have multiple editors that can...
Forum: vB3 General Discussions 07-02-2006, 08:22 AM
Replies: 58
Views: 6,324
Posted By Behemoth
In the past 31 days (one month), I have used...

In the past 31 days (one month), I have used 4028.21 MB, averaging 129.942 MB/day.

That doesn't count my FTP bandwidth, however, as that is not calculated into the bandwidth by my host. The FTP...
Forum: Community Reviews 06-30-2006, 04:47 AM
Replies: 6
Views: 1,192
Posted By Behemoth
Only one comment? =/ Anyways, ska, I would...

Only one comment? =/

Anyways, ska, I would add a light style, except for two reasons.

A) Most gamers, and, for that matter, the truly hardcore willing to delve into every aspect of a game...
Forum: Community Lounge 06-17-2006, 05:18 AM
Replies: 29
Views: 3,520
Posted By Behemoth
Really? Such as what? I've had no issues, and...

Really? Such as what? I've had no issues, and I've been with them for...3 months or so now.
Forum: Community Lounge 06-17-2006, 04:58 AM
Replies: 29
Views: 3,520
Posted By Behemoth
<a href="http://www.dreamhost.com"...

<a href="http://www.dreamhost.com" target="_blank">Dreamhost</a> has been nothing short of awesome.

** Promotional text Removed **
Showing results 1 to 25 of 26

 
Forum Jump

All times are GMT. The time now is 09:12 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.02226 seconds
  • Memory Usage 2,034KB
  • 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
  • (12)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