News:

Join the Facebook Fan Page.

Main Menu

Optimus

Started by Bugo, February 15, 2011, 03:48:12 PM

Previous topic - Next topic

Cola-Coca

Hi,
I successfully installed the mod (SMF 2.1) and when I want to see the sitemap it shows me only a white blank page?
I put CHMOD to 777 from sitemap.xml but it still shows white blank page.
I LOVE SMF

Bugo

I have a bit of a worse problem – I can't even see a link to your website. And I don't even know which version of the mod you installed, what settings you enabled, and all those other little details.

Cola-Coca

Quote from: Bugo on November 03, 2024, 10:23:11 PMI have a bit of a worse problem – I can't even see a link to your website. And I don't even know which version of the mod you installed, what settings you enabled, and all those other little details.

I have installed the latest version of the mod (v3.0 Beta).
I solved the problem by clearing the cache of the browser I use.

Thanks.
I LOVE SMF

vitalog2010

Dear @Bugo,

I recently installed Optimus 3.0 Beta and I'm trying to add a meta-tag description.

When I set "The forum description" for the Homepage, the meta-tag description remains the same across every page of the forum.

Configuration Details:
"Display the topic first message snippet as the meta-tag description": Enabled

In Optimus 2.13, this configuration worked perfectly, displaying the topic's first message snippet as the meta-tag description. However, it doesn't seem to function the same way in Optimus 3.0 Beta.

System Information:
  • SMF 2.1.4
  • PHP 8.2
  • Optimus 3.0 Beta
  • Installed mod: Stop Forum Spam

Could you please guide me on how to resolve this issue in Optimus 3.0 Beta?

Thank you!
My System Information:
  • SMF Version: 2.1.4
  • PHP Version: 8.2
  • MySQL version: 8.0.40
  • Installed mods: Stop Forum Spam 1.5.6

Bugo

Everything is fine on the test forum, I'll try to test it on a fresh installation.

vitalog2010

Quote from: Bugo on November 07, 2024, 10:23:28 AMEverything is fine on the test forum, I'll try to test it on a fresh installation.

Dear @Bugo,

I have tested the issue three times by installing it on a clean SMF setup. Please let me know when you test it, as I need to find a solution to fix it.

Thank you!
My System Information:
  • SMF Version: 2.1.4
  • PHP Version: 8.2
  • MySQL version: 8.0.40
  • Installed mods: Stop Forum Spam 1.5.6

Bugo

I have checked the display of the description tag in three scenarios: when only the general description of the forum is provided, when a topic description is specified, and when the option to display the first message as the description is enabled. In the latter case, the topic description will still be displayed if it has been previously set by the user.

In other cases, where no description is provided and the option to display the first message of the topic is not enabled, the default SMF description should be used—specifically, the topic title should be displayed as its description. If your experience differs, please describe your actions step by step and check for the influence of other mods (which may have been installed previously but left their traces even after removal).

By the way, please show me your forum; I will take a look at the page descriptions.

vitalog2010

#1147
Dear @Bugo,

I am currently testing Optimus 3.0 Beta on a local computer before deploying it on a public server.

I noticed that when I remove the description for the homepage and enable "Display the topic first message snippet as the meta-tag description," it works correctly. However, there is no description on the main page of the forum. When I add a meta description for the homepage, the original issue persists.

I have not installed any other mods and had not done so before. For reference, I upgraded my SMF from version 2.1.8 to 2.1.4. Please note that Optimus 2.13 functions correctly with this configuration.

Here is a screenshot of my settings:
[nofollow]

Same metadescription in all pages:
[nofollow]

I can create a test subdomain and provide test admin details for you. Could you please test it on my forum? Let me know if this works for you, and I'll send you the details via PM.

Thank you for your assistance!
My System Information:
  • SMF Version: 2.1.4
  • PHP Version: 8.2
  • MySQL version: 8.0.40
  • Installed mods: Stop Forum Spam 1.5.6

Bugo

No, you don't need to create anything. Just share the info about your test environment setup: PHP, Database, and so on. Did you use the latest package of Optimus 3.0 from this site? And one more question: what's stopping you from installing Optimus on the live site, enabling the necessary settings, and checking how they work? It only takes a couple of minutes.

vitalog2010

#1149
Quote from: Bugo on November 08, 2024, 04:33:11 AMNo, you don't need to create anything. Just share the info about your test environment setup: PHP, Database, and so on. Did you use the latest package of Optimus 3.0 from this site? And one more question: what's stopping you from installing Optimus on the live site, enabling the necessary settings, and checking how they work? It only takes a couple of minutes.

