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

santiego dacosta

New member
Jan 13, 2023
7
1
1
Guy....I neeed help here..I want to know how you enable payment + short link buttons in wp chapter coin ...i'd appreciate your help
 

Attachments

  • 5666.jpg
    5666.jpg
    33.9 KB · Views: 258

MrSam_1

Well-known member
Administrative
Trusted Seller
Dec 1, 2018
23,617
26,958
120
Well, help us to help you.
Who are you? Have you read the rules?

We didn't come to your house starting shooting questions. And even so we would say "Hi" first and introduce ourselves.

What do you think? Does that sound like common sense?
 
  • Like
Reactions: Satsukiz

Albert-Levi

New member
Jul 20, 2022
3
2
3
Guy....I neeed help here..I want to know how you enable payment + short link buttons in wp chapter coin ...i'd appreciate your help
just use shortcode to configure the buttons to your liking, you can also give basic styles to what resembles as you want it.

 
  • Like
Reactions: coolkr123

santiego dacosta

New member
Jan 13, 2023
7
1
1
just use shortcode to configure the buttons to your liking, you can also give basic styles to what resembles as you want it.

THANK YOU
 

Scaz

Member
Nov 11, 2020
36
17
8
Does anyone know how this is done?
You are asking others for help but when others ask you for code and how to do website like yours you ignore them, what a clown

if anyone has this plugin can you share it?

"WP Manga Chapter Protector"
I have but why would i give it to you? Several people asked you for help in this thread you ignored them all the time, while you asked for help at least 5 times yourself.
 
  • Like
Reactions: alahlko

turanbagtur

New member
Aug 2, 2022
16
3
3
You are asking others for help but when others ask you for code and how to do website like yours you ignore them, what a clown


I have but why would i give it to you? Several people asked you for help in this thread you ignored them all the time, while you asked for help at least 5 times yourself.
How can I help you with something I don't know? I want to help you, but unfortunately I have no idea what you want help with!
 

Chikimaro

New member
May 2, 2022
22
16
3
Several people asked you on how you customized your website and you just ignored them
I believe he's allowed to not share his CSS code to avoid getting copy pasted websites popup from everywhere.
Especially if he put a lot of time and effort into it...

just like what happened to toonily and reaper scans.
 

sxload

New member
Nov 25, 2022
18
0
1
arie-scan.s3-tastewp.com
I believe he's allowed to not share his CSS code to avoid getting copy pasted websites popup from everywhere.
Especially if he put a lot of time and effort into it...

just like what happened to toonily and reaper scans.
I don't know about the others but I wanted the css to organize the manga and increase the size and I don't know how to do it
 

Scaz

Member
Nov 11, 2020
36
17
8
I believe he's allowed to not share his CSS code to avoid getting copy pasted websites popup from everywhere.
Especially if he put a lot of time and effort into it...

just like what happened to toonily and reaper scans.
Then he should stop asking other people how they "CUSTOMIZED" their parts of website since he would be copying them and their efforts.
 

Chikimaro

New member
May 2, 2022
22
16
3
Then he should stop asking other people how they "CUSTOMIZED" their parts of website since he would be copying them and their efforts.
from what I see, he only asked if it's possible for someone to share the "WP Manga Chapter Protector" plugin.
 

HypnosWp

New member
Sep 4, 2022
0
1
3
Hi, Does anyone know if the WP Manga Chapter Protector plugin also works for imgur.com storage or only for images that are on web hosting?
 

Chikimaro

New member
May 2, 2022
22
16
3
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.
 
  • Like
Reactions: MrSam_1

Satsukiz

Member
Nov 18, 2022
50
7
8
root
Nice, i try later
some people asked me how to only show views for administrators, the solution is easy.
make sure to apply all the changes in 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.
 

Chikimaro

New member
May 2, 2022
22
16
3

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