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

Showing results 1 to 25 of 205
Search took 0.01 seconds.
Search: Posts Made By: stryka
Forum: vB5 Programming Discussions 05-28-2014, 03:37 AM
Replies: 4
Views: 715
Posted By stryka
?? you want a by May 30th???? guess you need...

?? you want a by May 30th???? guess you need tapatalk

Creating a dev account with Apple and purchasing app via tapatalk.com alone will take more time.. most of the other requests are standard...
Forum: vB4 Programming Discussions 09-24-2013, 02:25 AM
Replies: 1
Views: 334
Posted By stryka
Random Image Background

Is there a way to generate a random image background with vb4.2.1?
Forum: vBulletin 4.x Add-ons 09-23-2013, 11:44 PM
Replies: 2,697
Major Additions - vBExperience 4
Views: 519,021
Posted By stryka
just post what you did here

just post what you did here
Forum: vB4 Programming Discussions 09-23-2013, 02:28 AM
Replies: 3
Views: 413
Posted By stryka
Yes.... i should've been more specific on "not...

Yes.... i should've been more specific on "not working"...

Basically... that code doesn't generate an error when the plugin is on... but I am trying to show the resulting data from the pHP within...
Forum: vB4 Programming Discussions 09-22-2013, 09:54 PM
Replies: 3
Views: 413
Posted By stryka
Vb4.2.1 custom plugin

I had the following custom plugin in VB3.8 global that referenced a PHP file and i simply called the VB paramater in the style but after the upgrade this doesn't seem to work anymore?

What is new...
Forum: vBulletin 3.8 Add-ons 12-30-2012, 11:14 PM
Replies: 822
Integration with vBulletin - YAFB - Yay! Another Facebook Bridge
Views: 124,390
Posted By stryka
as i mentioned... i think this project is dead....

as i mentioned... i think this project is dead....
Forum: vBulletin 3.8 Add-ons 12-23-2012, 05:47 AM
Replies: 822
Integration with vBulletin - YAFB - Yay! Another Facebook Bridge
Views: 124,390
Posted By stryka
couple questions... > is this addon dead? ...

couple questions...

> is this addon dead?

> If i install this... will my existing users that used a previous FB CONNECT ADDON (by Silk) still be able to login?
Forum: vBulletin 3.8 Add-ons 12-23-2012, 05:40 AM
Replies: 19
Integration with vBulletin - uLogin The new facebook connect and more!
Views: 7,937
Posted By stryka
ah man.. this looked promising until i read the...

ah man.. this looked promising until i read the "BAD" part... hopefully someone finds a solution
Forum: vBulletin 3.8 Add-ons 10-26-2012, 07:10 PM
Replies: 822
Integration with vBulletin - YAFB - Yay! Another Facebook Bridge
Views: 124,390
Posted By stryka
i have an old FBOOK connect bridge from SILK that...

i have an old FBOOK connect bridge from SILK that has a BUNCH of proxy email addresses... can this bridge convert those emails or still engage those users using that proxy email information?

I...
Forum: vBulletin 3.8 Add-ons 09-28-2012, 01:38 AM
Replies: 224
Views: 42,352
Posted By stryka
Just curious... did this MOD convert the old...

Just curious... did this MOD convert the old proxy emails in the user account from Silk's mod?
Forum: vB3 Programming Discussions 09-16-2012, 09:06 PM
Replies: 5
Views: 1,183
Posted By stryka
Would like something specific... some ppl...

Would like something specific... some ppl register and don't even know that they have to request activation email ... cuz their account is not activated
Forum: vB3 Programming Discussions 08-31-2012, 07:57 PM
Replies: 5
Views: 1,183
Posted By stryka
Indicate USER account status

Alot of times users login and they don't releasize the reason they can't post is cuz they didn't validate the activation email.

Is there any way to have a special msg for registered users who are...
Forum: vB3 Programming Discussions 08-31-2012, 07:55 PM
Replies: 4
Views: 1,348
Posted By stryka
i am using vb3.8... Sorry i am not the...

i am using vb3.8...

