₦airaland Forum

Welcome, Guest: RegisterLoginWith GoogleTrendingRecentNew

Stats: 3,330,473 members, 8,445,639 topics. Date: Wednesday, 15 July 2026 at 10:35 AM

Toggle theme

Etoluw's Posts

Nairaland ForumEtoluw's ProfileEtoluw's Posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 (of 22 pages)

ProgrammingRe: Who Can Solve This In PHP? by etoluw: 4:24pm On Feb 04, 2021
The solution to the first one
function getN( $arr, $n = 3, $end = true ) {
$count = count($arr);
if($end) $n = $count - $n; else $n--;
sort($arr);
return $arr[$n]; }
ProgrammingRe: Who Can Solve This In PHP? by etoluw: 9:41am On Feb 04, 2021
@WebLab Have you been able to fix it?
ProgrammingRe: Who Can Solve This In PHP? by etoluw: 12:14pm On Feb 02, 2021
WebLab:
Like I said, I don't think I attached price to the questions. It's a challenge from one of my students and I have solved some of the questions but these two I are left. If anyone can solve it, I will learn and thank him and someone else might also learn through it in the future. If no one solves, I will keep cracking it till it dissolves.
As Programmers, we solve questions on Stackoverflow without asking for a penny. He's not at faults for asking for money though. Everyone to his view.
Thanks.
okay
I'll try to solve it later in the day and will get back to you
ProgrammingRe: Who Can Solve This In PHP? by etoluw: 7:13am On Feb 02, 2021
WebLab:
Please house, I need solutions to these two guys in PHP

1) Write a function that would return the Nth largest element from start or the end (default from the end) in an array, and then provide a set of test cases against that function.
- Note: That is the Nth largest element in the sorted order, not the Nth distinct element.
For Example: Given [3,2,1,5,6,4], n = 2, from = end, return 5.

2) Write a function that would: arrange an array of positive integers to form the largest number or the smallest number. (default largest)
- Note: Return a string instead of an integer in case the result is too large.
For example, given [2, 20, 24, 6, 8], type = largest, the largest formed number is 8624220.
how much u go pay?
WebmastersRe: Please How Can I Fix This? ( Help Urgently Needed ) by etoluw: 8:24pm On Feb 01, 2021
post d link to your site and let me check it. is it a wordpress site?
WebmastersRe: . by etoluw: 11:25pm On Jan 30, 2021
Brightale:
send me your WhatsApp number please
0812_961_5641
WebmastersRe: . by etoluw: 1:56pm On Jan 30, 2021
Brightale:
Hi everyone, I will like to know why JavaScript isn't working on my PC. I do embed my scripts in my HTML codes, and then run. On running the codes, oy the HTML codes would work. I've tried it on all 4 browsers on my PC, including chrome and Firefox, the outcome were still the same.
Note: JavaScript has been enabled on all browsers.
Thanks!
most likely you have errors in your code.
use the JavaScript console to check the error
Jobs/VacanciesRe: Currently Hiring - Experienced Wordpress Developer by etoluw: 7:01pm On Jan 29, 2021
is the job still available and can it be done remotely?
ProgrammingRe: My PHP Code Run Locally On XAMPP But Showing Syntax Error Online by etoluw: 5:46pm On Jan 29, 2021
Akprof:
What can be making my php code to be running online but showing syntax error online?
The php version you are using locally is probably different from the one on the server
ProgrammingRe: I Need Focused People To Join A Whatsapp Group For Learning Java by etoluw:
pls add me
ProgrammingRe: How Do I fix this On My Wordpress Website by etoluw:
lloydtruth:
Please which plugin exactly
I have tried several plugins none gives me exactly what I want
you will use the register new user hook to achieve that
WebmastersRe: Linking Flutterwave To Wordpress Site To Collect Payment by etoluw: 8:34pm On Jan 23, 2021
bitscomp:
Please I have a flutterwave account for my NGO to accept donations. I also have a Wordpress website for the NGO. How do I link the two so that donor can donate via a form from my website.

Thank you.
check here

https://github.com/Flutterwave/wp-rave-payment-forms
WebmastersRe: Pls Who Can Build A Blog For Me #5k by etoluw: 10:56am On Jan 22, 2021
Cybercop2002:
I wanna start a travel and tourism,politics and lifestyle blog but I am living in a slum but wanna create awareness with the blog so I nees expert in the game to assist me,t
it is something you can do yourself.
Just install WordPress and a free theme
ProgrammingRe: I Need A UI Designer Budget 50k by etoluw:
talk2hb1:
I need a UI Designer Budget 50k,
Just drop your WhatsApp number or link so I can contact you or chat me up on Telegram with this username @TheHonored
ProgrammingRe: Wordpress Plugin Developer Needed by etoluw: 9:54pm On Jan 12, 2021
Tccomms:
Still looking for one with reasonable price for simple plugin
whatsapp me 0812_961_5641
WebmastersRe: Is It Possible To Create A Website Like Piggyvest With Wordpress by etoluw: 11:34am On Jan 12, 2021
Gwebmaster:
How can it be achieve
What are the required plugins and theme
And other extensions
I don't think you can get a pre-made theme/plugin

