Search…

X3 Photo Gallery Support Forums

Search…
 
User avatar
Nick
Imagevue Hitman
Posts: 2872
Joined: 02 May 2006, 09:13

Re: Couple of things

30 May 2011, 23:45

You wouldn't believe how much headache those editors are causing. What are the features that you are missing?
The problem is - everything falls apart in flash, so we had to keep functions to minimum.
firedev.com
 
User avatar
mjau-mjau
X3 Wizard
Posts: 14452
Joined: 30 Sep 2006, 03:37

Re: Tiny MCE not showing the entire menu

31 May 2011, 00:41

paydayMARK wrote:In an older version of the code you had an editor with different options.
I don't know exactly how I managed one time to see the entire menu of the Tiny MCE... but now is like you banned some of the features. You have the option in the menu to edit the HTML... but I don't know. The Tiny was perfect because was helping me so much. And, isn't the admin sector a PHP code? It should work, no? It doesn't matter how you make up the HTML code... at the end is the same code... Can you please look into it? Please. That would help me a lot. And not just me :)
I can assure you that we are not trying to restrict you in any way. A html editor in wordpress is advanced ... actually just as advanced as a modern browser that renders whatever advanced html/layout it is supposed to output. However, a flash textfield is an entirely different story ... It is not a browser, it is just a basic TEXT field already embedded into a flash webpage, with simple formatting options. That is why there is a HUGE difference between the comparisons you are making ...

Exactly which options did we have before that are not there now? Sorry this sounds disappointing, but these are the html tags that textfields (and therefore imagevue textpages) support:
(As outlined here: https://www.photo.gallery/documentation/textpages/)
Code
<p>paragraph</p>
<i>italic</i>
<u>underline</u>
<b>bold</b>
<a href="link">
<font size="12" color="#333333" font="Verdana">
<ul><li>list</li></ul>
<span>span</span>
<textformat>textformat</textformat>
<br/>
This is not something we decide from Imagevue. This is the capacity of TEXTFIELDS, and therefore textpages in Imagevue Flash Gallery.
paydayMARK wrote:And, isn't the admin sector a PHP code? It should work, no? It doesn't matter how you make up the HTML code... at the end is the same code...
No, no and no, sorry ... The admin is PHP yes, but the output of the editor is limited to whatever the textfield can handle. The end code is not the same, because if you put in anything ELSE than the tags I outlined in the code above, they will simply NOT work in the textpage - Therefore there is no reason to have them in the editor either. If there was anything we could do to improve this, we would have!
paydayMARK wrote:PS :)
Did you get some time to look into how WordPress is embeding YouTUBE for you when you just paste the link? Maybe that will help solve this big thing with YouTUBE... Wix.com is doing it...
We are looking into Youtube integration with ... However, this has little to do with textpages. In wix I imagine they load a youtube video into a movieclip on the stage, and certainly they don't use youtube embed code in a textfield (because this is certified 100% impossible). I think you need to shift focus away from textpages a bit, as they are only meant to introduce the option of having simple TEXT pages and do not justify adding media or anything else. Media is added elsewhere through your gallery ...
 
User avatar
paydayMARK
Experienced
Posts: 44
Joined: 09 Apr 2011, 01:36

Re: Tiny MCE not showing the entire menu

31 May 2011, 10:52

Hi Karl :)

I get everything you are saying :) I just come with suggestions and ask for some help :) The YouTUBE would be a great help for me. I know your code is targeted to photos and it's AMAZING! I LOVE IT! The only thing is that I would love to be able to integrate the YouTUBE :) I know you are working on it and I know you have your life too... not just this code :) Once again: THANK YOU!!! :)
 
User avatar
mjau-mjau
X3 Wizard
Posts: 14452
Joined: 30 Sep 2006, 03:37

Re: Couple of things

31 May 2011, 11:09

I believe Youtube integration will be possible with Imagevue X2.8 ...
 
User avatar
paydayMARK
Experienced
Posts: 44
Joined: 09 Apr 2011, 01:36

Re: Couple of things

31 May 2011, 11:50

mjau-mjau wrote:I believe Youtube integration will be possible with Imagevue X2.8 ...
Hi Karl!

Thank you! I want you to know that I greatly appreciate your work!
:) :) :)

There is a little thing that I just discover on the x2.7 ... when I want to share a page... it gives me an error message. It didn't happen with the 2.6 Do you know what it is?

Thank you!!!
 
User avatar
mjau-mjau
X3 Wizard
Posts: 14452
Joined: 30 Sep 2006, 03:37

Re: Couple of things

01 Jun 2011, 03:49

paydayMARK wrote:There is a little thing that I just discover on the x2.7 ... when I want to share a page... it gives me an error message. It didn't happen with the 2.6 Do you know what it is?
No, do you have a link to your specific page so I can take a look and see what's happening?
 
User avatar
paydayMARK
Experienced
Posts: 44
Joined: 09 Apr 2011, 01:36

Re: Couple of things

01 Jun 2011, 23:15

mjau-mjau wrote:
paydayMARK wrote:There is a little thing that I just discover on the x2.7 ... when I want to share a page... it gives me an error message. It didn't happen with the 2.6 Do you know what it is?
No, do you have a link to your specific page so I can take a look and see what's happening?
Hi Karl!

One of the links is http://productionmark.ca/test_francispl ... lway01.jpg

And with the http://www.nadinephotos.ca I don't get the same thing... :)

Thank you for the help!
 
User avatar
Nick
Imagevue Hitman
Posts: 2872
Joined: 02 May 2006, 09:13

Re: Couple of things

02 Jun 2011, 01:50

You're running 2.7 beta. http://productionmark.ca/test_francisplace/?a=index
We've just released 2.7.1, just upgrade your installation.
firedev.com
 
User avatar
paydayMARK
Experienced
Posts: 44
Joined: 09 Apr 2011, 01:36

Re: Couple of things

02 Jun 2011, 01:58

Nick wrote:You're running 2.7 beta. http://productionmark.ca/test_francisplace/?a=index
We've just released 2.7.1, just upgrade your installation.
Thank you Nick!

Thank you guys for the great job you're doing by providing us with such prompt support! Thank you! I will do that.
 
User avatar
paydayMARK
Experienced
Posts: 44
Joined: 09 Apr 2011, 01:36

Re: Couple of things

02 Jun 2011, 02:00

Nick wrote:You wouldn't believe how much headache those editors are causing. What are the features that you are missing?
The problem is - everything falls apart in flash, so we had to keep functions to minimum.
So :) you did limited it. I understand, but it doesn't let me choose the font size or anything else that would make the text page a little bit more attractive. I don't want to do art with that... but I would like to make it look nice :) If you can look at the text editor, I bet there is a way to let me play around with everything and if I screw something... It's my fault :) :) :)

Once again: THANK YOU!!!
 
User avatar
paydayMARK
Experienced
Posts: 44
Joined: 09 Apr 2011, 01:36

Re: Couple of things

02 Jan 2012, 17:39

He he he!

Once again: AMAZING JOB! :) YOU'RE GREAT GUYS!
Now: :)
1. YouTUBE please, please, pretty please :)
a. wix.com is embeding youtube with no problems in their themes.
b. wordpress is letting you just copy the link into the html and it makes the code for you
2. I updated to 2.7.6.1 and everything works nice
3. Little problems in the new version with my paypal buttons... now they don't show in my text pages...

HAPPY NEW YEAR :)