Jump to content

Hisashi

Friends
  • Posts

    433
  • Joined

 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 Hisashi

  1. After some more research, I found the code to generate the user's profile address, which was exactly how I wanted it. {$member->url()} Result: <a href="{$member->url()}content/?type=cms_records_review1&change_section=1">content</a>
  2. In a crazy way but I managed to make my idea work 😅 😅 I applied the following code: <a href="{url="app=core&module=members&controller=profile&do=content&id={$member->member_id}" base="front" seoTemplate="profile_content" seoTitle="$member->members_seo_name"}?type=cms_records_review1&change_section=1">content</a> If anyone knows another simple way to do this, leave it in the comments below.
  3. Hello, I'm trying to make an edit in Most Contributions block, if you can help me with that I really appreciate it. I want to add a link in the number, redirecting to an area of user's profile > profile/x-user/content/?type=cms_records_review1&change_section=1 To edit this block, go to: core > front > widgets > mostContributions <div> {$member->link()|raw} <br><span class='ipsType_light'>{{if $area}}{$contributions['counts'][$member->member_id]}{{else}}{$member->member_posts}{{endif}}</span> </div> If there was a parameter by example {User_Profile_Link}, i could do something like this... <br><a href="{User_Profile_Link}/content/?type=cms_records_review1&change_section=1"><span class='ipsType_light'>{{if $area}}{$contributions['counts'][$member->member_id]}{{else}}{$member->member_posts}{{endif}}</span></a> Does anyone know how I can make this edit?
  4. Community > Downloads > Categories
  5. My follower is not working properly, at least the badge is not being given to the person who was followed
  6. Another good option to do this is to only allow "known" email. Using the following tool
  7. I was referring to a profile picture 😅
  8. Hello, I thought of some actions that I think would be interesting to have as rules, comment your idea. When to fill in a specific profile field Join a specific group Specific date Add photo Day won Two Factor Authentication Referrals
  9. Hello, When you update for example the title of the page all records in the database disappear from the search, you need to create another page and add the database to get back to normal. ---- When I made a name change
  10. Thanks, I didn't know about this.
  11. Hello, Guest is able to post review on articles and I can't disable.
  12. Hello, Can anyone tell me if there is a way to do something like the articles without being tags?
  13. @Michael.J do you have a version of this for articles? It would be perfect there
  14. I managed to do it in another way with the idea of @opentype I'll leave it here as a help, in case anyone looks for... --------- 1. Create two pages (Manual HTML), one with a sidebar that you will mark as main page The other without sidebar (On this page you will place the database) 2. Create a new block as per a screenshot Here you put your database (Don't enable "Cache this block") 3. Now go to your main page and place the block with the database you just created. Now just add your blocks in sidebar and when you click it won't show. Thank you @Nathan Explosion for the other way to do this.
  15. I just didn't understand how I do it that way. I create two pages (being one main) The main I put the blocks other the database That's it?
  16. Amazing, it worked well thank you!! Since I'm going to use large images 1200x1800, I removed line <div class="ipsGrid_span4 ipsSpacer_bottom"></div> It worked well, is there a problem with that?
  17. Hello, I'm trying to get multiple image upload field to work and I'm just getting frustrating results, could anyone help me? When I put an image it works, more than one it breaks. -------- Current settings: I added in Pages > templates > record {$record->customFieldDisplayByKey('upload_img', 'display')|raw} Result: So I changed code in record to <img class="ipsImage" src="url/uploads/{$record->customFieldDisplayByKey('upload_img', 'display')|raw}"> Result: When will I put more than one image Result: Does anyone know how to fix this? To be able to display multiple images
  18. What a pity 😔 Thank you anyway, helped me a lot! When I finish my adjustments I update the version. Do you have any solution for Popular contributors?
  19. Amazing, it worked perfectly! Thanks I only had two problems... 1. When I tried to replicate in "Popular contributors" disappeared the names. 2. In version 4.6.0 it worked, but in my 4.5.4.2 there was a space
  20. I don't speak fluent english so sorry if you're confused. I want to make it not appear within post Staying this way, only appearing on homepage where I put
  21. Just for information, I'm using simple cms settings Page builder With a database Now I just need the blocks I put on sidebar don't appear inside articles
  22. That's exactly what I want to do, I just don't understand how to do it hahah --- Thus, article without a block on sidebar
×
×
  • Create New...