Forums

Powered By Link Appears Multiple Times

MaryLynn 18 Jul, 2012
Hello, I'm not sure if this has been reported before, but in my form the "Powered By ChronoConnectivity - ChronoEngine.com" repeats for every record that's displayed in the table, +1. I probably messed up one of the events somewhere, which one might cause this?

Here is an edited screenshot, since the site might be considered NSFW.



It's hard to read because I haven't gotten to styling it yet, but the repeating links are visible.

CC version is 4.0 RC3.1
and CF version is 4.0 RC3.4.1
Joomla version is 1.5.25
GreyHead 18 Jul, 2012
Hi MaryLynn,

Oh, I've not seen that before. And I'm not sure where in ChronoConnectivity to look :-(

You can hide them with CSS (or buy a subscription and remove them that way). Max may have a better suggestion about finding the root cause though.

Bob
MaryLynn 18 Jul, 2012
Here's a little more info. The form above is a copy, this is the original:



The difference, the page with the 6 Powered By lines, I added an event with custom code to the form, and I put it's name (lister) in "Auto list row event".

It does this, to make the usernames linkable to their personal profiles:
<?php
$form->data['row']['Username'] = "<A HREF=\"http://DOMAIN.com/my-profile?user=". $form->data['row']['cf_user_id'] ."\">". $form->data['row']['Username'] . "</A>";


Did I do something that's making it re-query the DB and embed the form 6 times?
GreyHead 18 Jul, 2012
Hi MaryLynn,

Sorry, that doesn't give me any more clues. I just don't know where it might be coming from. It's the CC link (not the CF one) so I guess it's not from the form.

I suggest that you send a question to Max using the Contact Us button above and include a link to this thread.

Bob
MaryLynn 19 Jul, 2012
Max's suggestion was hide through CSS or subscription as well, I hid it BUT I added the Powered By links manually to all the form instances via the Show Thanks Message, so it's still visible 🙂
GreyHead 21 Jul, 2012
Hi MaryLynn,

Thank you :-)

Bob
CritterLes 05 Aug, 2012
I had one of my forms show the "Powered By" line show up twice. It happened when I called it from an article. I had put the Plugin code in the source window and also put in in the Edit window. I didn't realize it was there twice. Once I removed one. It was fine.

I will add to this and say I don't mind at all advertising such a great Extension.
It is strange on one of my forms the "Powered by" phrase shows to the right of a form.
http://www.tax-concepts.com/index.php?option=com_content&view=article&id=15&Itemid=151
Any suggestions on this one?
Les
GreyHead 05 Aug, 2012
Hi Les,

I think that it is because you have a Multi-line add element as the last item. Try adding an extra Custom Element element with just <div style="clear:both;"></div> in it.

Bob
CritterLes 05 Aug, 2012
Thanks Grey,, I was still working on the form so it wasn't finished yet. ON your suggestion of adding another element, I added the "Submit" button and the "Powered by" dropped down right where it's supposed to be.
Les
This topic is locked and no more replies can be posted.