Jump to content
MakeWebGames

Recommended Posts

  • Replies 51
  • Created
  • Last Reply

Top Posters In This Topic

Posted

Re: [All versions] Mailbox clickable bbcode and smilies

For some reason,the bbcode is not showing.

Smilies are working,but I dont see the bbcode

Any ideas?

In addition,when I look at the sent messages,I don't see the smilies

Posted

Re: [All versions] Mailbox clickable bbcode and smilies

 

I have the same problem anyone figure out what it was

 

For some reason,the bbcode is not showing.

Smilies are working,but I dont see the bbcode

Any ideas?

In addition,when I look at the sent messages,I don't see the smilies

Version?

Posted

Re: [All versions] Mailbox clickable bbcode and smilies

 

v2

Just checked your game the bbcode is working fine and just isn't showing the images, this is because you have not uploaded the bbcode images to the icons folder.

Posted

Re: [All versions] Mailbox clickable bbcode and smilies

 

I have the same problem anyone figure out what it was

I am sure your ploblem is the same but cannot say for sure please post game link or PM the link for me to check thank you.

Posted

Re: [All versions] Mailbox clickable bbcode and smilies

Ok i can not explain the reason but on the base code of mccodev2 not test v1 yet it does not like the starting / for the images so simply do the following..

Replace your bbcodestyle.css with..

You're unable to view this code.

Viewing code within this forum requires registration, you can register here for free.

 

Replace function mail_compose() with...

You're unable to view this code.

Viewing code within this forum requires registration, you can register here for free.

 

And replace function mail_send() with...

You're unable to view this code.

Viewing code within this forum requires registration, you can register here for free.

Posted

Re: [All versions] Mailbox clickable bbcode and smilies

There is no problem to have a / infront of a url image in CSS.

the / assigns it is coming from out of public_html so it actualy ends up like public_html/url

Posted

Re: [All versions] Mailbox clickable bbcode and smilies

 

There is no problem to have a / infront of a url image in CSS.

the / assigns it is coming from out of public_html so it actualy ends up like public_html/url

Thats what i thought killah but dosn't seems to work on basic v2 with the /

Posted

Re: [All versions] Mailbox clickable bbcode and smilies

looking at your mod on the demo site i realised one thing you can improve on would be that if you highlight a piece of text and then click on a button then it should add the bbcode to the entire piece of text highlighted for example:

highlighted text on CE forums

this automatically added a [ b] at the beginning of the text and a [/b] at the end

[ b]on your test site it does this[/b]

Posted

Re: [All versions] Mailbox clickable bbcode and smilies

 

looking at your mod on the demo site i realised one thing you can improve on would be that if you highlight a piece of text and then click on a button then it should add the bbcode to the entire piece of text highlighted for example:

highlighted text on CE forums

this automatically added a [ b] at the beginning of the text and a [/b] at the end

[ b]on your test site it does this[/b]

I have attempted this but with no avail i will looks into it, i can only think of doing it in Java which my capabilities do not cater for.

Posted

Re: [All versions] Mailbox clickable bbcode and smilies

 

Seems it may be something to do with my template color or something

Seems it may be something to do with my template color or something

Now i have myself set up v1 and v2 games from scratch just to test this code step by step guess what it works fine, remembering to do the 3 edits further down the post.

Posted

Re: [All versions] Mailbox clickable bbcode and smilies

great mod, but theres a problem. Just like every other mailbox mod, it never says when you have a new message.

Posted

Re: [All versions] Mailbox clickable bbcode and smilies

Heres a few more PATTERNS to add...

GOOGLE VIDEO

 

You're unable to view this code.

Viewing code within this forum requires registration, you can register here for free.

 

YOUTUBE

 

You're unable to view this code.

Viewing code within this forum requires registration, you can register here for free.

Posted

Re: [All versions] Mailbox clickable bbcode and smilies

i have tried both sets of codes and the bbcode images will not show up for some reason and i am sure everything is uploaded how it should be

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.


×
×
  • Create New...