Customization

Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Sat Mar 01, 2014 8:10 pm
Reply with quote
Report this post
http://bollywoodbook.in/index.php/movie ... al-siyappa

1) below in place of LATEST FROM i want it to look "LATEST ITEMS"
2) for both Latest from and Related Items i want small images be visible on left side of the text
User avatar
Expert Boarder

GK User
Sat Mar 01, 2014 8:39 pm
Reply with quote
Report this post
Hi again, sorry but this time I have tell you this:

Its not possible for us to provide customization support or site setup support for all the members, it delays our bug fixes and other support commitments. That customization is not regular Template support. If you want typical customization help you can hire us.

p.s.
1) Sometimes you have to use modules, K2 items don't have all features.
2) Please watch movies on youtube how to use Firebug or similar tools.
User avatar
Platinum Boarder

GK User
Sun Mar 02, 2014 8:26 am
Reply with quote
Report this post
hey Mr. pawel,

plz help me for the last time m trying to learn firebug

u provide such support for developer account, i will purchase it soon

plz help for final time as this would be final time customization
User avatar
Expert Boarder

GK User
Sun Mar 02, 2014 10:02 am
Reply with quote
Report this post
I'm not sure if Developer subscription include customization that's why ask about it before you will spend so many euros.

about "latest from...", you have to edit this file: gk_gamenews\html\com_k2\templates\default\item.php
and you have to replace two blocks located from 265.
By default it looks like this:
Code: Select all
<?php if($params->get('itemRelated') && isset($this->relatedItems)): ?>
            <div class="itemAuthorContent">
                  <h3><?php echo JText::_("K2_RELATED_ITEMS_BY_TAG"); ?></h3>
                  <ul>
                        <?php foreach($this->relatedItems as $key=>$item): ?>
                        <li class="<?php echo ($key%2) ? "odd" : "even"; ?>"> <a class="itemRelTitle" href="<?php echo $item->link ?>"><?php echo $item->title; ?></a> </li>
                        <?php endforeach; ?>
                  </ul>
            </div>
            <?php endif; ?>
            <?php if($params->get('itemAuthorLatest') && empty($this->item->created_by_alias) && isset($this->authorLatestItems)): ?>
            <div class="itemAuthorContent">
                  <?php if($params->get('itemAuthorLatest') && empty($this->item->created_by_alias) && isset($this->authorLatestItems)): ?>
                  <h3><?php echo JText::_('K2_LATEST_FROM'); ?> <?php echo $this->item->author->name; ?></h3>
                  <ul>
                        <?php foreach($this->authorLatestItems as $key=>$item): ?>
                        <li class="<?php echo ($key%2) ? "odd" : "even"; ?>"> <a href="<?php echo $item->link ?>"><?php echo $item->title; ?></a> </li>
                        <?php endforeach; ?>
                  </ul>
                  <?php endif; ?>
            </div>
            <?php endif; ?>


And must be
Code: Select all
<?php if($params->get('itemAuthorLatest') && empty($this->item->created_by_alias) && isset($this->authorLatestItems)): ?>
            <div class="itemAuthorContent">
                  <?php if($params->get('itemAuthorLatest') && empty($this->item->created_by_alias) && isset($this->authorLatestItems)): ?>
                  <h3><?php echo JText::_('K2_LATEST_FROM'); ?> <?php echo $this->item->author->name; ?></h3>
                  <ul>
                        <?php foreach($this->authorLatestItems as $key=>$item): ?>
                        <li class="<?php echo ($key%2) ? "odd" : "even"; ?>"> <a href="<?php echo $item->link ?>"><?php echo $item->title; ?></a> </li>
                        <?php endforeach; ?>
                  </ul>
                  <?php endif; ?>
            </div>
            <?php endif; ?>

            <?php if($params->get('itemRelated') && isset($this->relatedItems)): ?>
            <div class="itemAuthorContent">
                  <h3><?php echo JText::_("K2_RELATED_ITEMS_BY_TAG"); ?></h3>
                  <ul>
                        <?php foreach($this->relatedItems as $key=>$item): ?>
                        <li class="<?php echo ($key%2) ? "odd" : "even"; ?>"> <a class="itemRelTitle" href="<?php echo $item->link ?>"><?php echo $item->title; ?></a> </li>
                        <?php endforeach; ?>
                  </ul>
            </div>
            <?php endif; ?>

User avatar
Platinum Boarder

GK User
Sun Mar 02, 2014 10:21 am
Reply with quote
Report this post
for both Latest from and Related Items i want small images be visible on left side of the text

It request lot's of PHP customization - so sorry, but not me.
or
just use two additional modules for it and it will be maybe easy -- search here: http://extensions.joomla.org/extensions ... extensions
User avatar
Platinum Boarder

GK User
Sun Mar 02, 2014 1:29 pm
Reply with quote
Report this post
hey Mr. Pawal,

u have misunderstood the query, either i was not able to explain it properly

1) i wanted to say that below in place of LATEST FROM it should be "LATEST ITEMS" in place of "from" should be letter " items", only want to replace letters not positions

2) for 2nd query i have attachment plz refer it . i want to show just small images with items
User avatar
Expert Boarder

GK User
Sun Mar 02, 2014 1:32 pm
Reply with quote
Report this post
something like this

PFA
User avatar
Expert Boarder

GK User
Sun Mar 02, 2014 7:10 pm
Reply with quote
Report this post
Use related module which will show K2 items, probably it may have all or almost all features what you need.
I didn't saw with scroll & arrows but .... maybe I didn't search too much, I used those only for J2.5, sorry.

Useful link: http://extensions.joomla.org/extensions ... extensions
search there.
User avatar
Platinum Boarder


cron