just post at least 3-5 different [img] posts in forum id 19 and 22, not [attachment].
clear all available caches etc..
Moderators: BNa, Sekuro, 4seven
4seven wrote:just post at least 3-5 different [img] posts in forum id 19 and 22, not [attachment].
clear all available caches etc..
Note:
- No display of protected remote pics
fix #1 for v.0.0.2open
last_x_img_on_forum.php
last_x_img_on_forum_orphan.php
find in both files
- Code: Select all
"[img:%]%[/img:%]"
replace in both files with
- Code: Select all
"%[img:%]%[/img:%]%"
//--------------------------------------------------------------
// activate the display of an "no [img] pic"
// but, before u activate this > make a pic and save it
// with the size of $convert_max_size and correct fit (given by $width_or_height_img )
// name it no_img.jpg and load it up to images/img_thumbs
$no_pic_img = 'no';
// enter as given: yes or no
//--------------------------------------------------------------
// placeholder with perfect fit, instead of "no [img] pic"
// if $no_pic_img = 'no' and $no_img_placeholder = 'no' > the topic title fit is shown in standard phpbb3 mode
// hint: only active if $no_pic_img = 'no'
$no_img_placeholder = 'no';
// enter as given: yes or no
//--------------------------------------------------------------
//---------SETTINGS------------------
// here u can enter the foren id's to show
$forum_idz_to_show = ('14,22,19,18,17,24,48,15,25,20,47,47,16,23');
// enter as given: '7,9,10'
//----------------------------------
// make the setting, if you desired width, height or mix here
$img_width_o_height = 'mix';
// enter as given: width, height or mix
//----------------------------------
// crawl script or not
$crawl_img_o_not = 'yes';
// enter as given: 'yes' or 'no'
//----------------------------------
// detect screen resolution of user via java
// (if anything is disfunction by detection, turn it to: no)
$detect_img_java_screen = 'no';
// enter as given_ yes or no
//----------------------------------
// number of max pics to show
// (important if user have no javacript enabled or $detect_java_screen is set to 'no';)
$max_img_to_show = 2;
// enter as given 9 or 12 etc.
//----------------------------------
// make the setting of max px here (counts for width, height and mix)
$convert_mx_size = 50;
// don't make it to big
//----------------------------------
// daily auto delete of thumbs?
$daily_auto_delete = 'yes';
// enter as given: 'yes' or 'no'
/**
* @ignore
*/
if (!defined('IN_PHPBB'))
{
exit;
}
if (!isset($affected_forum_att))
{
$affected_forum_att[] = 0;
}
if (!isset($affected_forum_img))
{
$affected_forum_img[] = 0;
}
Pitch wrote:I use seo phpb is that this is a problem that can?
FILE: [ROOT]/search.php
LINE: 1138
- Code: Select all
if (!isset($affected_forum_att))
{
$affected_forum_att[] = 0;
}
if (!isset($affected_forum_img))
{
$affected_forum_img[] = 0;
}
Users browsing this forum: No registered users and 16 guests