phpBB3 allow a link on forum image - phpbb3

When creating a new forum, an option is
Forum image:
Location, relative to the phpBB root directory, of an additional image to associate with this forum.
Is there a way to add to make the image a live link?

You have two options to do it :
Option 1: You can define U_SITE_HOME in your admin panel to your external URL . But, when he clicks on the first link in Breadcrumbs, he will be redirect to this external link too.
Option 2 : If you only want an live link for the logo and if it is only for your forum, you can alter overall_header.html file in line 83 to :
<a id="logo" class="logo" href="http://www.example.org" title="Example site "><span class="site_logo"></span></a>

Related

When I share a link with the editor it shows the system URL and share URL both in Laravel 8

When I share a link with the editor it shows the system URL and share URL both in Laravel 8.
Please see the attachement.
I want to share only real links (like www.facebook.com) I add a link with my editor when it shows my website it pulls with my current Url /
base URL (like
'http://127.0.0.1/lara_hypermix/post-details/www.facebook.com'). I
want only 'www.facebook.com')
I want to remove 'http://127.0.0.1/lara_hypermix/post-details/' from my created link.

Why i am unable to click the notification,message,profile section

I am currently doing laravel project and I have downloaded the Ace admin template. I have mentioned my problem details in the image. User manager, notification, messages and profile section are not clickable. What might be the problem?
The thing is I want to log out the admin section from the dashboard. I have successfully done the login section.
enter image description here
I think you forget to give url to the usermanager and notification profile
In your image I see like this, your url should be look something like this newportal.test/admin/dashboard/usermanager. Instead of newportal.test/admin/dashboard/# because you are appending # in your url, So click function wont work in your case.
Solution
Give a anchor tag to your notification and usermanager
<a href="newportal.test/admin/dashboard/usermanager" >User manger</a>

Joomla alters the path of the images included in an article

I'm new to joomla and doing some changes to an existing website designed using Joomla.
Given below is a line that I've inserted to an existing article
<img SRC="images/myimages/demo/IM-0002-0025.jpg" class="highlighted" data-value="image_value"/>
but it does not display the image when I view it on website. When I view the source of the image in the webpage it shows below
<img src="http://xxxxxxx.cloudfront.net/images/myimages/demo/IM-0002-0025.jpg" class="highlighted mTSThumb" data-value="image_value">
My JPATH_BASE is http://localhost/mywebsitename/
but still it appends "http://xxxxxxx.cloudfront.net/" to the image path
I've even enabled the URL rewrite as mentioned in the joomla prepends to 'path'
But still it didn't change anything. Please help
It's been a while since I've used joomla but I'm sure you have to begin the line with a forward slash to before images.
<img src="/images/"
This makes it relational to the site.
I'm not sure whether this is a hack or not. but I've managed to fix the issue by specifying the image path followed by a ./
So now the image path looks like this and it works fine.
<img SRC="./images/myimages/demo/IM-0002-0025.jpg" class="highlighted" data-value="image_value"/>
Yes that looks right. Mark your answer as complete

Blog Link in magento

I'm working in magento blog
i have 2 store views each one for different country
the problem is when we add the blog link in the social media page .. we must to write only one store view in the URL
How can i add a blog URL that match with customer store view
ex: if customer from store view 1 open the link .. the URL will be (example.com/storeview1/blog)
and if customer from store view 2 open the link .. the URL will be (example.com/storeview2/blog)
I tried to make the URL be (example.com/blog)
but it refers to 404 page
Try this.
Open Admin panel
Goto System->Configuration
Change Current Configuration Scope to storeview1 or storeview2 from top of leftbar.
search for keyword blog under "aheadWorks Extensions" at leftbar
Try to change Route to Blog from settings.
Hope this will help some how.

Removing site meta description from Joomla 3 protostar template

I have integrated a LinkedIn social share button to my Joomla 3 site. When I go to share the page the share popup shows the phrase 'my Joomla CMS' beside the site title that is being shared. Obviously I do not want this to show. There is some kind of meta description somewhere in the site files but I cannot figure out how to remove it.
I have tried the following:
gone into global configuration and changed site meta description and keywords as well as set 'show meta' and 'show version' to no;
added this line:
<?php $this->setGenerator(null); ?>
to the index.php file
installed the byebyegenerator plugin
commented out all generator code in the head.php and document.php files
After all of this, the linkedin share popup still shows 'my joomla cms' in the site title description.
How can I remove this from my site?

Resources