Jump to content

ILM2

Clients
  • Posts

    214
  • Joined

  • Last visited

 Content Type 

Downloads

Release Notes

IPS4 Guides

IPS4 Developer Documentation

Invision Community Blog

Development Blog

Deprecation Tracker

Providers Directory

Forums

Events

Store

Gallery

Everything posted by ILM2

  1. Could it be set up so that two users can chat privately .. like an Instant Messenger? ex: USER 1 invites USER 2 to chat
  2. I purchased your app yesterday and look forward to implementing it. Here are the most important features necessary. There is no rush. I will not need anything until 4.4 is released and stable. We can follow up on this privately to discuss timetable and your fee. I am posting this publicly because I would like to find out if other webmasters would be interested in the following. WAYS FOR PEOPLE TO EARN POINTS: -- Refer someone who joins the site: A simple REFERRED BY field added to SIGN-UP screen -- Whenever a referred member earns points the referrer also gets points Like a multi-level but only one level down -- Refer someone who gets new VIP membership Could be a referred member .. or .. existing Member -- Recommend someone who becomes a paid advertiser All advertising is Month to Month -- A Referred advertiser renews each month
  3. QUESTION: Does your software have the ability to reward people for referring other people to join the site? The sign up screen would have a simple REFERRED BY box
  4. Why not just fix the problem and release an update?
  5. How do I grant permission to user groups that can REPORT members?
  6. Having the same issues as the above poster. I PMed you with details.
  7. Thank you for your super-fast reply. I will make a safe copy of the file and then make the edits you suggest.
  8. TWO QUESTIONS: #1 - I have a few dozen Canned Replies stored. Is it possible to get The selection list displayed in alphabetical order? #2 - Is it possible for you to make it so that we can use your software as a "CANNED PM STARTER" not just for replies?
  9. How do I get to that screen?
  10. How can I increase the number of uploaded images in a single post? No matter what I do it seems to be capped at 10.
  11. I tried your suggested code … and several variations … without success: Here is the output: NOTE: if I combine the File Name URL with the MAIN PICTURE info it gives me a valid link to the image FYI: The upload picture field will be the last field on the form. To be clear: I want the uploaded image to be REQUIRED and inserted into the post. FIELDKEY = mainpic Here are two of the templates I tried: <div class="ipsSpacer_top"> {{foreach $data as $fieldKey => $fieldValue}} {{if $fieldValue['value'] || !$fieldValue['hide']}} <div class="cTemplateField"> <span class="cTemplateField_label">{{$label = 'template_' . $fieldKey . '_label';}}</span> <span class="cTemplateField_value">{$item->$label}: {$fieldValue['value']|raw}</span> </div> {{endif}} {{endforeach}} </div> <a href='{file="$item->template_mainpic->value" extension="templates_TemplateField"}'>File Name</a> - - - - - - - - - - - - - - <div class="ipsSpacer_top"> {{foreach $data as $fieldKey => $fieldValue}} {{if $fieldValue['value'] || !$fieldValue['hide']}} <div class="cTemplateField"> <span class="cTemplateField_label">{{$label = 'template_' . $fieldKey . '_label';}}</span> <span class="cTemplateField_value">{$item->$label}: {$fieldValue['value']|raw}</span> </div> {{endif}} {{endforeach}} </div> <a href='{file="$item->mainpic->value" extension="templates_TemplateField"}'>File Name</a> Please advise
  12. The FIELD TOGGLES is a very useful feature. it will help me to streamline my form with logical groupings of fields. it worked perfectly the first time. Just about all successive attempts have failed. It only works if I create brand-new fields and put them into a brand-new set. WHAT HAPPENS: SITUATION #1: When I set the toggle values in a SELECT BOX field, it does not add the toggled field to the list of fields. SITUATION #2: When I set the toggle values in a SELECT BOX field to match fields that are already on the list the resulting form doesn't work properly. CHECKBOX SETS do not work at all. I've tried dozens of times changing/adjusting every setting I can find. It took a while to figure out but I'm able to replicate the problem. Field Toggles only works for me with brand-new fields in a brand-new set. Suggestions?
  13. OK, I've gone "live" with my first custom template. Dozens of members have worked with it and so far: no issues or complaints. Your app has given me all of the functionality I need with one exception:: I still cannot figure out how to get an UPLOAD field image to appear in the post. Nothing I have found in the THEME tutorials is applicable. If someone could help me with the TEMPLATE CODE to use that would be awesome. Has anyone else ever used an UPLOAD field successfully? Thanks
  14. --- I figured it out ---
  15. How do I delete a Canned Reply that is no longer needed?
  16. You'll be happy to hear that I've got most of it figured out and I'm ready to implement your app on my site. SITUATION: There is ONE SET and ONE CONTAINER When a new topic is started it needs to be this set by default. It was working previously. It stopped working when I created a new set and deleted the old one. Now, I cannot get it to come up by default no matter what I do Thanx again for a wonderful app. Neil
  17. #3: So, the answer is to edit my SKIN TEMPLATE ... which I know nothing about. Simple ARIAL 14 bold -- double-spaced I don't know if this matters but: -- Most fields are drop-down selection -- A few text fields -- A checkbox set -- An UPLOAD field (see #1 above) Has anyone got a nice forum template you would like to share? Would one of you be willing to design one for me? ... compensated of course. (if I don't get any responses here I'll reach out to a "theme guy") PS I don't suppose there's a WYSIWYG skin template creator?
  18. I just installed this app the other day and I'm loving it so far. Some question / issues 1 -- FORUM template -- Field type UPLOAD. When creating a new topic the field goes through the motions and it looks like it's working. When the post is submitted the uploaded image does not appear.. All I see is the plain text link to the image. is this an issue with the app ... or is it some configuration issue on my end? 2 -- I have two fields in my forum template that I would like to make visible only to the poster and admin. Is this doable in the current version? 3 -- Does anyone have a suggestion on how to format the output from a forum template. The default is plain text, single–spaced. Yuck 4 -- is it possible to "auto fill" fields on a forum template? (There are 15 fields that otherwise would need to be manually filled, several times a week) Auto fill data could come from: -- The poster's profile -- The last post -- Somewhere to be created 5 -- Is it possible perform a calculation on an inputted field with the results appearing in a second field? Field1 = REG PRICE -- $100: CLUB MEMBERS GET A 20% DISCOUNT Field2 = MEMBER PRICE -- $80 Thanx Neil
  19. Your answer pointed me in the direction of "template". Once I selected the correct template (super topic posts) everything came together nicely. It's definitely not broken. The jury still out if I'm an idiot or not. Like many modifications, there is little or no documentation and developers assume that every customer is an expert user. Bottom line: The feeds are showing up perfectly. Life is good In fact, I just purchased Super Grid a few moments ago.
  20. TASK: To grab the first image from topics in a specific forum and put them in a block on the forum index visible to specific groups. (BTW: This is a very important feature I need to get working correctly) I would think this is a simple undertaking. The blocks look great. They are the right size with the right captioning. Here's the problem: No matter what I do only admin can see the blocks I have tried all the following ... and lots of other stuff not listed Nothing works -- Clicked every link on everything, everywhere remotely connected to this (dozens of times) -- Looked in everywhere in the ACP -- Created blocks -- Copied blocks -- Recopied blocks -- Logged as various user groups -- Uninstalled plug-in -- Reinstalled plug-in -- Permissions: ALL -- Permissions:Group specific -- Honor permissions: enabled -- Honor permissions: disabled -- Block location: Forum index -- Block Location: Custom page I've got my fingers crossed that I'm just an idiot. That I cannot find the setting that will fix this, even though it's in an obvious location Am I an idiot or is this thing broken?
  21. The mod is now working. Go figure
  22. It is a fresh install. Everything is "off the shelf" from IPS
  23. Hello, Just now installed your mod and am looking forward to using it. I can't seem to get the notes to actually show up. Here's every piece of information I can possibly think of. The installation worked just fine NOTE #1 Global All groups Top left Visible until dismissed NOTE 2 Personal One recipient Details and settings 4.2.8 Recently upgraded from 3.4.6 My IPS license key ends with --TESTINSTALL 17,000 members 1,000,000 posts Default theme Using Firefox on an I7 Dell notebook computer. No other anomalous behavior noticed anywhere in the forum Please advise Neil
×
×
  • Create New...