Anonymous - Secret Confessions Social Network

Anonymous - Secret Confessions Social Network 5/05/2021

No permission to download

zane09

Member
Apr 25, 2020
71
20
8
I was so desperate for a working one that when I couldn't find it, I ended up making my own secret confession site using a wp blog theme and some plugins, works well and converted to an pl
I was so desperate for a working one that when I couldn't find it, I ended up making my own secret confession site using a wp blog theme and some plugins, works well and converted to an android app 😂
what plugins did you use.. pls I really need to know urgently
 

toriann2136

New member
May 3, 2022
0
0
0
Does anyone know how to replace the age in the post to the username?

Ex:- Male - 18 Years Old ❌
Male - Username ✅
 

SkroogeDK

New member
Jul 12, 2018
8
17
3
Does anyone know how to replace the age in the post to the username?

Ex:- Male - 18 Years Old ❌
Male - Username ✅

Go to
Code:
\resources\views\layouts\
open the filen named item.blade.php, go to line 7, and replace

Code:
    {{ $item->gender->name }} - {{ __('main.years_old', ['age' => $item->age]) }}
With this
Code:
{{ $item->gender->name }} - {{ $item->user->name }}
 
  • Love
Reactions: UddiGamer

fernanvevo412

Member
May 2, 2022
142
23
18
\resources\views\layouts\modal -----> form_write_story.blade.php

Line 22 BEFORE
<a href="{{ __('register') }}" class="btn btn-primary">

Line 22 NOW
<a href="{{ route('register') }}" class="btn btn-primary">
 
Last edited:

fernanvevo412

Member
May 2, 2022
142
23
18
\vendor\swiftmailer\swiftmailer\lib\classes\Swift\Transport ------> AbstractSmtpTransport.php

Line 460 BEFORE
$this->throwException(new Swift_TransportException('Expected response code '.implode('/', $wanted).' but got code "'.$code.'", with message "'.$response.'"', $code));

Line 460 NOW
// $this->throwException(new Swift_TransportException('Expected response code '.implode('/', $wanted).' but got code "'.$code.'", with message "'.$response.'"', $code));
 
Last edited:

fernanvevo412

Member
May 2, 2022
142
23
18
\resources\views\layouts -----------> app.blade.php (TO GIVE DARK THEME TO THE FRONTEND)

LINE 53 BEFORE
<body class="font-sans antialiased">

LINE 53 NOW
<body class="font-sans antialiased theme-dark">
 

fernanvevo412

Member
May 2, 2022
142
23
18
\resources\views\layouts -----------> guest.blade.php (TO GIVE A DARK THEME TO THE FRONTEND LOGIN)

LINE 22 AL 24 BEFORE
<div class="font-sans text-gray-900 antialiased">
@yield('content')
</div>

LINE 22 AL 24 NOW
<body class="font-sans antialiased theme-dark">
@yield('content')
</body>
 
Last edited:

Forum statistics

Threads
69,206
Messages
908,351
Members
236,895
Latest member
jeremcastdlp

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