Jump to content

ILM2

Clients
  • Posts

    214
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

ILM2's Achievements

  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
×
×
  • Create New...