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

Showing results 1 to 25 of 104
Search took 0.01 seconds.
Search: Posts Made By: Dragonsys
Forum: vB4 General Discussions 12-13-2016, 04:08 PM
Replies: 11
Views: 672
Posted By Dragonsys
Have you checked the server error logs?

Have you checked the server error logs?
Forum: vB4 General Discussions 12-05-2016, 05:51 PM
Replies: 4
Views: 786
Posted By Dragonsys
Here is a plugin:...

Here is a plugin: https://vborg.vbsupport.ru/showthread.php?t=291367
Forum: Forum and Server Management 12-02-2016, 07:48 PM
Replies: 12
Views: 1,556
Posted By Dragonsys
No, as IfModule and VirtualHost are apache...

No, as IfModule and VirtualHost are apache configs.
You probably need to use web.config
...
Forum: News and Announcements 11-29-2016, 06:30 PM
Replies: 28
Views: 14,642
Posted By Dragonsys
Congrats Dave

Congrats Dave
Forum: vBulletin 4.x Add-ons 11-09-2016, 06:46 PM
Replies: 818
Views: 181,010
Posted By Dragonsys
That did it. Thank you

That did it. Thank you
Forum: vB4 General Discussions 11-03-2016, 01:51 PM
Replies: 17
Views: 1,077
Posted By Dragonsys
did you upload the DB file (.sql) or did you...

did you upload the DB file (.sql) or did you import it to your new DB?
Forum: Modification Requests/Questions (Unpaid) 10-06-2016, 12:15 PM
Replies: 1
Views: 498
Posted By Dragonsys
Create a Userfield and make sure that "Field...

Create a Userfield and make sure that "Field Required" is marked as Yes
Then in your postbit template add $postuserinfo['fieldx'] where x is the userfield number
Forum: Modification Requests/Questions (Unpaid) 10-04-2016, 04:46 PM
Replies: 6
Views: 1,236
Posted By Dragonsys
I don't think it is possible, but if it is, it...

I don't think it is possible, but if it is, it would require some pretty major edits. The plugin is not marked as re-usable code, so another coder (other than the author bananalive) cannot take it...
Forum: vB4 General Discussions 09-28-2016, 03:32 PM
Replies: 10
Views: 804
Posted By Dragonsys
You should be able to add the below to your...

You should be able to add the below to your postbit template

Member Number: {vb:raw postinfo.userid}
Forum: vB4 General Discussions 09-24-2016, 02:40 PM
Replies: 1
Views: 262
Posted By Dragonsys
You should reply to your original post about...

You should reply to your original post about this, not create a new one.

But, now that I can see your link, I would suggest this:
1. Create a TOS page in CMPS (use PHP page and link it to your...
Forum: Forum and Server Management 09-21-2016, 11:02 AM
Replies: 5
Views: 1,340
Posted By Dragonsys
makes sense, thanks for the info.

makes sense, thanks for the info.
Forum: vB4 General Discussions 09-19-2016, 11:44 AM
Replies: 3
Views: 292
Posted By Dragonsys
VB4 doesn't use page modules, unless you are...

VB4 doesn't use page modules, unless you are talking about VBA CMPS Modules. The easiest way to do this would be to use CMPS, or step through Lynne's guide here -...
Forum: vB4 Programming Discussions 09-06-2016, 03:08 PM
Replies: 2
Views: 659
Posted By Dragonsys
I think they are looking for external VB user...

I think they are looking for external VB user authentication, but I'm not 100% sure.
Forum: vB4 General Discussions 09-01-2016, 05:43 PM
Replies: 1
Views: 226
Posted By Dragonsys
Yes, via subscriptions. You setup a Paid...

Yes, via subscriptions. You setup a Paid usergroup which is allowed to use a signature, and then create a subscription which promotes the user to that usergroup.
Forum: vB3 General Discussions 09-01-2016, 12:06 PM
Replies: 7
Views: 1,602
Posted By Dragonsys
I believe you have to buy a v5 license, but it...

I believe you have to buy a v5 license, but it should give you access to the older versions. If you ask this on the vbulletin.com forums, you might get a more definitive answer.



not if their...
Forum: vB3 General Discussions 08-24-2016, 12:49 PM
Replies: 8
Views: 932
Posted By Dragonsys
That area is already resizable. Check the bottom...

That area is already resizable. Check the bottom right corner, you can click and drag to resize it.
Forum: vB4 General Discussions 08-18-2016, 11:54 AM
Replies: 6
Views: 1,912
Posted By Dragonsys
Open config.php and add the following to the top...

Open config.php and add the following to the top of the file (right under <?php)
define('DISABLE_HOOKS', true);

This will disable all plugins. Set your .htaccess back to normal. Then you will be...
Forum: vB4 General Discussions 07-08-2016, 07:23 PM
Replies: 1
Views: 299
Posted By Dragonsys
gonna have to use a DB call. UPDATE...

gonna have to use a DB call.

UPDATE {prefix}post SET username = 'Guest' WHERE username = 'Joe Schmoe'
Forum: vB4 General Discussions 07-05-2016, 04:40 PM
Replies: 5
Views: 401
Posted By Dragonsys
You need an Image Resizer plugin. This is the one...

You need an Image Resizer plugin. This is the one I use: https://vborg.vbsupport.ru/showthread.php?t=237650
Forum: vB4 General Discussions 06-28-2016, 01:57 PM
Replies: 2
Views: 311
Posted By Dragonsys
You should use this one fro VB4:...

You should use this one fro VB4: https://vborg.vbsupport.ru/showthread.php?t=268208
Forum: vB4 Programming Discussions 06-20-2016, 12:24 AM
Replies: 3
Views: 1,090
Posted By Dragonsys
Just FYI, but bbuserinfo.userid will show the ID...

Just FYI, but bbuserinfo.userid will show the ID of the user viewing the page. So you would always see your own ID
Forum: vB4 General Discussions 01-28-2016, 11:48 PM
Replies: 8
Views: 496
Posted By Dragonsys
It should, for you. You set it to Standard &...

It should, for you.

You set it to Standard & WYSISYG in ACP, then in your UCP choose the WYSIWYG editor, this will enable if for your account, for all options you choose to make it available in...
Forum: vB3 General Discussions 01-28-2016, 01:29 AM
Replies: 8
Views: 630
Posted By Dragonsys
can you access the DB? if so, blank out your...

can you access the DB? if so, blank out your password
Forum: Modification Requests/Questions (Unpaid) 01-27-2016, 06:43 PM
Replies: 6
Views: 682
Posted By Dragonsys
they should be deleted from the file system when...

they should be deleted from the file system when removed from the post. Check if your webhost is changing the permissions on the files. I have one site on Dreamhost, and they change the permissions...
Forum: Community Lounge 01-27-2016, 06:08 PM
Replies: 33
Views: 6,092
Posted By Dragonsys
He shows to have been online here at vb.org this...

He shows to have been online here at vb.org this month (Developer Last Online: Jan 2016). I would hope he would see this thread and respond to it. I don't want to post his username to try and help...
Showing results 1 to 25 of 104

 
Forum Jump

All times are GMT. The time now is 09:19 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.03348 seconds
  • Memory Usage 2,033KB
  • 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
  • (17)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