@Bugo , Thank you for the message.

I have installed it to public server (test subdomain), but the problem is same. In every post page the meta description is same as in the main (home) page.
How can I fix it ? Which file and which line is responsible for this function? I have a large forum and I would like to fix it.

The mod version: Optimus 3.0 RC1, PHP version: 8.2.25, MySQL version: 8.0.40.

The Optimus 2.13 Working Fine.
My System Information:
  • SMF Version: 2.1.4
  • PHP Version: 8.2
  • MySQL version: 8.0.40
  • Installed mods: Stop Forum Spam 1.5.6

Bugo

The description on the main page is handled by the addDescription method in  Sources/Optimus/Handlers/FrontPageHandler.php, and the description of the topic page is handled by the menuButtons method in Sources/Optimus/Handlers/TopicHandler.php. Please report the results.

vitalog2010

#1151
Quote from: Bugo on November 12, 2024, 03:17:56 AMThe description on the main page is handled by the addDescription method in Sources/Optimus/Handlers/FrontPageHandler.php, and the description of the topic page is handled by the menuButtons method in Sources/Optimus/Handlers/TopicHandler.php. Please report the results.

Dear @Bugo,

Thank you for the information.

In the Sources/Optimus/ directory, I do not see a Handlers folder. Please check the attached screenshot for reference:
[nofollow]

I have already tried uninstalling and reinstalling several times.

Is it possible to manually add these missing folders and files? If so, could you please specify which folders and files need to be added manually in the Sources/Optimus/ directory ?
And which additional folders should be rechecked (in which directory) to ensure there are no missing files or folders?

Thank you very much for your help.
My System Information:
  • SMF Version: 2.1.4
  • PHP Version: 8.2
  • MySQL version: 8.0.40
  • Installed mods: Stop Forum Spam 1.5.6

Bugo

See Github repository for information: https://github.com/dragomano/Optimus/tree/main/src

Are we definitely talking about the same version of the mod? 3.0 RC1?

Perhaps you haven't completely removed the previous version?

vitalog2010

#1153
QuoteSee Github repository for information: https://github.com/dragomano/Optimus/tree/main/src [nofollow]

Should I download add add all "Github" files and folders manually to the same directories ?

QuoteAre we definitely talking about the same version of the mod? 3.0 RC1?
Yes, we are talking about the 3.0 RC1

QuotePerhaps you haven't completely removed the previous version?
I have a clean backup of my forum, I'm trying on the clean backup, but the problem is same.

Thank you so much

My System Information:
  • SMF Version: 2.1.4
  • PHP Version: 8.2
  • MySQL version: 8.0.40
  • Installed mods: Stop Forum Spam 1.5.6

Bugo

Just remove the current version via the Package manager, then make sure Sources/Optimus directory is deleted (delete it manually if it is not). After all, install the 3.0 RC1 version (download the archive from the mod's page on this site). After that, check the contents of Sources/Optimus directory.

vitalog2010

Quote from: Bugo on November 12, 2024, 06:04:29 AMJust remove the current version via the Package manager, then make sure Sources/Optimus directory is deleted (delete it manually if it is not). After all, install the 3.0 RC1 version (download the archive from the mod's page on this site). After that, check the contents of Sources/Optimus directory.

Dear Bugo,

I sincerely apologize for the confusion earlier; I mistakenly provided the wrong screenshot. After reviewing everything, I can confirm that all files and folders are correctly installed, and there are no missing files or folders. However, the issue with the meta-description persists, and I am unsure how to resolve it.

Thank you
My System Information:
  • SMF Version: 2.1.4
  • PHP Version: 8.2
  • MySQL version: 8.0.40
  • Installed mods: Stop Forum Spam 1.5.6

Xpresskonami

Hello I use smf 2.0
I activate a Cloudflare DDos attack in which new visitors will pass through verification before accessing my forum. But My content image graph stops working whenever i share a post to whatsapp group or Facebook. But if i deactivate the cloudflare Ddos attack. The open image graph will start working back. Please how can I fix this with the DDOs activated?

Arantor

You can't. You literally can't. The graph image gets blocked by CloudFlare because it can't answer their "are you human" (because the graph image fetcher isn't human)
Holder of controversial views, all of which my own.


^SoporteGSM^

Hello! I need help.

I need help so that the keywords can include separate words, for example: "two words" and the system interprets it as one keyword and not as 2.

Is this possible?

Bugo

In version 3.0, this issue should not exist. As for the other version, a solution has already been mentioned somewhere in this topic, so please look for it.

Advertisement: