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: kNeo
Forum: vB4 Design and Graphics Discussions 10-01-2013, 08:43 PM
Replies: 2
Views: 475
Posted By kNeo
Weird, it looks like the bodywrapper div for the...

Weird, it looks like the bodywrapper div for the member/forumdisplay templates is terminated too early (like an extra </div> somewhere). I'm not sure how difficult it would be, but I would try to...
Forum: vB4 General Discussions 05-19-2013, 09:08 PM
Replies: 2
Views: 390
Posted By kNeo
For what it's worth, it looks like those are just...

For what it's worth, it looks like those are just the "stars" (you get more the more posts you have). Most people have them on their own line below the username (or avatar or whatever). Those just...
Forum: vB4 General Discussions 05-04-2013, 07:07 PM
Replies: 2
Views: 690
Posted By kNeo
It's basically dead. ICO moved their own website...

It's basically dead. ICO moved their own website to an implied consent model, which is basically what we've all been doing (EU or not) anyway.

If you're concerned and want to make sure you're...
Forum: vB4 General Discussions 05-04-2013, 06:57 PM
Replies: 6
Views: 824
Posted By kNeo
you can stop images from "breaking out" of the...

you can stop images from "breaking out" of the layout (As it were) by adding the following to additional.css:


#picturelink a img {max-width:95%;}


without a link to an example of whats...
Forum: vB4 Design and Graphics Discussions 05-04-2013, 06:40 PM
Replies: 6
Views: 1,320
Posted By kNeo
Assuming there's not too much customizing of...

Assuming there's not too much customizing of vbulletin-chrome in your theme, just revert it to default, and then in additional.css add some padding or margin or whatever. It's a really simple thing...
Forum: vB4 Design and Graphics Discussions 04-21-2013, 08:49 PM
Replies: 5
Views: 496
Posted By kNeo
I would assume it's under "postbit" likely...

I would assume it's under "postbit" likely handled via postbit_foot_background (bottom) and postbithead_background (top) -- assuming it's like standard styles.

EDIT: There may also be overriding...
Forum: vB4 General Discussions 04-19-2013, 06:32 PM
Replies: 2
Views: 563
Posted By kNeo
Just note that if you do this, this is a...

Just note that if you do this, this is a violation of adsense rules, and can get you blacklisted from google search, whether you use adsense or not.
Forum: vB4 General Discussions 04-13-2013, 07:51 PM
Replies: 2
Views: 305
Posted By kNeo
Just an FYI but some guests, if not all, are...

Just an FYI but some guests, if not all, are mostly just googlebot or bing or other search indexers. Even if they're on a thread, all they're seeing is "permission denied" or whatever.

As for the...
Forum: vB4 Design and Graphics Discussions 04-13-2013, 07:38 PM
Replies: 6
Views: 1,841
Posted By kNeo
Sorry I don't know. I personally leave it up to...

Sorry I don't know. I personally leave it up to members to decide if they want the advanced editor or not when replying/quoting.

I imagine there's a plugin or mod or something out there you could...
Forum: vB4 Design and Graphics Discussions 04-11-2013, 03:05 AM
Replies: 4
Views: 608
Posted By kNeo
I don't use Blogs much/at all, so I'm not sure...

I don't use Blogs much/at all, so I'm not sure what specifically you're having a problem with; if I had a link to the site I could likely throw together some CSS you can stick in additional.css to...
Forum: vB4 Design and Graphics Discussions 04-11-2013, 02:51 AM
Replies: 6
Views: 1,841
Posted By kNeo
By default a "Reply" link should appear on every...

By default a "Reply" link should appear on every post next to Edit, which means that somewhere in your style something was changed.

see:
https://vborg.vbsupport.ru/external/2013/04/41.png
...
Forum: vB4 Design and Graphics Discussions 04-11-2013, 02:41 AM
Replies: 9
Views: 704
Posted By kNeo
This makes me nostalgic for vB3. Sort of want to...

This makes me nostalgic for vB3. Sort of want to throw one up just to have one that I can mess with.

While the colors or the larger rounded corners aren't exactly my cup of tea, kudos. Reminds me...
Forum: vB4 Design and Graphics Discussions 04-11-2013, 02:10 AM
Replies: 6
Views: 869
Posted By kNeo
Yeah I ran into this the first time I attempted...

Yeah I ran into this the first time I attempted to seriously customize the editor.

