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

Showing results 1 to 25 of 354
Search took 0.01 seconds.
Search: Posts Made By: EquinoxWorld
Forum: vB4 Programming Discussions 08-24-2013, 11:27 PM
Replies: 3
Views: 543
Posted By EquinoxWorld
That worked perfectly thanks kh99. :)

That worked perfectly thanks kh99. :)
Forum: vB4 Programming Discussions 08-24-2013, 05:16 PM
Replies: 3
Views: 543
Posted By EquinoxWorld
Database query help

Hello everyone,

It's been a while since I coded anything and I was wondering what's wrong with this code snippet. I'm trying to insert a username of a member into a certain column in a table in...
Forum: vB4 Programming Discussions 09-10-2011, 02:25 PM
Replies: 1
Views: 416
Posted By EquinoxWorld
Navbar Forum and Home Paths with Custom Vb Page

Hello everyone, I was wondering if anyone has any ideas as to how to fix the "Home" and "Forum" links in the navigation bar when creating a page and not placing it within forum root. Allow me to...
Forum: vBulletin 4.x Add-ons 09-02-2011, 12:53 PM
Replies: 141
Views: 31,919
Posted By EquinoxWorld
I don't know if this has happen to anyone else...

I don't know if this has happen to anyone else but I had a couple of members profiles get destroid after they took off their favorite videos link. We have had this mod since 4.1.1 working good then...
Forum: vB4 General Discussions 08-27-2011, 10:11 PM
Replies: 6
Views: 520
Posted By EquinoxWorld
Thanks :) . I have been doing some research on it...

Thanks :) . I have been doing some research on it and have a solid idea as to what I would need and where. Thanks again for the help.
Forum: vB4 General Discussions 08-27-2011, 06:50 PM
Replies: 6
Views: 520
Posted By EquinoxWorld
Thank you very much for your reply BSMedia. It is...

Thank you very much for your reply BSMedia. It is much more clear now what I have to do. I really appreciate the help. One more thing; I do apologize for the noobian question beforehand but where...
Forum: vB4 General Discussions 08-27-2011, 05:22 PM
Replies: 6
Views: 520
Posted By EquinoxWorld
Thanks for your reply Jim. Actually I did explain...

Thanks for your reply Jim. Actually I did explain to them that I was going to sell my software with their slider included and asked if this was ok. This was their response:



Seems like a very...
Forum: vB4 General Discussions 08-27-2011, 04:04 PM
Replies: 6
Views: 520
Posted By EquinoxWorld
Question about software license to use in a modification

Hello everyone, I was wondering if anyone had any information that might be useful regarding my concern; I am almost done with the last touches to my first modification to be released here at vb.org....
Forum: Modification Graveyard 08-26-2011, 02:24 PM
Replies: 138
Views: 22,415
Posted By EquinoxWorld
Just my two cents. Whatever "loops and hurdles"...

Just my two cents. Whatever "loops and hurdles" everyone is talking about remember folks this is still a "free" mod which btw so far works for me on a clean vb 4.1.5 pl1 install, no other mods...
Forum: Modification Graveyard 08-24-2011, 05:57 PM
Replies: 138
Views: 22,415
Posted By EquinoxWorld
Works perfect for me Lancerforhire . vBulletin...

Works perfect for me Lancerforhire . vBulletin 4.1.5 pl1 - Clean Install. Very good work. :up:

P.S.: Only suggestion; make a icon of some sorts to show up in SHOWTHREAD when a thread is "live" so...
Forum: vB4 Programming Discussions 08-19-2011, 06:21 PM
Replies: 2
Views: 455
Posted By EquinoxWorld
Just my 2 cents here but shouldn't this: ...

Just my 2 cents here but shouldn't this:


$query = sprintf("SELECT * FROM ".TABLE_PREFIX."event WHERE visible = 1 AND calendarid = $calendarid AND (dateline_from > '%d' || ( dateline_from > '%d'...
Forum: vB4 Programming Discussions 08-18-2011, 06:58 PM
Replies: 5
Views: 734
Posted By EquinoxWorld
Thanks for your reply guys. What I'm going to...

Thanks for your reply guys. What I'm going to have to do is what nhawk suggested; I have the task (vb task yes) setup to run tonight at midnight. I'm going to add my code in there and use "nextrun"...
Forum: vB4 Programming Discussions 08-18-2011, 06:09 PM
Replies: 5
Views: 734
Posted By EquinoxWorld
Thanks for your reply nhawk. I realize that the...

Thanks for your reply nhawk. I realize that the cron task updates itself but my question is if I wanted to call that field (nextrun) from within the cron that's being executed to use as a time to set...
Forum: vB4 Programming Discussions 08-18-2011, 05:46 PM
Replies: 5
Views: 734
Posted By EquinoxWorld
When does "nextrun" field update from SQL table cron?

Hello everyone, I was wondering if anyone knew when is the field "nextrun" in the SQL table cron updated? Here's my situation:

I have a SQL update query that I runs in a cron file that I setup to...
Forum: vB4 Programming Discussions 08-17-2011, 12:45 PM
Replies: 4
Views: 769
Posted By EquinoxWorld
Thanks for your reply, understood sensei :). I...

