Aphrodite_MC (Aphrodite MultiColor)

Styles released by users of this forum.

Moderator: Moderators

Postby Florian Schmidt on Wed Nov 01, 2006 7:10 pm

xs.cfg:

Code: Select all
$replace['modcp_body.tpl'] = 'xs/xs_modcp.tpl';
$replace['search_results_topics.tpl'] = 'xs/xs_search_topics.tpl';


new-files:

xs_modcp.tpl (same as xs_forum.tpl)

xs_search_topics.tpl (inside changed all 'topicrow.' to 'searchresults.')

that's it...

BTW: have you any idea/time to look over mobythreads (maybe a caching-function) not to do over 100 sql-queries when having threaded-view open in forumview with many topics...?
You might find me under the username "schmidtedv" on other sides like OXPUS, etc., too :-)

So, if you need help with some mods or porting forum...I can try to help, if I have time :-)
User avatar
Florian Schmidt
Registered User
Registered User
 
Posts: 157
Joined: Tue Jan 11, 2005 7:53 am
Location: Germany - St. Blasien

Postby ewelin on Wed Nov 01, 2006 9:00 pm

sure you can send them over and i'll check them out... why did you change the topicrow to searchresults? was this made in a phpBB upgrade and i just missed it or something?

As for MobyThreads... I hope to overhaul the mod as it definitely can be optimized. It uses a ton of sql queries to perform simple tasks... I have no idea on a time frame for that though....
ewelin
Registered User
Registered User
 
Posts: 679
Joined: Thu Apr 14, 2005 8:16 pm

Postby Florian Schmidt on Thu Nov 02, 2006 9:54 am

well, files are already there (just copy and rename them in xs-folder...searchresults had to be taken for the search when giving results as topics...because it uses searchresults in search.php and not topicrow-argument :-)

...well, maybe I can ask Oxpus to have a quick look into MobyThreads...he has quite a good first view on the sql-optimation sometimes...:-)
You might find me under the username "schmidtedv" on other sides like OXPUS, etc., too :-)

So, if you need help with some mods or porting forum...I can try to help, if I have time :-)
User avatar
Florian Schmidt
Registered User
Registered User
 
Posts: 157
Joined: Tue Jan 11, 2005 7:53 am
Location: Germany - St. Blasien

Postby senyafin on Mon Nov 06, 2006 9:38 am

hello ewelin,

could you tell me how i could make it so that
View posts since last visit (Topic Titles)
View unanswered posts (Topic Titles) will be colorized?

At the moment only the icon_reply_new.gif / post_new.gif signalize that there are new topics
Unfortunately i didnt found the related part in the css
senyafin
Registered User
Registered User
 
Posts: 137
Joined: Sun Sep 24, 2006 5:44 pm

Postby ewelin on Mon Nov 06, 2006 4:15 pm

[quote user="senyafin" post="83946"]hello ewelin,

could you tell me how i could make it so that
View posts since last visit (Topic Titles)
View unanswered posts (Topic Titles) will be colorized?

At the moment only the icon_reply_new.gif / post_new.gif signalize that there are new topics
Unfortunately i didnt found the related part in the css[/quote]What have you changed in the css file. By defualt those are already colorized to match the links.
ewelin
Registered User
Registered User
 
Posts: 679
Joined: Thu Apr 14, 2005 8:16 pm

Postby senyafin on Mon Nov 06, 2006 4:22 pm

oops i've not mentioned that my request was related to the simple subforums

thanks
Pascal
senyafin
Registered User
Registered User
 
Posts: 137
Joined: Sun Sep 24, 2006 5:44 pm

Postby ewelin on Mon Nov 06, 2006 4:27 pm

Check that How to mod some styles forum.... i believe there is a thread for simple subforums and the aphrodite theme.
ewelin
Registered User
Registered User
 
Posts: 679
Joined: Thu Apr 14, 2005 8:16 pm

Postby Synaptic Anarchy on Mon Nov 06, 2006 9:44 pm

So when are you going to go over the RC and start adding Optimized and Aphrodite MC?
Die wunder dieser welt werden dir geschenkt.

Ò_ó [ b r e a k . s t u f f ] - Finally broken!
User avatar
Synaptic Anarchy
Registered User
Registered User
 
Posts: 294
Joined: Thu Feb 23, 2006 6:51 am
Location: Anarchy

Postby doodnom on Fri Nov 24, 2006 11:40 am

