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

Showing results 1 to 25 of 180
Search took 0.02 seconds.
Search: Posts Made By: Dragonsys
Forum: vB4 Design and Graphics Discussions 01-19-2017, 06:32 PM
Replies: 6
Views: 882
Posted By MarkFL
Try changing: <ul> to: <ul...

Try changing:

<ul>

to:

<ul class="restore">
Forum: vB4 General Discussions 01-10-2017, 07:39 PM
Replies: 4
Views: 459
Posted By Paul M
If they are encoded then I doubt anything can be...

If they are encoded then I doubt anything can be done.

Thats why you should stay clear of encoded products, you have no control over them (and no idea whats potentially buired in them).
Forum: vB4 Programming Discussions 01-02-2017, 04:24 PM
Replies: 5
Views: 1,310
Posted By Dave
Yes this is not something you would want to do as...

Yes this is not something you would want to do as a cronjob, as your database gets bigger, the cronjob will take more time and more load to complete.

It would be better if you run this one time...
Forum: vB4 General Discussions 12-29-2016, 09:10 AM
Replies: 20
Views: 1,515
Posted By Snowhog
Thank you so very much. Installed the MOD...

Thank you so very much.

Installed the MOD after making the prior plugin inactive. I'll check it out with my test user. I selected Link, Unlink, Html, and Php to be removed from the editor for...
Forum: vB4 General Discussions 12-28-2016, 07:09 PM
Replies: 20
Views: 1,515
Posted By MarkFL
If you wish to remove the link button from the...

If you wish to remove the link button from the toolbar, create a plugin hooked at "editor_construct" and use the Plugin PHP Code:

if (is_member_of($vbulletin->userinfo, array(X, Y, Z)))
{
$k1 =...
Forum: Forum and Server Management 12-20-2016, 01:34 AM
Replies: 122
Views: 24,790
Posted By Paul M
I would be interested to know of any specific...

I would be interested to know of any specific code changes (for 4.2.5 / 3.8.11).

Some have already been applied in Beta 1, and I have updated a few more hard coded http links in Beta 2 to be...
Forum: Forum and Server Management 12-19-2016, 11:26 PM
Replies: 122
Views: 24,790
Posted By RichieBoy67
Mark posted a good How to right here: ...

Mark posted a good How to right here:

https://vborg.vbsupport.ru/showpost.php?p=2579653&postcount=45
Forum: Forum and Server Management 12-19-2016, 09:28 PM
Replies: 122
Views: 24,790
Posted By Mark.B
This covers most scenarios: ...

This covers most scenarios:
https://www.vbulletin.com/forum/articles/4361080-converting-your-forum-to-https

--------------- Added 1482190258 at 1482190258 ---------------



If you're not...
Forum: vB4 General Discussions 12-14-2016, 01:39 AM
Replies: 11
Views: 572
Posted By MarkFL
Okay, I got the issue sorted. It had to do with a...

Okay, I got the issue sorted. It had to do with a custom ad rotation product.

It has a function defined in a plugin hooked at "admin_options_print" that should be within the if-then construct,...
Forum: vB4 General Discussions 12-13-2016, 04:38 PM
Replies: 11
Views: 572
Posted By Paul M
6G :eek: Sounds like you need some log file...

6G :eek:

Sounds like you need some log file rotation.

Also sounds like you have some real issues, generating error logs that size.
Forum: vB4 General Discussions 12-13-2016, 07:30 AM
Replies: 1
Views: 244
Posted By Kane@airrifle
Way too many number variables for either a style...

Way too many number variables for either a style RVM or a SQL text replace in the post table.

Your options are;

Accept that the horse has bolted and leave it as it is.

Make your classifieds...
Forum: Forum and Server Management 12-05-2016, 07:08 PM
Replies: 12
Views: 1,497
Posted By RichieBoy67
Thanks, that probably would have worked for me....

Thanks, that probably would have worked for me. The host finally changed the ini file though. I could have done that myself had I had access. In the past when working with Windows it was simple to...
Forum: vB4 General Discussions 12-02-2016, 03:59 PM
Replies: 7
Views: 683
Posted By Inna
Really? Fortunately I was testing it on my...

Really? Fortunately I was testing it on my test-site, so there's nothing to be worry about.

Yeah, I figured out changing usergroup table didn't work, then I reverted changed back!
And now my test...
Forum: vB4 General Discussions 12-02-2016, 11:51 AM
Replies: 7
Views: 683
Posted By Brandon Sheley
Why would you want to change the usergroup ID? ...

Why would you want to change the usergroup ID?

I have a feeling it's going to be a large task, the ID are only internally. The admin is the only one who would know it's been changed.
...
Forum: vB4 General Discussions 12-01-2016, 01:41 PM
Replies: 6
Views: 899
Posted By MarkFL
I would consider that "fix" to be a band-aid...

I would consider that "fix" to be a band-aid until you can upgrade your vB to a version compatible with your PHP as Paul suggested. :)
Forum: vB4 General Discussions 12-01-2016, 01:30 PM
Replies: 6
Views: 899
Posted By Paul M
Upgrade to at least 4.2.3, better still, 4.2.4. ...

