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

Showing results 1 to 25 of 86
Search took 0.00 seconds.
Search: Posts Made By: RickyH
Forum: vB4 General Discussions 09-21-2013, 08:55 AM
Replies: 6
Views: 694
Posted By RickyH
Backup the previous database of users and...

Backup the previous database of users and reupload?
Forum: vB4 General Discussions 09-21-2013, 08:53 AM
Replies: 8
Views: 1,288
Posted By RickyH
Find it in the mobile styles are remove it really.

Find it in the mobile styles are remove it really.
Forum: vB4 Programming Discussions 09-21-2013, 08:52 AM
Replies: 4
Views: 503
Posted By RickyH
Firstly provide us a link to your forum. ...

Firstly provide us a link to your forum.

Secondly - Remove the <a href="...."></a> tags from the line of code found in the correct template.
Forum: vB4 Design and Graphics Discussions 09-21-2013, 08:50 AM
Replies: 6
Views: 611
Posted By RickyH
Try to keep the layout fluent. E.G If you're...

Try to keep the layout fluent. E.G If you're using one texture for the logo, use it for other parts too so it's not singled out - unless it NEEDS to be singled out i.e if it's important.
Forum: vB4 Design and Graphics Discussions 09-21-2013, 08:48 AM
Replies: 2
Views: 383
Posted By RickyH
Missing images. Check the source if the images....

Missing images. Check the source if the images. Either the image doesn't exist in that link, or the link is wrongly written.
Forum: vB4 Design and Graphics Discussions 09-21-2013, 08:47 AM
Replies: 8
Views: 679
Posted By RickyH
It's just a css code text-shadow: .. can be used...

It's just a css code text-shadow: .. can be used with any kind of text. :)

This is a guide -> http://www.w3schools.com/cssref/css3_pr_text-shadow.asp
Forum: vB4 Design and Graphics Discussions 09-16-2013, 10:28 AM
Replies: 5
Views: 1,180
Posted By RickyH
I don't see any issues there. Sounds as though it...

I don't see any issues there. Sounds as though it may be a coding issue. I'd try re-installing your forum (or at least template), then see what happens. Also disable any plugins or products you have...
Forum: vB4 Design and Graphics Discussions 09-16-2013, 10:26 AM
Replies: 2
Views: 383
Posted By RickyH
This would be a big mod to code. You would have...

This would be a big mod to code. You would have to create an upload screen to upload an image for each individual member, then create an If Condition to post an offline image.. generally uploading so...
Forum: vB4 Programming Discussions 09-16-2013, 10:23 AM
Replies: 11
Views: 1,280
Posted By RickyH
Should be a simple vb:if condition. For example, ...

Should be a simple vb:if condition. For example,

If user is in usergroup '1' (Donator)
allow access
else
redirect to payment screen.

I'll try write up the code for you.
Forum: vB4 Programming Discussions 09-16-2013, 10:20 AM
Replies: 1
Views: 459
Posted By RickyH
Providing a link to your website/forum would be...

Providing a link to your website/forum would be beneficial. I think i know what you want to do, but it requires some vb hooks from what i imagine.
Forum: vB4 Design and Graphics Discussions 09-16-2013, 10:18 AM
Replies: 20
Views: 1,835
Posted By RickyH
The css is now edited in Stylevars. Probably best...

The css is now edited in Stylevars. Probably best to give us a link to your site and an explanation of what styling you want to add/remove. VB4 is widely editable, you just need to know what you're...
Forum: vB4 Design and Graphics Discussions 09-16-2013, 10:15 AM
Replies: 6
Views: 611
Posted By RickyH
Top one definitely looks fancier. It depends on...

Top one definitely looks fancier. It depends on the style of the site. If you intend on have just the logo with that style, 1st is definitely the option. If its going to be a style used round the...
Forum: vB4 Design and Graphics Discussions 09-16-2013, 10:14 AM
Replies: 1
Views: 402
Posted By RickyH
What would you need the PSD version for?

