DragonflyCMS Projects > MReviews > Listing all articles? > Community Forums > Phoenix Netology
Forum Index > Community > MReviews

Listing all articles? Reply to topic


Hello,

I have some small problems with mReviews?

When i go to listing all articles in one category, where i have many reviews it expands the site opp? It breaks the site up so i have to scroll sideways to see all on the side.
Here is a picture of it:



Is this hard to fix?

And one more thing?
Is it possible to get the text floating around the cover image?

Like this:



Thanks for all answers!

You are doing a superb job on the MReviews modul, Phoenix!
Thank you for the good work!
Image upload would have been great in this modul! I see that you are planing to fix this soon!?

Regards
Lord_Iscariah

Please enter your server specs in your user profile! 😢


I see what has caused it, use of   - replace lines 715 to 735 of modules/MReviews/index.php with // Build Page Number Hyperlinks echo '<div style="text-align:center;">'._MRSELECTPAGE.'<br />'; // Build Previous Link if ($page > 1) { $prev = ($page - 1); echo '◄ <a href="'.getlink("&op=list_revs&scid=$scid&page=$prev").'">'._PREVIOUS.'</a> | '; } for ($i = 1; $i <= $total_pages; $i++) { if (($page) == $i) { echo '<b>'.$i.'</b> | '; } else { echo '<a href="'.getlink("&op=list_revs&scid=$scid&orderby=$orderby&page=$i").'">'.$i.'</a> | '; } } // Build Next Link if ($page < $total_pages) { $next = ($page + 1); echo '<a href="'.getlink("&op=list_revs&scid=$scid&orderby=$orderby&page=$next").'">'._NEXT.'</a> ►'; } echo '</div>';
I'll have to revisit the image wrap issue because there were other problems with wrapping text, especially when the image is much larger than the text.

Server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS):


Thanx Phoenix!!

That works like a charm! 😉

I understand the issue with the image wrap, and crossing my fingers for a fix on this issue.
I am trying to only use 2 sizes on the pictures in MReviews, 150 x 150 and 150 x 210. The last image size can be different, but the with is always 150px.

How are things going with the image upload facility?

Thanks again for your help!

Regards
Lord_Iscariah

Please enter your server specs in your user profile! 😢

All times are Australia/Adelaide


Jump to: