Fan Forum | Are You New? | Request A Forum | Show Us Talent! | Celebrity News


Go Back   Fan Forum > > > Forum Info > Technical Support
Follow Us On Twitter
Find Us On FaceBook
Find Us On Youtube
Forgot Password? Join Us!


Technical Support Having problems with fan forums, need to learn how to use bbcode, how to upload a picture, change your signature and many other tips and tricks for the forum, then post your questions here.

Reply
 
LinkBack Thread Tools Display Modes
Old 01-29-2010, 08:12 AM   #1
Member
guohouzuo will become famous soon enoughguohouzuo will become famous soon enough
 
Default Hello..i got error messages when reply to an image

Good morning...

I can't post replies to any images in Gallery~

After i clicked "submit reply" button, it gave me error messages:

"Please complete both the subject and message fields.

The message you have entered is too short. Please lengthen your message to at least 1 characters."



and the message body became "0"

I tried in Opera and IE, every time i reply to image, it gives me same error messages..



could anyone please tell me..what might be the reason?
guohouzuo is offline   Reply With Quote
Sponsored Links
Old 01-29-2010, 09:42 PM   #2
Forums Mod
Asteroids Champion, 3D Tunnel Champion, Bumper Cars Championship Champion, 7up Pinball Champion, Target 2 Champion, Hammered Champion, Targets Champion, The Professionals Champion, Lord of the Rings Battle Champion, Breakout Champion, Pong Champion, 3D Frogger Champion, 24 Hours Rally Champion, Shield Shot 2 Champion, 3D Highway Champion, Mario Starcatcher 2 Champion, Trial Bike 2 Champion, 3 Card Poker Champion, Mini Pool 2 Champion, Mario Tetris 3 Champion, Bowling Master Champion
OCDreY will become famous soon enoughOCDreY will become famous soon enough
 
OCDreY's Avatar
 
Default not comment in Gallery

[quote name='guohouzuo']

I can't post replies to any images in Gallery

After i clicked "submit reply" button, it gave me error messages:

"Please complete both the subject and message fields.

The message you have entered is too short. Please lengthen your message to at least 1 characters."

[/QUOTE]



I have the same problem!, i can not comment there.:dontkno:
__________________



OCDreY is offline   Reply With Quote
Old 01-30-2010, 12:15 AM   #3
Forums Admin
Rabbit will become famous soon enoughRabbit will become famous soon enough
 
Rabbit's Avatar
 
Default

This is a problem that Creasy will have to fix, I will let him know.
__________________
Rabbit is offline   Reply With Quote
Old 01-31-2010, 01:20 AM   #4
T/C Support
Chopper Challenge Champion
Creasy will become famous soon enoughCreasy will become famous soon enough
 
Creasy's Avatar
 
Default

i honesty dont know whats happened, i see uploads made by normal members but yet suddenly normal members have no permission to access the gallery. i will look into this more in the morning. ive looked over everything and its set 100% :dontkno: i'll do my best.
__________________
We Still Call Australia Home
Creasy is offline   Reply With Quote
Old 02-03-2010, 10:20 PM   #5
Universal Moderator
EVIL is a splendid one to beholdEVIL is a splendid one to beholdEVIL is a splendid one to beholdEVIL is a splendid one to beholdEVIL is a splendid one to beholdEVIL is a splendid one to beholdEVIL is a splendid one to behold
 
EVIL's Avatar
 
Default

[quote name='OCDreY']I have the same problem!, i can not comment there.:dontkno:[/QUOTE]



