Skocz do zawartości
"Idzie nowe..." - o zmianach i nie tylko ×
Przeniesienie zakupów z IPS Marketplace / Moving bought items from IPS Marketplace ×

DawPi

Manager
  • Postów

    77 483
  • Dołączył

  • Ostatnia wizyta

  • Wygrane w rankingu

    475

Treść opublikowana przez DawPi

  1. Z cloudem to oni "ciągle" coś zmieniają więc najlepiej podpytać u źródła jak to wygląda. Nie rozumiem pytania. Jakie ewentualne możliwe wtyczki? Wyjaśnij. Nie. https://invisioncommunity.com/index.php?app=core&module=system&controller=plugins&do=diff https://invisioncommunity.com/buy Wg mnie dość dobrze pokazane co jest w jednym i co w drugim. Porównując pozycje 1:1 można łatwo zorientować się czego nie ma w begginer. Heheh. Dlaczego nie do pomyślenia? Też mi się to średnio widzi, ale biznes musi się spinać. Tak to sobie wymyślili po prostu.
  2. Hello, affraid not:
  3. I may try, but I need direct access to your board.
  4. Hello, can't reproduce. It works. See: Which version of the IPS4 and this app are you using?
  5. Woah, so you wanted to display something new, not the default one. Now it's clear. I didn't realized your "add" in our private conversation. I have only one excuse - 3-5 hours of sleeping last days (🍼).
  6. Sorry for misunderstanding. It's default code and variable. Maybe you can try disable all mods/apps and check if it appear?
  7. Gosh, sorry, this code should be fine: {{if isset( $comment->author_solved_count )}} <li> {{if \IPS\Member::loggedIn()->canAccessModule( \IPS\Application\Module::get( 'core', 'members', 'front' ) ) }} <a href='{url="app=core&module=members&controller=profile&id={$comment->author()->member_id}&do=solutions" seoTemplate="profile_solutions" seoTitle="$comment->author()->members_seo_name"}' rel="nofollow" title="{lang="solved_badge_tooltip" pluralize="$comment->author_solved_count"}" data-ipsTooltip class='ipsType_blendLinks'> {{endif}} <i class='fa fa-check-circle'></i> {number="$comment->author_solved_count"} {{if \IPS\Member::loggedIn()->canAccessModule( \IPS\Application\Module::get( 'core', 'members', 'front' ) ) }} </a> {{endif}} </li> {{endif}} The only condition is: {{if isset( $comment->author_solved_count )}} Which corresponds to: foreach( $results as $id => $data ) { if ( isset( $solvedCounts[ $data->$authorField ] ) ) { $results[ $id ]->author_solved_count = $solvedCounts[ $data->$authorField ]; } } Could you try this: 11{{if isset( $comment->author_solved_count )}} <li> 22{{if \IPS\Member::loggedIn()->canAccessModule( \IPS\Application\Module::get( 'core', 'members', 'front' ) ) }} 33<a href='{url="app=core&module=members&controller=profile&id={$comment->author()->member_id}&do=solutions" seoTemplate="profile_solutions" seoTitle="$comment->author()->members_seo_name"}' rel="nofollow" title="{lang="solved_badge_tooltip" pluralize="$comment->author_solved_count"}" data-ipsTooltip class='ipsType_blendLinks'> {{endif}} <i class='fa fa-check-circle'></i> {number="$comment->author_solved_count"} {{if \IPS\Member::loggedIn()->canAccessModule( \IPS\Application\Module::get( 'core', 'members', 'front' ) ) }} </a> {{endif}} </li> {{endif}} And tell me what you're seeing in the topic view?
  8. Hello, not sure where did you get that part of the theme, but mine looks like this: {{if settings.reputation_enabled and settings.reputation_show_profile}} {{if member.group['gbw_view_reps']}} <a href="{url="app=core&module=members&controller=profile&id={$member->member_id}&do=reputation" seoTemplate="profile_reputation" seoTitle="$member->members_seo_name"}" data-action="repLog" title="{lang="members_reputation" sprintf="$member->name"}" class='ipsPadding_vertical:half ipsRadius'> {{else}} <div class='ipsPadding_vertical:half'> {{endif}} <p class='ipsType_reset cProfileRepScore {{if $member->pp_reputation_points > 1}}cProfileRepScore_positive{{elseif $member->pp_reputation_points < 0}}cProfileRepScore_negative{{else}}cProfileRepScore_neutral{{endif}} ipsRadius:full ipsDimension_height:4 ipsDimension_minWidth:4 ipsPadding_horizontal:half ipsType_large ipsFlex-inline ipsFlex-ai:center ipsFlex-jc:center' {{if $member->reputation()}}data-ipsTooltip title="{$member->reputation()}"{{endif}}>{number="$member->pp_reputation_points" format="short"}</p> <h3 class='ipsType_reset ipsType_unbold ipsType_medium ipsType_light ipsMargin_top:half'> {lang="profile_reputation"} </h3> {{if member.group['gbw_view_reps']}} </a> {{else}} </div> {{endif}} {{endif}} Did you enabled also "Show each member's total reputation points on their profile?" setting in the Reputation section?
  9. Problem ROZWIĄZANY. Jeśli są jakiekolwiek wątpliwości, pytania proszę o założenie nowego tematu. Wszelkie uzasadnione reklamacje/pretensje/sugestie/rady przyjmuje ekipa forum.
  10. Teraz to jest we frazach językowych. Zatem tabela core_sys_lang_words.
  11. Remade it's not the same as previous guy said "take over"!
  12. How? Do you know copyrights?
  13. Wersja 1.0.0

    1 pobranie

    Introducing a new modification to manage IP Addresses and Device History within the application. Key features include: Front-end Enhancements: Navigate to Account Settings > Recently Used Devices. Integrate buttons for 'Delete IP Addresses' and 'Delete Device History.' Users can delete their own history with a confirmation prompt. ACP (Admin Control Panel) Enhancements: Access Members > Profiles in the ACP. Implement buttons for 'Delete all IP Addresses' and 'Delete all Device History.' Admins can delete history for all users with a confirmation prompt. Individual Profile Management: In the ACP, on a specific member's profile, include buttons for 'Delete IP Address' and 'Delete Device History.' Users with admin privileges can delete a specific user's history with a confirmation prompt.
    100 zł
  14. (DP45) Delete IP Addresses & Device History Zobacz plik Introducing a new modification to manage IP Addresses and Device History within the application. Key features include: Front-end Enhancements: Navigate to Account Settings > Recently Used Devices. Integrate buttons for 'Delete IP Addresses' and 'Delete Device History.' Users can delete their own history with a confirmation prompt. ACP (Admin Control Panel) Enhancements: Access Members > Profiles in the ACP. Implement buttons for 'Delete all IP Addresses' and 'Delete all Device History.' Admins can delete history for all users with a confirmation prompt. Individual Profile Management: In the ACP, on a specific member's profile, include buttons for 'Delete IP Address' and 'Delete Device History.' Users with admin privileges can delete a specific user's history with a confirmation prompt. Dodający DawPi Dodano 22.02.2024 Kategoria Płatne modyfikacje 4 Wspierana wersja 4.7.x+  
  15. Hm, settings: And notification: I need exact steps to reproduce OR send me access to your board (FTP/ACP) and I'll take a look.
  16. Which version of this app are you using? Also - which version of the IPS4?
  17. It fixing this? And the Notifications view works then?
  18. Nie ma swojego konta Providera na stronie IPSu, to zostaje tylko kontakt bezpośredni - https://invisioncommunity.com/profile/537452-taman/ Choć widzę, że ostatni raz był aktywny w poprzednim roku i jest pewnie tak jak mówisz, że się już tym nie zajmuje więc ten kod nic Ci nie da niestety. Trzeba radzić sobie w inny sposób. Na przykład opisać problem ze skinem w nowym temacie tutaj - https://forum.invisionize.pl/forum/219-szablony/
  19. Problem ROZWIĄZANY. Jeśli są jakiekolwiek wątpliwości, pytania proszę o założenie nowego tematu. Wszelkie uzasadnione reklamacje/pretensje/sugestie/rady przyjmuje ekipa forum.
  20. Noo i na dole masz ten film. Usuwasz i voila.
  21. Jaki autor, jaki skin?
  22. Problem ROZWIĄZANY. Jeśli są jakiekolwiek wątpliwości, pytania proszę o założenie nowego tematu. Wszelkie uzasadnione reklamacje/pretensje/sugestie/rady przyjmuje ekipa forum.
×
×
  • Dodaj nową pozycję...

Powiadomienie o plikach cookie

Umieściliśmy na Twoim urządzeniu pliki cookie, aby pomóc Ci usprawnić przeglądanie strony. Możesz dostosować ustawienia plików cookie, w przeciwnym wypadku zakładamy, że wyrażasz na to zgodę.