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

Showing results 1 to 25 of 42
Search took 0.00 seconds.
Search: Posts Made By: sde
Forum: vB3 General Discussions 02-02-2009, 08:53 PM
Replies: 1
Views: 598
Posted By sde
External User Integration: Recommendations?

By the time the user gets to vBulletin, they are already verified and we know who they are.

I'd like the vb account to automatically be created and logged in. Upon re-visiting the forum, I'd like...
Forum: vB3 General Discussions 10-29-2007, 03:48 PM
Replies: 2
Views: 709
Posted By sde
Thanks Marco. I believe that will do it. ...

Thanks Marco. I believe that will do it.

Thank you very much.
Forum: vB3 Programming Discussions 10-29-2007, 12:30 AM
Replies: 2
Views: 826
Posted By sde
thanks, much appreciated.

thanks, much appreciated.
Forum: vB3 Programming Discussions 10-28-2007, 11:35 PM
Replies: 2
Views: 826
Posted By sde
VB API Documentation?

Is there documentation on the hooks anywhere? I didn't see anything in the stickys or the VB manual.
Forum: vB3 General Discussions 10-28-2007, 11:24 PM
Replies: 2
Views: 709
Posted By sde
anonymous moderation addon?

Is there any add-on which would allow for anonymous moderation?

example 1: user 'johndough' is secretly a moderator but doesn't want to login to another account just to post a 'get back on topic'...
Forum: vB3 General Discussions 01-11-2007, 08:33 PM
Replies: 2
Views: 765
Posted By sde
Thanks Ntfu2, .. I was able to write what I...

Thanks Ntfu2, .. I was able to write what I wanted by seeing how he did it. I really appreciate the response.
Forum: vBulletin 3.6 Add-ons 01-11-2007, 01:42 PM
Replies: 72
Integration with vBulletin - NZB Attachment Parser
Views: 28,411
Posted By sde
does this require you to store your attachments...

does this require you to store your attachments in a directory vs the db?
Forum: vB3 General Discussions 01-11-2007, 05:23 AM
Replies: 0
Views: 717
Posted By sde
custom bbcode

i want to add a new bbcode which requires server-side processing. is thi possible?

for example, some_string > <.

then i'd like to take the text inside the new bbcode brackets and process it...
Forum: vB3 General Discussions 01-11-2007, 05:20 AM
Replies: 2
Views: 765
Posted By sde
can i handle a specific attachment differently?

to keep it simple, let's say i add a "log" extension to my attachments list.

when a user attache a .log file, i want to use PHP to parse the log and present it neatly inline.

i have all the PHP...
Forum: vB3 General Discussions 01-05-2007, 12:37 PM
Replies: 1
Views: 742
Posted By sde
bump ... anyone?

bump ... anyone?
Forum: vB3 General Discussions 01-04-2007, 12:06 AM
Replies: 1
Views: 742
Posted By sde
custom bbcode / how to stop conversion to htmlentities

some <b>custom</b> text i want to parse

by the time this hits my handle_bbcode_test() function, the HTML characters are converted. i.e. < is converted to &lt;

i do not want it to do that. i need...
Forum: vB3 General Discussions 04-24-2006, 03:40 PM
Replies: 0
Views: 718
Posted By sde
convert postbit 'posts' value to a format w/o commas.

i'm trying to evaluate the postcount in the postbit within the template.

example: <if condition="$post[posts] > 50">
do this ...
</if>
The problem is that the number format for $post[posts]...
Forum: vBulletin 3.5 Add-ons 03-07-2006, 02:38 PM
Replies: 15
Views: 3,561
Posted By sde
are you saying on their public profile page, an...

are you saying on their public profile page, an admin can see the field, but not anyone else? if so, how do you set the profile field to display like that? or is it a mod?

i don't think you are...
Forum: vBulletin 3.5 Add-ons 03-02-2006, 06:50 PM
Replies: 15
Views: 3,561
Posted By sde
displaying that info publically might not be a...