hey OCDreY can you reply as VIP?
__________________
EVIL is offline   Reply With Quote
Old 02-04-2010, 12:07 AM   #6
Forums Mod
Asteroids Champion, 3D Tunnel Champion, Bumper Cars Championship Champion, 7up Pinball Champion, Target 2 Champion, Hammered Champion, Targets Champion, The Professionals Champion, Lord of the Rings Battle Champion, Breakout Champion, Pong Champion, 3D Frogger Champion, 24 Hours Rally Champion, Shield Shot 2 Champion, 3D Highway Champion, Mario Starcatcher 2 Champion, Trial Bike 2 Champion, 3 Card Poker Champion, Mini Pool 2 Champion, Mario Tetris 3 Champion, Bowling Master Champion
OCDreY will become famous soon enoughOCDreY will become famous soon enough
 
OCDreY's Avatar
 
Default No

I still can not reply even with other PC's ,even with Firefox.
__________________



OCDreY is offline   Reply With Quote
Old 02-04-2010, 12:43 PM   #7
T/C Support
Chopper Challenge Champion
Creasy will become famous soon enoughCreasy will become famous soon enough
 
Creasy's Avatar
 
Default

i found the problem, the reply section is only designed to reply using Wysiwyg.

1.go to "quick links"

2."edit options"

3.scroll down to the bottom to "Miscellaneous Options" "Message Editor Interface"

4.find "Message Editor Interface:" and in the drop down chose "Enhanced Interface Full WYSIWYG"

5.save changes.

try this and see how you go

if you have trouble doing this edit pm me and i'll change it for you.
__________________
We Still Call Australia Home
Creasy is offline   Reply With Quote
Old 02-08-2010, 08:50 AM   #8
Member
guohouzuo will become famous soon enoughguohouzuo will become famous soon enough
 
Default

Thank you Creasy,

I followed your instructions but unfortunately it still doesn't work...



the message body still becomes "0" after i clicked submit button.

.....

I checked the source code of that page and found a little problem....

in my settings, i've already setted my "Message Editor Interface:" to Full WYSI|WYG settings.

And then, i try to post a reply to an image, I goto Quick Reply and view the source:

Here maybe it's initializing the quick reply editor:

vB_Editor['vB_Editor_QR'] = new vB_Text_Editor('vB_Editor_QR', 0, 'nonforum', '1');

var QR_EditorID = 'vB_Editor_QR';



I checked document of vb_text_editor:

vB Text Editor - vB Wiki

it gives usage of this function:



vB_Text_Editor(string editorid, boolean mode, string parsetype, boolean parsesmilies, string initial_text, string ajax_extra)

boolean mode: Initialise to WYSIWYG mode?



so the second paramater is given "0", that means False i think.



Then I clicked "post quick reply", and on next page, which gave me:

"Please complete both the subject and message fields.

The message you have entered is too short. Please lengthen your message to at least 1 characters."

I view the souce again, and found

“vB_Editor['vB_Editor_001'] = new vB_Text_Editor('vB_Editor_001', 0, 'nonforum', '1', undefined, '');”

second paramater is still given as False.

according to the vB_Wiki, if second paramater is false, it won't initialize to WYSIWYG mode.



perhaps that is the problem?
guohouzuo is offline   Reply With Quote
Old 02-09-2010, 08:20 AM   #9
T/C Support
Chopper Challenge Champion
Creasy will become famous soon enoughCreasy will become famous soon enough
 
Creasy's Avatar
 
Default

hi guohouzuo, no that seems not to be the problem.

please try once more to reply and see how you go???

thanks.
__________________
We Still Call Australia Home
Creasy is offline   Reply With Quote
Old 02-09-2010, 08:57 AM   #10
Member
guohouzuo will become famous soon enoughguohouzuo will become famous soon enough
 
Default

Thank you very much Creasy~

It works very well now.
guohouzuo is offline   Reply With Quote
Reply

Bookmarks

Tags
error, helloi, image, messages, reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


All times are GMT +10. The time now is 11:23 AM.

Powered by vBulletin.
Copyright © 2000-2011 vBulletin Solutions, Inc.
Search Engine Friendly URLs by vBSEO 3.6.0
Copyright ©2007 - 2011 Teen Celebrity Forums.