HTML link issue

This section can be used to submit suggestions for Extension Builder.
Note that this section is not monitored for support.
Forum rules
This forum section can be used to submit suggestions for Extension Builder.
Note that this section is not monitored for support.
Post Reply
User avatar
me.prosenjeet
 
 
Posts: 1265
Joined: Mon Dec 24, 2007 1:50 pm
Location: Lucknow
Contact:

HTML link issue

Post by me.prosenjeet »

I am working on a script extension, the structure is as under:
index.html
-----base_folder
-----------css
---------------style.css
Now in 'base_folder' I need to upload a logo which is mentioned in style.css as '../logo.pmg'(in extension written as $logo$)

In the extension builder when I choose "base_folder" as the upload folder, and I publish, the link that is replaced for $logo$ is './base_folder/logo.png'

and when I preview the index.html, the logo doesn't show.

I want it to set in a way that the logo uploaded by the user uploads inside "base_folder" and a correct link replaces $logo$ in the style.css file so that the logo displays correctly in the index,html
Any help welcome please
Check the new Chat GPT and Malware detect extensions at the link below

Check my WB Extensions
Check my WB Templates
---------------------------------------------------------
www.Lucknowwebs.com
User avatar
Pablo
 
Posts: 21508
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Re: HTML link issue

Post by Pablo »

I'm sorry I'm currently too busy to help you with building extensions.
User avatar
me.prosenjeet
 
 
Posts: 1265
Joined: Mon Dec 24, 2007 1:50 pm
Location: Lucknow
Contact:

Re: HTML link issue

Post by me.prosenjeet »

I can understand Pablo, with the launch of wb11

Others, Im sure some of you are masters in ext development- bacon, rz, naval, jordan- to name a few
Check the new Chat GPT and Malware detect extensions at the link below

Check my WB Extensions
Check my WB Templates
---------------------------------------------------------
www.Lucknowwebs.com
User avatar
[RZ]
 
 
Posts: 1914
Joined: Tue Nov 04, 2008 12:08 pm

Re: HTML link issue

Post by [RZ] »

extb / properties / edit property ->
type: file
publish to folder: base_folder/css

extb / files ->
new folder: base_folder
(click on base_folder to remain it selected)
new folder: css
(click on css to remain it selected)
add files: logo.png

the ext should point then to base_folder/css/$logo$
User avatar
me.prosenjeet
 
 
Posts: 1265
Joined: Mon Dec 24, 2007 1:50 pm
Location: Lucknow
Contact:

Re: HTML link issue

Post by me.prosenjeet »

Thanks RZ, will implement and let you know :D
Check the new Chat GPT and Malware detect extensions at the link below

Check my WB Extensions
Check my WB Templates
---------------------------------------------------------
www.Lucknowwebs.com
User avatar
me.prosenjeet
 
 
Posts: 1265
Joined: Mon Dec 24, 2007 1:50 pm
Location: Lucknow
Contact:

Re: HTML link issue

Post by me.prosenjeet »

Rz

I could sort it, not your way but its working now. Thanks for the help
Check the new Chat GPT and Malware detect extensions at the link below

Check my WB Extensions
Check my WB Templates
---------------------------------------------------------
www.Lucknowwebs.com
Post Reply