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

Showing results 1 to 25 of 189
Search took 0.01 seconds.
Search: Posts Made By: DragonBlade
Forum: vB4 Design and Graphics Discussions 07-16-2010, 07:47 AM
Replies: 4
Views: 647
Posted By DragonBlade
You can mass select stylevars and just use your...

You can mass select stylevars and just use your browser find (Control+F) to find that hex. If you use firefox, I highly recommend firebug.
Forum: vB4 Programming Discussions 07-15-2010, 10:46 PM
Replies: 2
Views: 652
Posted By DragonBlade
Depends how and where you want it to appear. You...

Depends how and where you want it to appear. You can use the User Rank in admincp and tie it to your donor group
Forum: vBulletin 4.x Add-ons 06-24-2010, 10:19 PM
Replies: 16
Miscellaneous Hacks - Dice Roller [BBCode]
Views: 19,618
Posted By DragonBlade
Yes, use 1d4 I believe the previous...

Yes, use 1d4



I believe the previous mod never supported adding in edited rolls and the bbcode parses, ignoring other bbcodes like noparse. I could change this later but for now, I just wanted...
Forum: vBulletin 4.x Add-ons 06-23-2010, 10:00 PM
Replies: 16
Miscellaneous Hacks - Dice Roller [BBCode]
Views: 19,618
Posted By DragonBlade
Dice Roller [BBCode]

Original:
https://vborg.vbsupport.ru/showthread.php?t=113972
https://vborg.vbsupport.ru/showpost.php?p=1017963&postcount=167

With tuxz0r's permission, I have ported his version of his dice roll...
Forum: vB4 Design and Graphics Discussions 06-22-2010, 10:31 PM
Replies: 4
Views: 613
Posted By DragonBlade
Yes using this CSS ...

Yes using this CSS

background-attachment:fixed;
Forum: vB3 Programming Discussions 06-21-2010, 08:54 PM
Replies: 6
Views: 1,008
Posted By DragonBlade
Not sure if this is what you are looking for: ...

Not sure if this is what you are looking for:
Settings -> Options --> Cookies and HTTP Header Options --> Remove Redirection Message Pages

Oh, redirect as in for threads when you move them right?
Forum: vB4 General Discussions 06-21-2010, 08:49 PM
Replies: 9
Views: 791
Posted By DragonBlade
They are closed properly Debug your if...

They are closed properly

Debug your if statements by putting some strings and see what happens.
Forum: vB4 General Discussions 06-21-2010, 08:45 PM
Replies: 4
Views: 1,375
Posted By DragonBlade
Use the admincp?

Use the admincp?
Forum: vB4 General Discussions 06-20-2010, 10:21 PM
Replies: 41
Views: 2,824
Posted By DragonBlade
Right now, I'm trying to figure out if it can...

Right now, I'm trying to figure out if it can detect something else rather than file since you are using WP page URLs right?
Forum: vB4 Programming Discussions 06-20-2010, 09:43 PM
Replies: 5
Views: 810
Posted By DragonBlade
How you want it displayed?

How you want it displayed?
Forum: vB4 General Discussions 06-20-2010, 09:41 PM
Replies: 41
Views: 2,824
Posted By DragonBlade
What is the URL to your wallpaper page

What is the URL to your wallpaper page
Forum: vB4 Design and Graphics Discussions 06-20-2010, 09:25 AM
Replies: 1
Views: 602
Posted By DragonBlade
Add this in additional.css template: ...

Add this in additional.css template:


.navbar {
margin: 0;
}
Forum: vB4 Design and Graphics Discussions 06-20-2010, 09:20 AM
Replies: 1
Views: 470
Posted By DragonBlade
stylevar: doc_margin Use the 'top' value for...

stylevar: doc_margin

Use the 'top' value for all sides: No
Top: 0
Left: auto
Bottom: 0
Right: auto
Forum: vB4 Programming Discussions 06-18-2010, 06:56 AM
Replies: 2
Views: 508
Posted By DragonBlade
It should be this: <vb:if...

It should be this:

<vb:if condition="$hourofday == 1">
Forum: vB4 Programming Discussions 06-17-2010, 11:18 PM
Replies: 5
Views: 810
Posted By DragonBlade
<a...

<a href="https://vborg.vbsupport.ru/showthread.php?t=228112" target="_blank">https://vborg.vbsupport.ru/showthread.php?t=228112</a>
Forum: vB4 General Discussions 06-17-2010, 05:48 PM
Replies: 10
Views: 617
Posted By DragonBlade
Then its this one for postbit: .postbit...

Then its this one for postbit:

.postbit .userinfo .popupmenu a.popupctrl, .postbit .userinfo_noavatar .popupmenu a.popupctrl {
font-size: 20px;
}
Forum: Community Reviews 06-17-2010, 05:35 PM
Replies: 6
Views: 1,298
Posted By DragonBlade
I like simplicity and clean style/skins. Keep it...

I like simplicity and clean style/skins. Keep it that way imo :P
Forum: vB4 Design and Graphics Discussions 06-17-2010, 05:30 PM
Replies: 8
Views: 955
Posted By DragonBlade
Well, according to the changelog, it says it...

Well, according to the changelog, it says it fixed the pagination problem...? :)
Forum: vB4 General Discussions 06-17-2010, 05:20 PM
Replies: 10
Views: 617
Posted By DragonBlade
Add this instead: .postbitlegacy .userinfo...

Add this instead:

.postbitlegacy .userinfo a.username, .eventbit .userinfo a.username {
font-size: 16pt;
}


Are you using postbit_legacy?
Forum: vB3 General Discussions 06-17-2010, 04:35 PM
Replies: 3
Views: 702
Posted By DragonBlade
<a...

<a href="https://vborg.vbsupport.ru/showthread.php?t=210572" target="_blank">https://vborg.vbsupport.ru/showthread.php?t=210572</a>

Not really a scramble, it just strips the vowels :P
Forum: vB4 General Discussions 06-17-2010, 04:27 PM
Replies: 10
Views: 617
Posted By DragonBlade
Main CSS is deprecated in vb4 You can just...

Main CSS is deprecated in vb4

You can just add that CSS in templates instead:
CSS Templates --> additional.css
Forum: vB4 Design and Graphics Discussions 06-17-2010, 09:25 AM
Replies: 8
Views: 955
Posted By DragonBlade
Did you edit templates? Cause its not using the...

Did you edit templates? Cause its not using the right CSS for the selected pagination
Forum: vB4 General Discussions 06-17-2010, 08:53 AM
Replies: 12
Views: 985
Posted By DragonBlade
If you dont mind, can you PM me your php code?...

If you dont mind, can you PM me your php code? Would simplify things :P
Forum: vB4 General Discussions 06-17-2010, 08:37 AM
Replies: 12
Views: 985
Posted By DragonBlade
Just to make sure, do you echo your html+PHP...

Just to make sure, do you echo your html+PHP since you are using the include function before?
Forum: vB4 Programming Discussions 06-17-2010, 08:17 AM
Replies: 4
Views: 626
Posted By DragonBlade
Since you are using $_REQUEST, shouldnt these be...

Since you are using $_REQUEST, shouldnt these be 'r' and not 'p'?


$output['Character Name'] = $vbulletin->input->clean_gpc('p','char_name',TYPE_NOHTML);
Showing results 1 to 25 of 189

 
Forum Jump

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