News:

SMF 2.1.4 has been released! Take it for a spin! Read more.

Main Menu

Pages

Started by munze80, July 08, 2009, 04:31:35 PM

Previous topic - Next topic

Dzonny

Postavi listu modova koje imash instalirane ovde.

munze80

1.     Display Age and Location next to posts      1.0      
2.    SMF 1.0.17 / 1.1.9 / 2.0 RC1 Update    1.0
3.    Custom Profile Field Mod    3.20    
4.    Default Membergroup on Registration    1.1    
5.    Favicon    1.2    
6.    Global Headers Footers    1.3    
7.    Hide SMF Version    1.0.3b    
8.    Location on Member List    1.0    
9.    Logo redirect    0.1    
10.    Double Post Stopper    1.1    
11.    Profile User Action    1.1    
12.    ShowTopics    1.1    
13.    Signature Option Post    1.1
14.    Registration - Show Gender mod    1.0.0    
15.    Spam Me Not Mod    1.02    
16.    Topic starter    1.4    
17.    Users Online Today Mod    1.4.0
18.    VisualWarning    1.42    
20.    Caps_Lock_Detection_on_Login    
21.    Justify BBCode    2.1
22.    Stop Spammer    2.2    
23.    AvatarOnBoard    2.1    
24.    eFloating Bar for Guest & Members    0.1    
25.    SMF 1.0.18 / 1.1.10 / 2.0 RC1-2 Update    1.1

Dzonny

Izbrisi sve kodove koje si ubacio (ako si ubacio) koje sam stavio prethodno.

Udji u Subs.php:
nadji:
return $pageindex;
zameni sa:
if($max_value > $num_per_page) {   $dropdown_url = ($flexible_start ? $base_url : strtr($base_url, array('%' => '%%')) . ';start=');   $base_dropdown = '<select id="page_dropdown" onchange="javascript:var d = document.getElementById(\'page_dropdown\').value; window.location=(\'' . $dropdown_url . '\').replace(/%d/, d);">';   $display_page = 0;   $myPage = ($start / $num_per_page);   for ($counter = 0; $counter < $max_value; $counter += $num_per_page) {    $base_dropdown .= '<option value="' . ($num_per_page * $display_page) . '"';    if($display_page == $myPage) $base_dropdown .= ' selected="selected"';    $base_dropdown .= '>' . ++$display_page . '</option>';   }   $base_dropdown .= '</select> &nbsp;';  } else {   $base_dropdown = "";  }  return $base_dropdown . $pageindex;

To bi trebalo da odradi stvar  ;D

munze80

Radi. Hvala majstore! :D 8)

Advertisement: