re: [Release] Template ZhyperMU / Webzen Template MuCore 1.0.8
Quote:
Originally Posted by
jhesociety
Bro @
Kevin can you repack it again with ur new update ? :) thanks a lot god bless u
Maybe tomorrow i will upload it. :)
re: [Release] Template ZhyperMU / Webzen Template MuCore 1.0.8
Nice to see this template has updates. Will wait for the release :thumbup1:
re: [Release] Template ZhyperMU / Webzen Template MuCore 1.0.8
re: [Release] Template ZhyperMU / Webzen Template MuCore 1.0.8
sorry guyz my update in my project is too slow because i can work only at 9 for 4 hours im planning to make settings rankings DB in Admincp Ranking Module, so it can be fit to all database. but now i dont have some of DB's anyone can give me with data in character.
heres the preview
http://i61.tinypic.com/2zg7sjd.png
XML
http://i58.tinypic.com/15q90e1.png
re: [Release] Template ZhyperMU / Webzen Template MuCore 1.0.8
what kind of db you want?
re: [Release] Template ZhyperMU / Webzen Template MuCore 1.0.8
Quote:
Originally Posted by
clerigz
what kind of db you want?
IGCN and Titan with already have data in characters table.
Thank you
re: [Release] Template ZhyperMU / Webzen Template MuCore 1.0.8
re: [Release] Template ZhyperMU / Webzen Template MuCore 1.0.8
@kevin105 bro i only have 1 db files .. hope this is what you looking for.
igcn db https://www.dropbox.com/s/op1w3211tt...S6EP3.zip?dl=0Link
re: [Release] Template ZhyperMU / Webzen Template MuCore 1.0.8
Quote:
Originally Posted by
jhesociety
Ok thanks, i will work on this later [emoji4]
re: [Release] Template ZhyperMU / Webzen Template MuCore 1.0.8
i give you the IGCN and titans populated databases
re: [Release] Template ZhyperMU / Webzen Template MuCore 1.0.8
re: [Release] Template ZhyperMU / Webzen Template MuCore 1.0.8
Quote:
Originally Posted by
kevin105
still on going bro @kevin105 ?? :) im excited :) with your new release :)
re: [Release] Template ZhyperMU / Webzen Template MuCore 1.0.8
Quote:
Originally Posted by
jhesociety
still on going bro @
kevin105 ?? :) im excited :) with your new release :)
bro @jhesociety check this
Quote:
Originally Posted by
kevin105
yeah sure :)
just need to finish it 1st :)
- - - Updated - - -
Add this in the top of ur news
Code:
<article class="gMainPromWrap">
<div class="promRoundBox"></div>
<ol class="items">
<li class="item">
<div class="promImg"><img src="template/<?=$core['config']['template'] ?>/images/ban/slide1.jpg" alt=""></div>
<div class="promTxt">
<a onclick="ga('send', 'event', 'Outgoing', 'www.webzen.com', '/Joins_Forces_with_gPotato');" rel="nofollow" href="http://www.webzen.com/Joins_Forces_with_gPotato" target="_blank">
<h2>Kevin MU</h2>
<time>August 24 2014</time>
<div class="txt txtover">Welcome!</div>
</a>
</div>
</li>
<li class="item">
<div class="promImg"><img src="template/<?=$core['config']['template'] ?>/images/ban/slide2.jpg" alt=""></div>
<div class="promTxt">
<a onclick="ga('send', 'event', 'Outgoing', 'muonline.webzen.com', '/news/events/5406/egg-of-monsters-2nd-generation-of-muun?page=1');" rel="nofollow" href="http://muonline.webzen.com/news/events/5406/egg-of-monsters-2nd-generation-of-muun?page=1" target="_blank">
<h2>Coming Soon!</h2>
<time>Season 8 Wings & Updates</time>
<div class="txt txtover"></div>
</a>
</div>
</li>
</ol>
<div class="rollingIconWrap">
<div class="bgFirst"></div>
<div class="rollingIcon">
<button type="button" name="#"><span></span></button>
<button type="button" name="#"><span></span></button>
</div>
</div>
</article>
i use only 2 slide show if you want to add just add this line
Code:
<li class="item">
<div class="promImg"><img src="template/<?=$core['config']['template'] ?>/images/ban/slide1.jpg" alt=""></div>
<div class="promTxt">
<a onclick="ga('send', 'event', 'Outgoing', 'www.webzen.com', '/Joins_Forces_with_gPotato');" rel="nofollow" href="http://www.webzen.com/Joins_Forces_with_gPotato" target="_blank">
<h2>Kevin MU</h2>
<time>August 24 2014</time>
<div class="txt txtover">Welcome!</div>
</a>
</div>
</li>
to add images create folder in images "ban"
then put the images there with image name "slide.jpg" "slide1.jpg" "slide2.jpg"
forgot to tell
if you add another slideshow you need to add it this too
Code:
<button type="button" name="#"><span></span></button>
so it will look like this
Code:
<div class="rollingIconWrap">
<div class="bgFirst"></div>
<div class="rollingIcon">
<button type="button" name="#"><span></span></button>
<button type="button" name="#"><span></span></button>
<button type="button" name="#"><span></span></button>
</div>
</div>
Then add custom JS to work it
Code:
<script src="http://forum.ragezone.com/template/<?=$core['config']['template'] ?>/js/GNB.js?ver=1406117906083 type=" text="" javascript"=""></script>
<script src="http://forum.ragezone.com/template/<?=$core['config']['template'] ?>/js/Layout.min.js"></script>
<script src="http://forum.ragezone.com/template/<?=$core['config']['template'] ?>/js/core_global.js"></script>
<script src="http://forum.ragezone.com/template/<?=$core['config']['template'] ?>/js/Main.min.js"></script>
<script src="http://forum.ragezone.com/template/<?=$core['config']['template'] ?>/js/jquery-1.8.2.min.js"></script>
<script src="http://forum.ragezone.com/template/<?=$core['config']['template'] ?>/js/Util.js" type="text/javascript"></script>
<script src="http://forum.ragezone.com/template/<?=$core['config']['template'] ?>/js/HeadInfo.js" type="text/javascript"></script>
<script src="http://forum.ragezone.com/template/<?=$core['config']['template'] ?>/js/load-min.js" type="text/javascript"></script>
<script src="http://forum.ragezone.com/template/<?=$core['config']['template'] ?>/js/SNS.js" type="text/javascript"></script>
<script src="http://forum.ragezone.com/template/<?=$core['config']['template'] ?>/js/Main.min2.js"></script>
Download JS:
Attachment 147424
re: [Release] Template ZhyperMU / Webzen Template MuCore 1.0.8
thanks bro @clerigz :) sorry for my mistakes :)) thanks alot . by the way ,what is the best xammp version for this? :)
re: [Release] Template ZhyperMU / Webzen Template MuCore 1.0.8
no problem bro... 1.7.1 or 1.7.3 its your decision of what xamp you want