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

Showing results 1 to 25 of 32
Search took 0.00 seconds.
Search: Posts Made By: smokey
Forum: vB5 Programming Discussions 07-15-2018, 04:59 PM
Replies: 3
Views: 1,035
Posted By smokey
Coming back to the vB community

Hey VB.ORG!

Stepped away from vB around the time v4 was starting to come out. Just curious if extensions are still stored in the database of if there is a more OO hook/event listener approach...
Forum: vBulletin 3.8 Add-ons 11-12-2010, 08:16 PM
Replies: 23
BB Code Enhancements - Simple [img] word wrap bbcode
Views: 10,378
Posted By smokey
You know I don't remember why to be quite honest....

You know I don't remember why to be quite honest. I am using a custom design on my site and I think it was not working correctly so I tabled it up. Does it work 100% on the default template? If so,...
Forum: vBulletin 3.5 Add-ons 10-23-2010, 03:41 PM
Replies: 65
Views: 25,642
Posted By smokey
Got it working on latest 3.8 with some fixes and...

Got it working on latest 3.8 with some fixes and addons for my board. Would also be pretty simple to port to version 4.
Forum: vBulletin 3.8 Add-ons 08-30-2009, 07:07 PM
Replies: 23
BB Code Enhancements - Simple [img] word wrap bbcode
Views: 10,378
Posted By smokey
That's odd. Did you copy all the code and follow...

That's odd. Did you copy all the code and follow the directions 100%? What version of vb?
Forum: vB3 Programming Discussions 08-11-2009, 09:45 PM
Replies: 1
Views: 566
Posted By smokey
You could add this:...

You could add this: https://vborg.vbsupport.ru/showthread.php?t=122942

Then make a usergroup with [HTML] allowed and set it as an additional usergroup for each user you want to have [HTML] access....
Forum: vBulletin 3.8 Add-ons 08-10-2009, 10:00 PM
Replies: 23
BB Code Enhancements - Simple [img] word wrap bbcode
Views: 10,378
Posted By smokey
Simple [img] word wrap bbcode

I saw a few threads in the modification graveyard where you can add a bbcode to align an image left or right, did not see any newer threads that accomplish this correctly and without messing up the...
Forum: vB3 General Discussions 05-17-2009, 04:06 AM
Replies: 2
Views: 797
Posted By smokey
Nothing wrong with the plugin. The variable...

Nothing wrong with the plugin. The variable simply is not set or empty, all that is set is the newpassword_md5. I'm just trying to figure out why and a work around. The code is fine.

Anyone?
...
Forum: vB3 General Discussions 05-16-2009, 04:45 AM
Replies: 2
Views: 797
Posted By smokey
Hook profile_updatepassword_start

Hey all,

Kind of stuck on an issue I cannot seem to get around. At this hook location, I have code in a plugin to update an external member account database for the main site. It will change the...
Forum: vBulletin 3.8 Add-ons 02-09-2009, 11:07 PM
Replies: 1,264
Views: 300,422
Posted By smokey
My thought was with boards with heavy usage could...

My thought was with boards with heavy usage could have quite a few per page loads but I see what you mean as it runs in background. It was just a thought however. In my case, I'd rather have less...
Forum: vBulletin 3.8 Add-ons 02-07-2009, 01:00 AM
Replies: 1,264
Views: 300,422
Posted By smokey
Still an issue if you run cron manually no matter...

Still an issue if you run cron manually no matter the version of vB and everyone using the latest is affected especially if you are using the mysqli module rather than mysql. It seems everything...
Forum: vBulletin 3.5 Add-ons 06-10-2008, 06:20 AM
Replies: 676
Views: 143,528
Posted By smokey
I get that trying to open even one quiz. Assuming...

I get that trying to open even one quiz. Assuming the author does not have time to fix, I'll get it working and post a fix if I have time to review the code. Hopefully he'll update. :)
Forum: vBulletin 3.5 Template Modifications 11-25-2007, 11:44 PM
Replies: 26
Views: 17,241
Posted By smokey
Here's a quick fix. Create a plugin, for...

Here's a quick fix.

Create a plugin, for the hook location choose postbit_display_complete and paste the following php code in the box:

