Jump to content

Dusan

Blizzard
  • Posts

    482
  • Joined

  • Last visited

  • Days Won

    39

Everything posted by Dusan

  1. Hes issue was loading forum trough HTTP, after making it load via HTTPS, it seems to fixed his problem with not being able to login.
  2. Hey, i hope i understood you correctly. You want title to be like Topic Name - Site Name ? If so, this is how you can do it. Go to FTP (or whatever you use to edit files on server), navigate to system/Output and download Output.php Open that file and search for return $title; , right above that line add this code $title = preg_replace('/ - [a-f0-9]{32}/','',$title); So after adding that, you code should look like this $title = preg_replace('/ - [a-f0-9]{32}/','',$title); return $title; And i think that should solve your issue with forum name showing.
  3. That should work by default, once you copy and paste link of a thread and post it as reply. If it's not enabled, go to System > Posting > Automatically embed links? and mark it.
  4. Version 1.1.7

    46 downloads

    NOTICE: This is the "Lite" version of the app. All features are enabled and you may create up to 50 URL aliases. Synopsis Advanced path aliases is an application that allows you to change or create url paths to point to any page on your site. It enhances the capabilities of the core IPS furl definitions in the following ways: Set any interior page of your site as the homepage Maintain multiple custom path aliases for any individual page Set a path alias as canonical to be used as the primary URL for a page Create path aliases to 301 redirect old URL's to new locations Create path aliases to redirect to external web pages Set the HTTP protocol to be used explicitly for any page Automatically redirect old URL's when new URL's are created for a page What's New in Version 1.1.7 Fixed issue with meta tags on aliased URL's
  5. Hey, i do things over PM if i need their forum link, because i understand that some people don't want to share that info public, and that's pretty much only reason i start conversation there. If it doesn't require me to check forum first hand, then i help out via thread. But again, even after doing it in PM i always try to post solution that we found for that issue, so other people can see and read about it and probably find it helpful if they encounter similar issue.
  6. Welcome back, enjoy your stay!
  7. Version 1.1.0

    33 downloads

    This plugin adds a css value for each tag that can be later modified in the themes css files. Included where ever tag is displayed as well as in view more tag popup
  8. Version 1.0.3

    19 downloads

    NOTE: This is not official version for 4.3.6, but it was tested on that version and it works fine. Once author uploads new version, this will be updated accordingly. Simple plugin that changes the behaviour of a forum topic title link so that it goes to the first unread post rather than the first post in the topic. At the moment this is a global change but it could be done on a per-user basis if there is sufficient interest.
  9. Version 1.0.8

    10 downloads

    What does it do? This plug-in prevents your members from trying to steal attention, by entering a title in purely uppercasing with lots of punctuation. The Plug-in will try and strip the text to a more readable format that is constant with your board posting guidelines. Plug-in Settings: Case Types: There are 5 different types of casing that you can use. No Modification, Sentence Case, Upper Case, Lower Case and Title Case. Excessive Punctuation: This tries to reduce excessive punctuation from the title. This will turn ??????? to ? and !!!!!! to !. Exception Words: These are word of your choosing that will never have their casing changed, regardless of your plug-in settings. If the word is upper case, all of these words in the title will be forced Upper case for example. Remove Characters: These are characters that will be removed regardless of how many there are in the title text. Names that begin with O', Mc or Mac will be processed automatically from o'neill to O'Neill or mcneill to McNeill. Please Note this version has been converted from a Plug-in to a Application. If you have previously installed the plugin version, do NOT uninstall the plugin until you have installed the Application version first or you will lose your previous settings. I have created a upgrade script, but it seems to be a hit and miss whether or not it will work. You may have to manually port over your plugin settings afterwards. Changed: Converted the plugin version to an Application. This will give me much more control over future additions which I have planned for this Application. Changed: The Settings form is now split into 5 different tabs to make it easier to work with. Added: StopShouting will now handle core applications such as CMS and Calendar Events. I do not have 'Gallery' or 'Blogs' so I cannot test these on my install. Added: The ability to disable or override CMS's built in formatting functions. This is to prevent StopShouting's titles being overwritten by CMS text formatting and to save some CPU cycles. If you want a field to be formatted, you must SELECT it in CMS using the 'Apply Text Formatter' in the field Settings. The formatting Options will be ignored while handled by StopShouting. CMS titles will be handled automatically regardless of these settings. Changed: Optimized the code to reduce overhead and speed things up a little more. Fixed: Titles with certain punctuation characters were not handled correctly and the words afterwards would not be capitalized correctly. Fixed: Exceptions 'words' function was not working as expected. I have finally managed to fix this issues.
  10. I messaged him and he messaged me back that he fixed issue. It was something with having http in config, so he switched it to https and it was fixed.
  11. Welcome back, hopefully you will stay active this time.
  12. Go to Filezilla, find that folder "data" , right click on it, go to "File Permissions" and change "Numeric value" to 777 Do same for "internal_data" folder.
  13. Version 1.0.1

    90 downloads

    Website Footer v1.01 Adds a footer to your forum with bunch of links, social media. As you can see from the screen-shots, you can add up to 6 different blocks, quickly change the look and feel via the plug-in settings and add your own logo. Feel free to use or not.
  14. Then use it like this <IfModule mod_rewrite.c> Options -MultiViews RewriteEngine On RewriteBase /forum/ RewriteCond %{REQUEST_FILENAME} !-f RewriteRule \.(js|css|jpeg|jpg|gif|png|ico|map)(\?|$) /forum/404error.php [L,NC] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /forum/index.php [L] </IfModule>
  15. Is your forum on www.tlz.ro/forum or?
  16. Don't understand if you already installed forum, or you are trying to install it, but anyways, .htaccess doesn't have anything to do with that, just point your browser url, to where you uploaded your forum on server. For .htaccess, this is some standard one that is used for IPBoard <IfModule mod_rewrite.c> Options -MultiViews RewriteEngine On RewriteBase / RewriteCond %{REQUEST_FILENAME} !-f RewriteRule \.(js|css|jpeg|jpg|gif|png|ico)(\?|$) - [L,NC,R=404] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] </IfModule>
  17. Version 4

    48 downloads

    This plugin will display products from your Store on a widget in two ways: New Products or Featured Products. Plugin settings: Type of products to display: new or featured products Groups allowed to view the block Commerce related setting: New Products: Show up to X products added to the store within the last X days Requirement: Commerce application Notes: The carousel will not turn on unless you have more products than will fit inside the widget. It also will not magically turn on if you shrink your browser width. The carousel determines itself whether to enable or not when the page is first loaded.
  18. Glad to hear that. No problem, that's why we are here.
  19. Well maybe you can check this out then.
  20. I am not sure that you can use raw php in templates. What are you trying to achieve with this anyways? Display status of a server?
  21. <?php include( './script-folder/script-name.php' ); // Path to script main file ?> Not sure if you can use something like that direct, but maybe you can include it as external script to your template.
  22. Version 1.0.1

    19 downloads

    This allows show the IP Address in post to show on Mobile as by default this is hidden.
×
×
  • Create New...