Icy Phoenix

     
 


Post new topic  Reply to topic 
Page 1 of 1
 
 
Reply with quote Download Post 
Post JQ Who Is Where 0.0.2 Mod In Black Pearl Style 
 
Hello everybody

 would like to install the Mod to my Forum, but I dont have the prosilver Style. In the install manual only the guide for prosilver ist given. I'm using black pearl and unfortunately the index_body.html looks totally different to prosilver.
Im not a programmer and dont have any idea how to adapt the changes for black pearl. Is somebody unsing black pearl as well and know how to implement the changes?

The guide for the change is:
FIND
Code: [Download] [Hide] [Select]
        <!-- IF S_DISPLAY_ONLINE_LIST -->
           <!-- IF U_VIEWONLINE --><h3><a href="{U_VIEWONLINE}">{L_WHO_IS_ONLINE}</a></h3><!-- ELSE --><h3>{L_WHO_IS_ONLINE}</h3><!-- ENDIF -->
           <p>{TOTAL_USERS_ONLINE} ({L_ONLINE_EXPLAIN})<br />{RECORD_USERS}<br /> <br />{LOGGED_IN_USER_LIST}
           <!-- IF LEGEND --><br /><em>{L_LEGEND}: {LEGEND}</em><!-- ENDIF --></p>
        <!-- ENDIF -->

REPLACE WITH
Code: [Download] [Hide] [Select]
        <!-- IF S_DISPLAY_ONLINE_LIST || U_VIEWONLINE -->
        <script type="text/javascript">
        // <![CDATA[
        !window.jQuery && document.write('<script type="text\/javascript" src="http:\/\/code.jquery.com\/jquery.min.js"><\/script>');
        // ]]>
        </script>
        <script type="text/javascript">
        // <![CDATA[
         $(document).ready(function() {
            <!-- IF S_DISPLAY_ONLINE_LIST -->
            $('#who_is_online_total').load('{ROOT_PATH}who_is_online_total.php?sid={SESSION_ID}', {dol : '{S_DISPLAY_ONLINE_LIST}'});
            $('#who_is_online_reg').load('{ROOT_PATH}who_is_online_reg.php?sid={SESSION_ID}', {dol : '{S_DISPLAY_ONLINE_LIST}'});
            <!-- ENDIF -->
            <!-- IF U_VIEWONLINE -->
            $('#who_is_where').load('{ROOT_PATH}who_is_where.php?sid={SESSION_ID}');
            <!-- ENDIF -->
            var refreshId = setInterval(function() {
            <!-- IF S_DISPLAY_ONLINE_LIST -->
            $('#who_is_online_total').load('{ROOT_PATH}who_is_online_total.php?sid={SESSION_ID}', {dol : '{S_DISPLAY_ONLINE_LIST}'});
            $('#who_is_online_reg').load('{ROOT_PATH}who_is_online_reg.php?sid={SESSION_ID}', {dol : '{S_DISPLAY_ONLINE_LIST}'});
            <!-- ENDIF -->
            <!-- IF U_VIEWONLINE -->
            $('#who_is_where').load('{ROOT_PATH}who_is_where.php?sid={SESSION_ID}');
            <!-- ENDIF -->
            }, 20000);
           $.ajaxSetup({ cache: false });
         });
        // ]]>
        </script>
        <!-- ENDIF -->

        <!-- IF S_DISPLAY_ONLINE_LIST -->
        <div style="padding-top:3px;"> </div>

        <div class="navbar">
        <div class="inner"><span class="corners-top"><span></span></span>
           <!-- IF U_VIEWONLINE --><h3><a href="{U_VIEWONLINE}">{L_WHO_IS_ONLINE}</a></h3><!-- ELSE --><h3>{L_WHO_IS_ONLINE}</h3><!-- ENDIF -->
           <p><span id="who_is_online_total"></span><!-- {TOTAL_USERS_ONLINE} ({L_ONLINE_EXPLAIN})--><br />{RECORD_USERS}<br /> <br /><span id="who_is_online_reg"></span><!-- {LOGGED_IN_USER_LIST} -->
           <!-- IF LEGEND --><br /><em>{L_LEGEND}: {LEGEND}</em><!-- ENDIF --></p>
           <span class="corners-bottom"><span></span></span></div>
        </div>
        <!-- ENDIF -->


        <!-- IF U_VIEWONLINE -->
           <div style="padding-top:3px;"> </div>
          
           <div class="navbar">
           <div class="inner"><span class="corners-top"><span></span></span>
           <h3>Who is where</h3>
           <table class="table1" cellspacing="1">
           <thead>
           <tr> </tr>
           <tr style="font-size:11px;">
           <th class="name" style="width:25%; padding-left:5px; color:#536482;">{L_USERNAME}</a></th>
           <th class="name" style="width:5%; padding-left:5px; color:#536482;">{L_WIW_COUNTRY}</a></th>
           <th class="info" style="text-align:center; width:25%; padding-left:5px; color:#536482;">{L_LOCATION}</a></th>
           <th class="active" style="width:20%; padding-left:5px; color:#536482;">{L_WIW_ARRIVED}</a></th>
           <th class="active" style="width:25%; padding-left:5px; color:#536482;">{L_WIW_BROWSER}</a></th>
           </tr>
           </thead>
           <tbody id="who_is_where" style="font-size:10px; color:grey;">
           </tbody>
           </table>
           <span class="corners-bottom"><span></span></span></div>
           </div>
          
           <div style="padding-top:3px;"> </div>
        <!-- ENDIF -->


