PhotoPost Community

PhotoPost Community (http://www.photopost.com/forum/)
-   How Do I? - vBulletin 3.5.X (http://www.photopost.com/forum/how-do-i-vbulletin-3-5-x/)
-   -   Smilies in Quick Reply (http://www.photopost.com/forum/how-do-i-vbulletin-3-5-x/119680-smilies-quick-reply.html)

moonclamp November 22nd, 2005 06:40 AM

Smilies in Quick Reply
 
I posted this a few weeks ago in the hacks forum but had no response.

Over at vbulletin.org there's a new addon for the quick reply box giving a dropdown for smileys:

http://www.vbulletin.org/forum/showthread.php?t=99532

However, when you try to use it in the gallery quickrepy (showimage.php) the smileys do not appear. the icon is there but the dropdown menu is empty

I have tried moving my gallery installation to below the forum root, that doesn't help.

If you read the thread on vb.org you'll see that the author doesn't use the gallery ... I did actually give him admincp access but he was unable to find where the smilies were populated.

So I'm hoping that by posting this someone will come up with a fix ... :)

Zachariah November 22nd, 2005 06:13 PM

Quote:

Originally Posted by moonclamp
I posted this a few weeks ago in the hacks forum but had no response.

Over at vbulletin.org there's a new addon for the quick reply box giving a dropdown for smileys:

http://www.vbulletin.org/forum/showthread.php?t=99532

However, when you try to use it in the gallery quickrepy (showimage.php) the smileys do not appear. the icon is there but the dropdown menu is empty

I have tried moving my gallery installation to below the forum root, that doesn't help.

If you read the thread on vb.org you'll see that the author doesn't use the gallery ... I did actually give him admincp access but he was unable to find where the smilies were populated.

So I'm hoping that by posting this someone will come up with a fix ... :)


I have not installed his hack yet, but:
I would think for this to show up (looking @ the XML)

Code:

Content visible to verified customers only.
Or something to that nature. add the 'showimage' in the <if> statments. That way when the showimage.php file is clicked it runs the code that is in the plugins.

I have not looked @ the templates.

moonclamp November 23rd, 2005 04:07 AM

Thanks

I actually thought it would be something like that but I'm not a coder so not really sure of the right syntax.

However, it didn't work ...

My gallery is installed beneath the forums (forums/gallery/showimage.php) but even 'gallery/showimage' doesn't work

Oblivion Knight November 23rd, 2005 05:18 AM

Try this instead:
Code:

Content visible to verified customers only.
Zachariah must have been sleeping, because a single script can't possibly be showthread AND showimage.. ;)

moonclamp November 23rd, 2005 03:03 PM

That didn't work either. Although I might have done something wrong.

These are the plugin components:

This is the editor_toolbar_start hook

Code:

Content visible to verified customers only.
This is what I changed it to

Code:

Content visible to verified customers only.
and this is the cache_templates hook

Code:

Content visible to verified customers only.
Which I changed to this:

Code:

Content visible to verified customers only.
hmmm :confused:

DementedMindz November 23rd, 2005 08:24 PM

personally i just made a folder in the images folder and uploaded my smileys there and it works perfect

moonclamp November 23rd, 2005 08:47 PM

Quote:

Originally Posted by divided_by_fear
personally i just made a folder in the images folder and uploaded my smileys there and it works perfect

I have also tried that. It makes no difference. Although on installation the image paths should be altered anyway so there shouldn't be any need.

It works fine in the main reply box, just not the quick reply

moonclamp December 6th, 2005 04:45 PM

I tried to install this similar template mod instead to see if that worked ...

http://www.vbulletin.org/forum/showthread.php?t=93544

I get the smilies to appear but they are no longer clickable ...


hmmm.

Oblivion Knight August 15th, 2006 07:44 AM

I've actually started to try and work this out again, but I'm still stumped..

I tried to do it using a similar method to how I did it with vBJournal, but it won't take it.


All times are GMT -5. The time now is 07:02 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