Page 3 of 6 FirstFirst 12345 ... LastLast
Results 21 to 30 of 56
    1. Pligg Mobile Template Details »»

      Pligg Mobile Template

      Version: 1.0.0, by (Junior Member/Designer) mobiweb is offline
      Developer Last Online: May 2013 Show Printable Version Email this Page
      Pligg Version: 1.2.x Rating:  (1 votes - 5.00 average) Installs: 12
      Released: 04-02-2012 Last Update: Never Downloads: 242
      Supported Is a Module Auto-Templates Re-useable Code
      Code Changes

      Pligg_Mobile.PNG

      + Instruction:
      - Step 1: Extract Pligg Mobile package and copy "mobile" folder under "templates" folder to "your Pligg root folder/templates"
      - Step 2: Compare and merge the change of following files with your code to avoid conflict. If you have not make any changes on these files, just override them.

      config.php - config mobile template
      story.php - show comment list
      libs\html1.php - display pagination
      modules\captcha\captchas\math\captcha.tpl - math captcha mobile layout
      modules\captcha\captchas\reCaptcha\captcha.tpl - reCaptcha mobile layout
      modules\captcha\captchas\WhiteHat\captcha.tpl - WhiteHat mobile layoyt
      modules\simple_messaging\templates\inbox.tpl - change to mobile layout
      modules\simple_messaging\templates\inbox_link_in_m enu.tpl - link to inbox
      modules\simple_messaging\templates\menu.tpl - Inbox menu link
      modules\simple_messaging\templates\sent.tpl - change to mobile layout
      modules\simple_messaging\templates\show_message.tp l - change to mobile layout

      - Configuration of upload module:
      mobilepligg_upload_config.jpg

      Cheers.

      Download Now


      Show Your Support

      • This download may not be copied, reproduced or published elsewhere without author's permission.
  1. #22
    Member worldwalker's Avatar
    Joined
    Jun 2010
    Posts
    94
    Version
    1.0.0
    Thanks
    Received:0
    Given: 0
    Version
    1.2.0
    RE: Version 1.0.0

    ok.

    completely re-downloaded fresh install did nothing. the alignment is still screwed up a bit.
    before trying it out i uninstalled socialmobile all together, same with detectmobile module. then reinstalled the mobile, using the templates/mobile setup instead of templates/socialmobile.

    and no change.



    by the way.

    the folder "libs" goes where ?
    and where do the files:*

    config.php

    and

    story.php

    go ?


    edit: just disabled the auto-thumb module. that fixed it. so now i will see what i can edit it out in the mobile template.

    if you have any tips on which part of the script i need to edit out to not show thumbnail in link summary please do let me know.


    i saw that you had thumbnails in one of the screenshots. what do you use for that ?
    Last edited by worldwalker; 04-28-2012 at 06:41 AM.

  2. #23
    Junior Member/Designer mobiweb's Avatar
    Joined
    Apr 2012
    Posts
    29
    Thanks
    Received:1
    Given: 0
    Version
    1.2.0
    Site
    http://mobilepligg.com
    worldwalker,

    I use image.php for thumbnails. It's here: Upload Module Image Resize and Crop

    If you do not attach image in the story, it won't display thumbnail. Like live demo in upcomming section.

    The code check thumbnail displaying is in link_summary.tpl

    Code:
    {if ($pagename eq "index" ||  $pagename eq "upcoming") && $image1 neq ""}
    	<li class="story-preview"><!-- Listview -->
    {elseif ($pagename eq "index" ||  $pagename eq "upcoming") && $image1 eq ""}
    	<li class="no-thump">
    {else}
    	<li>
    {/if}
    If you do not need thumbnail, just leave <li>

    libs folder : your pligg root folder/libs
    config.php: your pligg root folder/config.php
    story.php: your pligg root folder/story.php
    Last edited by mobiweb; 04-30-2012 at 05:24 PM.

  3. #24
    Junior Member jemelle's Avatar
    Joined
    May 2012
    Posts
    1
    Thanks
    Received:0
    Given: 0
    Version
    1.1.5
    It is more appropriate to every body if it is compatible to almost all mobile phones because not all the person can afford the hi tech mobile phones.

  4. #25
    Junior Member Augusto's Avatar
    Joined
    Apr 2012
    Posts
    14
    Thanks
    Received:0
    Given: 0
    Quote Originally Posted by mobiweb View Post
    There is one thing you should do is change folder name "socialmobile" to "mobile". Because this is set in config.php unless you change this name in config.php as instruction.

    Another thing is you are using auto_thumb module. This might cause the conflict.
    How can we disable auto_thumb when mobile?

  5. #26
    Junior Member/Designer mobiweb's Avatar
    Joined
    Apr 2012
    Posts
    29
    Thanks
    Received:1
    Given: 0
    Version
    1.2.0
    Site
    http://mobilepligg.com
    Quote Originally Posted by Augusto View Post
    How can we disable auto_thumb when mobile?
    You can apply the disabled code in config.php. The function isMobile() returns true if mobile.

  6. #27
    Junior Member wilgestcredit's Avatar
    Joined
    Jun 2012
    Posts
    1
    Thanks
    Received:0
    Given: 0

    thatīs a cool one

    I like templates like this. Keep it simple beatch! hahaha for my website I chose one in black and white. Really cool!

  7. #28
    Senior Member/Coder/Designer sansui's Avatar
    Joined
    Aug 2008
    Location
    India
    Posts
    194
    Thanks
    Received:1
    Given: 0
    Mobiweb Great work and wonder full mobile template Thanks for share

  8. #29
    Junior Member jerocarson's Avatar
    Joined
    Jul 2012
    Posts
    18
    Thanks
    Received:2
    Given: 0
    Please, I can't install this module, Can someone Guide me on the steps Please? Thanks

    My Issue..

    Do I Overwrite all these? and Change the Config.php to Config Mobile template?

    config.php - config mobile template
    story.php - show comment list
    libs\html1.php - display pagination
    modules\captcha\captchas\math\captcha.tpl - math captcha mobile layout
    modules\captcha\captchas\reCaptcha\captcha.tpl - reCaptcha mobile layout
    modules\captcha\captchas\WhiteHat\captcha.tpl - WhiteHat mobile layoyt
    modules\simple_messaging\templates\inbox.tpl - change to mobile layout
    modules\simple_messaging\templates\inbox_link_in_m enu.tpl - link to inbox
    modules\simple_messaging\templates\menu.tpl - Inbox menu link
    modules\simple_messaging\templates\sent.tpl - change to mobile layout
    modules\simple_messaging\templates\show_message.tp l - change to mobile layout

  9. #30
    Junior Member/Designer mobiweb's Avatar
    Joined
    Apr 2012
    Posts
    29
    Thanks
    Received:1
    Given: 0
    Version
    1.2.0
    Site
    http://mobilepligg.com
    Hi jerocarson,

    If you have not make any change on those files. Just overwrite them. Otherwise, you need to merge them manually.
    You do not have to rename config.php

    Let me know if you have any issue.
    Last edited by mobiweb; 08-06-2012 at 04:14 AM.

  10. #31
    Junior Member jerocarson's Avatar
    Joined
    Jul 2012
    Posts
    18
    Thanks
    Received:2
    Given: 0
    thanks alot, it worked like maggic..

Page 3 of 6 FirstFirst 12345 ... LastLast

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Pligg Modules and Pligg Templates from Pligg Pro Web Hosting Services by Midphase Dreamhost Web Hosting Donate to Pligg