Go Back   Pligg CMS Forum > Pligg Development > Pligg Templates

Reply
 
LinkBack Thread Tools
Mobile Friendly Pligg Template Details »»
Mobile Friendly Pligg Template
Version: 0.0.3, by chuckroast (Coder/Designer) chuckroast is offline
Developer Last Online: Nov 2008 Show Printable Version Email this Page

Version: Beta 9.9.5 Rating: (3 votes - 5.00 average) Licence: Affero GPL
Released: 10-07-2007 Last Update: Never Installs: 10
Template Edits Auto-Templates Is in Beta Stage  
No support by the author.

Mobile Friendly Pligg

This is the mobile friendly template which is already included in any Pligg version 9.8 and up. The mobile friendly version allows for visitors to interact with your Pligg site on many mobile devices.

Works for Pligg 9.8

How does it work?
Just place the mobile folder in your templates directory.

You can then create a link on your site to the mobile template using the url mydomain.com/settemplate.php?template=mobile

Or by simply creating a sub-domain like mobile.mydomain.com and make it forward to mydomain.com/settemplate.php?template=mobile

See here for special instructions you'll need to do with your main site template

If you like this template please consider making a donation through PliggSites.com
Enjoy!

Download Now

File Type: zip mobile.zip (133.4 KB, 341 views)

Screenshots

File Type: jpg k04ok8.jpg (9.7 KB, 289 views)

Licence Agreement

The Affero GPL can be read by following this URL.

Show Your Support

  • If you like this modification support the author by donating.
  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #2 (permalink)  
Old 10-07-2007, 05:15 PM
New Pligger
 
Join Date: Aug 2007
Posts: 10
Thanks: 0
Thanked 0 Times in 0 Posts
Awesome.. Thanks Will try it out
Reply With Quote
  #3 (permalink)  
Old 10-08-2007, 10:22 PM
Casual Pligger
 
Join Date: Jul 2007
Posts: 61
Thanks: 2
Thanked 7 Times in 5 Posts
I Don't know if it's just me but when I click on the home links in this templates to get back to front page it loads in the default template and not the mobile template....is there a way to resolve this?

The vote buttons also break out of the mobile template back to the orginal template.

...and the search feature also

Last edited by sefs; 10-08-2007 at 10:33 PM..
Reply With Quote
  #4 (permalink)  
Old 10-08-2007, 10:58 PM
chuckroast's Avatar
Coder/Designer
Pligg Version: 1.0
Pligg Template: ExpertVision
 
Join Date: Jun 2006
Location: PA
Posts: 2,367
Thanks: 169
Thanked 437 Times in 276 Posts
Quote:
Originally Posted by sefs View Post
I Don't know if it's just me but when I click on the home links in this templates to get back to front page it loads in the default template and not the mobile template....is there a way to resolve this?

The vote buttons also break out of the mobile template back to the orginal template.

...and the search feature also
This sounds like your trying to view this on your computers web browser. It's a mobile template. It's made to be used through mobile devices. It's probably grabbing stuff from your browsers cache. And probably conflicting with your cookie too.

If you are reporting a bug please post the device name, mobile OS, mobile browser and version.
__________________
Visit PliggPro the official Pligg Mods & Template Shop!

Reply With Quote
  #5 (permalink)  
Old 10-09-2007, 12:22 AM
Casual Pligger
 
Join Date: Jul 2007
Posts: 61
Thanks: 2
Thanked 7 Times in 5 Posts
ah ha. No, i was testing it on my computer.
Reply With Quote
  #6 (permalink)  
Old 10-10-2007, 06:35 PM
New Pligger
 
Join Date: Jul 2007
Posts: 16
Thanks: 0
Thanked 0 Times in 0 Posts
Mobile Template - Link URL

I was not sure if this should go here or in the templates section but here it goes-

I am using the Mobile template. When I click on the headline it does not take me to the original link. Any ideas?

Thank you in advance. The Mobile idea is great
Reply With Quote
  #7 (permalink)  
Old 10-10-2007, 06:56 PM
chuckroast's Avatar
Coder/Designer
Pligg Version: 1.0
Pligg Template: ExpertVision
 
Join Date: Jun 2006
Location: PA
Posts: 2,367
Thanks: 169
Thanked 437 Times in 276 Posts
There is a setting in your admin section for this, however some may want it to be template specific.

If so open link_summary.tpl in the mobile template
and look for
Code:
<div class="toptitle">
            {if $use_title_as_link eq true}
                {if $url_short neq "http://" && $url_short neq "://"}
                    <a href="{$url}" {if $open_in_new_window eq true} target="_blank"{/if}>{$title_short}</a>
                {else}
                    <a href="{$story_url}">{$title_short}</a>
                {/if}
            {else}
                    <a href="{$story_url}">{$title_short}</a>
            {/if}        
        </div>
and change it to
Code:
<div class="toptitle">
            {if $use_title_as_link eq true}
                {if $url_short neq "http://" && $url_short neq "://"}
                    <a href="{$url}" {if $open_in_new_window eq true} target="_blank"{/if}>{$title_short}</a>
                {else}
                    <a href="{$url}">{$title_short}</a>
                {/if}
            {else}
                    <a href="{$url}">{$title_short}</a>
            {/if}        
        </div>
That should do it.
__________________
Visit PliggPro the official Pligg Mods & Template Shop!

Reply With Quote
  #8 (permalink)  
Old 10-10-2007, 08:32 PM
New Pligger
 
Join Date: Jul 2007
Posts: 16
Thanks: 0
Thanked 0 Times in 0 Posts
Thank you very much! I really appreciate it.

Thank you very much! I really appreciate it.
Reply With Quote
  #9 (permalink)  
Old 10-10-2007, 08:36 PM
chuckroast's Avatar
Coder/Designer
Pligg Version: 1.0
Pligg Template: ExpertVision
 
Join Date: Jun 2006
Location: PA
Posts: 2,367
Thanks: 169
Thanked 437 Times in 276 Posts
Quote:
Originally Posted by tinear10 View Post
I was not sure if this should go here or in the templates section
I moved these under the mobile template thread in case anyone else needs the above info.
__________________
Visit PliggPro the official Pligg Mods & Template Shop!

Reply With Quote
  #10 (permalink)  
Old 10-11-2007, 05:07 PM
New Pligger
 
Join Date: Jul 2007
Posts: 16
Thanks: 0
Thanked 0 Times in 0 Posts
Does this work with all of the major mobile platforms? I am thinking about the iPhone, Windows Smart Phones and Blackberries. Thank you. I love this idea.

Last edited by tinear10; 10-11-2007 at 05:15 PM..
Reply With Quote
Reply

Thread Tools
Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Similar Threads
Thread Thread Starter Forum Replies Last Post
*Preview - Pligg Mobile Template chuckroast Template Support 21 11-16-2007 01:38 PM
siChunk Series of Templates for pligg Adaman Template Sales 1 10-02-2007 10:17 PM
siElite Pligg v9.7 Template Adaman Template Support 0 08-27-2007 04:56 PM


Search Engine Friendly URLs by vBSEO 3.2.0