×

Notice

The forum is in read only mode.
Welcome, Guest
Username: Password: Remember me
  • Page:
  • 1

TOPIC: Bandwidth issues with buttons

Bandwidth issues with buttons 15 years 8 months ago #2906

  • Manos Gryparis
  • Manos Gryparis's Avatar Topic Author
  • Offline
  • Junior Boarder
  • Junior Boarder
  • Posts: 36
  • Thank you received: 0
Sorry but I have huge bandwidth issues with my server. I want to reduce bandwidth so I want to replace the "Read more" button with a "Read More" text link.

Can someone tell me how to do that? (plus add it to next version ie. choosing between button and tex)

Bandwidth issues with buttons 15 years 8 months ago #2909

  • Daniel Dimitrov
  • Daniel Dimitrov's Avatar
  • Away
  • Administrator
  • Administrator
  • Posts: 9618
  • Karma: 155
  • Thank you received: 1081
Do you believe that removing a graphic that is 2kb and that is being cached from the browser is going to solve your problems?

find the following code
{readon}
	<div class='write_comment'>
		<a href="{READON_LINK}#JOSC_TOP" class="readon">{READON_WRITE_COMMENT} ({READON_COUNT} {READON_COMMENTS})</a>
	</div>
	{BLOCK-preview}
	<div class='comment_preview_container'>
		{preview-lines}
	</div>
	{/BLOCK-preview}
{/readon}
and change the readon class to something else
for example
{readon}
	<div class='write_comment'>
		<a href="{READON_LINK}#JOSC_TOP">{READON_WRITE_COMMENT} ({READON_COUNT} {READON_COMMENTS})</a>
	</div>
	{BLOCK-preview}
	<div class='comment_preview_container'>
		{preview-lines}
	</div>
	{/BLOCK-preview}
{/readon}
  • Page:
  • 1
Time to create page: 0.099 seconds