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: dartho
Forum: vBulletin 3.8 Add-ons 06-23-2020, 11:30 AM
Replies: 148
Views: 56,278
Posted By dartho
try the VB4 version - should work with 3.8 from...

try the VB4 version - should work with 3.8 from memory

Yeah, I know - I'm 3 years late ...
Forum: vBulletin 4.x Add-ons 04-24-2020, 06:58 AM
Replies: 102
Chat Modifications - Digital Point Chat
Views: 25,005
Posted By dartho
and also edit the digitalpoint_chat template and...

and also edit the digitalpoint_chat template and change the jquery to be https

change
<script type="text/javascript"...
Forum: vBulletin 4.x Add-ons 04-08-2019, 10:43 AM
Replies: 409
Miscellaneous Hacks - [AJAX] Thumbs Up?
Views: 114,360
Posted By dartho
I'd love to see this extended to include...

I'd love to see this extended to include additional options - Thumbs Up, Thumbs Down, Smiley Face, Sad Face ... similar to current Facebook likes system
Forum: vBulletin 3.8 Styles 09-17-2016, 05:01 AM
Replies: 253
Views: 101,939
Posted By dartho
To stop the button breaking over 2 lines, you can...

To stop the button breaking over 2 lines, you can add a non breaking space bewteen "New" and "Thread"

To do this, edit FORUMDISPLAY template (or which ever one applies) and replace
$vbphrase[new]...
Forum: vBulletin 4.x Add-ons 01-23-2016, 12:07 PM
Replies: 130
Views: 39,047
Posted By dartho
Sorry - No and no. You can add exceptions for...

Sorry - No and no. You can add exceptions for tablets such as "iPad"
Forum: vBulletin 4.x Add-ons 09-25-2015, 01:52 AM
Replies: 35
Administrative and Maintenance Tools - Bounced email handler
Views: 9,856
Posted By dartho
The following may be useful to someone... //...

The following may be useful to someone...

// TURN OFF ALL EMAIL OPTIONS
$adminemail=$vbulletin->bf_misc_useroptions['adminemail'];
$showemail=$vbulletin->bf_misc_useroptions['showemail'];...
Forum: vBulletin 3.8 Styles 07-10-2015, 10:30 PM
Replies: 253
Views: 101,939
Posted By dartho
edit the lightweight.css.php file, search for...

edit the lightweight.css.php file, search for "text-decoration: line-through" and remove/modify to your preference.
Forum: vBulletin 3.8 Add-ons 06-13-2015, 07:49 AM
Replies: 148
Views: 56,278
Posted By dartho
I think you *may* be abl;e to use the version for...

I think you *may* be abl;e to use the version for VB4. Try this one: https://vborg.vbsupport.ru/showthread.php?t=249967
Forum: vBulletin 3.8 Styles 04-21-2015, 08:12 PM
Replies: 253
Views: 101,939
Posted By dartho
As others have said, increased server load seems...

As others have said, increased server load seems a very unlikely effect of installing this style. Could it just be coincidence?
Forum: vBulletin 4.x Add-ons 01-21-2015, 12:40 AM
Replies: 337
Administrative and Maintenance Tools - Navigation Manager Enhancements
Views: 96,497
Posted By dartho
I've just installed the non beta version on 4.2.2...

I've just installed the non beta version on 4.2.2 before reading the posts - and am yet to see any issues with it - it (in my case) works exactly as I hoped it would?
Forum: vBulletin 4.x Styles 11-16-2014, 12:14 PM
Replies: 1,131
Views: 263,058
Posted By dartho
Try again!

Try again!
Forum: vBulletin 4.x Styles 10-24-2014, 02:31 AM
Replies: 1,131
Views: 263,058
Posted By dartho
I've had a bit of a look, and I don't think there...

I've had a bit of a look, and I don't think there is any easy way to do that without bringing in the full ckeditor ...
Forum: vBulletin 4.x Styles 10-20-2014, 01:56 AM
Replies: 1,131
Views: 263,058
Posted By dartho
Do you mean "inline" as in inserting an image,...

