Recent content by Bill.D

  1. Bill.D

    XF 1.4 Amazon Cloud Search?

    Has anyone every used Amazon CloudSearch with Xenforo? I know that Enhanced Search utilizes ElasticSearch by Apache. Is there an Enhanced Search like plugin that utilizes CloudSearch instead? Is that even possible and an option? Thanks, -Bill
  2. Bill.D

    XF 1.4 Load Balanced Server - Disable Cron?

    ok, here is what I did. Let me know any of the options should be different:
  3. Bill.D

    XF 1.4 Load Balanced Server - Disable Cron?

    0.o I think that might be the perfect answer! Thank you!
  4. Bill.D

    XF 1.4 Load Balanced Server - Disable Cron?

    Hey Roldan, Is that through PHP? a Hook? The Template in question is a separate templet from the default built in one that gets over written in an upgrade. I am trying to prevent someone either manual undoing my change, OR reverting the template for some other reason. Thanks, -Bill
  5. Bill.D

    XF 1.4 Load Balanced Server - Disable Cron?

    Hey Mike, I believe I have it working correctly. Thank you! Question: I am working on some automation scripts and I want to make sure that if someone were to undo my changes in PAGE_CONTAINER that I would have a script that would put my changes back. I found the PAGE_CONTAINER template in the...
  6. Bill.D

    XF 1.4 Load Balanced Server - Disable Cron?

    Hey Mike, Can I comment the line out like this: <xen:comment> {xen:if $hasAutoDeferred, RunDeferred} </xen:comment> Also, would there be a tell tale way of identifying if its still running the cron effectively after the changes? -Bill
  7. Bill.D

    Single Sign On (Slave) by Waindigo [Deleted]

    Greetings Waindigo, I note that with plugin places a XenSSO directory in the internal_data/ directory. If I have Load Balanced servers that DO NOT share those directories, could that cause an error/issue? In other words which ever server runs whatever php scripts that are involved, only that...
  8. Bill.D

    XF 1.4 Load Balanced Server - Disable Cron?

    Awesome. My goal is to hopefully remove any overlap from the separate systems that may be occurring. Thanks, -Bill
  9. Bill.D

    XF 1.4 Load Balanced Server - Disable Cron?

    ok, to make sure I have understood correctly. By Overwrite you mean that deferred.php should look like this after: <?php {"moreDeferred":false}; ?> Or am I replacing some code? Is the deferred2.php file to have to original content of the deferred.php file? By running the deferred2.php via...
  10. Bill.D

    XF 1.4 Load Balanced Server - Disable Cron?

    Hey All, I have about 7 Systems involved in a Load Balanced Site. Is it possible to Disable Cron on all servers but one. They Share a single DB & MemcacheD Server and they all have separate config.php files. Thanks, -Bill
  11. Bill.D

    XF 1.3 User Drop Down Menu Gone.

    Yah.. Totally my fault.. I have it set up to use a CDN for static content and I forgot to make a DNS entry. Oops! 0.o You can delete this thread if you like. Thanks again! -Bill
  12. Bill.D

    XF 1.3 User Drop Down Menu Gone.

    Hey all, I am having this weird issue with the drop down user menu. Normally when you hover over your user name a menu drops down that gives you many options, including logging out. But on my system it never happens. I have tried disabling all plugin and reverting to the default theme. I have...
  13. Bill.D

    Single Sign On (Master) by Waindigo [Deleted]

    Hey Waindigo, I have a situation where after turning on SSO I have some users that have already created users on both systems.. The won't sync which makes sense but the user also get an error when they log in that SSO could not sync there account.. What would be the correct Porcedure for...
  14. Bill.D

    Single Sign On (Slave) by Waindigo [Deleted]

    Hey Waindigo, We have installed the Single Sign on plugin but we are having some issues with user accounts that exist on both servers before we instituted single sign on.. How should we handle identical usernames that are the same user that existed before Single sign on was instituted. Here is...
  15. Bill.D

    XF 1.2 Google Analytics [Sub-Domain]?

    I figured it out.. It was right in front of me.. You take this line: var _gaq = [['_setAccount', '{$xenOptions.googleAnalyticsWebPropertyId}'], ['_trackPageview']]; And you add this to it: ['_setDomainName', 'bonusfeber.dk'] So it should look like this: var _gaq = [['_setAccount'...
Top Bottom