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

Showing results 1 to 25 of 31
Search took 0.00 seconds.
Search: Posts Made By: fyjpm
Forum: Modification Graveyard 03-07-2006, 07:26 PM
Replies: 1,277
Major Additions - [AJAX] vB Pager 3.0.4
Views: 239,397
Posted By fyjpm
You can alleviate your users typing in domain.com...

You can alleviate your users typing in domain.com instead of www.domain.com by adding this to your .htaccess file (this redirects them to the correct url....the www.domain.com )


RewriteCond...
Forum: vBulletin 3.5 Add-ons 02-23-2006, 09:42 PM
Replies: 22
Views: 7,762
Posted By fyjpm
This is very nice! can you add in the...

This is very nice! can you add in the functionality shown on this page?
http://template.joomlart.com/ja_capella/index.php?jos_change_template=ja_capella_ii

(Click the "Right Panel" image at the...
Forum: Modification Requests/Questions (Unpaid) 02-19-2006, 04:03 PM
Replies: 8
Views: 1,673
Posted By fyjpm
the forum was working fine for me at: 1:03pm EST

the forum was working fine for me at: 1:03pm EST
Forum: Modification Requests/Questions (Unpaid) 02-19-2006, 07:55 AM
Replies: 8
Views: 1,673
Posted By fyjpm
the diff is between eSupport and SupportSuite is...

the diff is between eSupport and SupportSuite is just that SupportSuite has the LiveChat module built in but you can upgrade to this later if you ever wanted, so I just got the eSupport Suite
...
Forum: vB3 General Discussions 02-16-2006, 06:51 AM
Replies: 2
Views: 951
Posted By fyjpm
see...

see https://vborg.vbsupport.ru/showthread.php?t=102367 for some info
Forum: Modification Requests/Questions (Unpaid) 02-16-2006, 06:40 AM
Replies: 8
Views: 1,673
Posted By fyjpm
There is a "LoginShare" module that comes with...

There is a "LoginShare" module that comes with Kayako eSupport/Support Suite that will authenticate off vB's database. It actually adds a record into Kayako so that the rest of the application runs...
Forum: vB3 General Discussions 02-13-2006, 08:04 PM
Replies: 5
Views: 1,739
Posted By fyjpm
I'm trying to do something similar in...

I'm trying to do something similar in global_start hook...how did you define it to work? like this?

$DISABLE_PASSWORD_CLEARING = 1;

or is there a need to make it a "global variable"? Many...
Forum: vBulletin 3.5 Add-ons 01-21-2006, 12:57 PM
Replies: 43
Views: 13,620
Posted By fyjpm
@JoergZ - Can you please post your addt'l checks?...

@JoergZ - Can you please post your addt'l checks? Thank you! :)

-John
Forum: vBulletin 3.0 Template Modifications 01-19-2006, 08:03 PM
Replies: 44
Views: 10,784
Posted By fyjpm
Can someone help me get image verification...

Can someone help me get image verification working on this? Here's what I have so far:

you need to add the following code to index.php
require_once(DIR . '/includes/functions_regimage.php');...
Forum: Modification Graveyard 12-14-2005, 10:53 AM
Replies: 49
Miscellaneous Hacks - [you] Replacement Mod
Views: 11,605
Posted By fyjpm
I noticed when you edit it makes the changes for...

I noticed when you edit it makes the changes for you in the edit box, and if you don't remember to put it back to [you] (or -you- in my case) it hard codes the editors username in the post...can you...
Forum: Modification Graveyard 12-14-2005, 10:50 AM
Replies: 49
Miscellaneous Hacks - [you] Replacement Mod
Views: 11,605
Posted By fyjpm
I just changed the code to -you- for my purposes...

I just changed the code to -you- for my purposes to avoid the escaping and it works now....not sure if you want to amend this or make a note somewhere....
Forum: Modification Graveyard 12-14-2005, 10:47 AM
Replies: 49
Miscellaneous Hacks - [you] Replacement Mod
Views: 11,605
Posted By fyjpm
when you use [you] within a link or a selflink it...

when you use [you] within a link or a selflink it escapes the brackets and breaks...can this behaviour be altered?

Thanks,

John
Forum: vBulletin 3.5 Add-ons 12-13-2005, 10:09 PM
Replies: 202
Views: 39,603
Posted By fyjpm
PM me with your login info, I'll take a look for...

PM me with your login info, I'll take a look for you... we can finish this in instant messenger or PM.
Forum: Modification Requests/Questions (Unpaid) 12-13-2005, 03:50 PM
Replies: 11
Views: 2,281
Posted By fyjpm
I've accomplished this using the www.amember.com...

I've accomplished this using the www.amember.com script and its plugin architecture - which is very similar to vB's. Basically you can write simple code that gets called on various events like...
Forum: vBulletin 3.5 Add-ons 12-13-2005, 07:15 AM
Replies: 202
Views: 39,603
Posted By fyjpm
FIXED this issue with vBA CMPS: see my...

FIXED this issue with vBA CMPS: see my self-answering thread here:
http://www.vbadvanced.com/forum/showthread.php?p=74589

But here's the quick fix:

add:

if (defined('VBA_PORTAL') AND...
Forum: vBulletin 3.5 Add-ons 12-13-2005, 05:29 AM
Replies: 202
Views: 39,603
Posted By fyjpm
I modified the code to expose 2 additional...

I modified the code to expose 2 additional parameters you can use in the zzz_update_profile phrase "{3}" (username) and "{4}" (list of required fields needing attention). So one could do something...
Forum: vBulletin 3.5 Add-ons 12-13-2005, 04:26 AM
Replies: 202
Views: 39,603
Posted By fyjpm
"There's no help like self help" so in case...

"There's no help like self help" so in case anybody else wants get fancy like me find this line in the hook for this mod:
...
Forum: vBulletin 3.5 Add-ons 12-13-2005, 03:18 AM
Replies: 202
Views: 39,603
Posted By fyjpm
before we continue on, please make sure you've...

before we continue on, please make sure you've followed the instructions carefully at:

http://www.vbadvanced.com/membersarea.php?do=viewusermanual&productid=4&pageid=6

Then you just have to...
Forum: vBulletin 3.5 Add-ons 12-13-2005, 12:50 AM
Replies: 202
Views: 39,603
Posted By fyjpm
Well if you named your CMPS page that displays...

Well if you named your CMPS page that displays all of Vbulletins pages to "forum" then you are ok with this part. You can check by going into Admin Control Panel > vBa CMPS > Edit Pages and look for...
Forum: vBulletin 3.5 Add-ons 12-13-2005, 12:41 AM
Replies: 202
Views: 39,603
Posted By fyjpm
Do you have this at the top of your main forum...

Do you have this at the top of your main forum homepage? (either forum.php or whatever you renamed it to...if you are not using CMPS as your homepage then look in index.php)


<?php...
Forum: vBulletin 3.5 Add-ons 12-13-2005, 12:29 AM
Replies: 202
Views: 39,603
Posted By fyjpm
Looks like you are running vBAdvanced CMPS...make...

Looks like you are running vBAdvanced CMPS...make sure in your ./includes/functions.php file you have the code required from it...it looks like this:

if (defined('VBA_PORTAL') AND...
Forum: vBulletin 3.5 Add-ons 12-12-2005, 11:46 PM
Replies: 202
Views: 39,603
Posted By fyjpm
Go to: vB Control Panel > Languages &...

Go to:

vB Control Panel > Languages & Phrases > Search in Phrases >

Search for Text :"zzz_update_profile" and tick the "Phrase Variable Name Only" box.

Now you can click "Edit", then click...
Forum: vBulletin 3.5 Add-ons 12-12-2005, 10:45 PM
Replies: 202
Views: 39,603
Posted By fyjpm
Ok I found ok that if you are running CMPS by...

Ok I found ok that if you are running CMPS by vBAdvanced that you will not continue to get the errror message on anything besides the CMPS homepage if you have the following enabled in your other php...
Forum: vBulletin 3.5 Add-ons 12-12-2005, 10:00 PM
Replies: 202
Views: 39,603
Posted By fyjpm
How can I get the members username in the error...

How can I get the members username in the error message like this:

"Dear so-and-so, you need to fill in the required field blah blah blah..."

Anyone?

Thanks,

John
Forum: vBulletin 3.5 Add-ons 12-12-2005, 09:47 PM
Replies: 202
Views: 39,603
Posted By fyjpm
You know what I almost cross posted you because I...

You know what I almost cross posted you because I was looking at the code and it does seem that they should keep getting it...I'm thinking its because I'm using CMPS that a blank screen is happening?...
Showing results 1 to 25 of 31

 
Forum Jump

All times are GMT. The time now is 12:18 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.01988 seconds
  • Memory Usage 2,044KB
  • 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
  • (59)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