album_v2054 içinden
docs
phpbb_root
scripts
install.txt
bunlar çıktı
bunları docs'docs klasörüne attım
phpbb_root'un içindekileri de gerekli klasörlerin içine attım
scripts'i de direk klasörü ile birlikte ana dizine attım.
install'da yazan mod ayarlarını da yaptım. "baya şey yaptmışım"
burda istenenleri de yaptım#-----[ OPEN ]------------------------------------------
#
includes/constants.php
#
#-----[ FIND ]------------------------------------------
#
if ( !defined('IN_PHPBB') )
{
die("Hacking attempt");
}
#
#-----[ AFTER, ADD ]------------------------------------------
#
# No worries, this file is very lite.
// Album MOD
include($phpbb_root_path . 'album_mod/album_constants.' . $phpEx);
#
#-----[ OPEN ]------------------------------------------
#
includes/page_header.php
#
#-----[ FIND ]------------------------------------------
#
'U_GROUP_CP' => append_sid('groupcp.'.$phpEx),
#
#-----[ AFTER, ADD ]------------------------------------------
#
// Album MOD
'L_ALBUM' => $lang['Album'],
'U_ALBUM' => append_sid('album.'.$phpEx),
#
#-----[ OPEN ]------------------------------------------
#
viewonline.php
#
#-----[ FIND ]------------------------------------------
#
case PAGE_FAQ:
$location = $lang['Viewing_FAQ'];
$location_url = "faq.$phpEx";
break;
#
#-----[ AFTER, ADD ]------------------------------------------
#
case PAGE_ALBUM:
$location = $lang['Album'];
$location_url = "album.$phpEx";
break;
#
#-----[ OPEN ]------------------------------------------
#
admin/index.php
#
#-----[ FIND ]------------------------------------------
#
case PAGE_FAQ:
$location = $lang['Viewing_FAQ'];
$location_url = "index.$phpEx?pane=right";
break;
#
#-----[ AFTER, ADD ]------------------------------------------
#
case PAGE_ALBUM:
$location = $lang['Album'];
$location_url = "index.$phpEx?pane=right";
break;
#
#-----[ OPEN ]------------------------------------------
#
templates/subSilver/overall_header.tpl
#
#-----[ FIND ]------------------------------------------
#
<td align="center" width="100%" valign="middle"><span class="maintitle">{SITENAME}</span><br /><span class="gen">{SITE_DESCRIPTION}<br /> </span>
<table cellspacing="0" cellpadding="2" border="0">
<tr>
<td align="center" valign="top" nowrap="nowrap"><span class="mainmenu">
#
#-----[ AFTER, ADD ]------------------------------------------
#
<a href="{U_ALBUM}" class="mainmenu"><img src="templates/subSilver/images/icon_mini_album.gif" width="12" height="13" border="0" alt="{L_ALBUM}" hspace="3" />{L_ALBUM}</a>
#
#-----[ OPEN ]------------------------------------------
#
templates/subSilver/subSilver.cfg
#
#-----[ FIND ]------------------------------------------
#
?>
#
#-----[ BEFORE, ADD ]------------------------------------------
#
// Album MOD
$images['upload_pic'] = "$current_template_images/{LANG}/upload_pic.gif";
$images['no_thumbnail'] = "$current_template_images/nothumbnail.jpg";
#
#-----[ OPEN ]------------------------------------------
#
includes/usercp_viewprofile.php
#
#-----[ FIND ]------------------------------------------
#
'U_SEARCH_USER' => append_sid("search.$phpEx?search_author=" . $u_search_author),
#
#-----[ AFTER, ADD ]------------------------------------------
#
// Photo Album Addon v2.x.x by Smartor
'U_PERSONAL_GALLERY' => append_sid("album_personal.$phpEx?user_id=" . $profiledata['user_id']),
'L_PERSONAL_GALLERY' => sprintf($lang['Personal_Gallery_Of_User'], $profiledata['username']),
#
#-----[ OPEN ]------------------------------------------
#
templates/subSilver/profile_view_body.tpl
#
#-----[ FIND ]------------------------------------------
#
<td valign="top"><b><span class="gen">{POSTS}</span></b><br /><span class="genmed">[{POST_PERCENT_STATS} / {POST_DAY_STATS}]</span> <br /><span class="genmed"><a href="{U_SEARCH_USER}" class="genmed">{L_SEARCH_USER_POSTS}</a></span></td>
#
#-----[ IN-LINE FIND ]------------------------------------------
#
<a href="{U_SEARCH_USER}" class="genmed">{L_SEARCH_USER_POSTS}</a>
#
#-----[ IN-LINE AFTER, ADD ]------------------------------------------
#
<br /><a href="{U_PERSONAL_GALLERY}" class="genmed">{L_PERSONAL_GALLERY}</a>
#
#-----[ OPEN ]------------------------------------------
#
language/lang_english/lang_main.php
#
#-----[ FIND ]------------------------------------------
#
//
// Errors (not related to a
// specific failure on a page)
//
$lang['Information'] = 'Information';
$lang['Critical_Information'] = 'Critical Information';
#
#-----[ BEFORE, ADD ]------------------------------------------
#
//
// Photo Album Addon v2.x.x by Smartor
//
$lang['Album'] = 'Album';
$lang['Personal_Gallery_Of_User'] = 'Personal Gallery of %s';
#
#-----[ SAVE/CLOSE ALL FILES ]------------------------------------------
#
# EoM


Yönetim panelinde
Photo Album
Categories
Clear Cache
Ayarlar
Ýzinler
Personal Galleries
bunlar cıktı ama hata var diyor çözemedim bir türlü

Categories
Clear CacheGenel Hata
Could not query Album Categories information
DEBUG MODE
SQL Error : 1146 Table 'ricc.ALBUM_CAT_TABLE' doesn't exist
SELECT * FROM ALBUM_CAT_TABLE ORDER BY cat_order ASC
Line : 100
File : admin_album_cat.php
BU DOĞRU GALİBAOnayla
Eðer Resim Önizlemeleri için Önbellek özelliðini kullanýyorsanýz Albüm Konfigrasyonundaki resim önizleme ayarlarýný deðiþtirdikten sonra yeniden oluþturulabilmesi için resim önizlemelerinin önbelleðini temizleyin.
Bunlarý þimdi temizlemek istiyor musunuz?
Ayarlar
DizinlerphpBB : Critical Error
Could not query Album config information
DEBUG MODE
SQL Error : 1146 Table 'ricc.ALBUM_CONFIG_TABLE' doesn't exist
SELECT * FROM ALBUM_CONFIG_TABLE
Line : 46
File : admin_album_config.php
Genel Hata
Could not get Category list
DEBUG MODE
SQL Error : 1146 Table 'ricc.ALBUM_CAT_TABLE' doesn't exist
SELECT cat_id, cat_title, cat_order FROM ALBUM_CAT_TABLE ORDER BY cat_order ASC
Line : 48
File : admin_album_auth.php
Personel galaeri
bu hatalar hakkında ne yapmam gerekir.! yada eksik yaptığım şeyler nelerdir.? [/quote]Genel Hata
Couldn't get Album info
DEBUG MODE
SQL Error : 1146 Table 'ricc.ALBUM_CONFIG_TABLE' doesn't exist
SELECT * FROM ALBUM_CONFIG_TABLE WHERE config_name = 'personal_gallery_private'
Line : 67
File : admin_album_personal.php