Thank you very much :lol: :lol: :lol:
doodnom
Registered User
Registered User
 
Posts: 3
Joined: Fri Nov 24, 2006 9:00 am

Postby senyafin on Sat Nov 25, 2006 9:38 am

Hello ewelin,

could you give me an advise how i could make it so, that the categories are collapsible like in subsilver?
This is one of the handy settings i miss here

Would be great if you could provide me any solution.
Cheers

Pascal
senyafin
Registered User
Registered User
 
Posts: 137
Joined: Sun Sep 24, 2006 5:44 pm

Postby ewelin on Thu Nov 30, 2006 1:17 am

I'll be adding the colaspible categories in the next release.... it'll very similar to how MorpheousX works.... It won't be like subsilver as that just displays each indivual category and I don't see the point of that.
ewelin
Registered User
Registered User
 
Posts: 679
Joined: Thu Apr 14, 2005 8:16 pm

Postby senyafin on Thu Nov 30, 2006 7:53 am

[quote user="ewelin" post="84927"]I'll be adding the colaspible categories in the next release.... [/quote]

Excellent News ewelin! Thank you for the response!


I've another question regarding a subsilver Mod i'd like to include in my aphrodite_mc forum
http://www.securibox.net/vbforum/showpo ... ostcount=8

Code: Select all
#
#-----[ OPEN ]------------------------------------------
#

viewforum.php

