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

Showing results 1 to 25 of 26
Search took 0.03 seconds.
Search: Posts Made By: Inked_Mono
Forum: vB4 General Discussions 01-14-2017, 05:23 PM
Replies: 16
Views: 1,413
Posted By MarkFL
I have published a more general purpose product...

I have published a more general purpose product based on your request, and I have cited you as a co-author/supporter:

Show Subforum Threads (https://vborg.vbsupport.ru/showthread.php?t=324203)
...
Forum: vB4 General Discussions 01-12-2017, 08:47 AM
Replies: 7
Views: 421
Posted By cellarius
Without knowing vBExperience, one can hardly tell...

Without knowing vBExperience, one can hardly tell you more than: In a plugin. You need to find the plugin that registers that variable for the postbit (I assume) template.

Such questions are...
Forum: vB4 General Discussions 12-09-2016, 08:14 AM
Replies: 8
Views: 831
Posted By the one
i have this code below <script...

i have this code below

<script type="text/javascript" src="clientscript/snowstorm.js"></script>

I added that to the bottom of my headinclude template and works for me.Hope you get it sorted.
Forum: vB4 General Discussions 12-08-2016, 10:25 PM
Replies: 8
Views: 831
Posted By Dave
According to the developer console errors, it...

According to the developer console errors, it happens because it can't find a div with classname "particles-js-canvas-el". This might happen because of conflicting JavaScript files. For example...
Forum: vB4 General Discussions 12-08-2016, 10:17 PM
Replies: 8
Views: 831
Posted By MarkFL
Try the following in your footer template: ...

Try the following in your footer template:

Locate:

{vb:raw template_hook.footer_javascript}

And directly below, add:

< script type="text/javascript" src="snow.js" ><...
Forum: vB4 General Discussions 09-10-2016, 10:27 PM
Replies: 3
Views: 341
Posted By Paul M
Yep, that would do it, just turn off all the...

Yep, that would do it, just turn off all the other options, and use the redirect to another page.
Forum: vB4 General Discussions 09-10-2016, 09:34 PM
Replies: 3
Views: 341
Posted By In Omnibus
You could use the Miserable Users mod. ...

You could use the Miserable Users mod.

https://vborg.vbsupport.ru/showthread.php?t=231106&highlight=miserable
Forum: vB4 General Discussions 09-04-2016, 09:28 PM
Replies: 5
Views: 460
Posted By MarkFL
If you wish to apply CSS only to the index page,...

If you wish to apply CSS only to the index page, then create a plugin hooked at "parse_templates" with PHP Plugin Code something like:

if (THIS_SCRIPT === 'index')
{...
Forum: vB4 General Discussions 09-04-2016, 07:31 PM
Replies: 5
Views: 460
Posted By Mattwhf
Can you show a screenshot or a design which you...

Can you show a screenshot or a design which you wanted to move your FORUMHOME to the left?

So it will be easier to solve your problem as needing.
Forum: vB4 General Discussions 09-04-2016, 06:58 PM
Replies: 2
Views: 341
Posted By Dave
Looks like some kind of base64 encoding. My...

Looks like some kind of base64 encoding.

My guess:
1. Part of a plugin you have installed.
2. Your vBulletin installation is infected.
3. Your host adds that to the URL as part of DDoS...
Forum: vB4 General Discussions 06-21-2016, 06:56 PM
Replies: 10
Views: 607
Posted By MarkFL
Try something like this: #catXX .forumhead {...

Try something like this:

#catXX .forumhead {
background: red !important;
}

Change "XX" to the forumid of the category you want to change, and change the color to suit your preference. Add a...
Forum: vB4 General Discussions 06-21-2016, 05:30 PM
Replies: 10
Views: 607
Posted By grey_goose
Forums are displayed with the 'forumbit'...

Forums are displayed with the 'forumbit' templates but already have IDs:

<li id="forum15" class="forumbit_post L2">
stuff and stuff
</li>

All you'd need to do is to go into your...
Forum: vB4 General Discussions 05-20-2016, 03:14 PM
Replies: 13
Views: 1,562
Posted By MarkFL
To disable the plugin system via config.php, at...

To disable the plugin system via config.php, at the top of that file add the line:

define('DISABLE_HOOKS', true);

You can also disable plugins via the AdminCP. Follow:

AdminCP -> Settings ->...
Forum: vB4 General Discussions 05-20-2016, 01:01 PM
Replies: 13
Views: 1,562
Posted By squidsk
Yes, totally disabling the plugin system via...

Yes, totally disabling the plugin system via config.php would do the trick.
Forum: vB4 General Discussions 05-10-2016, 07:00 PM
Replies: 7
Views: 2,204
Posted By TheLastSuperman
Ahh I did write that for URLJet :cool: and it...

Ahh I did write that for URLJet :cool: and it worked great for me and quite a few since then sorry to hear you're having issues!

Site url? Also you saw my note at the bottom of the article right?...
Forum: vB4 General Discussions 03-19-2016, 10:43 PM
Replies: 4
Views: 504
Posted By Hasann
Meet Our Staff PRO ...

Meet Our Staff PRO (https://vborg.vbsupport.ru/showthread.php?t=231206) [v1.0]
Forum: vB4 General Discussions 03-18-2016, 01:20 PM
Replies: 5
Views: 371
Posted By MarkFL
Hello! Yes, it will create threads. We use...

Hello!

Yes, it will create threads. We use it at MHB to allow our users to submit solutions to our "Problems Of The Week." The user is required to choose which category to which they are...
Forum: vB4 General Discussions 03-16-2016, 12:34 PM
Replies: 3
Views: 734
Posted By EvilArcana
nginx rewrite to fix broken links left by uninstalling vbseo?

I had vbseo installed, and uninstalled it because it quit working a while back and then I discovered they abandoned the project. I'm not up to date on all the issues with that, but I'm running 4.2.3...
Forum: vB4 General Discussions 03-14-2016, 04:29 AM
Replies: 8
Views: 456
Posted By MarkFL
No worries, I already had that done, I just had...

No worries, I already had that done, I just had to make a slight change to move the javascript. :)

I'm glad to hear you got it sorted out. :up:
Forum: vB4 General Discussions 03-12-2016, 02:53 PM
Replies: 8
Views: 456
Posted By Stratis
Try this ...

Try this
https://vborg.vbsupport.ru/showthread.php?t=264563
Forum: vB4 General Discussions 03-12-2016, 12:46 PM
Replies: 8
Views: 456
Posted By final kaoss
Try to tighten up the profile stuff on the left...

Try to tighten up the profile stuff on the left side. I've never had this issue. It seems that the longer the profile bit on the left goes, the further it gets pushed down.
Forum: vB4 General Discussions 03-11-2016, 05:48 AM
Replies: 12
Views: 906
Posted By Stratis
Maybe you have another party mod installed and...

Maybe you have another party mod installed and you did not checked box prefix "Poll"

it seems that $vbphrase[poll_thread_prefix] word (Poll:) is missing.
in a search i made i see that mod "VSa -...
Forum: vB4 General Discussions 03-10-2016, 01:34 AM
Replies: 7
Views: 509
Posted By MarkFL
Create the following plugin: Product:...

Create the following plugin:

Product: vBulletin

Hook Location: postbit_display_complete

Title: Get the number of threads started by a user

Execution Order: 5
Forum: vB4 General Discussions 06-30-2015, 08:28 AM
Replies: 3
Views: 644
Posted By Daniel
If by "group subscriptions" you mean paid...

If by "group subscriptions" you mean paid subscriptions, then maybe...

https://vborg.vbsupport.ru/showthread.php?t=316922 (post #5)
or
https://vborg.vbsupport.ru/showthread.php?t=237351
or...
Forum: vB4 Design and Graphics Discussions 03-26-2015, 09:30 PM
Replies: 11
Views: 1,161
Posted By Replicant
Try this. In order for this to look good, you...

Try this. In order for this to look good, you will need to adjust your grid height or limit your description text to two strings

ul.forumstats.td{display:inline-block;width:100%}
ul.forumstats.td...
Showing results 1 to 25 of 26

 
Forum Jump

All times are GMT. The time now is 07:05 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.03432 seconds
  • Memory Usage 2,034KB
  • 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
  • (14)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