Total members 9951 | Gratitudes |It is currently Sat Feb 11, 2012 9:37 am Login / Join Codemiles


All times are UTC [ DST ]




Post new topic Reply to topic  Quick reply  [ 11 posts ]  Go to page 1, 2  Next
Author Topic
 Topic subject: [3.0.8][3.0.7][3.0.6] &[3.0.5] Greenmiles (new Version)
PostPosted: Thu Nov 20, 2008 11:05 pm 
Offline
Mastermind
User avatar

Joined: Tue Mar 27, 2007 10:55 pm
Posts: 2103
Location: Earth
Has thanked: 39 time
Have thanks: 56 time

Style Name: Greenmiles
Style Author: msi_333
Style Version: 1.0.1
phpbb3 Version:3.0.8&3.0.7 &3.0.6 & 3.0.5&3.0.4
Style Status: RELEASE

For Version 3.0.8 :
Attachment:
File comment: Greenmiles2 phpbb3.8
greenmiles2.rar [326.61 KiB]
Downloaded 131 times

For Version 3.0.7 :
Attachment:
File comment: Version 3.0.7
greenmiles2.rar [325.68 KiB]
Downloaded 132 times


For Version 3.0.6 :
Attachment:
File comment: Version 3.0.6
greenmiles2.zip [344.37 KiB]
Downloaded 144 times


For Version 3.0.5 :
Attachment:
File comment: Version 3.0.5
greenmiles2.zip [341.43 KiB]
Downloaded 181 times


For Version 3.0.4 :
Attachment:
greenmiles2.zip [346.25 KiB]
Downloaded 246 times


Attachments:
File comment: screenshot
untitleda.JPG
untitleda.JPG [ 91.45 KiB | Viewed 2133 times ]

_________________
Currenlty programming with : java , html , php , and javascript . (OCJP-6 certified )

For this message the author msi_333 has received gratitude : Fred2
TOP
 Profile Send private message  
Reply with quote  
 Topic subject: Re: [3.0.5] & [3.0.4] Greenmiles (new Version)
PostPosted: Mon Jun 08, 2009 11:18 pm 
Offline
Mastermind
User avatar

Joined: Tue Mar 27, 2007 10:55 pm
Posts: 2103
Location: Earth
Has thanked: 39 time
Have thanks: 56 time
new version uploaded for phpbb3.0.5 , Please reply with any bugs .

thanks

_________________
Currenlty programming with : java , html , php , and javascript . (OCJP-6 certified )


TOP
 Profile Send private message  
Reply with quote  
 Topic subject: Re: [3.0.6] &[3.0.5] & [3.0.4] Greenmiles (new Version)
PostPosted: Sat Dec 19, 2009 7:45 pm 
Offline
Mastermind
User avatar

Joined: Tue Mar 27, 2007 10:55 pm
Posts: 2103
Location: Earth
Has thanked: 39 time
Have thanks: 56 time
version updated to 3.0.6

_________________
Currenlty programming with : java , html , php , and javascript . (OCJP-6 certified )


TOP
 Profile Send private message  
Reply with quote  
 Topic subject: Re: [3.0.6] &[3.0.5] & [3.0.4] Greenmiles (new Version)
PostPosted: Tue Dec 22, 2009 12:23 am 
Offline
Newbie
User avatar

Joined: Sat Dec 19, 2009 1:37 pm
Posts: 3
Has thanked: 1 time
Have thanks: 0 time
Hello,

There is a bug, or just a mistake in the file mcp_logs.html

In compare with the existing file v3.05 and the file in the subsilver, I found the missing part.
When it repair, the mcp don't make bug anymore (command mcp report log).

here the code below :

Code:
<!-- INCLUDE mcp_header.html -->
<form method="post" name="mcp" action="{U_POST_ACTION}">
<table width="100%" cellpadding="3" cellspacing="1" border="0" class="tablebg">
<tr>
   <th>{L_USERNAME}</th>
   <th>{L_IP}</th>
   <th>{L_TIME}</th>
   <th>{L_ACTION}</th>
   <!-- IF S_CLEAR_ALLOWED --><th>{L_MARK}</th><!-- ENDIF -->
