Recent content by Wrye

  1. Wrye

    Post To Reddit

    I use IFTTT to automatically post to social media with my forums RSS feeds . I don't use reddit with IFTTT but I am quite sure it is an option there.
  2. Wrye

    Search Log

    I see that many have suggested Google Maps here and that it is too complicated to implement. Any thoughts on adding wikimapia.org?
  3. Wrye

    XF 1.5 User Banner question

    Capitalization?
  4. Wrye

    XF 1.5 Reported Items - View "All" Reported Items

    What file, and if possible line, might I be able to find the code that controls these dates?
  5. Wrye

    XF 1.5 Reported Items - View "All" Reported Items

    I see that but it only goes back a week at a time. {xen:phrase closed_reports_x_y, 'from={xen:datetime $minimumTimestamp, absolute}', 'to={xen:datetime $maximumTimestamp, absolute} This could possibly work for my purposes. I need to see more than a week at a time though. It appears this can be...
  6. Wrye

    XF 1.5 Reported Items - View "All" Reported Items

    Not sure if I'm missing something but I would like to have the option to see more than just the "Active Reports" and "Recently Closed Reports". I don't see anywhere in the admin panel to view or sort through older reported content. Obviously these reports are in a database somewhere (I'm...
  7. Wrye

    Creating custom user group banner CSS

    Found a guide on manipulating responsive designs. Here is the best solution I could come up with: In extra.CSS /*VETERAN BANNER*/ <xen:if is="@enableResponsive"> @media (min-width:@maxResponsiveMediumWidth) { .veteran { background...
  8. Wrye

    Creating custom user group banner CSS

    That seems to fix the profile page problem but makes the banner slightly left of center on the thread view and puts some of the banner behind the avatar in mobile portrait view. (I tried the 100px setting earlier but didn't look at the profile page because it wasn't right on the thread view. I...
  9. Wrye

    Creating custom user group banner CSS

    So I'm having a bit of trouble with this. I suck at CSS but have managed to pull off what I have so far by following the guide (and thanks to @Brogan for all the work you do with XF!) and from scrounging up CSS code posted in this discussion thread so far, which almost has me where I want to be...
  10. Wrye

    Lack of interest Touch device detection

    Perhaps instead of blocking the feature all together a warning message could pop up stating that the feature might not work as designed from touch screen devices but still accept input from other devices. I had some odd behavior after I disabled the touch screen drivers on my computer. On...
  11. Wrye

    Lack of interest Touch device detection

    I'm getting the following error when trying to crop an image in media gallery: I can understand this when using a mobile device but I'm using a laptop that has a touch screen. Is there a way to disable the touch screen restrictions on cropping images and other tools? I can see this becoming a...
  12. Wrye

    Minimum Post Length Enforcer

    Ugh, I really don't trust those guys. Would be nice if someone could confirm this was working for 1.4.5. I don't need anything special just a minimum post requirement.
  13. Wrye

    Excluding a Usergroup From Seeing Ads

    Never mind me. I found it. https://xenforo.com/community/threads/frequently-asked-questions.5183/#post-181112 One of those days. :confused:
  14. Wrye

    Excluding a Usergroup From Seeing Ads

    I have a certain usergroup that I am wanting to hide advertisements from and I can't seem to find the code to do this (I see where to show it to certain usergroups but not exclude it) My ad code looks like this: <xen:if is="{$forum.node_id} == 16"> <a href="some link""><img src="some...
Top Bottom