Plugins

Discussion about plugins and integrations.

35
2

Hey PHP developers! We’re a team of passionate PHP users, and we’ve launched a free PHP vulnerability scanner. It detects SQL injections, XSS, command injections, and more.


We’re in beta, and it would be extremely helpful to get feedback from a more professional audience. Please check it here -


We’re looking for any tips, wishes, or constructive criticism you could offer. Thank you!




Julia, CEO on PHP Secure


76
2

Hallo Community and - Codologic,


over the past few months I've ventured into another PHP project with lots of tutorials and examples - for someone like me who had next to no PHP knowledge, this was a tough one.
A friend then helped me to correct the last mistakes and now everything works as it should and the online theme editor, style editor and file manager is ready. The code could certainly be written nicer and more logical, but at least my editor works now.



You can easily integrate this into any CMS or forum script or even edit your HTML homepage with it.



If you are interested - try it out and if you want, please give me a STAR for my work on GitHub - thank you very much.


Here You go:



Slowly, very slowly, I'm learning and getting better with PHP bit by bit - it's fun to learn.


Kind regards, WebCrew smile


recent by WebCrew  ·  Oct 25 '22 at 12:17 pm
179
5

Hallo @community, @admin & @adesh

I`m working on some kind of Portal System for Codoforum. It is based on a Flat File System. With it You can convert every HTML5 Theme into a Portal or Welcome Page for Codoforum. It is already 80% done and most features such as online on page HTML and CSS live editing etc. are already working.


What I urgently need to know is:


Are there any "shortcodes" (like offered by Word Press Shortcode API) for Codoforum? I need some kind of a shortcode to integrate lets say Codoforums latest 10 Topics each rendered with the Topic Name and 250 letters of text etc.


Something like:


<html>
<head>
<title>Portal</title>
</head>
<body>
<h1>Newest 10 Topics</h1>
<?php_include;[topic_list id="top_10"] ?>
</body>
</html>

Any help would be awesome but please take into account that although I have a good knowledge of HTML and CSS, I only have a very subtle basic knowledge of PHP. A simple explanation would be best - thank you very much.


Kind regards,


Andy smile


recent by admin  ·  Sep 13 '21 at 6:52 pm
119
2
Mr.Beee posted Nov 2 '20 at 9:17 pm

Is it possible to get a Steam login plugin? If not, could you let me know what I need to add to a plugin so I can try to make one myself as there are some Steam login/register classes available, but no idea where to start to get this to register to the database.


Any advice would be greatly appreciated.


recent by admin  ·  Nov 3 '20 at 11:24 pm
88
8
Mr.Beee posted Oct 26 '20 at 4:21 pm

Hello all, I have been messing with this software for a few days now, and I have to say, I love it, thank you.


I have crated a block to query Steam servers and it works as expected. However, it show up on the bottom of the page, no matter what theme I use. Even if I haven't added to any blocks, it's just there.


My website is; beee.uk and if you scroll down a little, you can see what is going on. It shows in the block I selected, but it shows below too.


Any help would be greatly appreciated.


Thank you.


recent by Mr.Beee  ·  Oct 28 '20 at 4:27 pm
130
1
pupsik posted Jun 24 '20 at 6:37 pm

Russian Language Pack v4.9.4

Here it is:

Note: translated 100% (not admin panel). Every line has been hand translated. There is no better alternatives out there. smile

@admin there is misspell in "password" english lang pack line 450

'passowrd cannot be less than ' => 'passowrd cannot be less than ',

Missing line in en_US:

'Edit Profile' => 'Edit Profile',

Lines need to be replaces to read language files.

sites/default/themes/default/templates/user/profile/edit.tpl

line 281:

<div class=""><span>{_t("General")}</span></div>

line 375:

<div class=""><span>{_t("Notification level")}</span></div>

line 90:

<div class=""><span>{_t("Edit Profile")}</span></div>

line 412:

<div class=""><span>{_t("Categories")}</span></div>

line 437

<div class=""><span>{_t("Topics")}</span></div>
recent by admin  ·  Jul 6 '20 at 3:02 pm
208
795
15
Actions
Hide topic messages
Enable infinite scrolling
Previous
1234 ... 11
Next
All posts under this topic will be deleted ?
Pending draft ... Click to resume editing
Discard draft