Madara - WordPress Theme for Manga By MangaBooth

Madara - WordPress Theme for Manga By MangaBooth v2.2 Nulled + Child Theme + Madara Core + shortc

No permission to download

SNOW

Member
Feb 26, 2019
53
14
8
some people asked me how to only show views for administrators, the solution is easy.
make sure to test on your child theme.

1- follow this tutorial to add views to your chapters:

2- once you have finished and the views are visible, search for

PHP:
function my_manga_chapter_name_info($chapter, $manga_id){
$views = manga_get_chapter_views($chapter['chapter_id']);

echo '<span class="view"><i class="fa fa-eye"></i> ' . $views . '</span>';
}


and replace it with my edited code below

PHP:
function my_manga_chapter_name_info($chapter, $manga_id){
    if ( current_user_can( 'administrator' ) ) {
        $views = manga_get_chapter_views($chapter['chapter_id']);
        echo '<span class="view"><i class="fa fa-eye"></i> ' . $views . '</span>';
    }
}

The code should work immediately, if you face any error let me know.
You Are the best
it worked With me
 

hakue

New member
May 5, 2022
13
3
3
Anyone can suggest me

What hosting good I'm got DMCA
I want server location on Singapore

Thank you so much
 

SNOW

Member
Feb 26, 2019
53
14
8
Anyone can suggest me

What hosting good I'm got DMCA
I want server location on Singapore

Thank you so much
these are options i tested them myself
if it is in for a team translating manga
then Go to : Bana Hosting
Cheap and fast but the 10$ plane has a limit of 1 million indes

if it is for a crawling website
the you have these cheap options

hostginee:
have a limit of 3GB ram but works fine with me
and everything else ulimited

asura hosting
have a limit of 3GB ram but works fine with me
and everything else ulimited

these are the best shared hosting and they are affordable in rang for starting
non of these gave me DMCA issues
 
Last edited:
  • Like
Reactions: hakue

coolkr123

Member
Dec 20, 2022
29
3
8
Even better will be to use reverse proxy along with any server. I am doing that. $15 vps for reverse proxy is sufficient with any vps as main server.
Choose netherland or luxamburg based providers for better service.
 
Last edited:
  • Like
Reactions: hakue

MrSam_1

Well-known member
Administrative
Trusted Seller
Dec 1, 2018
23,617
26,958
120
these are options i tested them myself
if it is in for a team translating manga
then Go to : Bana Hosting
Cheap and fast but the 10$ plane has a limit of 1 million indes

if it is for a crawling website
the you have these cheap options

hostginee:
have a limit of 3GB ram but works fine with me
and everything else ulimited

asura hosting
have a limit of 3GB ram but works fine with me
and everything else ulimited

these are the best shared hosting and they are affordable in rang for starting
non of these gave me DMCA issues
Posting/Sharing of affiliate link/referral link will be considered only if the AFF/REF. ID is required to gain the offer/product/service (ex: only affiliate link will give less/discounted price to the buyer than the regular rate, or only that referral link is required to join a website/developer's site/avail service). MEANWHILE, MAKE SURE YOUR ID IS VALUABLE FOR THE REFERRED PERSON & SHOULD ACT DIFFERENTLY THAN A NORMAL PROCESS. POINT TO NOTE THAT AFFILIATE/REFERRAL LINK SHOULDN'T BE USED/INCLUDED WITH ANY AD-SKIP URL SHORTENER. Note that a NON-PAYOUT based link shortener (ex: https://bitly.com/, etc.) can be used to reduce ONLY the link length and NOT for ANOTHER PURPOSE.
To make it simple to understand, your affiliate link should be a part of an affiliate program that belongs to the target service website and not a double or triple redirect from an ads link generator that contain the target service url. Disguised short url that in many cases are harmful for the end user are prohibited. Only real affiliate links that belong to real affiliate program on the target service are permitted.
NOW! To use affiliate links, every member should be eligible with the following "Give back to the community first" conditions (This applies to new threads added since August 12th 2021):
  1. THE USER MUST BE MINIMUM 3 MONTHS OLD
  2. THE USER MUST HAVE MINIMUM 100 REACTION SCORE (NOTE: THE REACTIONS MUST BE GENUINE, NOT GENERATED BY SPAMMING / MULTIPLE ACCOUNTS / BEGGING FOR REACTIONS.
  3. LEAST BUT NOT LAST, THE USER SHOULD NOT HAVE MORE THAN 5 WARNING SCOR
Please edit accordingly so it won't be needed for penalties
 

coolkr123

Member
Dec 20, 2022
29
3
8
Hello friends, i want to group manga based on status (completed or ongoing). For example if manga is completed then its in one group and if its status is ongoing then its placed in another group. Is it possible with madara theme? please share if anyone know how to do it.
status.jpg
 

Kleen

Member
Jul 3, 2022
59
4
8
Hello friends, i want to group manga based on status (completed or ongoing). For example if manga is completed then its in one group and if its status is ongoing then its placed in another group. Is it possible with madara theme? please share if anyone know how to do it.
status.jpg
Hi, the method I found for this problem is to put them with a genre after you create a specific page of each genre and it will be sorted
 

Rrr11ee

New member
Sep 3, 2022
6
0
1
how to fix this ? i want need just text LATEST MANGA UPDATES like a pict 2 ....
 

Attachments

  • Untitled.jpg
    Untitled.jpg
    73.7 KB · Views: 39
  • 2.jpg
    2.jpg
    9.8 KB · Views: 39

coolkr123

Member
Dec 20, 2022
29
3
8
You are comparing wrong section of page. first screenshot show all novels which has been posted on website which will obviously show everything and another screenshot show (if i am not mistaken) homepage of a website. In that section you can show post according to release date.
 

turanbagtur

New member
Aug 2, 2022
16
3
3
how to fix this ? i want need just text LATEST MANGA UPDATES like a pict 2 ....
For picture 1,

For image 2, select the homepage from the pages tab and click edit
 

Attachments

  • picture-1.JPG
    picture-1.JPG
    54.6 KB · Views: 32
  • picture-2.JPG
    picture-2.JPG
    57.7 KB · Views: 34

About us

  • Our community has been around for many years and pride ourselves on offering unbiased, critical discussion among people of all different backgrounds. We are working every day to make sure our community is one of the best.

Quick Navigation

User Menu