-
Content Count
571 -
Joined
-
Last visited
About Tracy Perry
-
Rank
Community Regular
Contact Methods
- Website URL
Profile Information
-
Gender
Male
-
Location
Texas
-
Kevin W reacted to a post in a topic: No more go to first unread post link in topic
-
Allegheny reacted to a post in a topic: Extra Fields search is useless/do not work the way it is
-
AlexJ reacted to a post in a topic: Extra Fields search is useless/do not work the way it is
-
Jim reacted to a post in a topic: Classifieds System
-
VladTheGreat reacted to a post in a topic: IPB4 POP3 SMTP Question
-
MySimS3k® reacted to a post in a topic: More In-depth thread prefixes
-
They have a new link that you have to use. https://developer.twitter.com/en/dashboard If you are going to https://apps.twitter.com/ it isn't going to be around long as they are going to retire it and all existing will be under that first link - which your current ones should be once you set up a new developers account. You should be able to get to the existing ones on the second link for now.
-
Since there is already call home code in the script, it should be easy enough to enter some code that would trigger an ACP alert to view "updated service" pages when this happens. We already get pestered about the mySQL version and the processes we have running - I'd think getting pestered about something like this would be MUCH more important.
-
Add support to AMP (Accelerated Mobile Pages) in IPB Forum
Tracy Perry replied to Futtura's topic in Feature Suggestions
You can put Adsense ads in there.. and apparently you can now do self-served ads also. Still, it's more for static content than dynamic content from what I've read. -
Tracy Perry reacted to a post in a topic: Feedback for support staff regarding themes
-
Well, now we have Google Maps (which now charges after a certain point and you have to have your credit card on file) and MapBox with the same basic pay to play formula. Any chance of getting OpenLayers API in use with OpenStreetMap? Think the entire setup there is free. OpenLayers apparently can interface with Bing and most of the other major players also.
-
Lack of prefixes in a definable per forum area is what is one of the major things keeping me from converting a site over from XF to IPS. I have a developers site set up for the XF one and I went from 11 topic nodes to 33 nodes. The added benefit of the prefixes in one node allows users to maybe find another topic they wish to discuss. The nice benefit of the way XF does it is a simple add-on (in the 1.5 line) allows you to sort by the prefix. I believe the 2.0.x line does that natively now.
-
Try another file transfer program. FileZilla has been known to have issues sometimes on transfers.
-
Frequently (if an IOS device) it's because the user is using the (now default) HEIF/HEIC formats to take photos/images with. Most current image processors (GD2, ImageMagick) barf on them.
-
Tracy Perry reacted to a post in a topic: The dreaded error 200 during uploads
-
Tracy Perry reacted to a post in a topic: Custom FURLs for Clubs features please?
-
Hundreds of emails bouncing back, can I mass unsubscribe?
Tracy Perry replied to JTrollerb123's topic in Help & Support
Another forum script. XenForo, also referred to as XF. The bounce feature of XF works different than the add-on listed does. It monitors a bounced email box and then parses it via IMAP/POP3 for it's bounced message returns. -
Hundreds of emails bouncing back, can I mass unsubscribe?
Tracy Perry replied to JTrollerb123's topic in Help & Support
That's one of the things I like about my XF site. The script itself has this ability built into it. Emails removed for privacy reasons even though they are not valid. -
CKEditor - TypeError: e is null[Learn More]
Tracy Perry replied to soap_box's topic in Help & Support
I know that it is a FREQUENT issue with XenForo if one is on CloudFlare and have RocketLoader engaged. It usually causes the editor to have issues. -
2FA can fail if the server time is out of sync. You can also get this is you are using incorrect credentials.
-
Sorry to disagree... but modifying templates is nowhere NEAR coding.... and usually that's what ends up having to be done. As for "continuing to work"... THAT is why you need to be sure to back up your DB AND your file structure prior to ANY upgrade. Basic Admin 101 rule. That way if there is an issue, restoration is merely restoring the original files. You need to realize that usually each upgrade DOES break something in custom styles - it's the nature of the IPS beast and one of the things I'm least happy about - but I realize that sometimes it due to improvements that needed to be ma
-
One thing I CAN seriously ask IPS to do is develop a working template merge/history system that would alleviate many of these issues. That makes it SO much nicer when you have modified the default templates for any reason. Seems to have worked out really well on the XF script for many of the simple template modifications that are frequently done. But there STILL are some requirements when using a custom style to await the author of that style to update it (although if you are proficient with the templating you can resolve most issues yourself). And I've seen that happen before
-
Tracy Perry reacted to a post in a topic: Inconsistent theme HTML
-
Tracy Perry reacted to a post in a topic: Inconsistent theme HTML
-
Really, for the template system it shouldn't be a "given". From my experience, the IPS templating system (syntax) is not any more difficult than the XenForo one, and one of those 2 have a VERY effective and robust history/merge system in place (and it's not IPS). It's really rather ridiculous that any time you do an upgrade and you have customized templates you are expected to have to manually redo all those custom modifications or risk something not working.
-
An effective template merge system would resolve many of those issues. That is one area that XenForo is well beyond IPS in implementation. It's one of the (now albeit few) things that I really miss from the XenForo script. Their merge system works really nicely for the templating system.