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

Showing results 1 to 25 of 200
Search took 0.02 seconds.
Search: Posts Made By: Seven Skins
Forum: vB5 Design and Graphics Discussions 06-16-2021, 11:44 AM
Replies: 1
Views: 3,019
Posted By Seven Skins
Add this to css_additional template. Adjust...

Add this to css_additional template. Adjust 2.5rem to your requirements.

.b-post__title { font-size: 2.5rem; }
Forum: vB3 General Discussions 05-25-2021, 10:00 PM
Replies: 2
Views: 4,472
Posted By Seven Skins
If you just want to display notification you can...

If you just want to display notification you can use ad_location templates ... (below-navbar and showthread beforeqr). Edit the usergroups and threadid accordingly.


<if...
Forum: vB4 General Discussions 04-05-2021, 03:59 PM
Replies: 3
Views: 4,232
Posted By Seven Skins
You can try disabling the flash upload in...

You can try disabling the flash upload in "Message Attachment Options"
Forum: Community Lounge 03-11-2021, 12:09 PM
Replies: 10
Views: 3,924
Posted By Seven Skins
Happy Birthday!

Happy Birthday!
Forum: vBulletin.org Site Feedback 01-18-2021, 09:59 PM
Replies: 34
Views: 37,630
Posted By Seven Skins
May be they put this in the "Recycle Bin"...

May be they put this in the "Recycle Bin" :rolleyes:
Forum: vB5 General Discussions 07-20-2020, 05:22 PM
Replies: 2
Views: 317
Posted By Seven Skins
GOTO AdminCP > Node Tools > Prune and use USER ID...

GOTO AdminCP > Node Tools > Prune and use USER ID 0 to search posts made by guests
Forum: vB4 General Discussions 05-29-2020, 05:09 PM
Replies: 3
Views: 403
Posted By Seven Skins
#usercp_nav .blockrow .active { ...

#usercp_nav .blockrow .active {
background-color: blue;
}

Add this to additional.css and change the color accordingly.
Forum: vB4 Programming Discussions 11-05-2019, 04:18 PM
Replies: 8
Views: 1,123
Posted By Seven Skins
If you have the style/theme search each css file...

If you have the style/theme search each css file the classs mentioned or ….

<a href="http://www.blahblah.com/" rel="nofollow" target="_blank">
<img src="image.png" alt="">
</a>
Forum: vB3 General Discussions 10-13-2019, 07:48 PM
Replies: 1
Views: 433
Posted By Seven Skins
This may be Database Character Set issue, you...

This may be Database Character Set issue, you have to check your database to see if it is UTF8 etc …
Forum: vB4 General Discussions 08-27-2019, 02:20 PM
Replies: 2
Views: 477
Posted By Seven Skins
I think this should be ? <vb:if...

I think this should be ?

<vb:if condition="THIS_SCRIPT == 'index' ">

</vb:if>
Forum: vB4 General Discussions 07-13-2019, 06:35 AM
Replies: 2
Views: 315
Posted By Seven Skins
You can try adding this line just below line 109...

You can try adding this line just below line 109 in the file, I haven't tried this but this may work.


.

vbmail($vbulletin->options['webmasteremail'], $subject, $message, true);
Forum: vB4 Programming Discussions 07-01-2019, 01:51 PM
Replies: 10
Views: 1,033
Posted By Seven Skins
1 - Your forum folder must be inside the...

1 - Your forum folder must be inside the public_html folder else public cannot use these file hence public cannot upload download attachments.

2 - Avoid Spaces in Your Filenames

3 - Use lower...
Forum: vB4 Design and Graphics Discussions 03-04-2019, 10:00 PM
Replies: 2
Views: 783
Posted By Seven Skins
This should turn everything square... * { ...

This should turn everything square...

* {
border-radius: 0px !important;
-moz-border-radius: 0px !important;
-webkit-border-radius: 0px !important;
}
Forum: vB4 General Discussions 06-20-2018, 09:02 PM
Replies: 2
Views: 669
Posted By Seven Skins
You can use this in header template.. <vb:if...

You can use this in header template..

<vb:if condition="$forum['forumid'] = 2"> CODE HERE </vb:if>

Change forum id
Forum: vB3 General Discussions 05-12-2018, 06:55 PM
Replies: 3
Views: 1,128
Posted By Seven Skins
For best page load speed js should be loaded from...

For best page load speed js should be loaded from footer as it will not block any DOM content from loading.
Forum: vB4 Design and Graphics Discussions 05-11-2018, 06:33 PM
Replies: 4
Views: 755
Posted By Seven Skins
Try adding transparent in the background property...

Try adding transparent in the background property e.g.


background: transparent url(http://www.abod.faith/wp-content/uploads/.....



and see if it helps
Forum: vB4 General Discussions 02-22-2018, 08:41 PM
Replies: 5
Views: 341
Posted By Seven Skins
No need to edit navbar template .. just add the...

No need to edit navbar template .. just add the code below to additional.css template.

#breadcrumb {display:none;}
Forum: Community Lounge 02-10-2018, 05:39 PM
Replies: 4
Views: 926
Posted By Seven Skins
Try sending an email to yourself form adminCP and...

Try sending an email to yourself form adminCP and see if you receive it.
And use SMTP email account from your own webhost e.g john@yoursite.com
Forum: vB4 General Discussions 01-20-2018, 06:59 PM
Replies: 22
Views: 1,073
Posted By Seven Skins
That tells us that you are not uploading...

That tells us that you are not uploading vbulletin publishing suite files
or you are uploading them in the wrong location
or you never had vbulletin publishing suite.
Forum: vB4 General Discussions 01-17-2018, 09:34 PM
Replies: 22
Views: 1,073
Posted By Seven Skins
Answer was given to you in post #12 in this...

Answer was given to you in post #12 in this thread.
Read the 2nd word in the 2nd line of above post before you disregard it.
It says upgrade not install.

PS. make backups before doing any major...
Forum: vBulletin 4.x Add-ons 01-08-2018, 09:00 PM
Replies: 20
Mini Mods - Cookie Consent
Views: 20,135
Posted By Seven Skins
Search for this phrase...

Search for this phrase "cookie_consent_message"
Forum: vB5 Design and Graphics Discussions 01-02-2018, 07:32 PM
Replies: 9
Views: 1,395
Posted By Seven Skins
Not possible as vb5 uses tables .. You will...

Not possible as vb5 uses tables ..
You will have to edit templates.
Forum: vB4 Design and Graphics Discussions 12-23-2017, 03:31 PM
Replies: 25
Views: 1,681
Posted By Seven Skins
navbar_tab_color navbar_tab_border Edit...

navbar_tab_color
navbar_tab_border

Edit these
Forum: vB3 General Discussions 12-09-2017, 01:24 PM
Replies: 3
Views: 468
Posted By Seven Skins
Disable all plugin via config.sys file Reupload...

Disable all plugin via config.sys file
Reupload all clean vb3 files
Make and use default style

And try making an account and login.
Forum: vB4 General Discussions 11-24-2017, 11:24 AM
Replies: 2
Views: 268
Posted By Seven Skins
Add this to the additional.css template ...

Add this to the additional.css template

#breadcrumb { display: none; }

For 2nd item ... that is the name of your forum and welcome message.
Welcome message can be edited by editing phrases in...
Showing results 1 to 25 of 200

 
Forum Jump

All times are GMT. The time now is 12:57 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.04602 seconds
  • Memory Usage 2,048KB
  • 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
  • (19)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