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

Showing results 1 to 25 of 202
Search took 0.01 seconds.
Search: Posts Made By: Gray Matter
Forum: vB3 Design and Graphics Discussions 10-09-2008, 02:44 PM
Replies: 1
Views: 2,050
Posted By Gray Matter
You can change the link for the logo in the...

You can change the link for the logo in the StyleVars manager:

Admin CP -> Styles & Templates -> Style Manager -> Choose "StyleVars" from the menu next to the style -> Title Image (under "Image...
Forum: vB3 Design and Graphics Discussions 10-09-2008, 02:42 PM
Replies: 1
Views: 693
Posted By Gray Matter
I'm sorry but I don't understand what you mean.

I'm sorry but I don't understand what you mean.
Forum: vB3 Design and Graphics Discussions 10-09-2008, 02:40 PM
Replies: 1
Views: 935
Posted By Gray Matter
In the Main CSS of the style, change the text...

In the Main CSS of the style, change the text decoration for hover links to "none" in the .tcat section.
Forum: vB3 Design and Graphics Discussions 10-09-2008, 02:39 PM
Replies: 2
Views: 818
Posted By Gray Matter
a:link { font-weight: bold; } a:visited {...

a:link { font-weight: bold; }
a:visited { font-weight: normal; }
Forum: vB3 Design and Graphics Discussions 10-09-2008, 02:37 PM
Replies: 13
Views: 1,534
Posted By Gray Matter
I don't understand what you're asking.

I don't understand what you're asking.
Forum: vB3 Programming Discussions 10-09-2008, 02:34 PM
Replies: 5
Views: 930
Posted By Gray Matter
<if condition="is_member_of($userinfo, XX) AND...

<if condition="is_member_of($userinfo, XX) AND $show['buddy']">
<img src="$stylevar[imgdir_misc]/star_1.gif" alt="Premium User &amp; Buddy" />
<else />
<if condition="is_member_of($userinfo,...
Forum: vB3 Design and Graphics Discussions 10-05-2008, 03:21 AM
Replies: 2
Views: 715
Posted By Gray Matter
The "Editor Templates" group houses the templates...

The "Editor Templates" group houses the templates for the editor. The one you're looking for is editor_toolbar_on.
Forum: vB3 Design and Graphics Discussions 09-29-2008, 04:32 PM
Replies: 11
Views: 1,169
Posted By Gray Matter
Not that I know of. Obviously if you take a page...

Not that I know of. Obviously if you take a page that has one main area with, for example, 100% width and add a sidebar/column that needs 10% of the width, you only have 90% width left for the main...
Forum: vB3 Design and Graphics Discussions 09-25-2008, 06:02 PM
Replies: 11
Views: 1,169
Posted By Gray Matter
I'm not sure what you mean. Of course the forum...

I'm not sure what you mean. Of course the forum width is going to get smaller if you add something else to the page...
Forum: vB3 Design and Graphics Discussions 09-25-2008, 12:55 PM
Replies: 11
Views: 1,169
Posted By Gray Matter
You can use valign="middle" in your...

You can use valign="middle" in your code.
Forum: vB3 Design and Graphics Discussions 09-25-2008, 12:52 PM
Replies: 5
Views: 932
Posted By Gray Matter
You want to edit this code inside...

You want to edit this code inside forumhome_forumbit_level1_post and forumhome_forumbit_level2_post:

<if condition="$show['browsers']"><span class="smallfont">(<phrase...
Forum: vB3 Design and Graphics Discussions 09-25-2008, 12:50 PM
Replies: 11
Views: 1,169
Posted By Gray Matter
Your screenshot clearly shows the sidebar being...

Your screenshot clearly shows the sidebar being below the header. If you want it to be at the same level as the header, then start the code at the beginning of the header template. ;)
Forum: vB3 Programming Discussions 09-20-2008, 04:18 AM
Replies: 3
Views: 790
Posted By Gray Matter
You can't execute PHP code within templates. Use...

You can't execute PHP code within templates. Use a plugin instead.
Forum: vBulletin 3.7 Add-ons 08-18-2008, 04:33 PM
Replies: 24
Integration with vBulletin - Post Edit History Importer
Views: 6,943
Posted By Gray Matter
In case anyone is wondering, I have just used...

In case anyone is wondering, I have just used this on my live board after an upgrade from 3.6.10 to 3.7.2 and it worked great! :)


Edits Processed: 22,749
Unique Posts Processed: 15,154
...
Forum: vBulletin 3.7 Add-ons 07-19-2008, 02:50 AM
Replies: 24
Integration with vBulletin - Post Edit History Importer
Views: 6,943
Posted By Gray Matter
Thanks for posting. Glad to see it worked out for...

Thanks for posting. Glad to see it worked out for you. :D
Forum: vBulletin 3.7 Add-ons 06-17-2008, 03:00 PM
Replies: 24
Integration with vBulletin - Post Edit History Importer
Views: 6,943
Posted By Gray Matter
Great! I will look into the error though, so that...

Great! I will look into the error though, so that no one sees it in the future. ;)
Forum: vBulletin 3.7 Add-ons 06-17-2008, 01:20 AM
Replies: 24
Integration with vBulletin - Post Edit History Importer
Views: 6,943
Posted By Gray Matter
I'm not sure what would be causing your problem,...

