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

Showing results 1 to 25 of 135
Search took 0.00 seconds.
Search: Posts Made By: StGaensler
Forum: vBulletin 4.x Add-ons 11-27-2011, 08:57 PM
Replies: 790
Views: 179,703
Posted By StGaensler
Above file is a standard unified diff...

Above file is a standard unified diff (https://en.wikipedia.org/wiki/Diff#Unified_format) used everywhere in the code development world. This mainly contains the changes to the original file. I can't...
Forum: vBulletin 4.x Add-ons 11-26-2011, 10:00 AM
Replies: 790
Views: 179,703
Posted By StGaensler
You need to do some changes, to get 1.5.0b...

You need to do some changes, to get 1.5.0b running properly with vBulletin 4.1.8
Forum: vBulletin 3.8 Add-ons 04-05-2009, 03:24 PM
Replies: 792
BB Code Enhancements - BB Code [table]
Views: 354,213
Posted By StGaensler
You can do what ever you want and place it where...

You can do what ever you want and place it where ever you want - but I would suggest importing this file as add-on in your vBulletin Admin Control Panel, as you would do it with every other add-on.If...
Forum: vBulletin 3.8 Add-ons 03-29-2009, 07:46 PM
Replies: 792
BB Code Enhancements - BB Code [table]
Views: 354,213
Posted By StGaensler
There is no property valign :) You want to...

There is no property valign :) You want to use.stg_tablerow_top td {vertical-align:top; }
Stefan
Forum: vBulletin 3.8 Add-ons 03-25-2009, 08:37 AM
Replies: 792
BB Code Enhancements - BB Code [table]
Views: 354,213
Posted By StGaensler
Please read my first post before asking such...

Please read my first post before asking such questions.
Forum: vBulletin 3.8 Add-ons 03-23-2009, 01:08 PM
Replies: 792
BB Code Enhancements - BB Code [table]
Views: 354,213
Posted By StGaensler
The problem is that there is a javascript called...

The problem is that there is a javascript called every page load that initializes the sortable tables. If the page is modified with ajax (as it is when you edit it with the inline editor) the table...
Forum: vBulletin 3.6 Add-ons 03-23-2009, 01:04 PM
Replies: 70
Miscellaneous Hacks - NoMoreGifs
Views: 67,702
Posted By StGaensler
I can't understand why you prefer a more than...

I can't understand why you prefer a more than seven-year-old browser over a modern webbrowser :) IE 6 was released in october 2001...
Forum: vBulletin 3.8 Add-ons 02-14-2009, 08:15 AM
Replies: 792
BB Code Enhancements - BB Code [table]
Views: 354,213
Posted By StGaensler
Click on the column header in one table, and the...

Click on the column header in one table, and the table is sorted by this column. If that doesn't work: Have you enabled this feature in your admincp?

Stefan
Forum: vBulletin 3.8 Add-ons 02-11-2009, 09:56 PM
Replies: 792
BB Code Enhancements - BB Code [table]
Views: 354,213
Posted By StGaensler
Sorry guys, I haven't been here some time :)...

Sorry guys, I haven't been here some time :) Thanks for the ones who helped out.
"Yes and no" :)
If you create a table with [table=debug] you can look in the sourcecode, how much server time my...
Forum: vBulletin 3.8 Add-ons 10-05-2008, 05:54 PM
Replies: 792
BB Code Enhancements - BB Code [table]
Views: 354,213
Posted By StGaensler
Hi. Sorry, I didn't get notified for this. ...

Hi. Sorry, I didn't get notified for this.

On my testboard this works as expected. Maybe it doesn't work on your board because you use a blank (why do you use it?) before the nuber. Does it work,...
Forum: vBulletin 3.8 Add-ons 10-01-2008, 04:31 AM
Replies: 792
BB Code Enhancements - BB Code [table]
Views: 354,213
Posted By StGaensler
@kud0gfx As stated in the first post this is...

@kud0gfx
As stated in the first post this is currently not possible.

@g0dfather1984
Go to AdminCP -> BB Codes and edit one BB Code and safe it without any changes. I'll have to update that cache...
Forum: vBulletin 3.8 Add-ons 08-24-2008, 04:54 AM
Replies: 792
BB Code Enhancements - BB Code [table]
Views: 354,213
Posted By StGaensler
No that's the standard behaviour. If you want to...

No that's the standard behaviour. If you want to write me a big JavaScript where I can select all necessary options, feel free :)
Someone up there posted some bits of JavaScript code, and I will...
Forum: vBulletin 3.8 Add-ons 08-12-2008, 03:57 PM
Replies: 792
BB Code Enhancements - BB Code [table]
Views: 354,213
Posted By StGaensler
No, currently there's no such way, ecxept of...

