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

Showing results 1 to 25 of 500
Search took 0.02 seconds.
Search: Posts Made By: Seven Skins
Forum: vB4 Programming Discussions 09-02-2022, 08:47 PM
Replies: 3
Views: 4,578
Posted By Seven Skins
Open "/archive/index.php" in notepad and insert...

Open "/archive/index.php" in notepad and insert your code around line 287 just below <head> tag.
Forum: vB5 General Discussions 06-06-2022, 08:36 PM
Replies: 3
Views: 1,094
Posted By Seven Skins
You can use tools.php to edit the forum url. ...

You can use tools.php to edit the forum url.

https://forum.vbulletin.com/articles/managing-vbulletin/4401433-using-tools-php
Forum: vB4 General Discussions 05-05-2022, 04:25 PM
Replies: 3
Views: 1,085
Posted By Seven Skins
Check your .htaccess file

Check your .htaccess file
Forum: vBulletin 4.x Add-ons 02-28-2022, 03:45 PM
Replies: 4
Views: 2,485
Posted By Seven Skins
SVG is a vector graphic file. You can open them...

SVG is a vector graphic file. You can open them in the browser and see what image it is.
Forum: vB4 Design and Graphics Discussions 10-19-2021, 08:27 PM
Replies: 3
Views: 1,047
Posted By Seven Skins
It could be set by editing stylevars .....

It could be set by editing stylevars .. forumwidth or margin or it may be hardcoded into templates
Forum: vB4 Programming Discussions 06-19-2021, 08:23 AM
Replies: 3
Views: 1,663
Posted By Seven Skins
As you have changed the style today adverts are...

