Posts: 429
Threads: 119
Joined: Jul 2011
The only problem I have with this plugin is that it lags when you scroll. =l
Posts: 814
Threads: 177
Joined: Aug 2009
Reputation:
6
G33K, how can I change the sizes so the plugin resizes signature images to a specified size (which is way smaller than other images allowed on the page?) I want to regulate sig images to 250x800 if possible.
MyBB 1.8.33 (x2)
blacksheepvintageaudio.com & pazrt.com
Posts: 205
Threads: 22
Joined: Mar 2010
(2011-08-09, 08:38 PM)MaFeSa Wrote: (2011-01-27, 09:59 AM)- G33K - Wrote: (2011-01-27, 09:49 AM)MaFeSa Wrote: Hi G33K, any news about the problem with images on PM ?
http://community.mybb.com/thread-53553-p...#pid623819
Opsss I found a MyBB bug, see the link above ... there is a ) attached on the link.
LOL thats not a bug really, you have to space out the bracket, how else would the parser know that the bracket is not part of the url :p
As for the update, been a crazy couple of weeks for me but things seem to be going back to a more sane pace and i should get this done soon 
Hi Geek, please don't forget the problem with images on PM 
Is possible to add an option for disable "Click this bar to view original image" leaving only "Click image to open in new window." ?
Hi Geek, this problem is fixed?
Many thanks
Posts: 13
Threads: 0
Joined: Jan 2011
Reputation:
0
2012-09-26, 08:38 PM
(This post was last modified: 2012-09-26, 08:39 PM by kaRanLık-61.)
(2012-09-04, 11:41 PM)Shemo Wrote: g33k,
does this resize photos on an announcements page because on my forum, for both themes, it doesn't appear to do so?:
http://shavenook.com/announcement-banner-ads-available
Fit on Page Eror
Resolution ;
Admin Cp --> Templates & Style --> Templates --> Your Theme Templates --> Ungrouped Templates --> Headerinclude
<script type="text/javascript" src="jscripts/fitonpage.js?ver=230"></script>
<script type="text/javascript">
<!--
var fitonpage_on = "{$mybb->settings['g33k_fitonpage_enabled']}";
var fitonpage_resize = "{$mybb->settings['g33k_fitonpage_resize']}";
var fitonpage_fluid = "{$mybb->settings['g33k_fitonpage_fluid']}";
var fitonpage_topbar_resized = "{$lang->fitonpage_topbar_resized}";
var fitonpage_topbar_full = "{$lang->fitonpage_topbar_full}";
var fitonpage_topbar_text_class = "{$mybb->settings['g33k_fitonpage_topbar_text_class']}";
var fitonpage_topbar_bground = "{$mybb->settings['g33k_fitonpage_topbar_bground']}";
var fitonpage_topbar_icon = "{$mybb->settings['g33k_fitonpage_topbar_icon']}";
var fitonpage_location = "home";
-->
</script>
Add this code to the bottom of anda save
Admin Cp --> Templates & Style --> Templates --> Your Theme Templates --> Portal Templates --> Portal
<script type="text/javascript" src="jscripts/fitonpage.js?ver=230"></script>
<script type="text/javascript">
<!--
var fitonpage_on = "{$mybb->settings['g33k_fitonpage_enabled']}";
var fitonpage_resize = "{$mybb->settings['g33k_fitonpage_resize']}";
var fitonpage_fluid = "{$mybb->settings['g33k_fitonpage_fluid']}";
var fitonpage_topbar_resized = "{$lang->fitonpage_topbar_resized}";
var fitonpage_topbar_full = "{$lang->fitonpage_topbar_full}";
var fitonpage_topbar_text_class = "{$mybb->settings['g33k_fitonpage_topbar_text_class']}";
var fitonpage_topbar_bground = "{$mybb->settings['g33k_fitonpage_topbar_bground']}";
var fitonpage_topbar_icon = "{$mybb->settings['g33k_fitonpage_topbar_icon']}";
var fitonpage_location = "portal";
-->
</script>
This Code
{$headerinclude}
Add this code below and save.fit on page working...
MyBB.Tk
MyBB Turkish Support & MyBB Turkish Themes & MyBB Turkish Plugins
(MyBB Türkçe Destek & MyBB Türkçe Tema & MyBB Türkçe Eklentiler)