5681
brutalicuss
Rating system in publisher module

Hi again

Is it possible to sort items by rating?
We have option to sort by hits and time, but not by rating
There is beautiful rating system in single item, but we cant use it for items sorting

Is it possible, or this module has such option, but im blind again



5682
timgno
Re: force password change
  • 2015/6/22 6:40

  • timgno

  • Module Developer

  • Posts: 1504

  • Since: 2007/6/21


I think may be simple

Just create a counter based on the date of the first registration or last time you changed the password and jump to form send back to resend password after a certain time

Using profile/preloads/core.php



5683
redheadedrod
Re: force password change

With 2.6 Profile SHOULD make use of the new Service manager..

The service manager should allow flexible use of items like this so it won't be an issue.

Rodney




5684
timgno
Re: TDMCreate 1.91 alpha 1 for Testing
  • 2015/6/21 5:54

  • timgno

  • Module Developer

  • Posts: 1504

  • Since: 2007/6/21


Quote:
what do you think about my suggestions b.3 and c.4 in post #71


Suggestion b.3 certainly, but not in this version, this should change all the code elements fields and would work a little longer, maybe in the next version.

Suggestion c.4, you can do if you can put in your personal copy by default the type of editor, we take the code from the core to determine the type of editor, why bother?



5685
brutalicuss
Re: New tab in publisher module

Oh.. found a way in class/item.php - function getItemLink :)

Sorry for the embarrassment!



5686
wishcraft
Using Lorea Ipsum in Workable Demos

I just want to share something with you, I have finished setting up my module demonstration again at http://2.5.xoops.demo.labs.coop -- but to finish it off I added just a block below the menu that people can turn of for the demo; that constantly changes the Lorea Ipsum each refresh; this not only help with the score of the page or way visiblely to the search engines changing, it will also provide some control on the physical environment.

The code for that block is:-
for($y=1;$y<=2;$y++)
if (
mt_rand(-1,4)>=1)
{
    
$rows 1;
    echo 
"implode("

"json_decode(file_get_contents("http://lipsum.labs.coop/v1/paragraphs/any/1/".$rows."/json.api"), true)) . "

"
;
} else {
    
$rows 1;
    foreach(
json_decode(file_get_contents("http://lipsum.labs.coop/v1/lists/any/".($items mt_rand(1,4))."/".$rows."/json.api"), true) as $list) {
        
$liststyle mt_rand(01)!=1?"ol":"ul";
        echo 
"<$liststyle style='margin: 9px; padding: 3px; font-size:  0.89em; text-align: justify; text-shadow: 2px 1px -2px #e0033a;'>
  • implode("
  • "$list) . "
  • $liststyle>";
        }
    }


    Thanks Enjoye !~ wishcraft



    5687
    brutalicuss
    New tab in publisher module

    hi guys

    Could you help me with "target="_blank" for <{$item.titlelink}> for "publisher_dysplay_full.html"

    I want to set this link to "publisher_item.html" to be in new tab ("target="_blank")

    10x

    And, is it possible to exclude xoops header and footer only for "publisher_item.html"



    5688
    Mamba
    Re: force password change
    • 2015/6/19 13:53

    • Mamba

    • Moderator

    • Posts: 11373

    • Since: 2004/4/23


    Quote:
    Preload system should be improved.

    How? Could you make detailed suggestions so Richard can think about it?
    Support XOOPS => DONATE
    Use 2.5.10 | Docs | Modules | Bugs



    5689
    luciorota
    Re: force password change
    • 2015/6/19 9:22

    • luciorota

    • Module Developer

    • Posts: 216

    • Since: 2007/4/20


    Good!
    I'm working on a module too
    but i have conflict problems with Profile module.
    Preload system chould be improved.



    5690
    Roby73
    Re: force password change
    • 2015/6/18 23:16

    • Roby73

    • Friend of XOOPS

    • Posts: 262

    • Since: 2011/6/15


    I am interested at the same problem.
    i am doing a module for this.

    I send news here and in xoopsitalia (metalslug)




    TopTop
    « 1 ... 566 567 568 (569) 570 571 572 ... 29425 »



    Login

    Who's Online

    590 user(s) are online (504 user(s) are browsing Support Forums)


    Members: 0


    Guests: 590


    more...

    Donat-O-Meter

    Stats
    Goal: $100.00
    Due Date: Jul 31
    Gross Amount: $0.00
    Net Balance: $0.00
    Left to go: $100.00
    Make donations with PayPal!

    Latest GitHub Commits