×

Notice

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

TOPIC: Anyway to remove the "powered by Compojoom" at the footer

Anyway to remove the "powered by Compojoom" at the footer 13 years 2 months ago #11578

  • Eric Grohs
  • Eric Grohs's Avatar Topic Author
  • Offline
  • Senior Boarder
  • Senior Boarder
  • Posts: 41
  • Thank you received: 0
Is there anyway to remove the "Powered by Compojoom comment 4.1.7 stable" footer?

Anyway to remove the "powered by Compojoom" at the footer 13 years 2 months ago #11581

  • Daniel Dimitrov
  • Daniel Dimitrov's Avatar
  • Away
  • Administrator
  • Administrator
  • Posts: 9618
  • Karma: 155
  • Thank you received: 1081
Yep, edit the template through the backend and remove the powered by tag.
Cheers,
Daniel

Anyway to remove the "powered by Compojoom" at the footer 13 years 2 months ago #11586

  • Eric Grohs
  • Eric Grohs's Avatar Topic Author
  • Offline
  • Senior Boarder
  • Senior Boarder
  • Posts: 41
  • Thank you received: 0
Please excuse my ignorance as I am a noob in every sense of the word. To Joomla, to templates, to css & to compojoom.

How do I edit from the backend?

I pulled up my template in template manager.There are no options in parameters because I built my template through artisteer and uploaded it to joomla. When I go into my template and click on "edit css" or "edit html", I cannot find the "div id powered by line"

I was able to edit it successfully using firebug but it is my understanding that you cannot save the changes made in firebug.

Anyway to walk me through this?

Thanks

Anyway to remove the "powered by Compojoom" at the footer 13 years 2 months ago #11589

  • Daniel Dimitrov
  • Daniel Dimitrov's Avatar
  • Away
  • Administrator
  • Administrator
  • Posts: 9618
  • Karma: 155
  • Thank you received: 1081
Hey Eric,
Sorry for my vague explanation.
Log in the backend of joomla.
Go to components-> compojoomComment -> settings. Then click on the content settings and go to the layout tab.

Select yes for this option: "Copy current standard template to customized template directory:" click apply.

After that go again to the layout tab and from "Your customized template:" option select the new template there.
After that click on the "Modify current customized template:" yes. Click again on apply and now you should see 2 new tabs - html and css. Go the html tab and find:
{poweredby}
<!-- powered by will be inserted here.
	 to hide, please do not delete. Just set in css #poweredby { display:none; }
  -->
{/poweredby}

delete the above code and you are ready to go.
Daniel

Anyway to remove the "powered by Compojoom" at the footer 13 years 2 months ago #11594

  • Eric Grohs
  • Eric Grohs's Avatar Topic Author
  • Offline
  • Senior Boarder
  • Senior Boarder
  • Posts: 41
  • Thank you received: 0
Thanks man! Worked out great.

Another issue here arose.

On my frontpage where my articles are posted, I have the intro of my article. Underneath the intro, there is the "write comment line with how many comments in parentheses". This lettering is in bold black. Underneath that is my "read more" button, which is in the same style as the rest of my buttons in accord with my template style. I would like to have the "write comment" line in the same style as my "read more" button. It would be great if the "write comment" line would appear as a button also just like the "read more" button. Instead of an underlined link.I am using the 'mymagazineJoomla' customized template. I believe in other templates I used such as MTModern, I had these 2 features in the same style as my template. For some reason with 'mymagJoomla", the "write comment" goes back to appearing as an underlined link. I will post a pic in a few minutes of what I mean.

Anyway to remove the "powered by Compojoom" at the footer 13 years 2 months ago #11603

  • Daniel Dimitrov
  • Daniel Dimitrov's Avatar
  • Away
  • Administrator
  • Administrator
  • Posts: 9618
  • Karma: 155
  • Thank you received: 1081
Hey Eric,
You'll have to give me a link to your page. Most probably you'll have to add a class to the write comment button.
Daniel

Anyway to remove the "powered by Compojoom" at the footer 13 years 2 months ago #11606

  • Eric Grohs
  • Eric Grohs's Avatar Topic Author
  • Offline
  • Senior Boarder
  • Senior Boarder
  • Posts: 41
  • Thank you received: 0
Here's a pic.

Do you need to have a look at actual site because it's not public yet?

I do have firebug and inspected the writecomments and readmore lines. I see that <spanclass= "art-button-wrapper "> is the code for the read more button. Where would I insert this in the code to change the writecomments line to reflect the same style? Or am I even on the right path?

Anyway to remove the "powered by Compojoom" at the footer 13 years 2 months ago #11607

  • Daniel Dimitrov
  • Daniel Dimitrov's Avatar
  • Away
  • Administrator
  • Administrator
  • Posts: 9618
  • Karma: 155
  • Thank you received: 1081
If you edit the template html file you'll see a reamore block - this is where you have to place the class.

Anyway to remove the "powered by Compojoom" at the footer 13 years 2 months ago #11614

  • Eric Grohs
  • Eric Grohs's Avatar Topic Author
  • Offline
  • Senior Boarder
  • Senior Boarder
  • Posts: 41
  • Thank you received: 0
I cannot find the reamore block that you are referring to for the life of me. Anymore detailed help would be appreciated. Here is the html for my template, below. If I need to copy anything else for you to see, please let me know.

Thanks

compojoom.com/components/com_agora/img/m...74/htmltemplate1.pdf
Copyright © 2010 ---.
All Rights Reserved.

Anyway to remove the "powered by Compojoom" at the footer 13 years 2 months ago #11620

  • Daniel Dimitrov
  • Daniel Dimitrov's Avatar
  • Away
  • Administrator
  • Administrator
  • Posts: 9618
  • Karma: 155
  • Thank you received: 1081
Hey Eric,
I'm always talking about the compojoom template and not your joomla template.

As above you'll have to go to the settings of the component and in the html tab you will see this:
{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' style='clear:both'>
		{preview-lines}
	</div>
	{/BLOCK-preview}
{/readon}

Change class="readon" to the class name you need.
Cheers,
Daniel

Anyway to remove the "powered by Compojoom" at the footer 13 years 2 months ago #11621

  • Eric Grohs
  • Eric Grohs's Avatar Topic Author
  • Offline
  • Senior Boarder
  • Senior Boarder
  • Posts: 41
  • Thank you received: 0
Thanks dude. All worked out. Been working on that one little change for a week now. Nothing felt better than to see that change reflected in the site! :=D

Anyway to remove the "powered by Compojoom" at the footer 13 years 2 months ago #11624

  • Daniel Dimitrov
  • Daniel Dimitrov's Avatar
  • Away
  • Administrator
  • Administrator
  • Posts: 9618
  • Karma: 155
  • Thank you received: 1081
Happy to know that everything is now working! Sorry for my slow responses. As I've said in another threads I'm on Mallorca searching for a flat and have no reliable internet right now.

Cheers,
Daniel

P.S. Please if you find few minutes, write a review here:
extensions.joomla.org/extensions/contact...icles-comments/12259
  • Page:
  • 1
Time to create page: 0.142 seconds