For what it's worth, you can modify these elements by stick your css at the bottom of editor_contents.css -- this...
Forum: vB4 Design and Graphics Discussions 04-05-2013, 10:25 PM
Replies: 6
Views: 869
Posted By kNeo
vBulletin's stylevars don't actually change a...

vBulletin's stylevars don't actually change a whole lot of the ckeditor's styles; it mostly just overrides some generic stuff (like background colors).

You can still use firebug, you just have to...
Forum: vB4 General Discussions 04-05-2013, 10:13 PM
Replies: 3
Views: 515
Posted By kNeo
Well you could simply use html and throw it in a...

Well you could simply use html and throw it in a div, assuming you're posting with an admin account.

You could also create a BBcode do this, like "indent2" or something.
Forum: vB4 Design and Graphics Discussions 04-05-2013, 03:56 AM
Replies: 6
Views: 869
Posted By kNeo
What's even worse is that the vB CKEditor doesn't...

What's even worse is that the vB CKEditor doesn't support the CKEditor skins.

At any rate customizing the CSS for the editor is rather aggravating. G'luck, try not to lose your sanity and/or fly...
Forum: vB4 Design and Graphics Discussions 04-05-2013, 03:51 AM
Replies: 9
Views: 4,090
Posted By kNeo
Just an FYI for anyone wondering -- the default...

Just an FYI for anyone wondering -- the default image handler for vBulletin doesn't handle animated GIFs well, so if they have to resized to fit the avatar restrictions, they won't work right.

The...
Forum: vB4 Design and Graphics Discussions 04-05-2013, 03:46 AM
Replies: 1
Views: 1,056
Posted By kNeo
For future reference you can modify the height of...

For future reference you can modify the height of the header by adding the following to additional.css:


#header {
height: 250px;
}

Change 250px to whatever number you want.

I think the...
Forum: vB4 General Discussions 04-05-2013, 03:39 AM
Replies: 1
Views: 313
Posted By kNeo
Just a note here -- but you should figure out...

Just a note here -- but you should figure out what's wrong first, because "SQL errors" could mean the database is broken, in which case upgrading will accomplish nothing.

You should also be aware...
Forum: vB4 General Discussions 04-05-2013, 03:27 AM
Replies: 2
Views: 308
Posted By kNeo
Go into General Settings and change the Ajax...

Go into General Settings and change the Ajax settings ("Disable problematic Ajax settings" worked for my boards), this MIGHT help.

The true 'fix' is as Lynne says; downgrade to php5.3, but if...
Forum: vB4 General Discussions 04-05-2013, 03:25 AM
Replies: 3
Views: 515
Posted By kNeo
I don't know specifically, as I don't know which...

I don't know specifically, as I don't know which theme you're using, but you can accomplish this by using:
.content blockquote {margin:0 1em!important;}

note: I'm not 100% sure about that, it...
Forum: vB4 General Discussions 04-05-2013, 03:22 AM
Replies: 9
Views: 529
Posted By kNeo
You might be able to get around this by going...

You might be able to get around this by going into general settings, and changing the Ajax option to "disable problematic ajax".

We got bumped up to 5.4 for too and it's been a pain, we can't back...
Forum: vB4 General Discussions 04-03-2013, 01:29 AM
Replies: 5
Views: 559
Posted By kNeo
This one was a bit more difficult, but I think I...

This one was a bit more difficult, but I think I figured it out...

Copy/Paste the following into the bottom of your additional.css:

.subforums {width:75%!important;float:left;clear:none;}
...
Forum: vB4 Design and Graphics Discussions 04-01-2013, 12:59 AM
Replies: 2
Views: 1,001
Posted By kNeo
I can't help you, but figured I would try to...

I can't help you, but figured I would try to point you in the right direction --

This person claims to have made such a plugin, but doesn't want to release it unless you don't compete with his...
Forum: vB4 General Discussions 04-01-2013, 12:55 AM
Replies: 5
Views: 465
Posted By kNeo
Well it's technically possible, but it would...

Well it's technically possible, but it would require a mod and/or a ton of conditionals in the template(s) or whatever.

You could try to search for "status" mods for whatever version of vB you're...
Showing results 1 to 25 of 34

 
Forum Jump

All times are GMT. The time now is 10:39 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.01713 seconds
  • Memory Usage 2,040KB
  • 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 

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