Upgrade to at least 4.2.3, better still, 4.2.4.

You are running a newer version of php (5.5 +) which isnt compatible with older vB versions.
Forum: vB4 Programming Discussions 11-29-2016, 01:32 PM
Replies: 2
Views: 678
Posted By ctrenks
Thank you for the reply, it was after all working...

Thank you for the reply, it was after all working but somehow my variable was being over written, something new to track down!
Forum: News and Announcements 11-27-2016, 09:53 PM
Replies: 28
Views: 14,478
Posted By Lynne
Please welcome Dave as our new Advisor!

Dave (https://vborg.vbsupport.ru/member.php?u=386389) has been such a big help in the forums that we asked if he would like to be an Advisor here and he said Yes! So, please give a big vbulletin.org...
Forum: vBulletin 4.x Add-ons 11-18-2016, 10:00 PM
Replies: 18
New Posting Features - Prevent Post Formatting Abuse
Views: 8,946
Posted By MarkFL
Prevent Post Formatting Abuse

Overview:

This product allows you to prevent your users from using some commonly seen post formatting practices, which I've come to think of as abusive. For example, some users will begin and end...
Forum: vB4 General Discussions 11-14-2016, 08:01 PM
Replies: 6
Views: 956
Posted By KevinL
Would you be willing to release what you wrote? ...

Would you be willing to release what you wrote? The mod you linked to is marked as re-usable code. I am sure many would like the use of this mod. :)
Forum: vB4 General Discussions 11-14-2016, 05:58 PM
Replies: 6
Views: 956
Posted By ACNET
Yeah sorry, i didn't know anything about...

Yeah sorry, i didn't know anything about vBulletin, i ended up by updating this mod https://vborg.vbsupport.ru/showthread.php?t=173778 took me alot of hours to understand how vbulletin cache & token...
Forum: vB4 Programming Discussions 11-11-2016, 01:42 PM
Replies: 2
Views: 354
Posted By Dave
It's not outputting anything because you don't...

It's not outputting anything because you don't fetch the results.
What you want to do is COUNT all DISTINCT records, example (untested):

$resCNT = $vbulletin->db->query_first_slave("SELECT...
Forum: vBulletin 4.x Add-ons 11-10-2016, 05:43 PM
Replies: 818
Views: 178,096
Posted By MikeGF
Found it :) Cheers guys!

Found it :)

Cheers guys!
Forum: vBulletin 4.x Add-ons 11-09-2016, 04:25 PM
Replies: 818
Views: 178,096
Posted By KevinL
Try editing the gallery instance and set the max...

Try editing the gallery instance and set the max width/height of the thumbs/images
Forum: vB4 General Discussions 11-08-2016, 05:56 PM
Replies: 5
Views: 605
Posted By MarkFL
All of my products are free and supported. The...

All of my products are free and supported. The product to which I linked doesn't support blinking backgrounds by default, however you could likely add a flashing background via the additional CSS you...
Showing results 1 to 25 of 180

 
Forum Jump

All times are GMT. The time now is 11:26 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.01981 seconds
  • Memory Usage 2,059KB
  • 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
  • (32)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