Everything posted by CP_User
-
(DF41) Enhanced User Info Panel (Support Topic)
This is what I had to yesterday. Will this effect any custom themes that have this option added? As some will have to remember not to alter in theme settings and do it via the plugin instead.
-
(DF41) Enhanced User Info Panel (Support Topic)
Good point, I'll leave you be now. Thanks for the help and updates.
-
(DF41) Enhanced User Info Panel (Support Topic)
Exactly, and then it would be like. Last Activity: 5 Minutes ago or Last visited: 8 Minutes Ago or Last visit: 5 Days Ago If you search last visit in the market place you'll see some examples. Instead of hovering over the members name to see the hover card.
-
(DF41) Enhanced User Info Panel (Support Topic)
Are you able to add: Last Activity to the list of options? There is a couple on the market place, but they don't fit in with this.
-
(DF41) Enhanced User Info Panel (Support Topic)
Wonderful, that's fixed the issue.
-
(DF41) Enhanced User Info Panel (Support Topic)
Think I've found a bug but not sure if it's just for me. I've checked Move Username to see how it looks, and I went to change it back and I get a configuration error. Error: Call to undefined method IPS\Member::isOffline() (0) Turned off other options, but only Move Username is causing the issue, I've set it as on so the page loads.
-
(DF41) Enhanced User Info Panel (Support Topic)
Much better, all that's needed now is to hide certain info from mobile view and it'll be perfect. Many thanks!
-
(DF41) Enhanced User Info Panel (Support Topic)
@superj707 Custom Field - I can confirm that this works well. Looks much better!
-
(DF41) Enhanced User Info Panel (Support Topic)
Is it possible to add settings for mobile users. Where we can switch on/off what info we show, I'd only like to show 2/3 items. Also as @superj707 said, could the mobile version be shifted to the left as it looks a little odd. Also, maybe an option to override the avatar size?
-
(DF41) Enhanced User Info Panel (Support Topic)
There're two files currently out by the author. This one and a member info panel (which is free) which looks the same, maybe that was it. But to come into someone's thread and tell them how to price their product isn't on. Yes! P.S. Interesting site lol
-
(DF41) Enhanced User Info Panel (Support Topic)
This is a good point, I have some custom fields which will be longer than the space provided. Is there a way that the custom fields will show last which would allow longer text without breaking the layout, but still look decent?
-
(DF41) Enhanced User Info Panel (Support Topic)
Very similar to Andrews version, but I like how you've added the cover photo and a few extra options, well done! P.S. Got a demo link?
-
Classifieds System
I think he wants the category list sidebar widget/block to be used in the middle/center where you have announcements, etc.
-
Classifieds System
Ah indeed, valid point, is there not space next to the user name?
-
Classifieds System
Sorry if this has already been said. Are you able to add the advert types to the sidebar block under the date/time? For Sale/Wanted/Exchange - This way people can tell what they're before clicking them. Can be added on the support site to if it's something you wish to add.
-
Magnum Theme [ support topic ]
Thanks, Taman! Is there a way to stop the center image over lapping the left and right image? The image would stop when it hits the next image.
-
Magnum Theme [ support topic ]
Hi @TAMAN - wondering if I could bother you for an update to the above code? I'm looking to have an image aligned Left | Center | Right I'd like the left and right images to not repeat but the middle image to repeat so it stretches to the width of the title bar. background-image: url('http://#') !important; background-position: left; background-repeat: no-repeat; !important; Then for the Center background-image: url('http://#') !important; background-position: center; background-repeat: repeat; !important; And finally for the right side background-image: url('http://#') !important; background-position: right; background-repeat: no-repeat; !important; All on one title bar - Thanks!
-
Advanced Footer [ Support topic ]
Is this going to be included in the theme to replace the old one?
-
Magnum Theme [ support topic ]
Taman - Is there a way to make a full screen slider landing page? But still have the slider on (but not full screen) when navigating the forums?
-
Magnum Theme [ support topic ]
Yea I've see that! Last question, is there a way to overide the text on the slider if I use my own font?
-
Magnum Theme [ support topic ]
Well thanks for answering, I'm looking at your other dark theme, but I seem too attached to this one as it suits my needs more. Cheers!
-
Magnum Theme [ support topic ]
Is it something that can be done at a later date? Or just wouldn't work? Also, would you ever do a dark version of this skin?
-
Magnum Theme [ support topic ]
@TAMAN Is there a way in which I can set a background image, yet have the slider switched on but with no image being used, but still use the text?
-
Magnum Theme [ support topic ]
Thank you very much!
-
Magnum Theme [ support topic ]
Thank you, What's the correct way to edit it out, I want to make sure the line break remains. {{foreach $author->contentProfileFields() as $group => $fields}} {{foreach $fields as $field => $value}} <li class='ipsType_break'> {$value|raw} </li> {{endforeach}} {{endforeach}} OR {{foreach $author->contentProfileFields() as $group => $fields}} {{foreach $fields as $field => $value}} {$value|raw} {{endforeach}} {{endforeach}}