What would you need the PSD version for?
Forum: vB4 Design and Graphics Discussions 09-16-2013, 10:13 AM
Replies: 7
Views: 540
Posted By RickyH
looks like the nav tabs have been moved in the...

looks like the nav tabs have been moved in the template in the div tags. Probably best to provide a physical link to the page, test if it's the same on all pages. If not, then it's down to one page...
Forum: vB4 General Discussions 09-16-2013, 10:11 AM
Replies: 3
Views: 806
Posted By RickyH
Is this even about vb4? I only see reference to...

Is this even about vb4? I only see reference to vb3 here...
Forum: vB4 Programming Discussions 09-10-2013, 10:22 AM
Replies: 12
Views: 717
Posted By RickyH
Can you link us to your site? Not having the...

Can you link us to your site? Not having the correct link to your site won't help us give you the code and where to place it.
Forum: vB4 Design and Graphics Discussions 09-10-2013, 10:20 AM
Replies: 4
Views: 513
Posted By RickyH
Despite moving this to fit the right side, on...

Despite moving this to fit the right side, on higher resolution (wider screens) you're going to have tons of white space either way. Would it not be beneficial for you to add images down the right...
Forum: vB4 Design and Graphics Discussions 09-10-2013, 10:18 AM
Replies: 4
Views: 754
Posted By RickyH
Add the following css code to your .forumhead...

Add the following css code to your .forumhead foruminfo L1 collapse:

.forumhead foruminfo L1 collapse {
box-shadow: -2px 2px 2px #000000;
}

Then just edit the colour code and the placing with...
Forum: vB4 Design and Graphics Discussions 09-10-2013, 10:09 AM
Replies: 1
Views: 438
Posted By RickyH
Best way would be to edit the template which it's...

Best way would be to edit the template which it's found in and remove the text, (or add an Alt="New Thread") and add an image with a href to link to the "New Thread" page.
Forum: vB4 Design and Graphics Discussions 09-10-2013, 10:08 AM
Replies: 3
Views: 507
Posted By RickyH
Can you provide a link to the forum you're...

Can you provide a link to the forum you're wanting to edit? We can further associate the information if we can see what it is you're trying to achieve :)
Forum: vB4 Design and Graphics Discussions 09-10-2013, 10:06 AM
Replies: 26
Views: 2,139
Posted By RickyH
Do you mean like in the background? if you're...

Do you mean like in the background? if you're talking about foreground, you wouldn't be able to do it since you wouldn't be able to click the links behind it..
Forum: vB4 General Discussions 09-06-2013, 10:23 AM
Replies: 1
Views: 463
Posted By RickyH
Right click it in Chrome/Firefox -> Inspect...

Right click it in Chrome/Firefox -> Inspect Element -> find the div -> add some content :)
Forum: vB4 General Discussions 09-06-2013, 10:21 AM
Replies: 34
Views: 6,905
Posted By RickyH
I had issues for about 4 weeks after purchasing...

I had issues for about 4 weeks after purchasing the license for vb 5 (with access to previous versions) due to PHP 5.3. I consulted vBulletin.com directly and they've somewhat assured me that they...
Forum: vB4 General Discussions 09-06-2013, 10:19 AM
Replies: 100
Views: 41,593
Posted By RickyH
Despite who reads things on the announcements, it...

Despite who reads things on the announcements, it shouldn't matter. People are urged to delete install folders on their server after a successful install, therefore it's their own fault if they've...
Forum: vB4 General Discussions 09-06-2013, 10:17 AM
Replies: 6
Views: 449
Posted By RickyH
You cannot edit the main CSS in AdminCP like you...

You cannot edit the main CSS in AdminCP like you could in previous versions of vb. You now need to edit the additional.css or edit the main css inside the templates section, under CSS.
Showing results 1 to 25 of 86

 
Forum Jump

All times are GMT. The time now is 11:13 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.02694 seconds
  • Memory Usage 2,038KB
  • 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
  • (16)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