My Problem is, that  the source that is to be replaced in Black Pearl is totally looking different to Prosilver. And a Edit for subsilver2 is not given (Usual I could take the changes for subsilver2 for Black Pearl).

Is somebody out there who can give me help to implement this mod for Black Pearl?

Thanks in advance

Faethor
 



 
faethorSend private message  
Back to topPage bottom
Icy Phoenix is an open source project, you can show your appreciation and support future development by donating to the project.

Support us
 
Reply with quote Download Post 
Post Re: JQ Who Is Where 0.0.2 Mod In Black Pearl Style 
 
I'm not sure if you've read my PM reply on your solved validation problem of your index_body.html but I included a little advice on adding mods.

Now if I search for this mod I bump into 2 things that go against this advice:
- it has not past development stage
- it seems to be abondonned
https://www.phpbb.com/community/viewtopic.php?f=434&t=2158758

Even phpbb says:
phpbb wrote: 
Notice!
We do not recommend that a user of the phpBB software install this mod, or any other mod that is marked as “abandoned” or “in development”, on a live forum. Doing so may cause your forum to not perform in the manner it should.


And:
phpbb wrote: 
WARNING: MODs in this forum are not currently being supported nor updated by the original MOD author. Proceed at your own risk.


In short... You have a big chance creating new problems if you add this Faethor
 




____________
www.DutchaGoGo.com (development/under construction ...Forever?¿?)
 
Joshua203Send private messageVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post Re: JQ Who Is Where 0.0.2 Mod In Black Pearl Style 
 
Hi Josh

Oh no.... I didnt realized that this is abandoned..

Do somebody know a similar Mod?

Thanks

F.
 



 
faethorSend private message  
Back to topPage bottom
Reply with quote Download Post 
Post Re: JQ Who Is Where 0.0.2 Mod In Black Pearl Style 
 
Don't get me wrong, I'm not saying it won't work but even with only edits  for prosilver it should look different but not look like it looks at your site.

You could try searching >>HERE<<

At least all of these should be validated mods (not all will support subsilver themes though) and support on the mods is only a tab away (a mod author would always know the best advice?)

If I was you, I would try and finish your galery mod (make it fully follow black pearl style and correct errors), this may teach you some basics ...then you can try raising the level.
 




____________
www.DutchaGoGo.com (development/under construction ...Forever?¿?)
 
Joshua203Send private messageVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post Re: JQ Who Is Where 0.0.2 Mod In Black Pearl Style 
 
Topic split because we were drifting waaaay off topic

The tail of the thread can now be found >>HERE<<
 




____________
www.DutchaGoGo.com (development/under construction ...Forever?¿?)
 
Joshua203Send private messageVisit poster's website  
Back to topPage bottom
Post new topic  Reply to topic  Page 1 of 1
 


Display posts from previous:    

HideWas this topic useful?

Link this topic
URL
BBCode
HTML




 
Permissions List
You cannot post new topics
You cannot reply to topics
You cannot edit your posts
You cannot delete your posts
You cannot vote in polls
You cannot attach files
You can download files
You cannot post calendar events


  

 

  cron