</tr>
<!-- IF S_LOGS -->

   <!-- BEGIN log -->
      <!-- IF log.S_ROW_COUNT is even --><tr class="row1"><!-- ELSE --><tr class="row2"><!-- ENDIF -->
         <td class="genmed">{log.USERNAME}</td>
         <td class="genmed" style="text-align: center;">{log.IP}</td>


---------------------Missing bloc--------------------

         [u]<td class="genmed" style="text-align: center;">{log.DATE}</td>
         <td class="genmed">{log.ACTION}<br />{log.DATA}</td>
         <!-- IF S_CLEAR_ALLOWED --><td width="5%" align="center"><input type="checkbox" class="radio" name="mark[]" value="{log.ID}" /></td><!-- ENDIF -->
      </tr>
   <!-- END log -->

---------------------Missing bloc--------------------

   <tr align="center">
      <td class="row3" colspan="<!-- IF S_CLEAR_ALLOWED -->5<!-- ELSE -->4<!-- ENDIF -->"><span class="gensmall">{L_SEARCH_KEYWORDS}:</span> <input type="text" name="keywords" value="{S_KEYWORDS}" />&nbsp;<input type="submit" class="button2" name="filter" value="{L_SEARCH}" /></td>
   </tr>
   <tr align="center">
      <td class="row3" colspan="<!-- IF S_CLEAR_ALLOWED -->5<!-- ELSE -->4<!-- ENDIF -->"><span class="gensmall">{L_DISPLAY_LOG}:</span> {S_SELECT_SORT_DAYS}&nbsp;<span class="gensmall">{L_SORT_BY}</span> {S_SELECT_SORT_KEY} {S_SELECT_SORT_DIR}&nbsp;<input class="btnlite" type="submit" value="{L_GO}" name="sort" /></td>
   </tr>
   <!-- IF S_CLEAR_ALLOWED -->
      <tr>
         <td class="cat" colspan="5" align="center"><input class="btnlite" type="submit" name="action[del_all]" value="{L_DELETE_ALL}" />&nbsp; <input class="btnlite" type="submit" name="action[del_marked]" value="{L_DELETE_MARKED}" /></td>
      </tr>
   <!-- ENDIF -->
<!-- ELSE -->
   <tr>
      <td class="row1" colspan="<!-- IF S_CLEAR_ALLOWED -->5<!-- ELSE -->4<!-- ENDIF -->" align="center"><span class="gen">{L_NO_ENTRIES}</span></td>
   </tr>
<!-- ENDIF -->
</table>
{S_FORM_TOKEN}
</form>

<br clear="all" /><br />

<!-- INCLUDE mcp_footer.html -->


Cordially :wink:
Fred


TOP
 Profile Send private message  
Reply with quote  
 Topic subject: Re: [3.0.6] &[3.0.5] & [3.0.4] Greenmiles (new Version)
PostPosted: Tue Dec 22, 2009 4:59 pm 
Offline
Mastermind
User avatar

Joined: Tue Mar 27, 2007 10:55 pm
Posts: 2103
Location: Earth
Has thanked: 39 time
Have thanks: 56 time
@Fred2
thanks for reporting the bug :) ...

_________________
Currenlty programming with : java , html , php , and javascript . (OCJP-6 certified )


TOP
 Profile Send private message  
Reply with quote  
 Topic subject: Re: [3.0.7][3.0.6] &[3.0.5] Greenmiles (new Version)
PostPosted: Sat Aug 14, 2010 10:33 am 
Offline
Newbie
User avatar

Joined: Sat Aug 14, 2010 10:24 am
Posts: 3
Has thanked: 0 time
Have thanks: 0 time
Hi - just installed greenmiles on a couple of servers - great style BTW. One is running 3.0.7, the other 3.0.7-PL1 the greenmiles version is the one for 3.0.7. The problems I'm having in both is an issue when trying to look at the moderators log. the error is:

