Size: a a a

2020 June 21

AG

Alexander Grishin in Evolution CMS
Pathologic
скоро начнем видимо и на колени перед неграми становиться
вам в Белоруси не грозит 😂 у вас там только таракан которому надо поклоняться
источник

P

Pathologic in Evolution CMS
это если ты работаешь на госпредприятии
источник

P

Pathologic in Evolution CMS
а на частном поклоняйся хоть гитлеру
источник

AG

Alexander Grishin in Evolution CMS
Pathologic
это если ты работаешь на госпредприятии
это да
источник

AG

Alexander Grishin in Evolution CMS
Am Ambrion
Чего оно работать не будет в венде? Писал же выше - работает на любой ОС. Проекты есть такие что не скриншоты шлются, а именно удаленное подключение идет и просмотр работы.
как будет линуксоидная софтина запускать под виндой?????
источник

AG

Alexander Grishin in Evolution CMS
я может чего то не знаю
источник

AA

Am Ambrion in Evolution CMS
Alexander Grishin
как будет линуксоидная софтина запускать под виндой?????
Не совсем понимаю зачем она должна именно так запускаться в этом случае. А так - без особых проблем запускается, главное окружение передать. Или Вы думаете что никто не использует виртуалки и т.д.? ((%
источник

AG

Alexander Grishin in Evolution CMS
не понимаю
источник

AG

Alexander Grishin in Evolution CMS
что за чудо софт какой то
источник

AG

Alexander Grishin in Evolution CMS
шпионский
источник

P

Pathologic in Evolution CMS
забей
источник

AA

Am Ambrion in Evolution CMS
Это обычное портирование ((%
источник

AA

Am Ambrion in Evolution CMS
Для винды есть подсистема на базе юникс SUA или SFU (:
источник

AA

Am Ambrion in Evolution CMS
С висты и семерки еще идет (:
источник
2020 June 22

NF

Nick Fed in Evolution CMS
Hello,
Not sure if this is an appropriate place to ask for commercial assistance? Apologies if not.
Is there anyone here that would like to be paid to develop the code for the following for me?

*****

I am playing with the Personalize snippet for displaying "Hello Name" in the website header for web users.

[!Personalize? &yesChunk=wuli-content-hdr-private &noChunk=social-trans-menu!]

At the moment when logged in, the Personalize snippet yesChunk says the full name eg "Hello John Smith" using "Hello [+full_name+]"

Does anyone know the code to split / filter the variable [+full_name+] so that only the first name is shown eg "Hello John" (eg so that anything after the first space is ignored)?

*****

No site access given. Just need code and instruction to implement into my site.
Payment via PayPal. Please send me a pm to quote, and please advise the  currency and timeframe.
Many thanks.
Nick
источник

E

EVO bot Лёшка in Evolution CMS
Nick Fed
Hello,
Not sure if this is an appropriate place to ask for commercial assistance? Apologies if not.
Is there anyone here that would like to be paid to develop the code for the following for me?

*****

I am playing with the Personalize snippet for displaying "Hello Name" in the website header for web users.

[!Personalize? &yesChunk=wuli-content-hdr-private &noChunk=social-trans-menu!]

At the moment when logged in, the Personalize snippet yesChunk says the full name eg "Hello John Smith" using "Hello [+full_name+]"

Does anyone know the code to split / filter the variable [+full_name+] so that only the first name is shown eg "Hello John" (eg so that anything after the first space is ignored)?

*****

No site access given. Just need code and instruction to implement into my site.
Payment via PayPal. Please send me a pm to quote, and please advise the  currency and timeframe.
Many thanks.
Nick
источник

NF

Nick Fed in Evolution CMS
Further to this one, I am looking for a programmer to help with two related tasks

Nick Fed, [22.06.20 15:27]
Hello,
Not sure if this is an appropriate place to ask for commercial assistance? Apologies if not.
Is there anyone here that would like to be paid to develop the code for the following for me?

*****

I am playing with the Personalize snippet for displaying "Hello Name" in the website header for web users.

[!Personalize? &yesChunk=wuli-content-hdr-private &noChunk=social-trans-menu!]

At the moment when logged in, the Personalize snippet yesChunk says the full name eg "Hello John Smith" using "Hello [+full_name+]"

1. Does anyone know the code to split / filter the variable [+full_name+] so that only the first name is shown eg "Hello John" (eg so that anything after the first space is ignored)?

*****

No site access given. Just need code and instruction to implement into my site.
Payment via PayPal. Please send me a pm to quote, and please advise the  currency and timeframe.
Many thanks.
Nick
источник

NF

Nick Fed in Evolution CMS
Task 2 re the above...
I am trying a Personalize snippet call in the website header (which in the page source / html flow is located well above the login form) -

this does not refresh when logging in so the wrong msg gets displayed. It only changes to reflect logged in / logged out if clicking to a different page (eg full new page load)

I am trying the snippet call uncached like so: [!Personalize? &yesChunk=wuli-content-hdr-private &noChunk=wuli-content-hdr-public!]

2. Does anyone know how to get Personalize working properly in the header (above the Login content)?

Thanks
источник

DM

Dmytro Makohonenko in Evolution CMS
just fix your chunk with [[splitName? &name=[+full_name+]]]
your snippet splitName
$name = isset($name) ? $name : "";
$list = explode(" ",$name);
return $list[0];
источник

DM

Dmytro Makohonenko in Evolution CMS
p.s. this is disgusting but should work :)
источник