As you have changed the style today adverts are gone now and so is the empty space. :up:
Forum: vB4 Programming Discussions 06-18-2021, 07:49 PM
Replies: 3
Views: 1,663
Posted By Seven Skins
You have advert in that space (not showing...

You have advert in that space (not showing though).
Remove the adverts and the space will be gone.
Forum: vB5 Design and Graphics Discussions 06-16-2021, 11:44 AM
Replies: 1
Views: 3,097
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 Programming Discussions 06-13-2021, 09:19 AM
Replies: 1
Views: 3,688
Posted By Seven Skins
Check the permission for the folder :...

Check the permission for the folder : https://forumserver.twoplustwo.com/cache-img/
It should be 755
Forum: vB5 General Discussions 06-12-2021, 08:28 PM
Replies: 2
Views: 2,007
Posted By Seven Skins
You could add css to additional-css template .. ...

You could add css to additional-css template ..

.breadcrumbs-wrapper { position: fixed; bottom: 0px; z-index: 1000; }

I tried this in dev tool and breadcrumbs get stuck to the bottom of screen.
Forum: vB4 Programming Discussions 06-01-2021, 07:14 PM
Replies: 2
Views: 3,031
Posted By Seven Skins
OK I tried this and it works, I think, but...

OK

I tried this and it works, I think, but do not know what affect this will cause to the other functionality if any.

Rename your printthread.php to e.g printthread-old.php
Make a copy of...
Forum: vBulletin 5.x Template Modifications 05-31-2021, 07:24 PM
Replies: 13
BB Code Enhancements - Change quotation design
Views: 77,611
Posted By Seven Skins
^^ Most probably iis a caching issue. Clear cache...

^^ Most probably iis a caching issue. Clear cache etc...

Try this, this works as well.

.bbcode_container .bbcode_quote {
background: #ededede;
border: 2px solid #dddddd;
...
Forum: vB3 General Discussions 05-25-2021, 10:00 PM
Replies: 2
Views: 4,496
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: vB5 General Discussions 05-12-2021, 07:00 PM
Replies: 5
Views: 3,571
Posted By Seven Skins
You should force (https or http) and (www or non...

You should force (https or http) and (www or non www) urls using .htaccess file so that you don't have these kind of issue in future. And same url must be in adminCP settings.
Forum: vBulletin 5.x Products & Extensions 05-10-2021, 11:18 AM
Replies: 35
Views: 14,494
Posted By Seven Skins
^^ it should be in phrases, search for "Usergroup...

^^ it should be in phrases, search for "Usergroup Color Bar Legend" in phrases.
Forum: vB5 General Discussions 05-10-2021, 11:11 AM
Replies: 5
Views: 3,571
Posted By Seven Skins
Have you looked at post #9 .....

Have you looked at post #9 .....
Forum: vB5 General Discussions 05-09-2021, 11:06 AM
Replies: 5
Views: 3,571
Posted By Seven Skins
Have a look at this:...

Have a look at this: https://forum.vbulletin.com/forum/vbulletin-5-connect/vbulletin-5-connect-questions-problems-troubleshooting/vbulletin-5-support-issues-questions/4361154-error_information_x
Forum: vB4 General Discussions 05-03-2021, 11:00 AM
Replies: 2
Views: 3,511
Posted By Seven Skins
Look into "Language and Phrases" and search for...

Look into "Language and Phrases" and search for poll.
PS. editing the phrase will be global and will affect all polls on your forum.
Forum: vB5 General Discussions 04-27-2021, 08:32 PM
Replies: 5
Views: 4,099
Posted By Seven Skins
Try this: SELECT node.iconid, node.prefixid,...

Try this:
SELECT node.iconid, node.prefixid, node.nodeid, node.title, node.votes, node.lastcontentauthor, node.lastauthorid, node.routeid, node.lastcontent, node.created, node.lastcontentid,...
Forum: vBulletin 5.x Products & Extensions 04-25-2021, 07:44 PM
Replies: 7
Board Optimization - Yilmaz - Clear Cache vB5
Views: 6,058
Posted By Seven Skins
1 - You can duplicate the scheduled task and...

1 - You can duplicate the scheduled task and adjust the time for this duplicated scheduled task.
2 - Scheduled task not working 100% ... scheduled task will only run if someone visits your site. (...
Forum: vB5 General Discussions 04-24-2021, 06:34 PM
Replies: 5
Views: 4,099
Posted By Seven Skins
Download this:...

Download this: https://vborg.vbsupport.ru/showthread.php?t=328344

Look in this folder: Yilmaz - Hotbar vB5\core\packages\yilmazhotbar\db\mysql

You get pretty good idea what queries to use.
Forum: vB5 General Discussions 04-11-2021, 11:05 AM
Replies: 1
Views: 2,738
Posted By Seven Skins
Goto usergroup manage > select usergroup >...

Goto usergroup manage > select usergroup > Private Message Permissions and set "Can Use vB Messenger" = yes
Forum: vB4 General Discussions 04-05-2021, 03:59 PM
Replies: 3
Views: 4,258
Posted By Seven Skins
You can try disabling the flash upload in...

You can try disabling the flash upload in "Message Attachment Options"
Forum: vB5 Design and Graphics Discussions 04-04-2021, 09:13 AM
Replies: 2
Views: 3,102
Posted By Seven Skins
Goto smilies manager click on the view or smilies...

Goto smilies manager click on the view or smilies category and you will see path of the simlies .. move/copy your smilies images into that location.

For avatar view the source of the broken avatar...
Forum: vB5 General Discussions 03-28-2021, 03:58 PM
Replies: 1
Views: 2,207
Posted By Seven Skins
I just tried it with 5.6.4 and code gets added to...

I just tried it with 5.6.4 and code gets added to footer.
Did you enable "Enable Google Analytics Tracking" option, this option is just above where you inserted Analytics code.
Showing results 1 to 25 of 500

 
Forum Jump

All times are GMT. The time now is 06:49 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.02823 seconds
  • Memory Usage 2,072KB
  • 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)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)search_results
  • (25)search_results_postbit
  • (1)spacer_close
  • (1)spacer_open
  • (5)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