Daniel Anghel

Forum Replies Created

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • in reply to: MEssage div linkable to message page #20628
    Daniel Anghel
    Participant

    Hi,

    I am having a little bug with the solution you gave me.

    I just noticed that if I try to check any message on the left side, it goes to the message. That’s because the checkbox also have the a link. There is any way to avoid the checkbox from being linked to the message page? Thanks!

    in reply to: MEssage div linkable to message page #20091
    Daniel Anghel
    Participant

    Nice! Thanks for the support!
    Very apreciated your help!

    Unfortunately, i had a problem with that piece of code. This is the part of the template where i inserted te code you gave me:

    <div id="fep-table" class="tabla-listachats fep-table fep-odd-even">
    			<?php
    			while( $messages->have_messages() ) {
    				$messages->the_message(); ?>
    				<a id="mensaje-completo-general" href="<?php echo fep_query_url( 'viewmessage', [
    				'fep_id' => fep_get_the_id(),
    				'feppage' => isset( $_GET['feppage'] ) ? $_GET['feppage'] : 1,
    				'fep-filter' => isset( $_GET['fep-filter'] ) ? $_GET['fep-filter'] : '',
    				] ); ?>">
    				<div id="fep-message-<?php echo fep_get_the_id(); ?>" class="fep-table-row">
    					<?php foreach ( Fep_Messages::init()->get_table_columns() as $column => $display ) : ?>
    						<div class="fep-column fep-column-<?php echo esc_attr( $column ); ?>"><?php Fep_Messages::init()->get_column_content( $column ); ?></div>
    					<?php endforeach; ?>
    				</div>
    				</a>
    				<?php
    			} //endwhile
    			?>
    		</div>

    The problem is that the a link stays on top of the name/photo of the author. I attach image to explain it better. The bluepart is the a tag i inserted.

    Thank you kindly!

    Attachments:
    You must be logged in to view attached files.
    in reply to: MEssage div linkable to message page #20076
    Daniel Anghel
    Participant

    I already did the template customization for pretty much stuff I wanted to change, but I cannot seem to find the code part that links the subject to the message page. Would you mind to point me at least in the right direction to do this change to the div?

    Thank you so much for your time.
    And BTW, you did a great job with the plugin!! Congrats!

    Kind regards

Viewing 3 posts - 1 through 3 (of 3 total)