Skocz do zawartości
"Idzie nowe..." - o zmianach i nie tylko ×
Przeniesienie zakupów z IPS Marketplace / Moving bought items from IPS Marketplace ×

(BN23) Reputation


Rekomendowane odpowiedzi

Opublikowano

i got

IPS Driver Error

There appears to be an error with the database.

You can try to refresh the page by clicking here

when replacing all files and running 'reinstall' in UMI in forum already who had installed previous version of this mid. what gives?

Opublikowano

I check , everything is ok

but right now I find 1 mistake. I uploaded old js file (fixed now after boss confirm)

Doppelganger try again if ips driver error repeat again go to your ftp / cache catalog open in notepad file : sql_error_log_(installation data here).cgi

copy content and paste here.

  • Lubię to 1
jam_artists_button.png

Opublikowano

The reinstallment crashes after this screen:

(BN23) Reputation

3 Database Fields added....

( Click here if you do not wish to wait )

===================================================
Date: Wed, 20 Jan 2010 18:55:50 +0200
Error Number: 1062
Error: Duplicate entry '2' for key 1
IP Address: ERASED!
mySQL query error: INSERT INTO bpi_reputation_acp (rep_id,rep_title,rep_color,rep_img,rep_level) VALUES(2,'Bad','#ff0000','bad.png',-10)
===================================================
Date: Wed, 20 Jan 2010 18:55:55 +0200
Error Number: 1062
Error: Duplicate entry '2' for key 1
IP Address: ERASED
mySQL query error: INSERT INTO bpi_reputation_acp (rep_id,rep_title,rep_color,rep_img,rep_level) VALUES(2,'Bad','#ff0000','bad.png',-10)

Opublikowano

install process ended successfully.

but I dont see any new features :)

Like pagination and WORST rated members TOP 25 or top 10.

Though explorer issues are fixed. :o

Opublikowano

Wrong Lang file for English, sorry, :o . I did clean installation in clean IPB 2.3.6 and now everything working fine.

new file available after Boss approve (upload all files and reinstall)

about pagination it should work in :

Most evaluated forums

Most evaluated topics

Most evaluated posts

Last evaluations

Search result(in find members)

but only if there more that 25 results.

  • Lubię to 1
jam_artists_button.png

Opublikowano (edytowane)

alrighty :o

Also a questions, were you unable to add "worst repped members" ?

Your #1 debugger Doppel :)

Edytowane przez Doppelganger
Opublikowano (edytowane)

major problems this time, I overwrote all files with new ones, upgraded language file and ran the reinstall in UMI.

Two screens that speak for themselves:

post-405-1264520244,064_thumb.png

post-405-1264520248,5715_thumb.png

Also the Reputation profile has bugs in calculating the 'rep title' levels, look (this bug was from earlier releases, just forgot to mention it earlier)

post-405-1264520798,3842_thumb.png

post-405-1264520808,0756_thumb.png

Obviously there are some bugs left. Though pagination is now working fine. :)

Edytowane przez Doppelganger
Opublikowano
<table class='ipbtable' cellspacing='0'>
<tr>
  <td class='nopad' width='25%' valign='top'>
  <div class='borderwrap'>
    <div class='maintitle'>
       <{CAT_IMG}> {$this->ipsclass->lang['sys_main']}
    </div>
    <p>
       <{ITEM_START}> <a  href="{$this->ipsclass->vars['base_url']}index.php?autocom=reputation&CODE=search" >{$this->ipsclass->lang['sys_search']}</a>
       <br />
        <{ITEM_START}> <a  href="{$this->ipsclass->vars['base_url']}index.php?autocom=reputation&CODE=statistic" >{$this->ipsclass->lang['sys_best']}</a>
       <br />
       <{ITEM_START}> <a  href="{$this->ipsclass->vars['base_url']}index.php?autocom=reputation&CODE=forum" >{$this->ipsclass->lang['sys_forum']}</a>
       <br />
       <{ITEM_START}> <a  href="{$this->ipsclass->vars['base_url']}index.php?autocom=reputation&CODE=topic" >{$this->ipsclass->lang['sys_topic']}</a>
       <br />
       <{ITEM_START}> <a  href="{$this->ipsclass->vars['base_url']}index.php?autocom=reputation&CODE=post" >{$this->ipsclass->lang['sys_post']}</a>
       <br />
       <{ITEM_START}> <a  href="{$this->ipsclass->vars['base_url']}index.php?autocom=reputation&CODE=member_last" >{$this->ipsclass->lang['sys_mlast']}</a>
    </p>
  </div>
  </td>
  <td width='2%'></td>
  <td class='nopad' width='75%' valign='top' id='rep-statistic'>
     {$data['pages']}
     {$data['content']}
  </td>