you will have to build the theme yourself or hire a wordpress developer to assist you
WebmastersRe: Is It Possible To Create A Website Like Piggyvest With Wordpress by etoluw: 8:29am On Jan 12, 2021
Gwebmaster:
I am sorry for how the question was structured, I am a first timer

So, please can WordPress be used to create a website similar to https://piggyvest.com
it is possible
ProgrammingRe: Yoda Condition? by etoluw: 9:43am On Jan 09, 2021
Karleb:
You might have probably seen something like this before now.

if (5 == $five);

It's called Yoda condition, you check the reverse.

I see this a lot in PHP codes and there are arguments as to why it is better than the normal comparison.

Personally, I don't like it.

Is it really necessary?
it helps to avoid a bug where you mistakenly type "=" instead of "=="
ProgrammingRe: I Need Help With Wordpress Plugin by etoluw: 6:03am On Dec 31, 2020
cbrass:
i have actually tried something similar before but my menu wasn't showing again. but this link you sent seems different.
I will let you know if it works.
I am grateful brother. May the good Lord bless you cheesy

modified
It worked bro. please see attached image.
Na oversabi won kill me, that was why it didn't work grin grin
Thank you ones again
glad to hear that
but I think that link would appear on all the menus registered in the theme.

maybe you should create a settings page where the user can select the particular menu he wants the link to be added to
WebmastersRe: Help With This Wordpress Plugin by etoluw: 5:57am On Dec 31, 2020
Sharpdx:
Oh, I wanted to add something similar to my online store. It's so hard to manage a WordPress site when you don't know much about coding. I was learning everything watching free tutorials and browsing forums and still, I didn't know about the commerce plugin, so thanks a lot for the information it's really useful. I also had some troubles with the theme of the site. It's working fine, but the design looks a little bit dated for my taste. I want to hire a professional web designer for [color=black]consulting wordpress theme[/color] to increase sales.
what do you want to do? we can assist you
ProgrammingRe: I Need Help With Wordpress Plugin by etoluw: 1:19am On Dec 30, 2020
cbrass:
Okay. Thanks bro
The idea is the plugin when installed will automictically show a link at the menu
follow the advice below and let's see if it will solve the problem.

https://wordpress.stackexchange.com/questions/121309/how-do-i-programatically-insert-a-new-menu-item
ProgrammingRe: I Need Help With Wordpress Plugin by etoluw: 11:47pm On Dec 29, 2020
cbrass:
programmatically ?
I think it is possible
let me do the research and get back to you
ProgrammingRe: Javascript Issue by etoluw: 8:25pm On Dec 29, 2020
babajeje123:
Okay, see this. It is not working.
you did not add value attribute to them
e.g

<input type="radio" name="colours" id="purple" value="purple" > Purple
ProgrammingRe: I Need Help With Wordpress Plugin by etoluw: 8:23pm On Dec 29, 2020
cbrass:
My first try is to want to add the link no the Nav menu so that it can show in the navigation but that didn't work.
It is easy to add custom link to Nav menu
ProgrammingRe: I Need Help With Wordpress Plugin by etoluw: 8:19pm On Dec 29, 2020
go to the "front-page.php" file you'll find where to put it.
if your theme does not have "front-page.php" put it in the "home.php" file
WebmastersPls - How Can I Setup Webserver On Android Phone by etoluw(op):
Pls does anyone know of an app that will install Webserver(PHP, MySQL,Apache) on an android phone.

The one I was using before(palapa webserver) comes with PHP5.4 which is lower than the minimum requirements for WordPress (5.6).

please I have tried googling it but the ones I see are not satisfactory.
WebmastersRe: How Tn Add Add Code To My Website by etoluw: 10:24am On Dec 22, 2020
Omoniyidarasimi:
How to add code to my website using HTML
if you are using WordPress you can use the code editor for that
ProgrammingRe: How To Make Money Coding Without A Job by etoluw: 6:04pm On Dec 21, 2020
tensazangetsu20:
Always the same bullshit on all articles. Why does everyone avoids the path of creating themes and plugins for marketplaces as a way of earning money. Imagine making one theme and making over one million USD in sales. Enter envato and see. What of apps and plugins? L
creating themes and plugins is not easy
it is only experienced web developers that can do that
WebmastersRe: Wordpress Specialist Needed Asap by etoluw: 4:34pm On Dec 20, 2020
Gistgist1:
If you know you're specialize or you know much in wordpress customization, please signify in comments section.

And if you know comment is too childish for your likeness you can reach out @ +2347062253074
what exactly do you need?
do you want a custom plugin/theme or you want to modify an existing theme?
ProgrammingRe: Android Developers Pls Help by etoluw:
Etinosa1234:
I have already changed it and it's still the same error...

I'll have to look for another way to add menu options to the Navigation view ... Thanks

Millerules
the error is an inflateException which means it has to do with the layout xml

android:theme="@style/ThemeOverlay.AppCompat.Dark.ActionBar">
I think this is where the error is

change it to "@style/ToolbarTheme"

then edit the styles.xml resource

<style name="ToolbarTheme" parent="ThemeOverlay.MaterialComonents.Dark.ActionBar"></>

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 (of 22 pages)