- Posts: 44
COMMUNITY FORUM
Item in a popup box - is this possible?
- gerald sisimayi
-
Topic Author
- Offline
- Senior Member
Please Log in or Create an account to join the conversation.
- gerald sisimayi
-
Topic Author
- Offline
- Senior Member
- Posts: 44
So I want to put this into a module for K2 - the code is this :
<?php if( $showImage=="with-link"): ?> <a href="<?php echo $row->link; ?>" title="<?php echo $row->title;?>"> <?php echo $row->thumbnail; ?> </a> <?php else:?> <?php echo $row->thumbnail; ?> <?php endif; ?>
Is there anyway I can insert the popup scenario to this correctly ?
Thanx in advance....
Please Log in or Create an account to join the conversation.
- BBC
-
- Offline
- Platinum Member
- Posts: 663
Please Log in or Create an account to join the conversation.
- gerald sisimayi
-
Topic Author
- Offline
- Senior Member
- Posts: 44
Anyway, module is mod_lofk2scroller
I have attached the file I assume needs to be changed. Thanx in advance...
Please Log in or Create an account to join the conversation.
- BBC
-
- Offline
- Platinum Member
- Posts: 663
Please Log in or Create an account to join the conversation.
- BBC
-
- Offline
- Platinum Member
- Posts: 663
Make the same for Intro text and Title if you want.
Please Log in or Create an account to join the conversation.
- gerald sisimayi
-
Topic Author
- Offline
- Senior Member
- Posts: 44
Please Log in or Create an account to join the conversation.
- gerald sisimayi
-
Topic Author
- Offline
- Senior Member
- Posts: 44
Please Log in or Create an account to join the conversation.
- gerald sisimayi
-
Topic Author
- Offline
- Senior Member
- Posts: 44
Please Log in or Create an account to join the conversation.
- BBC
-
- Offline
- Platinum Member
- Posts: 663
It is more than stupid. Software support forum that doesn´t allow you to paste code.
Please Log in or Create an account to join the conversation.
- gerald sisimayi
-
Topic Author
- Offline
- Senior Member
- Posts: 44
Please Log in or Create an account to join the conversation.
- BBC
-
- Offline
- Platinum Member
- Posts: 663
Please Log in or Create an account to join the conversation.
- BBC
-
- Offline
- Platinum Member
- Posts: 663
Please Log in or Create an account to join the conversation.
- gerald sisimayi
-
Topic Author
- Offline
- Senior Member
- Posts: 44
I have attached an example. Each picture is actually a K2 thumbnail. So when someone chooses one of the squares they then have a profile on the grid where they can put their details. If noone chooses a square it will simply have a picture saying "AVAILABLE" see what I mean ? So is that possible. I know how to do it manually (manually assigning an item to a user after they make a request to us but tooo long to do) but I wanted it to be automated.
Please Log in or Create an account to join the conversation.
- BBC
-
- Offline
- Platinum Member
- Posts: 663
It is not so difficult to display users 10 x 10. Put some User K2 module above or under Article position, set class sufix to nostyle in module, or whatever. And it will appear for visitors as K2 Blog list 10 x 10.
But it was not this you asked.
It is not hard to find out how to change URL of thumbs (or users avatars) in module to open some registration fields (even without approval). Or some custom extra fields maybe.
You like this idea with modal box.
But what after.
Please Log in or Create an account to join the conversation.
- gerald sisimayi
-
Topic Author
- Offline
- Senior Member
- Posts: 44
Please Log in or Create an account to join the conversation.
- BBC
-
- Offline
- Platinum Member
- Posts: 663
Please Log in or Create an account to join the conversation.
- BBC
-
- Offline
- Platinum Member
- Posts: 663
I tried to make it work with Aicontacsafe contact form, and it is not easy.
Please Log in or Create an account to join the conversation.
- gerald sisimayi
-
Topic Author
- Offline
- Senior Member
- Posts: 44
Please Log in or Create an account to join the conversation.
- BBC
-
- Offline
- Platinum Member
- Posts: 663
Then you cannot use thumb for something other. It is just displayed thumb. And you need something to check that thumb is busy, so that Users wont try to change info of other people, thinking it is possible.
Please Log in or Create an account to join the conversation.