$this->post['message'] =...
Forum: vB3 General Discussions 11-24-2007, 04:11 PM
Replies: 4
Views: 688
Posted By smokey
Yea there is one actually, thats a good idea,...

Yea there is one actually, thats a good idea, I'll try that.
Forum: vB3 General Discussions 11-24-2007, 03:47 PM
Replies: 4
Views: 688
Posted By smokey
I tired that first and got the following php...

I tired that first and got the following php syntax error:

Fatal error: Cannot break/continue 1 level in /home2/cmforums/public_html/includes/functions_forumlist.php(351) : eval()'d code on line 12
Forum: vB3 General Discussions 11-24-2007, 03:07 PM
Replies: 4
Views: 688
Posted By smokey
Removing a comma

Trying to get the hang of the plugin system. I'm trying to remove the comma that separates the moderators on the moderator column. Eg it outputs mod1, mod2, mod3; basically i want to remove the comma...
Forum: vBulletin 3.5 Add-ons 12-10-2005, 12:33 PM
Replies: 27
Views: 8,469
Posted By smokey
It would be easy with php-clamavlib. That is a...

It would be easy with php-clamavlib. That is a module for php 4 and 5.

http://www.phpclamavlib.org/
Forum: Modification Graveyard 12-04-2005, 04:30 PM
Replies: 330
Views: 40,571
Posted By smokey
Version BETA 1.0.6 tested on vB 3.5.1. Needed to...

Version BETA 1.0.6 tested on vB 3.5.1. Needed to make a small change to the bitfield_vbaffiliates.xml file.
Forum: vB3 Programming Discussions 03-25-2003, 12:24 AM
Replies: 14
Views: 1,431
Posted By smokey
last time im asking a simple question here,...

last time im asking a simple question here, thanks for nothing
Forum: vB3 Programming Discussions 03-22-2003, 02:20 AM
Replies: 14
Views: 1,431
Posted By smokey
heh, nevermind, guess i will have to figure it...

heh, nevermind, guess i will have to figure it out my self...
Forum: vB3 Programming Discussions 03-21-2003, 01:12 AM
Replies: 14
Views: 1,431
Posted By smokey
a global scope? like eval()? and should this be...

a global scope? like eval()? and should this be done in showthread.php and do you have an example so i can understand exacly what you mean?
Forum: vB3 Programming Discussions 03-21-2003, 01:07 AM
Replies: 14
Views: 1,431
Posted By smokey
this i know, i added my script in showthread.php...

this i know, i added my script in showthread.php and i cant figure out how to make the variable $stars come up. I never really had a problem with phpscripting but i cant quite figure this out
Forum: vB3 Programming Discussions 03-21-2003, 12:18 AM
Replies: 14
Views: 1,431
Posted By smokey
I still get nothin, i want to put the stars right...

I still get nothin, i want to put the stars right under the usertitle in the postbit template, i have the phpcoding in showthreads.php and i added $stars in postbit. Is there anyway i can accually...
Forum: vB3 Programming Discussions 03-20-2003, 05:50 PM
Replies: 14
Views: 1,431
Posted By smokey
Php parsing in templates

Hello, i created my own little stars addon for my forums, a quite simple addon for when i do upgrades, i wont have to re-edit any of my vb files. The problem is not with the php or mysql, it is...
Forum: vB3 General Discussions 06-19-2001, 12:11 PM
Replies: 4
Views: 1,669
Posted By smokey
yeah, i saw that while getting the updated code....

yeah, i saw that while getting the updated code. ok, i wont re-run the mysql.php. thanks. :)
Forum: vB3 General Discussions 06-19-2001, 11:38 AM
Replies: 4
Views: 1,669
Posted By smokey
well it wouldn't let me post in the bug repots...

well it wouldn't let me post in the bug repots forum and i thought the stars thread was closed. sorry...

i fixed this error and updated all the scripts. Should i run the mysql.php thats in the zip...
Showing results 1 to 25 of 32

 
Forum Jump

All times are GMT. The time now is 11:35 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.01730 seconds
  • Memory Usage 2,038KB
  • 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
  • (42)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