Do you mean "inline" as in inserting an image, such as https://vborg.vbsupport.ru/images/editor/insertimage.gif, in the middle of of a post ?
Forum: vBulletin 4.x Styles 09-17-2014, 01:53 PM
Replies: 1,131
Views: 263,058
Posted By dartho
i think it will give them whatever they have...

i think it will give them whatever they have chosen
Forum: vBulletin 4.x Add-ons 09-10-2014, 12:41 AM
Replies: 1,072
Add-On Releases - vBookie for vBulletin 4
Views: 147,657
Posted By dartho
In the code, try using: standard_error('You...

In the code, try using:
standard_error('You have exceeded the maximum amount of $100 per bet');
rather than
eval(standard_error(fetch_error('vbookie_exceeded_max_bet')));

and forget about the...
Forum: vBulletin 4.x Add-ons 09-08-2014, 05:40 AM
Replies: 1,072
Add-On Releases - vBookie for vBulletin 4
Views: 147,657
Posted By dartho
Having a *quick* look, that does appear to be for...

Having a *quick* look, that does appear to be for each individual outcome in a book, not the total amount staked across outcomes for a book, so I think it should suit you needs.
Forum: vBulletin 4.x Add-ons 09-07-2014, 10:15 PM
Replies: 1,072
Add-On Releases - vBookie for vBulletin 4
Views: 147,657
Posted By dartho
I think that post EasyEazy linked to is as close...

I think that post EasyEazy linked to is as close as you'll get to what you're after without finding someone to do some programming for you (which I can't do)
Forum: vBulletin 4.x Add-ons 09-05-2014, 05:26 AM
Replies: 42
Views: 12,636
Posted By dartho
It only updates on log in, so you do not...

It only updates on log in, so you do not uninstall it until ALL users have logged in, or until you are willing to put them through the VB lost password procedure
Forum: vBulletin 4.x Styles 08-01-2014, 05:29 AM
Replies: 1,131
Views: 263,058
Posted By dartho
Not sure how compatible this stuff is, but this...

Not sure how compatible this stuff is, but this may work:

edit your CSS file and add:


.hidden { visibility:hidden; }


alternatively you could edit the editor_ckeditor template and add the...
Forum: vBulletin 4.x Styles 07-16-2014, 08:41 AM
Replies: 1,131
Views: 263,058
Posted By dartho
Adding something like: <form...

Adding something like:
<form action="private.php?do=managepm&amp;dowhat=delete&amp;pmid={vb:raw pm.pmid}" method="post" class="block">
<div class="titlebg">{vb:rawphrase delete_this_message}</div>
<div...
Forum: vBulletin 4.x Add-ons 06-22-2014, 10:33 AM
Replies: 42
Views: 12,636
Posted By dartho
What would be the chances of doing the same with...

What would be the chances of doing the same with WordPress to VB4?

Thanks!

[edit: working on it myself, almost there]
Forum: vBulletin 4.x Add-ons 06-14-2014, 11:31 AM
Replies: 1,072
Add-On Releases - vBookie for vBulletin 4
Views: 147,657
Posted By dartho
Plugins, not templates

Plugins, not templates
Forum: vBulletin 4.x Add-ons 06-09-2014, 03:45 AM
Replies: 1,072
Add-On Releases - vBookie for vBulletin 4
Views: 147,657
Posted By dartho
What version of vBulletin? Could you also...

What version of vBulletin?

Could you also confirm which hook the "vBookie: Add Cash to Postbit" plugin is on and also the code in that plugin.

should be:


if...
Forum: vBulletin 3.7 Add-ons 04-27-2014, 12:34 AM
Replies: 407
Views: 130,305
Posted By dartho
You'd have to check for screen resolution or...

You'd have to check for screen resolution or something other than useragent alone. This doesn't do that :(
Forum: vBulletin 3.8 Styles 03-29-2014, 11:40 PM
Replies: 253
Views: 101,939
Posted By dartho
Then use vbulletin 4.x :confused:

Then use vbulletin 4.x :confused:
Showing results 1 to 25 of 500

 
Forum Jump

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