Thanks for your reply, understood sensei :). I knew that I couldn't assign an id because that field is auto-increment but I wasn't sure about the permissions. I tried what you said and duplicated the...
Forum: vB4 Programming Discussions 08-17-2011, 11:49 AM
Replies: 4
Views: 769
Posted By EquinoxWorld
Thanks for your reply nhawk. That's exactly where...

Thanks for your reply nhawk. That's exactly where I was looking at yesterday but at 1 am your mind can't grasp things as best as it can. :) I was looking particualrly at this bit of code:


if...
Forum: vB4 Programming Discussions 08-17-2011, 02:16 AM
Replies: 4
Views: 769
Posted By EquinoxWorld
Where are calendars created?

Hello everyone, I was wondering if anyone knew by any chance where i could find how calendars are created (after saving through admin panel), I ask because I have successfully created a new calendar...
Forum: vB4 Programming Discussions 08-16-2011, 01:38 PM
Replies: 1
Views: 584
Posted By EquinoxWorld
Sounds like you probably have a custom...

Sounds like you probably have a custom theme/style that is not compatible with the vBulletin version you upgraded to. If you check the "default" (vBulletin default) theme I bet everything is in it's...
Forum: vB4 Programming Discussions 08-16-2011, 11:23 AM
Replies: 14
Views: 1,023
Posted By EquinoxWorld
Thanks nhawk. I'll keep that in mind. I will...

Thanks nhawk. I'll keep that in mind. I will actually implement that next when I try add some options for moderators outside of the admin panel. Should be interesting ;)
Forum: vB4 Programming Discussions 08-16-2011, 03:15 AM
Replies: 14
Views: 1,023
Posted By EquinoxWorld
We all put in to get this one resolved I think....

We all put in to get this one resolved I think. nhawk has been also helping me out for some time now, he knows my gratitude is immense. Hope it helps someone else at some point, really glad to be a...
Forum: vB4 Programming Discussions 08-16-2011, 02:53 AM
Replies: 14
Views: 1,023
Posted By EquinoxWorld
Thank you so much for your reply! I did just what...

Thank you so much for your reply! I did just what you suggested and it all works PERFECT. If the user set the first option to "yes" then the following three are required to be entered if the user...
Forum: vB4 Programming Discussions 08-15-2011, 11:17 PM
Replies: 6
Views: 537
Posted By EquinoxWorld
If you mean you want to show the output of that...

If you mean you want to show the output of that php file in your FORUMHOME template then just read this article here: >https://vborg.vbsupport.ru/showthread.php?t=242454 It's rather easy, just a few...
Forum: vB4 Programming Discussions 08-15-2011, 11:11 PM
Replies: 14
Views: 1,023
Posted By EquinoxWorld
Hey nhawk, thanks for your reply. I tried...

Hey nhawk, thanks for your reply. I tried something like what you suggested;


if ($settings['cotw_sotw_pay_credits'] == 1) {


if (empty($settings['cotw_sotw_first_place_prize'])) {...
Forum: vB4 Programming Discussions 08-15-2011, 03:11 PM
Replies: 14
Views: 1,023
Posted By EquinoxWorld
xD Thanks kh99, it's ok. Please let me know if...

xD Thanks kh99, it's ok. Please let me know if you find an answer when you have a chance, you know where to find me :) .
Forum: vB4 Programming Discussions 08-15-2011, 02:43 PM
Replies: 14
Views: 1,023
Posted By EquinoxWorld
I was talking about the options (custom options)...

I was talking about the options (custom options) you can create when in debug mode from the admin panel under "Settings".
Showing results 1 to 25 of 354

 
Forum Jump

All times are GMT. The time now is 12:33 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.02349 seconds
  • Memory Usage 2,091KB
  • 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)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)search_results
  • (25)search_results_postbit
  • (1)spacer_close
  • (1)spacer_open
  • (21)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