PhotoPost Community

PhotoPost Community (http://www.photopost.com/forum/)
-   Photopost Pro How Do I...? (http://www.photopost.com/forum/photopost-pro-how-do-i/)
-   -   7.01 - Advanced Editor (http://www.photopost.com/forum/photopost-pro-how-do-i/141809-7-01-advanced-editor.html)

Mike_K January 22nd, 2010 02:30 PM

7.01 - Advanced Editor
 
1 Attachment(s)
Is there a possibillity to get the "Go Advanced" button for the advanced editor under the quick reply field?

At now I have only the chance to get the adv. editor if I edit a comment. But not, if I write a new comment.

Chuck S January 22nd, 2010 03:36 PM

The quick reply as shown on our program is simply that the quick reply. To use the full editor you use the post comment link under photo options.

Mike_K January 22nd, 2010 03:52 PM

Thank you, Chuck!

Only one last question to the editor:

In the Gallery it looks different than on the VB

Gallery

Code:

Content visible to verified customers only.
VB

Code:

Content visible to verified customers only.

Can I change the style that it's looks like the editor in VB? Via CSS? Which one?

Chuck S January 22nd, 2010 06:33 PM

You can edit the quickcom40 template if you wish I suppose.

Mike_K January 23rd, 2010 03:52 AM

There is no quickcom40.tmpl.

Only qucickcom.tmpl and quickcom367.tmpl

I have also no idea what to edit there. :confused:


If I click on the link in the rght smiley box ("get more") a popup window will open. That's normal, sure. But there are no smileys in it. It's a complete blank site.
I think the wrong path is it.

It must be: http://URL_TO_VB/misc.php?do=getsmilies&editorid=vB_Editor_001

But it is : http://URL_TO_VB/URL_TO_GALLERY/misc.php?do=getsmilies&editorid=vB_Editor_001


Where can I find the wrong entry?

Chuck S January 23rd, 2010 04:54 AM

That link would be your vbulletin files

Possibly vbulletin_textedit.js I beleive the link is in there.

Okay so your not using vb4 but vb3 okay well I would not know where to tell you to look to change colors its probally a result using a custom style. we code our templates to mesh with a default vb style so it that editor templates a little different then thats why yours is like that

Mike_K January 23rd, 2010 06:38 AM

I get the original colors of the editor back, if I go in PP "Edit Integration" and disabled "If using the Enhanced option above, do you want to enable the vB3 WYSIWYG control in Post Comments?"

Editor looks normal now (only the link to "more smiley" is furthermore wrong.
But I think I will get it.

Chuck S January 23rd, 2010 01:42 PM

yeah it should be in that file I meantioned.

Thats weird that turning on that switch would change the color. I dont see anywhere in our program that controls a style etc with that switch

Mike_K January 31st, 2010 12:36 PM

After editing the vbulletin_textedit.js to an absolute path, also the "More Smileys" link work.

The clickable smileys appear in the text box.

But..... after sending a comment, the smiley isn't correct interpreted.
No picure but the line:

<img smilieid="33" class="inlineimg" src="http://www.domain.com/images/smilies/top.gif" border="0"><br>


If I am using not the advanced editor but the quick reply with a shortcut to the smiley (like :-) ) the smiley get interpreted with a format tag. (e.g. :cool: <br>.

Why do we have the code snippets in it?

Chuck S January 31st, 2010 12:37 PM

whats wrong with that html code your placing above?

Mike_K January 31st, 2010 12:43 PM

Quote:

Originally Posted by Chuck S (Post 1261024)
whats wrong with that html code your placing above?


Hehe :D

Looks good, but I want not have this html line in a comment. There should be stand a smiley.

I want this: B=0

Not this: <img smilieid="33" class="inlineimg" src=" http://www.photopost.com/forum/images/smilies/busted.giff" border="0"><br>

Chuck S January 31st, 2010 02:11 PM

well do you have all 3 vb3 things turned on in admin edit integration?

Mike_K January 31st, 2010 02:18 PM

No, as I write above the WYSISWG Editor is turned off.

1) Because of the style problem

and

2) if it is on, there is a misconfiguration (as I see just now)


Warnung: require_once([path]http://www.domain.com/includes/functions_wysiwyg.php) [function.require-once]: failed to open stream: No such file or directory in [path]/galerie/comments.php (Zeile 32)

Fatal error: require_once() [function.require]: Failed opening required '/usr/www/users/blauevhttp://www.domain.com/includes/functions_wysiwyg.php' (include_path='.:/usr/local/lib/php/') in /usr/www/users/blauev/galerie/comments.php on line 32


:confused:

Chuck S January 31st, 2010 02:35 PM

1. To have html not shown that option needs to be on. Just an FYI because thats why there is the WYSIWYG editor

2. there is no misconfiguration error

require_once(DIR . '/includes/functions_wysiwyg.php');

Maybe your forum variable is not correct?

Mike_K January 31st, 2010 02:43 PM

Quote:

Originally Posted by Chuck S (Post 1261042)

Maybe your forum variable is not correct?

Which one should it be?

Quote:

Server Path to Forum directory = /usr/www/users/blauev/
Server Path to PhotoPost directory = /usr/www/users/blauev/galerie/

URL to your forums http://www.domain.com
URL to PhotoPost http://www.domain.com/galerie/
URL to your PhotoPost DATA directory = http://www.domain.com/galerie/data/
Something with the trailing slsh?

Chuck S January 31st, 2010 05:05 PM

well I cant tell you why but this line calls the vb directory

require_once(DIR . '/includes/functions_wysiwyg.php');

I would assume its suppose to read

/usr/www/users/blauev/includes/functions_wysiwyg.php

your error is becauses yours reads this

/usr/www/users/blauevhttp://www.domain.com/includes/functions_wysiwyg.php

what exactly is the proper server path you see what I mean

If you have any plugins try disabling them and then see if you get the error because no one reports an error like this.


All times are GMT -5. The time now is 01:15 PM.

Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97