Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
#1633 2010-12-03 15:12:26
- curiouz
- Member
- Registered: 2006-06-20
- Posts: 56
Re: MLP - The Multi-Lingual Publishing Pack
Yes they are
Offline
#1634 2010-12-03 15:17:35
- els
- Moderator
- From: The Netherlands
- Registered: 2004-06-06
- Posts: 7,458
Re: MLP - The Multi-Lingual Publishing Pack
So are you saying that in the admin interface for the same site you see them on your computer and your client doesn’t on hers?
Last edited by els (2010-12-03 15:17:50)
Offline
#1635 2010-12-03 15:32:22
- curiouz
- Member
- Registered: 2006-06-20
- Posts: 56
Re: MLP - The Multi-Lingual Publishing Pack
Exactly!
Offline
#1636 2010-12-03 15:39:33
- els
- Moderator
- From: The Netherlands
- Registered: 2004-06-06
- Posts: 7,458
Re: MLP - The Multi-Lingual Publishing Pack
Very strange! Can her browser be blocking things?
Offline
#1637 2010-12-08 13:11:29
- curiouz
- Member
- Registered: 2006-06-20
- Posts: 56
Re: MLP - The Multi-Lingual Publishing Pack
I’ve asked them to try another browsers, but the problem remained…
Offline
#1638 2010-12-08 17:50:32
- els
- Moderator
- From: The Netherlands
- Registered: 2004-06-06
- Posts: 7,458
Re: MLP - The Multi-Lingual Publishing Pack
Are the images displayed if the client calls them directly in the browser (site.com/textpattern/txp_img/name-of-image.png)?
Offline
#1639 2010-12-13 13:53:25
- curiouz
- Member
- Registered: 2006-06-20
- Posts: 56
Re: MLP - The Multi-Lingual Publishing Pack
the images are displayed with direct links…
Offline
#1640 2010-12-13 23:42:04
- els
- Moderator
- From: The Netherlands
- Registered: 2004-06-06
- Posts: 7,458
Re: MLP - The Multi-Lingual Publishing Pack
Sorry, I give up… If you can see the images and your client can’t, all I can think of is a browser issue. Some specific style setting maybe?
Last edited by els (2010-12-13 23:42:40)
Offline
#1641 2010-12-14 02:01:05
Re: MLP - The Multi-Lingual Publishing Pack
Not sure if already suggested: may this be a (TXP) permissions issue? I mean, that the user not seeing the images can’t clone nor delete renditions?
Offline
#1642 2010-12-14 09:10:31
Re: MLP - The Multi-Lingual Publishing Pack
curiouz wrote:
the images are displayed with direct links…
Try to use firebug or other html-debugger – and you will see: 1) if image tags exist or 2) there are no image tags at all where that are expected to be
if 1) you should check src of images, if 2) – you should to start more deep investigation – why there are no <img />s
– maybe maniqui is right?
Providing help in hacking ATM! Come to courses and don’t forget to bring us notebook and hammer! What for notebook? What a kind of hacker you are without notebok?
Offline
#1643 2010-12-14 09:48:50
Re: MLP - The Multi-Lingual Publishing Pack
did you log-in with the clients account..?
Offline
#1644 2010-12-18 12:12:26
- Dimitri
- Member
- From: Johannesburg
- Registered: 2010-10-31
- Posts: 129
Re: MLP - The Multi-Lingual Publishing Pack
Hello peeps, I dont know if this is a bug or not but I would like to report the problem and a solution (even thought it’s simple).
I was working with MLP and was using the zem_contact_reborn.
I rely heavily on this for external coding
<txp:php>echo parse(file_get_contents(txpath.'/pages/template.php'));</txp:php>
from this link
I was working with snippets like this
<txp:zem_contact_text label="##phone##" min=7 max=15 break="br" required="1" />
The snippets wont be found in the backend. See below.
Content/MLP/Pages/Snippets
So I had to work on the “Page” in the backend
and now the snippets can be picked up by the MLP
Thanks
<txp:way_too_cool />
Offline