I'm not sure what would be causing your problem, Darat. Could you check to see that the importer ran smoothly, and that everything is looking fine?

Also please check to see that you can uninstall...
Forum: vBulletin 3.6 Template Modifications 06-14-2008, 08:02 PM
Replies: 7
Profile Enhancements - Advanced Signature
Views: 4,249
Posted By Gray Matter
Find me one default vB template that uses...

Find me one default vB template that uses $vbulletin->userinfo. ;)
Forum: vB3 Design and Graphics Discussions 06-14-2008, 08:00 PM
Replies: 3
Views: 875
Posted By Gray Matter
What is your question?

What is your question?
Forum: vB3 Design and Graphics Discussions 06-14-2008, 07:59 PM
Replies: 1
Views: 733
Posted By Gray Matter
<a...

<a href="https://vborg.vbsupport.ru/showthread.php?t=168303" target="_blank">https://vborg.vbsupport.ru/showthread.php?t=168303</a>
Forum: vBulletin 3.6 Template Modifications 06-13-2008, 11:37 PM
Replies: 7
Profile Enhancements - Advanced Signature
Views: 4,249
Posted By Gray Matter
Template conditionals should use $bbuserinfo, not...

Template conditionals should use $bbuserinfo, not $vbulletin->userinfo. :)
Forum: vBulletin 3.6 Add-ons 05-16-2008, 12:07 AM
Replies: 10
Private Messages Enhancements - Percentage of PM Quota Used
Views: 3,492
Posted By Gray Matter
It will be ported/updated shortly. ;)

It will be ported/updated shortly. ;)
Forum: vBulletin 3.6 Add-ons 05-15-2008, 03:04 PM
Replies: 20
End-User Options - Buddy List on User CP
Views: 5,179
Posted By Gray Matter
I will be releasing a new, much-improved version...

I will be releasing a new, much-improved version of this hack (including a port to 3.7.x) in June. :)

And I will take your suggestion into consideration, Triky. ;)
Forum: vBulletin 3.6 Add-ons 05-09-2008, 12:06 AM
Replies: 200
Add-On Releases - Post Edit History (PEH)
Views: 56,570
Posted By Gray Matter
What do you mean by "burn" the history? If you...

What do you mean by "burn" the history? If you want to erase it, simply uninstall the product. If you are upgrading to 3.7 and you want to convert the hack's edit histories into the 3.7 edit history...
Forum: vBulletin 3.7 Add-ons 05-06-2008, 01:43 AM
Replies: 24
Integration with vBulletin - Post Edit History Importer
Views: 6,943
Posted By Gray Matter
I'm sorry to hear that. :( You don't have a...

I'm sorry to hear that. :( You don't have a backup or anything you could use? It's a shame to lose all those histories.
Showing results 1 to 25 of 202

 
Forum Jump

All times are GMT. The time now is 08:44 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.01781 seconds
  • Memory Usage 2,051KB
  • 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