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

Showing results 1 to 25 of 86
Search took 0.00 seconds.
Search: Posts Made By: timetunnel
Forum: vB3 General Discussions 02-14-2007, 07:01 AM
Replies: 0
Views: 615
Posted By timetunnel
bbcode syntax: if either opening or closing tag is not correct format, then reject

Hello.

How to write the syntax for the following:

"if EITHER opening OR closing bbcode tag is not in the correct format, then reject"

I have the 'standard' pattern I need for each tag; I'm...
Forum: vB3 General Discussions 02-08-2007, 04:39 AM
Replies: 0
Views: 679
Posted By timetunnel
Calendar: "verify_image_count()" error message needs moved...?

Hello.

I'm invoking the "verify_image_count()" feature for the calendar. The only thing is, the 'toomanyimages' error (vBulletin Message) is shown on a 'different screen' than the editor, unlike...
Forum: vB3 General Discussions 02-07-2007, 03:58 PM
Replies: 1
Views: 650
Posted By timetunnel
Hello. UPDATE ====== CAUTION: During...

Hello.

UPDATE
======

CAUTION: During testing of routines, I used 'print' statements to view the output to be sure it was correct. These print statements didn't seem to affect WYSIWYG, but...
Forum: vB3 General Discussions 01-31-2007, 03:11 AM
Replies: 1
Views: 650
Posted By timetunnel
Forum: Modification Requests/Questions (Unpaid) 01-18-2007, 09:04 PM
Replies: 15
Views: 2,712
Posted By timetunnel
Hello. How 'bout considering: Allow...

Hello.

How 'bout considering:

