Category Archives: CMS (en)
WordPress archive – customizing the archive output
Users of wordpress often organize menus on the site through Categories. In this case the categories are displayed as an archive – without formatting, without pictures, videos, etc. Task: show images, videos and formatting when categories are displayed. … Continue reading
Remove Category Archives or Category Archive in the WordPress archive
Also often encountered a problem faced by novice users of WordPress – How to remove the Category Archives at the top of the page? In the Russian version, this inscription sounds like “Archive for category”; and in some versions / … Continue reading
Forum phpBB chmod HOW TO SET THE RIGHTS TO FILES AND FILES
Most sites are hacked because of incorrectly configured access chmod (second place outdated cms modules, sql-injections, etc.). So how do I set up chmod properly in phpBB forums? All folders 755 All files 644 Four exceptions where we set 777: … Continue reading
phpBB youtube insert video in bbcode
To make a button to insert video in phpBB, you need to add a new bbcode, because the function of converting a safe bbcode in html. Directly allow the user to use html – very undesirable in terms of forum … Continue reading
No “Joomla Update!” button in “Components”
To fix it, we write the following query to the database: INSERT INTO `#__menu` (`menutype`, `title`, `alias`, `note`, `path`, `link`, `type`, `published`, `parent_id`, `level`, `component_id`, `ordering`, `checked_out`, `checked_out_time`, `browserNav`, `access`, `img`, `template_style_id`, `params`, `lft`, `rgt`, `home`, `language`, `client_id`) VALUES (‘menu’, … Continue reading
How to post code correctly on a blog
I came across an unpleasant snag. It turns out that when you put php, SQL and other code in the body of a WordPress post, it is reformatted in a certain way and when it is copied into the real … Continue reading
Updating Joomla. Newbie mistakes.
How much I once suffered with upgrading Joomla… I had to update several sites from Joomla 1.0.x to 1.5, then to 2.5. Often it was all done semi-automatically – when the sites were too big. It was the quiet horror … Continue reading
Forum titles & ranks – phpbb forum
Recently I developed my own concept of ranks on the forum. It seems to be a small thing, but success is made of such small things. A good rank system additionally motivates users to participate more actively in the forum … Continue reading
How to update phpBB
Updating the phpBB forum is not as difficult as it may seem at first glance. Of course, it is done in a somewhat manual mode, but it can be worse 🙂 How to update the phpBB engine to the … Continue reading
The phpBB logo
Playing with the muscles filter in photoshop accidentally gave birth to a rather warm and ladylike version of the phpbb logo 🙂 Logo transparent png, you are welcome!
OAuth authorization – how to authorize through social networks
Many engines, including phpBB offer authorization through social networks and other services. The most popular solutions are based on Facebook and Gmail. How to make OAuth (by the example of phpBB):
Install Google Adsense in wordpress manually
Often the wordpress plugin “Google Adsense” does not see the right place for advertising in the template. In this case, the most convenient way is to insert a special code in the right place of the site: <ins id=”sidebar-123″ style=”display: … Continue reading
phpBB link to the last post
There are many mods that allow you to add a link functionality to the last post on the forum. I will not talk about them, because it is a thankless task to multiply forum mods (I will explain why in … Continue reading
Random Joomla article
As always – we do everything by regular means because it is safe and does not load the server (so the site is not slowed down by 100500 third-party extensions). Recipe for outputting random material in the module: … Continue reading
Best plugin for youtube output in WordPress – Youtube Channel Gallery
Long searched for a suitable plugin to display video from youtube on the site with the engine WordPress. There are a lot of options. And most of them are paid. Prices range from $10 to $200, and the quality and … Continue reading
joomla revalidate register global
Jumla installer has become very clever these days. Checks at the beginning of the requirements and if the hosting does not match them – refuses to install. Stupidly lit button “Re-check” and all. Most often it has to do … Continue reading
Joomla: uncategorized in breadcrumbs
A small tip for joomla crumbs problem – when you link other materials/categories to a menu item that is uncategorized, their names are duplicated in the crumbs. If you select “out of category” (uncategorized), then this inscription appears in the … Continue reading