Problema instalare inline_banner_ad_103

Discuţii legate de instalarea şi funcţionarea unor MODificări vechi sau noi ale forumului phpBB 2.0.x.
Avatar utilizator
dan74mm
Utilizator înregistrat
Mesaje: 56
Membru din: 03-Aug-2007, 00:57:16
Ext: Nu
Server: Windows
Nivel phpBB: Mediu
Nivel php: Mediu
Contact:

Problema instalare inline_banner_ad_103

Mesaj de dan74mm »

Mdeci ... Am incercat sa instalez urmatorul MOD : inline_banner_ad_103 ( pe phpbb2.0.22 ... Am urmatoarele probleme:

Readme-ul (adica tutorialul din readme.txt) este facut pt tema SubSilver. Eu folosesc Counter Strike Expanded, si de ex am asa :

Cod: Selectaţi tot

#
#-----[ OPEN ]------------------------------------------
#
templates/subSilver/overall_header.tpl
#
#-----[ FIND ]------------------------------------------
#
.helpline { background-color: {T_TR_COLOR2}; border-style: none; }
#
#-----[ AFTER, ADD ]------------------------------------------
#
td.inlineadtitle {
   background-color: {T_TR_COLOR3}; border: {T_TH_COLOR3}; border-style: solid; border-width: 1px;
}
td.inlinead {
   background-color: {T_TR_COLOR3}; border: {T_TH_COLOR3}; border-style: solid; border-width: 1px; text-align: center;
}
#

... ei, eu in thema respectiva nu am in overall_header.tpl linia asta :

Cod: Selectaţi tot

.helpline { background-color: {T_TR_COLOR2}; border-style: none; }
... cum fac ?
Avatar utilizator
thecrewstyle
Utilizator înregistrat
Mesaje: 1180
Membru din: 26-Mar-2007, 09:26:21
Versiune: 3.0.6
Ext: Da
Server: UNIX/Linux
Nivel phpBB: Puţin experimentat
Localitate: Underground
Contact:

Mesaj de thecrewstyle »

o cauti in fisierul .css
Comunitatea What's Funny
Shadow_One
Fost coleg
Mesaje: 265
Membru din: 16-Sep-2007, 11:37:11

Mesaj de Shadow_One »

Vezi ca asta e coltul de phpBB3
flowers
AdministratorAdministrator
Mesaje: 4641
Membru din: 03-Iun-2004, 17:50:34
Ext: Nu
Server: Windows
Nivel phpBB: Mediu
Nivel php: Mediu
Localitate: Bucureşti, România
Contact:

Mesaj de flowers »

Mutat din 3.0.x Suport pentru MODificări.
Avatar utilizator
dan74mm
Utilizator înregistrat
Mesaje: 56
Membru din: 03-Aug-2007, 00:57:16
Ext: Nu
Server: Windows
Nivel phpBB: Mediu
Nivel php: Mediu
Contact:

Mesaj de dan74mm »

In fisierul .css am asa :

Cod: Selectaţi tot

.helpline { background-color: #262626; border: solid 1px #262626; color: #D0D0D0; }
... oricum, am adaugat dupa, sa vad daca merge ...

______________________________________________________________


Si mai am o problema :

Cod: Selectaţi tot

#-----[ OPEN ]------------------------------------------
#
templates/subSilver/viewtopic_body.tpl
#
#-----[ FIND ]------------------------------------------
#
<END>
#
#-----[ BEFORE, ADD ]------------------------------------------
#
   <BEGIN>
   <tr>
      <td><span><b>{postrow.L_SPONSOR}</b></span><br /</td>
      <td>
         {postrow.INLINE_AD}
      </td>
   </tr>
   <tr>
      <td><img></td>
   </tr>
   <END>
   <BEGIN>
   <tr>
      <td>
         {postrow.INLINE_AD}
      </td>
   </tr>
   <END>
Ori eu nu am nicaieri in "viewtopic_body.tpl" , chestia asta :

Cod: Selectaţi tot

<END>
----------------------------------------------------------------------------------



Later edit:

In Panoul Administratorului apare asa :

Imagine


de ce ???
Avatar utilizator
dan74mm
Utilizator înregistrat
Mesaje: 56
Membru din: 03-Aug-2007, 00:57:16
Ext: Nu
Server: Windows
Nivel phpBB: Mediu
Nivel php: Mediu
Contact:

Mesaj de dan74mm »

Nu stie nimeni ? :cry:
Avatar utilizator
shocker
Utilizator înregistrat
Mesaje: 203
Membru din: 07-Mai-2007, 21:13:18
Ext: Nu
Server: Windows
Nivel phpBB: Mediu
Nivel php: Mediu
Localitate: localhost
Contact:

Mesaj de shocker »

Unde ai adaugat:

Cod: Selectaţi tot

$lang['ad_managment']  = 'Ad Management';
$lang['inline_ad_config']  = 'Inline Ad Config';
$lang['inline_ads']  = 'Inline Ads';
$lang['ad_code_about']  = 'This page lists current ads.  You may edit, delete or add new ads here.';
$lang['Click_return_firstpost'] = 'Click %sHere%s to return to Inline Ad Configuration';
$lang['Click_return_inline_code'] = 'Click %sHere%s to return to Inline Ad Code Configuration';
$lang['ad_after_post'] = 'Display Ad After x Post';
$lang['ad_every_post'] = 'Display Ad Every x Post';
$lang['ad_display'] = 'Display Ads To';
$lang['ad_all'] = 'All';
$lang['ad_reg'] = 'Registered Users';
$lang['ad_guest'] = 'Guests';
$lang['ad_exclude'] = 'Exclude These Groups (List by comma-seperated group ID)';
$lang['ad_forums'] = 'Exclude These Forums (List by comma-seperated forum ID)';
$lang['ad_code'] = 'Ad Code';
$lang['ad_style'] = 'Display Style';
$lang['ad_new_style'] = 'Ad looks like a special user post';
$lang['ad_old_style'] = 'Ad falls inline with the topic';
$lang['ad_post_threshold'] = 'Do not display if user has more than x posts (Leave blank to disable)';
$lang['ad_add']  = 'Add New Ad';
$lang['ad_name']  = 'Short name to identify ad';
Doar in language/lang_english/lang_admin.php sau si in language/lang_romanian/lang_admin.php ?
Avatar utilizator
dan74mm
Utilizator înregistrat
Mesaje: 56
Membru din: 03-Aug-2007, 00:57:16
Ext: Nu
Server: Windows
Nivel phpBB: Mediu
Nivel php: Mediu
Contact:

Mesaj de dan74mm »

Mda ... m-am prins .. mersi frumos .. hai ca incerc acuma ... Eu de fapt am si lang_romanian si lang_romanian_no_diacritics ...

LATER EDIT: Asta am rezolvat-o :
In Panoul Administratorului apare asa :

Imagine


de ce ???
Da merge, asta era problema ... Mersi frumos ...

Si la problema aialalta cum fac ? Aia cu "viewtopic_body.tpl"
Avatar utilizator
dan74mm
Utilizator înregistrat
Mesaje: 56
Membru din: 03-Aug-2007, 00:57:16
Ext: Nu
Server: Windows
Nivel phpBB: Mediu
Nivel php: Mediu
Contact:

Mesaj de dan74mm »

Am incercat sa gasesc si in "viewtopic_body.tpl" din thema SubSilver, si nu am gasit nici acolo asta :

Cod: Selectaţi tot

<END>
....

ori in tutorial scrie asa :

Cod: Selectaţi tot

#-----[ OPEN ]------------------------------------------
#
templates/subSilver/viewtopic_body.tpl
#
#-----[ FIND ]------------------------------------------
#
<END>
#
#-----[ BEFORE, ADD ]------------------------------------------
#
   <BEGIN>
   <tr>
      <td><span><b>{postrow.L_SPONSOR}</b></span><br /</td>
      <td>
         {postrow.INLINE_AD}
      </td>
   </tr>
   <tr>
      <td><img></td>
   </tr>
   <END>
   <BEGIN>
   <tr>
      <td>
         {postrow.INLINE_AD}
      </td>
   </tr>
   <END>
#
flowers
AdministratorAdministrator
Mesaje: 4641
Membru din: 03-Iun-2004, 17:50:34
Ext: Nu
Server: Windows
Nivel phpBB: Mediu
Nivel php: Mediu
Localitate: Bucureşti, România
Contact:

Mesaj de flowers »

Ban dan74mm 7 zile pt. dubluposting.
Închis

Înapoi la “2.0.x Suport pentru MODificări”

Cine este conectat

Utilizatori ce ce navighează pe acest forum: Niciun utilizator înregistrat și 1 vizitator