MyBB Community Forums

Full Version: Image Magnify: Magify (Zoom) Images in Thread with Animated Jquery
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4
so i can put this even if have not any problems with jQuery
Yes, correct. So in case there might be conflicts in future, that variable which Yaldaram gave you would potentially stop conflicts from arising.
Is this working with the Fit-on-Page of G33K ?
yap not work on my test forum to
(2012-04-22, 10:04 AM)Xan Wrote: [ -> ]Is this working with the Fit-on-Page of G33K ?
Should be.

(2012-04-22, 10:12 AM)lexy Wrote: [ -> ]yap not work on my test forum to
Hi, can you please paste your headerinclude template code here?

Thank you.
(2012-04-27, 06:13 AM)crazy4cs Wrote: [ -> ]
(2012-04-22, 10:04 AM)Xan Wrote: [ -> ]Is this working with the Fit-on-Page of G33K ?
Should be.

(2012-04-22, 10:12 AM)lexy Wrote: [ -> ]yap not work on my test forum to
Hi, can you please paste your headerinclude template code here?

Thank you.
Regards
No need for that i delete your plugin after tested it on mytest forum
I'm sure that could be solved easily. Anyways, your wish, though.
(2012-04-20, 07:31 PM)crazy4cs Wrote: [ -> ]You could put it after {$newpmmsg} variable in headerinclude templates.

1...where is headerinclude..
i m not able to find in acp> templates. defalult>header template..
pls tell where is it?

2...i made change to jscript fille to magnify 3 but not working.
(2012-04-30, 05:28 AM)WINBOY Wrote: [ -> ]
(2012-04-20, 07:31 PM)crazy4cs Wrote: [ -> ]You could put it after {$newpmmsg} variable in headerinclude templates.

1...where is headerinclude..
i m not able to find in acp> templates. defalult>header template..
pls tell where is it?

2...i made change to jscript fille to magnify 3 but not working.
ACP > templates > Your Theme Templates > Ungrouped templates > headerinclude .
After install it no visible options in editor. This is headerinclude template:
<link rel="alternate" type="application/rss+xml" title="{$lang->latest_threads} (RSS 2.0)" href="{$mybb->settings['bburl']}/syndication.php" />
<link rel="alternate" type="application/atom+xml" title="{$lang->latest_threads} (Atom 1.0)" href="{$mybb->settings['bburl']}/syndication.php?type=atom1.0" />
<meta http-equiv="Content-Type" content="text/html; charset={$charset}" />
<meta http-equiv="Content-Script-Type" content="text/javascript" />
<script type="text/javascript" src="{$mybb->settings['bburl']}/jscripts/prototype.js?ver=1603"></script>
<script type="text/javascript" src="{$mybb->settings['bburl']}/jscripts/ReMoved/general.js?ver=1603"></script>
<script type="text/javascript" src="{$mybb->settings['bburl']}/jscripts/popup_menu.js?ver=1600"></script>
<script type="text/javascript" src="{$mybb->settings['bburl']}/jscripts/jquery/jquery-1.7.2.min.js"></script>
<script type="text/javascript" src="{$mybb->settings['bburl']}/jscripts/ReMoved/ReMoved.js"></script>
{$stylesheets}
<script type="text/javascript">
<!--
    var cookieDomain = "{$mybb->settings['cookiedomain']}";
    var cookiePath = "{$mybb->settings['cookiepath']}";
    var cookiePrefix = "{$mybb->settings['cookieprefix']}";
    var deleteevent_confirm = "{$lang->deleteevent_confirm}";
    var removeattach_confirm = "{$lang->removeattach_confirm}";
    var loading_text = '{$lang->ajax_loading}';
    var saving_changes = '{$lang->saving_changes}';
    var use_xmlhttprequest = "{$mybb->settings['use_xmlhttprequest']}";
    var my_post_key = "{$mybb->post_code}";
    var imagepath = "{$theme['imgdir']}";
// -->
</script>
{$newpmmsg} 



Help me please.
Pages: 1 2 3 4