No, currently there's no such way, ecxept of using a tabulator as delimiter (but that's not easy to write in vBulletin editor), or using unicode character 0x2223 (divides) instead. This is, how it...
Forum: vBulletin 3.8 Add-ons 08-11-2008, 08:02 PM
Replies: 792
BB Code Enhancements - BB Code [table]
Views: 354,213
Posted By StGaensler
Have you two placed the icon in your...

Have you two placed the icon in your /images/editor/ folder, as described in the first post and repeated many times during this thread?Why should it add some? Which code?

Stefan
Forum: vBulletin 3.6 Add-ons 07-22-2008, 11:23 AM
Replies: 70
Miscellaneous Hacks - NoMoreGifs
Views: 67,702
Posted By StGaensler
The server can't find the ErrorDocument - the...

The server can't find the ErrorDocument - the 404.php
Give him the correct path to this file, and he will find it.
Forum: vBulletin 3.8 Add-ons 07-22-2008, 07:20 AM
Replies: 792
BB Code Enhancements - BB Code [table]
Views: 354,213
Posted By StGaensler
Thanks, too!Empty your browsercache and try...

Thanks, too!Empty your browsercache and try again. If that doesn't help, than look if the image is on the right place and the path to the image in AdminCP corresponds to the real image path.

Stefan
Forum: vBulletin 3.8 Add-ons 07-17-2008, 10:57 AM
Replies: 792
BB Code Enhancements - BB Code [table]
Views: 354,213
Posted By StGaensler
Oh thanks... That worked some time earlier :) If...

Oh thanks... That worked some time earlier :) If you remove the autonum it's all right. The reason: Internally I have to keep track how much cols I have - something seems to be wrong there.Thats...
Forum: vBulletin 3.8 Add-ons 07-16-2008, 03:26 PM
Replies: 792
BB Code Enhancements - BB Code [table]
Views: 354,213
Posted By StGaensler
I currently can't promise when this feature will...

I currently can't promise when this feature will come.
Forum: vBulletin 3.8 Add-ons 06-12-2008, 08:30 PM
Replies: 792
BB Code Enhancements - BB Code [table]
Views: 354,213
Posted By StGaensler
Thats by design ;) I want you to put it on your...

Thats by design ;) I want you to put it on your server, and not to load it from mine.Klick on the headers of the second table: http://www.kryogenix.org/code/browser/sorttable/ - the table is sorted...
Forum: vBulletin 3.8 Add-ons 06-10-2008, 08:25 AM
Replies: 792
BB Code Enhancements - BB Code [table]
Views: 354,213
Posted By StGaensler
It's in your vBulletin OptionsIf you give me the...

It's in your vBulletin OptionsIf you give me the JavaScript code behind it with the permission to use it in my add-on, I will include it.Unless stated otherwise all my mods always work with the...
Forum: vBulletin 3.8 Add-ons 06-02-2008, 05:15 PM
Replies: 792
BB Code Enhancements - BB Code [table]
Views: 354,213
Posted By StGaensler
So this means my code does it all very well. ...

So this means my code does it all very well.

Can it be that you mean this?.stg_table_myclass th, .stg_table_myclass td {font-size:6px }
Forum: vBulletin 3.8 Add-ons 06-02-2008, 08:35 AM
Replies: 792
BB Code Enhancements - BB Code [table]
Views: 354,213
Posted By StGaensler
Sorry for the late answer... Put something like...

Sorry for the late answer... Put something like .stg_table {margin: 0 auto;} to your additional CSS definitions.As I said in the first post:
If you want to have live sortable columns (JavaScript):...
Forum: vBulletin 3.6 Add-ons 05-24-2008, 12:52 PM
Replies: 70
Miscellaneous Hacks - NoMoreGifs
Views: 67,702
Posted By StGaensler
Don't know why it shouldn't?

Don't know why it shouldn't?
Forum: vBulletin 3.6 Add-ons 05-02-2008, 08:28 PM
Replies: 70
Miscellaneous Hacks - NoMoreGifs
Views: 67,702
Posted By StGaensler
Your version replaces all non existant gif files...

Your version replaces all non existant gif files with png files - am I correct? Exactly the same does my code but without causing the second (unnecessary) request.
Forum: vBulletin 3.6 Add-ons 05-02-2008, 07:03 PM
Replies: 70
Miscellaneous Hacks - NoMoreGifs
Views: 67,702
Posted By StGaensler
I have two things to remark: As you send a...

I have two things to remark:

As you send a Location: header the Content-type: header doesn't matter as the browser makes a second request for the png file.

This second request takes some time...
Showing results 1 to 25 of 135

 
Forum Jump

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