 | |  | | | General Discussion General use discussion forum for PhotoPost products. |
December 7th, 2008, 08:32 AM
|
#2 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 68,069
|
You would need to actually ask the hack author about making some modification work with Photopost.
|
| |
December 7th, 2008, 09:40 AM
|
#3 (permalink)
| | Member
Join Date: Apr 2008
Posts: 96
|
Hi Chuck
nop i just need to edit one of the files of photopost, just like when i asked the author of Download2 modification, he told me to add this code in his php. http://www.vbulletin.org/forum/showp...postcount=2919 Quote:
Try putting this line in your downloads.php (after the other defines):
PHP Code:
define('GET_EDIT_TEMPLATES', 'add,edit,file');
| Same goes here, would u know how to make it work with gtsmilie as well, i beleive add this code ^ some where in the photopost file but where and which file i don't know
|
| |
December 7th, 2008, 11:05 AM
|
#4 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 68,069
|
You can try adding it at the top of showphoto.php and comments.php but I can not say it would work or not as I am not that hack author and have no knowledge of the workings of that hack.
|
| |
December 7th, 2008, 11:09 AM
|
#5 (permalink)
| | Member
Join Date: Apr 2008
Posts: 96
|
Hi where exactly at the top? can u be more specific
|
| |
December 7th, 2008, 11:11 AM
|
#6 (permalink)
| | Member
Join Date: Apr 2008
Posts: 96
|
nvm! it worked =]
Thanks <3
|
| |
December 7th, 2008, 11:12 AM
|
#7 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 68,069
|
Glad it did |
| |
February 2nd, 2010, 02:07 PM
|
#8 (permalink)
| | Member Verified Customer
Join Date: Feb 2010
Posts: 57
|
where would i put this code on review post ?
|
| |
February 2nd, 2010, 03:17 PM
|
#9 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 68,069
|
I would assume showproduct.php is the file you want to put that in.
|
| |
February 2nd, 2010, 05:29 PM
|
#10 (permalink)
| | Member Verified Customer
Join Date: Feb 2010
Posts: 57
|
its reviews.php and it worked
|
| |
February 2nd, 2010, 05:59 PM
|
#11 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 68,069
|
Well for the quick reply box would it also not be showproduct.php you want to add that to also? it would be both files.
|
| |
February 2nd, 2010, 06:16 PM
|
#12 (permalink)
| | Member Verified Customer
Join Date: Feb 2010
Posts: 57
|
i cant get the editor to show on the showproduct page so where ever the smilies want to be makes no difference
|
| |
February 2nd, 2010, 06:32 PM
|
#13 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 68,069
|
Diesel
If you disable the smilies mod does the quick reply show up? If you disable all plugins does the quick reply show up. If it still doesnt show up when the gtsmilie thing is off but does show up when all plugins are off then you have another offending mod installed that messes with the quick reply.
|
| |
February 2nd, 2010, 07:04 PM
|
#14 (permalink)
| | Member Verified Customer
Join Date: Feb 2010
Posts: 57
|
i have disabled the mods i have affecting the Quick Reply and it didnt fix it , im not disabling all my mods on a live board , insted ill either uninstall reviewpost all together or code in a Post Review Button below the last review if you know how to do that let me know
|
| |
February 2nd, 2010, 07:29 PM
|
#15 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 68,069
|
well if you wish us to look at your problem feel free to send a url and admin login to the contact us link in the header.
|
| |
February 2nd, 2010, 08:03 PM
|
#16 (permalink)
| | Member Verified Customer
Join Date: Feb 2010
Posts: 57
|
Email sent thank you , im aggravated at this software , 48 hours of trying to get it integrated correctly and there are still things wrong
|
| |
February 2nd, 2010, 08:09 PM
|
#17 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 68,069
|
well both issues you have reported to us are about mods or hacks which I have already responded to. I will look at your site and see if there is anything else I can say.
|
| |
February 2nd, 2010, 08:19 PM
|
#18 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 68,069
|
Diesel
Reviewpost works fine with a default vbulletin which we stated before. You state you are aggravated with this software yet not one issue you have reported has to do with any bugs or issue with our software.
I have confirmed once again you have a hack conflict. It is with the plugin smilies in quick reply. Disabling that one little hack makes the quick reply show fine. You might want to contact that hack author for thoughts.
|
| |
February 2nd, 2010, 08:46 PM
|
#19 (permalink)
| | Member Verified Customer
Join Date: Feb 2010
Posts: 57
|
I installed another show smilies in quick reply and it did the same thing i have enabled the old one i had and will try to fix it , its not supported so im on my own ..
id say its the cache_templates
// ThaiNgoc @ MyTu | giaitriviet.de
if (THIS_SCRIPT == 'showthread' AND $vbulletin->options['quickreply'] > 0)
{
$globaltemplates = array_merge($globaltemplates, array(
'newpost_disablesmiliesoption',
'editor_smiliebox_straggler',
'editor_smiliebox_row',
'editor_smiliebox_quickreply',
'editor_smiliebox_quickreply_row',
'editor_smiliebox',
'editor_quickreply_init',
'editor_smilie',
));
}
what could i add here to make it show with your product?
|
| |
February 2nd, 2010, 09:07 PM
|
#20 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 68,069
|
You can try adding the code in bold to our header-inc.php file where noted Code: Content visible to verified customers only.
|
| | |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | | | | Thread Tools | | | | Display Modes | Rate This Thread | Linear Mode | |
Posting Rules
| You may not post new threads You may not post replies You may not post attachments You may not edit your posts HTML code is Off | | | All times are GMT -5. The time now is 06:34 AM. | |