displaying that info publically might not be a good idea. it's possible that they were referred from their webmail, or a site that they don't want people to know they were on. more of a privacy...
Forum: vBulletin 3.5 Add-ons 03-01-2006, 10:04 PM
Replies: 15
Views: 3,561
Posted By sde
In the user profile, where all the other user...

In the user profile, where all the other user profile variables are. So practical use might be to go to 'search users', and view the most recent members, then go to edit their profile to view.
...
Forum: vBulletin 3.5 Add-ons 03-01-2006, 09:56 PM
Replies: 15
Views: 3,561
Posted By sde
Whatever is in the PHP HTTP_REFERER variable when...

Whatever is in the PHP HTTP_REFERER variable when they enter your site is what will get logged upon registration. Some browsers supress this info (not many), and if they go directly to your site, it...
Forum: vBulletin 3.5 Add-ons 03-01-2006, 02:27 PM
Replies: 15
Views: 3,561
Posted By sde
A user needs to register coming in to your site...

A user needs to register coming in to your site from another domain. To test it, you need to clear the domain cookies, close the browser, go to another site (or search engine) to click to your site...
Forum: vBulletin 3.5 Add-ons 02-28-2006, 10:00 PM
Replies: 15
Views: 3,561
Posted By sde
HTTP_REFERER Log

Ever wonder where your new registrants came from? I do.

The HTTP_REFERER will be logged to a custom profile field at registration.

Instructions

Add a custom profile field. Make it private...
Forum: vB3 General Discussions 02-24-2006, 06:29 AM
Replies: 4
Views: 920
Posted By sde
it is an association that uses vbulletin. it's...

it is an association that uses vbulletin. it's not a public forum, so the plugin makes sure the user is cookied with valid credentials from the main assication database.

members are only allowed...
Forum: vB3 General Discussions 02-24-2006, 06:21 AM
Replies: 4
Views: 852
Posted By sde
or, you could just make a totally seperate php...

or, you could just make a totally seperate php script to generate a dynamic image with the text of the song you are listening too. then just use bbcode img tags to embed it in your sig.
...
Forum: vB3 General Discussions 02-24-2006, 05:42 AM
Replies: 4
Views: 920
Posted By sde
thanks. when i use standard_error in my script...

thanks. when i use standard_error in my script that executes in the global_start, it displays the error, but it appears that all styles are gone.

it is just a white page with text.

any ideas...
Forum: vB3 General Discussions 02-23-2006, 04:56 AM
Replies: 2
Views: 1,076
Posted By sde
do phrases get over-written on update?

sorry i haven't tried this yet so i wanted to ask. i do not see an "over-write" option for phrases, so if a product gets updates, will it over-write the previous phrases?

if so, is there any way...
Forum: vB3 General Discussions 02-23-2006, 04:26 AM
Replies: 4
Views: 920
Posted By sde
display or redirect to error page

my plugin has custom error phrases. the problem is that the only way i know how to display them is to create a custom php file and display it.

the plugin runs in global_start and just does some...
Forum: vB3 General Discussions 02-13-2006, 04:40 AM
Replies: 3
Views: 701
Posted By sde
"edit options" - i want it to install with the...

"edit options" - i want it to install with the plugin.

thanks anyway.
Forum: Modification Graveyard 02-13-2006, 04:31 AM
Replies: 703
Major Additions - DC SEO vB URL Rewrite
Views: 97,344
Posted By sde
mod rewrite doesn't handle db lookups, so it...

mod rewrite doesn't handle db lookups, so it would not know the name of the thread by the url itself.

something would have to be created in php itself. it would need to read the url and make a...
Showing results 1 to 25 of 42

 
Forum Jump

All times are GMT. The time now is 06:20 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.04287 seconds
  • Memory Usage 2,031KB
  • 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
  • (18)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