Allow members of a certain usergroup to create 1 thread e.g. 'ATTACHMENTS' with multiple posts that no one can reply to nor view (except of course admins or super...
Forum: vB3 General Discussions 12-28-2006, 06:37 PM
Replies: 4
Views: 983
Posted By timetunnel
'Allow Dynamic URL for [IMG] Tags': link replacement question

Hello.

Is this 'preg_replace()' statement coded to replace ALL instances of tags in one shot? If so, what can I change in the 'preg_replace()' to only change ONE link at a time if I put it in a...
Forum: vBulletin 3.6 Add-ons 12-21-2006, 04:46 PM
Replies: 337
Profile Enhancements - Extra Profile Fields Page
Views: 80,732
Posted By timetunnel
Hello. Open these files onto your PC and use...

Hello.

Open these files onto your PC and use your file editor to search for e.g. $vbphrase[options]: $vbphrase[other]

then follow the instructions you quoted in your thread post. When done,...
Forum: vB3 General Discussions 12-15-2006, 11:21 PM
Replies: 10
Views: 1,162
Posted By timetunnel
Thanks for your reply. I want to create a...

Thanks for your reply.

I want to create a custom tag but only want to use it under varying conditions. For example, it may be by usergroup or after a member reaches a certain number of posts, etc....
Forum: vB3 General Discussions 12-15-2006, 09:10 PM
Replies: 10
Views: 1,162
Posted By timetunnel
Hello. Is there a central location e.g....

Hello.

Is there a central location e.g. 'class_bbcode.php' or hook whereby a particular tag (custom or otherwise) and its contents can be stripped globally (across all features e.g. calendar,...
Forum: vB3 General Discussions 12-13-2006, 06:55 AM
Replies: 0
Views: 730
Posted By timetunnel
Custom BBcodes: what hook & var name can I print the list?

Hello.

Can I print a list of custom bbcodes from the 'bbcode_create' hook? If so, what is the var name syntax? If not, which hook and var name would it be?

Do they actually get appended to...
Forum: vB3 General Discussions 12-02-2006, 06:20 AM
Replies: 0
Views: 684
Posted By timetunnel
How to GET OUT of a HOOK?

Hello.

Is there a condition that can be set WITHIN THE HOOK to GET OUT of that HOOK at a moment's notice (under a certain condition)?

If so, what is that condition syntax ?

Thanks in...
Forum: vB3 General Discussions 12-02-2006, 04:23 AM
Replies: 0
Views: 668
Posted By timetunnel
How to PAUSE a script to click a link, then continue script before a redirect?

Hello.

Is there a way to pause a script, click a link, then continue onto the redirect statement?

I've added a hook before 'build_options()' in options.php. Within the hook I want to add a...
Forum: vBulletin 3 Articles 11-26-2006, 07:31 PM
Replies: 106
Views: 51,198
Posted By timetunnel
Hello. How to change a custom...

Hello.

How to change a custom bitfield_xx.xml parameter via vB Options?

For example, as I add new usergroups, I want to update the 'install' or 'ignore' param (e.g. comma-separated value) via...
Forum: vB3 General Discussions 11-21-2006, 10:05 PM
Replies: 4
Views: 1,309
Posted By timetunnel
Hello. Looks like good stuff, gulldarek. ...

Hello.

Looks like good stuff, gulldarek. I'm sure I can use this in the future.

Q: What would have to be changed to use the WYSIWYG editor on form fields NOT in a forum but elsewhere on vB?
...
Forum: vB3 General Discussions 11-21-2006, 04:06 PM
Replies: 6
Views: 1,115
Posted By timetunnel
Hello. I'd like to know how to add it in...

Hello.

I'd like to know how to add it in place of a standard form input text field in vB outside of a forum.

Thanks in advance.
Forum: vB3 General Discussions 11-20-2006, 04:57 AM
Replies: 8
Views: 2,915
Posted By timetunnel
Got it. Thanks for your assistance!

Got it.

Thanks for your assistance!
Forum: vB3 General Discussions 11-20-2006, 03:44 AM
Replies: 8
Views: 2,915
Posted By timetunnel
Thanks again for your reply. If I add a 2nd...

Thanks again for your reply.

If I add a 2nd field to the 'newthread' that also uses e.g. the WYSIWYG editor, would I need to create a 2nd 'pagetext_html' (different name of course) in that...
Forum: vB3 General Discussions 11-20-2006, 03:20 AM
Replies: 8
Views: 2,915
Posted By timetunnel
Thanks for your reply, SirAdrian. Which file...

Thanks for your reply, SirAdrian.

Which file updates that postparsed table for new posts? All I've found so far is the 'DELETE' from that table vs. INSERT.

Thanks again in advance.
Forum: vB3 General Discussions 11-20-2006, 03:08 AM
Replies: 8
Views: 2,915
Posted By timetunnel
Hello. I'd like to know how the 'postparsed'...

Hello.

I'd like to know how the 'postparsed' table is updated also. From which file? All I've seem to see so far is 'DELETE' from that table.

Thanks in advance.
Forum: vB3 General Discussions 11-16-2006, 09:50 PM
Replies: 0
Views: 626
Posted By timetunnel
WYSIWYG - usable for multiple form fields?

Hello.

Is there a practical way to use for a form with multiple fields that could benefit from using the WYSIWYG editor?

Thanks in advance.
Forum: vBulletin 3.6 Add-ons 11-16-2006, 05:02 AM
Replies: 1,420
New Posting Features - Form Hack
Views: 515,918
Posted By timetunnel
Thanks again for your reply. I guess I...

Thanks again for your reply.

I guess I somehow overlooked finding 'how' the fields were added to the database when I looked at the xml file. :confused:

I'm still learning this stuff...
...
Forum: vBulletin 3.6 Add-ons 11-16-2006, 03:50 AM
Replies: 1,420
New Posting Features - Form Hack
Views: 515,918
Posted By timetunnel
Thanks for your reply. Let me ask it another...

Thanks for your reply.

Let me ask it another way...

what I mean is, when the data from the new form fields is submitted, where does that data go if the database is not revised to store that...
Forum: vBulletin 3.6 Add-ons 11-15-2006, 08:39 PM
Replies: 1,420
New Posting Features - Form Hack
Views: 515,918
Posted By timetunnel
Hello. Where is new form field data stored...

Hello.

Where is new form field data stored if the database is unaltered?

Thanks in advance.
Forum: Modification Requests/Questions (Unpaid) 03-09-2006, 03:33 AM
Replies: 13
Views: 1,893
Posted By timetunnel
...glad ya like it. ENJOY!

...glad ya like it. ENJOY!
Forum: vB3 General Discussions 02-15-2006, 05:20 PM
Replies: 1
Views: 746
Posted By timetunnel
Difference between 'Advanced Warning System' & 'Inferno Warning System'?

Hello.

What is the difference between 'Advanced Warning System' & 'Inferno Warning System'?

I've look at both, but still not sure which direction to go in.

Thanks in advance.
Showing results 1 to 25 of 86

 
Forum Jump

All times are GMT. The time now is 02:22 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.04513 seconds
  • Memory Usage 2,045KB
  • 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
  • (23)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