Parse error: syntax error, unexpected T_ELSE in /home/xxxx/public_html/TFFtest/cache/tpl_greenmiles2_mcp_logs.html.php on line 30

Am I doing something stupid?

EDIT: Doh - I just read the above - all is well now


TOP
 Profile Send private message  
Reply with quote  
 Topic subject: Re: [3.0.7][3.0.6] &[3.0.5] Greenmiles (new Version)
PostPosted: Thu Sep 23, 2010 2:09 am 
Offline
Newbie
User avatar

Joined: Wed Sep 15, 2010 12:49 pm
Posts: 9
Has thanked: 1 time
Have thanks: 0 time
Thanks Fred2 :grin:

_________________
ROOAAAaarr!!!


TOP
 Profile Send private message  
Reply with quote  
 Topic subject: Re: [3.0.7][3.0.6] &[3.0.5] Greenmiles (new Version)
PostPosted: Tue Nov 23, 2010 5:06 pm 
Offline
Newbie
User avatar

Joined: Sat Aug 14, 2010 10:24 am
Posts: 3
Has thanked: 0 time
Have thanks: 0 time
Are there plans for an update for 3.0.8?

P.S. the reason I ask is that our board has just upgraded to 3.0.8 and we are seeing some weird cosmetic issues.


TOP
 Profile Send private message  
Reply with quote  
 Topic subject: Re: [3.0.7][3.0.6] &[3.0.5] Greenmiles (new Version)
PostPosted: Wed Nov 24, 2010 7:54 pm 
Offline
Mastermind
User avatar

Joined: Tue Mar 27, 2007 10:55 pm
Posts: 2103
Location: Earth
Has thanked: 39 time
Have thanks: 56 time
i will do at end of week .

_________________
Currenlty programming with : java , html , php , and javascript . (OCJP-6 certified )


TOP
 Profile Send private message  
Reply with quote  
 Topic subject: Re: [3.0.8][3.0.7][3.0.6] &[3.0.5] Greenmiles (new Version)
PostPosted: Fri Nov 26, 2010 2:15 pm 
Offline
Mastermind
User avatar

Joined: Tue Mar 27, 2007 10:55 pm
Posts: 2103
Location: Earth
Has thanked: 39 time
Have thanks: 56 time
version for phpbb3.0.8

_________________
Currenlty programming with : java , html , php , and javascript . (OCJP-6 certified )


TOP
 Profile Send private message  
Reply with quote  
Post new topic Reply to topic Quick reply  [ 11 posts ]  Go to page 1, 2  Next
Quick reply


  


 Similar topics
 Topic title   Forum   Author   Comments 
 Update phpbb to latest version with mods  PHPbb3 support  msi_333  2
 [3.0.8][3.0.7][3.0.6] &[3.0.5] skymiles (new Version)  PHPbb3 styles  msi_333  8
 [3.0.8][3.0.7] &[3.0.6] &[3.0.5]mileblue (New Version)  PHPbb3 styles  msi_333  3
 [3.0.8][3.0.7][3.0.6] &[3.0.5] bmiles (New Version)  PHPbb3 styles  msi_333  3
 [3.0.8][3.0.7][3.0.6] mile200 (new Version)  PHPbb3 styles  msi_333  7

All times are UTC [ DST ]


Users browsing similar posts

Users browsing this forum: No registered users and 1 guest



Jump to:  
Previous Topic | Next Topic 




Home
General Talks
Finished Projects
Code Library
Games
Tutorials

Java
C/C++
C-sharp
php
Script
JSP/Servlets
Ajax
ASP/ASP.net
Google SEO
Database
Communications
Phpbb3 styles
Photoshop tutorials
Flash tutorials
Find a job






Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group
All copyrights reserved to codemiles.com 2007-2011
mileX v1.0 designed by codemiles team