</tr>
</table> 

Opublikowano

Replace to:

<table class='ipbtable' cellspacing='0'>
<tr>
  <td class='nopad' width='25%' valign='top'>
  <div class='borderwrap'>
    <div class='maintitle'>
       <{CAT_IMG}> {$this->ipsclass->lang['sys_main']}
    </div>
    <p>
       <{ITEM_START}> <a  href="{$this->ipsclass->vars['base_url']}index.php?autocom=reputation&CODE=search_profile&id={$data['id']}" >{$this->ipsclass->lang['sys_my']}</a>
       <br />
       <{ITEM_START}> <a  href="{$this->ipsclass->vars['base_url']}index.php?autocom=reputation&CODE=search" >{$this->ipsclass->lang['sys_search']}</a>
       <br />
        <{ITEM_START}> <a  href="{$this->ipsclass->vars['base_url']}index.php?autocom=reputation&CODE=statistic&wb=desc" >{$this->ipsclass->lang['sys_best']}</a>
       <br />
       <{ITEM_START}> <a  href="{$this->ipsclass->vars['base_url']}index.php?autocom=reputation&CODE=statistic&wb=asc" >{$this->ipsclass->lang['sys_worst']}</a>
       <br />
       <{ITEM_START}> <a  href="{$this->ipsclass->vars['base_url']}index.php?autocom=reputation&CODE=forum" >{$this->ipsclass->lang['sys_forum']}</a>
       <br />
       <{ITEM_START}> <a  href="{$this->ipsclass->vars['base_url']}index.php?autocom=reputation&CODE=topic" >{$this->ipsclass->lang['sys_topic']}</a>
       <br />
       <{ITEM_START}> <a  href="{$this->ipsclass->vars['base_url']}index.php?autocom=reputation&CODE=post" >{$this->ipsclass->lang['sys_post']}</a>
       <br />
       <{ITEM_START}> <a  href="{$this->ipsclass->vars['base_url']}index.php?autocom=reputation&CODE=member_last" >{$this->ipsclass->lang['sys_mlast']}</a>
    </p>
  </div>
  </td>
  <td width='2%'></td>
  <td  class='nopad' width='75%' valign='top' id='rep-statistic'>
     {$data['pages']}
     {$data['content']}
  </td>
</tr>
</table>  

jam_artists_button.png

Opublikowano

the menu became including the worst members, but on main rep stat screen - worst members are shown instead of best

and the top border of pagination boxes is still 'blank' as in previous screenshot

post-405-1264638612,9867_thumb.png

Opublikowano

Yes I know. Your forum don`t rebuild correctly skin ( I do not know why)

maybe in weekend I find some time to add new version (fixed all last bugs)

and if still in your forum will be a problem I add rest of manual editing.

jam_artists_button.png

Jeśli chcesz dodać odpowiedź, zaloguj się lub zarejestruj nowe konto

Jedynie zarejestrowani użytkownicy mogą komentować zawartość tej strony.

Zarejestruj nowe konto

Załóż nowe konto. To bardzo proste!

Zarejestruj się

Zaloguj się

Posiadasz już konto? Zaloguj się poniżej.

Zaloguj się
  • Ostatnio przeglądający   0 użytkowników

    • Brak zarejestrowanych użytkowników przeglądających tę stronę.
×
×
  • Dodaj nową pozycję...

Powiadomienie o plikach cookie

Umieściliśmy na Twoim urządzeniu pliki cookie, aby pomóc Ci usprawnić przeglądanie strony. Możesz dostosować ustawienia plików cookie, w przeciwnym wypadku zakładamy, że wyrażasz na to zgodę.