#
#-----[ FIND ]------------------------------------------
#

      if( $topic_type == POST_ANNOUNCE )
      {
         $topic_type = $lang['Topic_Announcement'] . ' ';

#
#-----[ AFTER, ADD ]------------------------------------------
#

         $row_color_topic_type1 = 'row1_announce';
         $row_color_topic_type2 = 'row2_announce';
         $row_color_topic_type3 = 'row3_announce';

#
#-----[ FIND ]------------------------------------------
#

      else if( $topic_type == POST_GLOBAL_ANNOUNCE )
      {
        $topic_type = $lang['Topic_global_announcement'] . ' ';

#
#-----[ AFTER, ADD ]------------------------------------------
#

         $row_color_topic_type1 = 'row1_global_announce';
         $row_color_topic_type2 = 'row2_global_announce';
         $row_color_topic_type3 = 'row3_global_announce';

#
#-----[ FIND ]------------------------------------------
#

      else if( $topic_type == POST_STICKY )
      {
         $topic_type = $lang['Topic_Sticky'] . ' ';

#
#-----[ AFTER, ADD ]------------------------------------------
#

         $row_color_topic_type1 = 'row1_sticky';
         $row_color_topic_type2 = 'row2_sticky';
         $row_color_topic_type3 = 'row3_sticky';

#
#-----[ FIND ]------------------------------------------
#
      {
         $topic_type = '';

#
#-----[ AFTER, ADD ]------------------------------------------
#

         $row_color_topic_type1 = 'row1';
         $row_color_topic_type2 = 'row2';
         $row_color_topic_type3 = 'row3';

#
#-----[ FIND ]------------------------------------------
#
         'TOPIC_TYPE' => $topic_type,

#
#-----[ AFTER, ADD ]------------------------------------------
#

         'ROW_COLOR_TOPIC_TYPE1' => $row_color_topic_type1,
         'ROW_COLOR_TOPIC_TYPE2' => $row_color_topic_type2,
         'ROW_COLOR_TOPIC_TYPE3' => $row_color_topic_type3,

#
#-----[ OPEN ]------------------------------------------
#

templates/subSilver/viewforum_body.tpl

#
#-----[ FIND ]------------------------------------------
#

   
   <tr>
     <td class="row1" align="center" valign="middle" width="20">[img]{topicrow.TOPIC_FOLDER_IMG}[/img]</td>
     <td class="row1" width="100%"><span class="topictitle">{topicrow.NEWEST_POST_IMG}{topicrow.TOPIC_TYPE}{topicrow.TOPIC_TITLE}</span><span class="gensmall">

      {topicrow.GOTO_PAGE}</span></td>
     <td class="row2" align="center" valign="middle"><span class="postdetails">{topicrow.REPLIES}</span></td>
     <td class="row3" align="center" valign="middle"><span class="name">{topicrow.TOPIC_AUTHOR}</span></td>
     <td class="row2" align="center" valign="middle"><span class="postdetails">{topicrow.VIEWS}</span></td>
     <td class="row3Right" align="center" valign="middle" nowrap="nowrap"><span class="postdetails">{topicrow.LAST_POST_TIME}
{topicrow.LAST_POST_AUTHOR} {topicrow.LAST_POST_IMG}</span></td>
   </tr>
   

#
#-----[ REPLACE WITH ]------------------------------------------
#

   
   <tr>
     <td class="{topicrow.ROW_COLOR_TOPIC_TYPE1}" align="center" valign="middle" width="20">[img]{topicrow.TOPIC_FOLDER_IMG}[/img]</td>
     <td class="{topicrow.ROW_COLOR_TOPIC_TYPE1}" width="100%"><span class="topictitle">{topicrow.NEWEST_POST_IMG}{topicrow.TOPIC_TYPE}{topicrow.TOPIC_TITLE}</span><span class="gensmall">

      {topicrow.GOTO_PAGE}</span></td>
     <td class="{topicrow.ROW_COLOR_TOPIC_TYPE2}" align="center" valign="middle"><span class="postdetails">{topicrow.REPLIES}</span></td>
     <td class="{topicrow.ROW_COLOR_TOPIC_TYPE3}" align="center" valign="middle"><span class="name">{topicrow.TOPIC_AUTHOR}</span></td>
     <td class="{topicrow.ROW_COLOR_TOPIC_TYPE2}" align="center" valign="middle"><span class="postdetails">{topicrow.VIEWS}</span></td>
     <td class="{topicrow.ROW_COLOR_TOPIC_TYPE3}" align="center" valign="middle" nowrap="nowrap"><span class="postdetails">{topicrow.LAST_POST_TIME}
{topicrow.LAST_POST_AUTHOR} {topicrow.LAST_POST_IMG}</span></td>
   </tr>
   

#
#-----[ OPEN ]------------------------------------------
#

templates/subSilver/overall_header.tpl

#
#-----[ FIND ]------------------------------------------
#

body {
   background-color: {T_BODY_BGCOLOR};
   scrollbar-face-color: {T_TR_COLOR2};
   scrollbar-highlight-color: {T_TD_COLOR2};
   scrollbar-shadow-color: {T_TR_COLOR2};
   scrollbar-3dlight-color: {T_TR_COLOR3};
   scrollbar-arrow-color:  {T_BODY_LINK};
   scrollbar-track-color: {T_TR_COLOR1};
   scrollbar-darkshadow-color: {T_TH_COLOR1};
}

#
#-----[ AFTER, ADD ]------------------------------------------
#

.row1_global_announce{background:#fbece1;}
.row2_global_announce{background:#f7ddc9;}
.row3_global_announce{background:#f4ceb1;}

.row1_announce{background:#e6f1fb;}
.row2_announce{background:#d0e7f9;}
.row3_announce{background:#bcdcf7;}

.row1_sticky{background:#edf5ed;}
.row2_sticky{background:#ddecdd;}
.row3_sticky{background:#bfdbbf;}

#
#-----[ SAVE/CLOSE ALL FILES ]------------------------------------------
#
# EoM


Unfortunately after the installation the Layout of the forum is destroyed,
do you have any idea what i've doing wrong?
Or can't this Mod used in aphrodite_mc ?

cheers
Pascal
senyafin
Registered User
Registered User
 
Posts: 137
Joined: Sun Sep 24, 2006 5:44 pm

Postby ewelin on Thu Nov 30, 2006 4:16 pm

well it can be done.... you just have to adjust the html to match that of the aphrodite_mc template... this topic may help some.
ewelin
Registered User
Registered User
 
Posts: 679
Joined: Thu Apr 14, 2005 8:16 pm

Postby senyafin on Thu Nov 30, 2006 5:19 pm

thanks ewelin, i will try it ;-)

cheers
Pascal
senyafin
Registered User
Registered User
 
Posts: 137
Joined: Sun Sep 24, 2006 5:44 pm

Postby F3Network on Fri Dec 22, 2006 11:00 am

Code: Select all
<td class="row2 row-center-small" width="200"  nowrap="nowrap">{catrow.forumrow.LAST_POST}</td>

This does not make the last post table be 200 in firefox, but it works in IE. Any reason why?
F3Network
Registered User
Registered User
 
Posts: 63
Joined: Mon Jun 05, 2006 4:45 pm
Location: U.K

PreviousNext

Return to phpBB Style Releases

Who is online

Users browsing this forum: No registered users and 1 guest