Sorry i am not the actual programmer for the custom page... what token should the custom PHP page have in order to send the proper information to the login form so it...
Forum: vB3 Programming Discussions 08-31-2012, 03:22 PM
Replies: 4
Views: 1,348
Posted By stryka
Redirect after LOGIN from custom page

I have a custom PHP page that checks to see if user is logged in before they can perform a function.

If not logged in the login windows appears in an overlay window

Then the user logs in BUT......
Forum: vBulletin 3.8 Add-ons 08-26-2012, 04:59 AM
Replies: 224
Views: 42,352
Posted By stryka
just like the original SILK mod... this is now on...

just like the original SILK mod... this is now on the deadpool

wish these developers would stick around...
Forum: vB3 Programming Discussions 07-05-2012, 09:54 AM
Replies: 8
Views: 947
Posted By stryka
yup.. that was it.. i usually dont get much help...

yup.. that was it.. i usually dont get much help in this forum....

THanks for the help!
Forum: vB3 Programming Discussions 07-04-2012, 10:45 PM
Replies: 8
Views: 947
Posted By stryka
Darn... the entry is getting inserted into the...

Darn... the entry is getting inserted into the HTML when i view source... but the page isn't taking the value and showing the image... i even tried deleting the "background" value in style template...
Forum: vB3 Programming Discussions 07-04-2012, 10:24 PM
Replies: 8
Views: 947
Posted By stryka
ahh... so my plugin would look like this... ...

ahh... so my plugin would look like this...




function get_random_image() {

$files = scandir($_SERVER['DOCUMENT_ROOT'].'/app/webroot/img/bg');
$count = count($files);
srand(time());
Forum: vB3 Programming Discussions 07-04-2012, 09:55 PM
Replies: 8
Views: 947
Posted By stryka
hmm... I think I lost you... what value does $str...

hmm... I think I lost you... what value does $str need to be for it to work?

is this the value i am sending

background-image: url(http://www.sitename.com/img/bg/IMG_1461_edit.jpg);
Forum: vB3 Programming Discussions 07-03-2012, 09:20 PM
Replies: 8
Views: 947
Posted By stryka
Random background image with PHP

I currently have a PHP function that does a directory scan and randomly pulls an image to appear in the background CSS tag...

It essentially creates the following entry before the BODY tag
...
Forum: vB3 Programming Discussions 05-11-2012, 07:02 PM
Replies: 2
Views: 647
Posted By stryka
yah i do know it is in htaccess file and none of...

yah i do know it is in htaccess file and none of them have that redirct information... THE ODD thing is that it only redirects with CHROME

pulling my hair out.. so just want a custom command in...
Forum: vB3 Programming Discussions 05-11-2012, 01:20 PM
Replies: 2
Views: 647
Posted By stryka
Redirect within custom tempalte - now using cakephp

I set a url "/events/" in my navbar to redirect to /forum/calendar.php a few years ago...

but i can't find that redirect htacess anywhere.. and i got rid of the vb calendar... and using cakephp...
Forum: vB3 Programming Discussions 03-05-2012, 06:11 PM
Replies: 0
Views: 578
Posted By stryka
Convert custom VB Templates or CakePHP?

Over the years I developed 3 sections on the site using VBULLETIN templates and I am about to do a REDESIGN of the site... should i ween myself of the VB templates and just use Cakephp ?

Would...
Forum: vBulletin 3.8 Add-ons 02-20-2012, 04:16 PM
Replies: 822
Integration with vBulletin - YAFB - Yay! Another Facebook Bridge
Views: 124,390
Posted By stryka
Is the developer going to give this code for...

Is the developer going to give this code for someone else to develop/expand?

Posting on wall feature is almost necessary
Forum: vBulletin 3.8 Add-ons 01-02-2012, 07:52 PM
Replies: 245
Views: 3,614,770
Posted By stryka
Is there any way to scan/mark existing...

Is there any way to scan/mark existing registrations in the system?

Does any version allow to do this?
Showing results 1 to 25 of 205

 
Forum Jump

All times are GMT. The time now is 05:53 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.05589 seconds
  • Memory Usage 2,052KB
  • 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
  • (26)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