293301
patagon
Re: module-related title hack
  • 2003/4/5 0:31

  • patagon

  • Quite a regular

  • Posts: 235

  • Since: 2002/1/8 0


Hi:

I think it would be great this made it into XOOPS (I dont know the programming part of this, so how it is no idea :P.

Another benefit is that it makes it easier to bookmark pages..rigth now I think every forum post has the same name if you try to bookmark it...



293302
mvandam
Re: module-related title
  • 2003/4/4 21:14

  • mvandam

  • Quite a regular

  • Posts: 253

  • Since: 2003/2/7 2


I think this is a good idea in general... i.e. having the title of what you are looking at in the 'title' tag.

However, since there are potentially many modules whose contents may have a 'title', we would want a more general method for doing this, rather than hardcode 'forum'-specific stuff into the core files.

I will submit as a feature request on sourceforge.



293303
kain
Re: module-related title
  • 2003/4/4 17:23

  • kain

  • Just popping in

  • Posts: 56

  • Since: 2002/1/9 9


ok, i'll mail a developer, or if they see this topic they can respond directly here.
thanks for your points



293304
SirTanksAlot
Re: XoopsGallery Sorting Fix

Initially, I made a bunch of changes trying to track the problem down.. I finally came to this simplification.


Comment out line 223 in album.php..

for some reason, it doesn't like 2 saves on the album... The first would seem to go through ok.. but the second would always fail. by commenting out line 223 and only doing the save after outside that function call, everything else seemed to work ok...



293305
oddpixel
Re: module-related title
  • 2003/4/4 10:13

  • oddpixel

  • Just popping in

  • Posts: 4

  • Since: 2003/3/26



How about submitting this to be implemented in final XOOPS 2? (I.E mailaing a link to this info to one of the developers)

I gather we all want search engines to properly index messages in our forums etc...

what do you think?

// O.



293306
kain
Re: module-related title
  • 2003/4/4 9:25

  • kain

  • Just popping in

  • Posts: 56

  • Since: 2002/1/9 9


ok, it's done, here's how:

in mainfile.php add

$xoopsConfig['forumpage'] = 0;
$xoopsConfig['forumtitle'] = "";

after $xoopsConfig['db_pconnect'] = 1;

yes, probably isn't the best way but works for me, after this:

-------------
in /modules/newbb/viewtopic.php

take the
include(XOOPS_ROOT_PATH."/header.php"); around line 46 and port it after

$myts->makeTboxData4Show($forumdata['topic_title']);

and before add
$xoopsConfig['forumtitle'] = $forumdata['topic_title'];

so it will result:

- - - - - -
$forumdata['topic_title'] = $myts->makeTboxData4Show($forumdata['topic_title']);
$xoopsConfig['forumtitle'] = $forumdata['topic_title'];
include(XOOPS_ROOT_PATH."/header.php");
- - - - - -

around line 40 of the same file add
$xoopsConfig['forumpage'] = 1;
after
} elseif (empty($topic_id)) {
redirect_header("viewforum.php?forum=$forum",2,_MD_ERRORTOPIC);
exit();
}

so it will result

- - - - - -
} elseif (empty($topic_id)) {
redirect_header("viewforum.php?forum=$forum",2,_MD_ERRORTOPIC);
exit();
}
$xoopsConfig['forumpage'] = 1;
- - - - - -

around line 36-40

------------------------------
in /include/functions.php
find the tag and the others one, replace all with
if ($xoopsConfig['forumpage'] == 1)
{

echo "\n";
echo "\n";
echo "".$xoopsConfig['sitename']." - ".$xoopsConfig['forumtitle']."\n";
echo "\n";
echo "\n";
echo "\n";
echo "\n";
echo "\n";
echo "\n\n";
//$xoopsConfig['forumpage'] = 0;

} else {

echo "\n";
echo "\n";
echo "".$xoopsConfig['sitename']." - ".$xoopsConfig['slogan']."\n";
echo "\n";
echo "\n";
echo "\n";
echo "\n";
echo "\n";
echo "\n\n";


}

so it will result

- - - - - - - -
$meta = $myts->makeTareaData4InsideQuotes($meta);


if ($xoopsConfig['forumpage'] == 1)
{

echo "\n";
echo "\n";
echo "".$xoopsConfig['sitename']." - ".$xoopsConfig['forumtitle']."\n";
echo "\n";
echo "\n";
echo "\n";
echo "\n";
echo "\n";
echo "\n\n";
//$xoopsConfig['forumpage'] = 0;

} else {

echo "\n";
echo "\n";
echo "".$xoopsConfig['sitename']." - ".$xoopsConfig['slogan']."\n";
echo "\n";
echo "\n";
echo "\n";
echo "\n";
echo "\n";
echo "\n\n";


}
include(XOOPS_ROOT_PATH."/include/xoopsjs.php");

- - - - -

around line 52-83

that's all, when you or some search engine spider visits a forum's thread you or he will see the topic title in title's page


example:
http://www.kuht.it/modules/newbb/viewtopic.php?topic_id=1443&forum=3



293307
hal_u1
Re: XoopsGallery Sorting Fix
  • 2003/4/4 8:24

  • hal_u1

  • Just popping in

  • Posts: 5

  • Since: 2003/4/4 8


I can't patch these diffs, so Please show more easy format.

Quote:
220 Ins:

I can't understand this means Insert null line?

Quote:
505 Change: if ($fd = fs_fopen($gallery->app->albumDir . "/serial.dat","w"

This line is
if ($fd = fs_fopen($gallery->app->albumDir . "/serial.dat", "w")) {
but diffs mean exact bellow?
if ($fd = fs_fopen($gallery->app->albumDir . "/serial.dat","w"




293308
kain
module-related title hack
  • 2003/4/3 12:15

  • kain

  • Just popping in

  • Posts: 56

  • Since: 2002/1/9 9


it would be a nice feature to add, for example, in the tag the subject of the forum thread displayed.<br>this feature can dramatically increase visibility in search engines, like geocrawler et similia.<br>i'm working on this on XOOPS 1.3.9, what do you think? </div> <div style="position: relative; bottom:0px; right: 15px; padding-top: 15px; text-align: right; clear: both"> <a class="btn btn-success btn-xs" href="#top" title="Top"><i class="far fa-arrow-alt-circle-up"></i></a> </div> </div> <hr> </div> </div> <style> .kapla { background: #f6f7fb; padding: 10px; border-radius: 3px; border: 1px solid #e3ebf6; } </style> <!-- irmtfan hardcode removed style="padding: 5px;float: right; text-align:right;" --> <div class="pagenav"> <a href="https://xoops.org/modules/newbb/viewtopic.php?topic_id=7856"><strong>Topic</strong></a> | <a href="https://xoops.org/modules/newbb/viewforum.php?forum=10"><strong>Forum</strong></a> </div> <div class="clear"></div> <br> <br> <style> #forum-more-info-31454{display: none} </style> <script> $( document ).ready(function() { $( "#forum-show-more-31454" ).click(function() { $( "#forum-more-info-31454" ).toggle("slow"); }); }); </script> <div class="post-body" style="background:#efefef;border-radius:4px;padding:7px;margin-top:15px;margin-bottom:10px;"> <div class="post-eren" style="background:#fff;margin:5px;padding:15px;box-shadow: 0 1px 2px #bbb"> <div class="post-text post-text-mob"> <span style="position: absolute; right: 45px;"> <a style="color: #666666; font-size: 12px" id="31454" href="https://xoops.org/modules/newbb/viewtopic.php?post_id=31454#31454"><i class="fas fa-hashtag"></i>293309</a> </span> <br> <div class="kapla"> <div class="row"> <div class="col-md-12"> <div class="candidates-img float-left mr-4"> <img style="max-width: 72px;" src="https://xoops.org/uploads/cavt4094b93946135.gif" alt="Rjupiter" class="img-circle img-responsive img-thumbnail"> </div> <div class="candidates-list-desc job-single-meta pt-2"> <h5 class="mb-2 f-19"><i class="fas fa-bars"></i> quote4xoops.1.01 - anyone use??</h5> <ul class="list-inline mb-0"> <li class="list-inline-item mr-4"> <p class="text-muted f-15 mb-0"><i class="far fa-calendar-alt"></i> 2003/4/2 20:05</p> </li> <li class="list-inline-item mr-4"> <p class="f-15 mb-0"><i class="fas fa-user"></i> <a href='https://xoops.org/userinfo.php?uid=6371'>Rjupiter</a></p> </li> <li class="list-inline-item mr-4"> <p class="f-15 mb-0"><i class="fas fa-users-cog"></i> Just popping in</p> </li> <li class="list-inline-item mr-4"> <p class="f-15 mb-0"><i class="fas fa-comments"></i> Posts: <a href="https://xoops.org/modules/newbb/viewpost.php?uid=6371" title="All"> 44 </a> </p> </li> <li class="list-inline-item mr-4"> <p class="text-muted f-15 mb-0"><i class="far fa-calendar-alt"></i> Since: 2003/1/27 </p> </li> </ul> </div> </div> </div> </div> <br> <div class="yazirenk"> Anyone else use the module and if do they know how to fix the problem of it not displaying any quotes? </div> <div style="position: relative; bottom:0px; right: 15px; padding-top: 15px; text-align: right; clear: both"> <a class="btn btn-success btn-xs" href="#top" title="Top"><i class="far fa-arrow-alt-circle-up"></i></a> </div> </div> <hr> </div> </div> <style> .kapla { background: #f6f7fb; padding: 10px; border-radius: 3px; border: 1px solid #e3ebf6; } </style> <!-- irmtfan hardcode removed style="padding: 5px;float: right; text-align:right;" --> <div class="pagenav"> <a href="https://xoops.org/modules/newbb/viewtopic.php?topic_id=7837"><strong>Topic</strong></a> | <a href="https://xoops.org/modules/newbb/viewforum.php?forum=4"><strong>Forum</strong></a> </div> <div class="clear"></div> <br> <br> <style> #forum-more-info-31413{display: none} </style> <script> $( document ).ready(function() { $( "#forum-show-more-31413" ).click(function() { $( "#forum-more-info-31413" ).toggle("slow"); }); }); </script> <div class="post-body" style="background:#efefef;border-radius:4px;padding:7px;margin-top:15px;margin-bottom:10px;"> <div class="post-eren" style="background:#fff;margin:5px;padding:15px;box-shadow: 0 1px 2px #bbb"> <div class="post-text post-text-mob"> <span style="position: absolute; right: 45px;"> <a style="color: #666666; font-size: 12px" id="31413" href="https://xoops.org/modules/newbb/viewtopic.php?post_id=31413#31413"><i class="fas fa-hashtag"></i>293310</a> </span> <br> <div class="kapla"> <div class="row"> <div class="col-md-12"> <div class="candidates-img float-left mr-4"> <img style="max-width: 72px;" src="https://xoops.org/uploads/cavt438236fd358ac.png" alt="migoe" class="img-circle img-responsive img-thumbnail"> </div> <div class="candidates-list-desc job-single-meta pt-2"> <h5 class="mb-2 f-19"><i class="fas fa-bars"></i> Is there a guestmap-module?</h5> <ul class="list-inline mb-0"> <li class="list-inline-item mr-4"> <p class="text-muted f-15 mb-0"><i class="far fa-calendar-alt"></i> 2003/4/2 9:48</p> </li> <li class="list-inline-item mr-4"> <p class="f-15 mb-0"><i class="fas fa-user"></i> <a href='https://xoops.org/userinfo.php?uid=8130'>migoe</a></p> </li> <li class="list-inline-item mr-4"> <p class="f-15 mb-0"><i class="fas fa-users-cog"></i> Just popping in</p> </li> <li class="list-inline-item mr-4"> <p class="f-15 mb-0"><i class="fas fa-comments"></i> Posts: <a href="https://xoops.org/modules/newbb/viewpost.php?uid=8130" title="All"> 68 </a> </p> </li> <li class="list-inline-item mr-4"> <p class="text-muted f-15 mb-0"><i class="far fa-calendar-alt"></i> Since: 2003/4/2 9</p> </li> </ul> </div> </div> </div> </div> <br> <div class="yazirenk"> Hi Folks,<br><br>i'm the webmaster of a german website and i'm looking for a module like the "guestmap"-service from <a href="http://www.bravenet.com" target="_blank" rel="external noopener nofollow">http://www.bravenet.com</a>. If you don't know what i mean, please visit my site: <a href="http://www.liedermacher-forum.de" target="_blank" rel="external noopener nofollow">http://www.liedermacher-forum.de</a>...<br><br>in the head there ist a link called "Woher kommen die Besucher" - if you klick, the service will start...<br>i hope there ist someone who can tell me, if there ist a module like this anywhere because this service is not so fast and i don't like advertise for other firms<br><br>sorry for my really bad english, but i'm only a loosing krautkopf <img class="imgsmile" src="https://xoops.org/uploads/smil42e7a65fee35d.gif" alt="" /><br><br>migoe </div> <div style="position: relative; bottom:0px; right: 15px; padding-top: 15px; text-align: right; clear: both"> <a class="btn btn-success btn-xs" href="#top" title="Top"><i class="far fa-arrow-alt-circle-up"></i></a> </div> </div> <hr> </div> </div> <style> .kapla { background: #f6f7fb; padding: 10px; border-radius: 3px; border: 1px solid #e3ebf6; } </style> <!-- irmtfan hardcode removed style="padding: 5px;float: right; text-align:right;" --> <div class="pagenav"> <a href="https://xoops.org/modules/newbb/viewtopic.php?topic_id=7824"><strong>Topic</strong></a> | <a href="https://xoops.org/modules/newbb/viewforum.php?forum=4"><strong>Forum</strong></a> </div> <div class="clear"></div> <br> <br> <br> <div> <!-- irmtfan hardcode removed style="float: left; text-align:left;" --> <div class="icon_left"> <!-- irmtfan add up button --> <a id="threadbottom"></a><img src="https://xoops.org/modules/newbb/templates/images/icon/up.png" alt="Top" title="Top" align="middle" class='forum_icon' id=up ><a href="#threadtop">Top</a> </div> <!-- irmtfan hardcode removed style="float: right; text-align:right;" --> <div class="icon_right"> <div > <a class="xo-pagarrow" href="/modules/newbb/viewpost.php?start=293290&forum=0&viewmode=flat&status=&uid=0&order=DESC&mode=0"><u>«</u></a> <a class="xo-counterpage" href="/modules/newbb/viewpost.php?start=0&forum=0&viewmode=flat&status=&uid=0&order=DESC&mode=0">1</a> ... <a class="xo-counterpage" href="/modules/newbb/viewpost.php?start=293270&forum=0&viewmode=flat&status=&uid=0&order=DESC&mode=0">29328</a> <a class="xo-counterpage" href="/modules/newbb/viewpost.php?start=293280&forum=0&viewmode=flat&status=&uid=0&order=DESC&mode=0">29329</a> <a class="xo-counterpage" href="/modules/newbb/viewpost.php?start=293290&forum=0&viewmode=flat&status=&uid=0&order=DESC&mode=0">29330</a> <strong class="xo-pagact" >(29331)</strong> <a class="xo-counterpage" href="/modules/newbb/viewpost.php?start=293310&forum=0&viewmode=flat&status=&uid=0&order=DESC&mode=0">29332</a> <a class="xo-counterpage" href="/modules/newbb/viewpost.php?start=293320&forum=0&viewmode=flat&status=&uid=0&order=DESC&mode=0">29333</a> <a class="xo-counterpage" href="/modules/newbb/viewpost.php?start=293330&forum=0&viewmode=flat&status=&uid=0&order=DESC&mode=0">29334</a> ... <a class="xo-counterpage" href="/modules/newbb/viewpost.php?start=294240&forum=0&viewmode=flat&status=&uid=0&order=DESC&mode=0">29425</a> <a class="xo-pagarrow" href="/modules/newbb/viewpost.php?start=293310&forum=0&viewmode=flat&status=&uid=0&order=DESC&mode=0"><u>»</u></a> </div> <!-- irmtfan to solve nested forms and id="xo-pagenav" issue --> </div> </div> <div class="clear"></div> <br> <br> <div> <!-- irmtfan hardcode removed style="float: left; text-align: left;" --> <div class="icon_left"> <form action="https://xoops.org/modules/newbb/search.php" method="get"> <input name="term" id="term" type="text" size="15"> <input type="hidden" name="sortby" id="sortby" value="p.post_time desc"> <input type="hidden" name="action" id="action" value="yes"> <input type="hidden" name="searchin" id="searchin" value="both"> <input type="submit" class="formButton" value="Search"><br> [<a href="https://xoops.org/modules/newbb/search.php">Advanced Search</a>] </form> </div> <!-- irmtfan hardcode removed style="float: right; text-align: right;" --> <div class="icon_right"> <form name="forum_jumpbox" method="get" action="https://xoops.org/modules/newbb/viewforum.php" onsubmit="javascript: if (document.forum_jumpbox.forum.value < 1) {return false;}"><select class="select" name="forum" onchange="if (this.options[this.selectedIndex].value >0) { document.forms.forum_jumpbox.submit();}"><option value=0>-- Select a Forum --</option><option value=0> </option> <option value='-4'>[General XOOPS.org forums]</option> <option value='73' >Technology, Tools, Best Practices</option> <option value='6' >XOOPS.org announcements</option> <option value='11' >XOOPS.org feedback & suggestions</option> <option value='43' >--Spread XOOPS project</option> <option value='42' >--XOOPS.org redesign</option> <option value='3' >XOOPS.org Members Lounge</option> <option value='46' >File repository - Maintenance</option> <option value='47' >XOOPS Project Teams</option> <option value='62' >--XOOPS Core Team</option> <option value='57' >--XOOPS Modules Team</option> <option value='53' >--XOOPS Design Team</option> <option value='63' >--XOOPS Support Team</option> <option value='81' >--XOOPS Quality Team</option> <option value='52' >--XOOPS Documentation Team</option> <option value='48' >Proposal Preparation</option> <option value='49' >--Current agenda discussions</option> <option value='50' >--Finalised discussion summaries</option> <option value='51' >--Other matters</option> <option value=0> </option> <option value='-7'>[XOOPS Community Support forums]</option> <option value='82' >2.6.x Support</option> <option value='64' >2.3.x Support</option> <option value='74' >2.5.x Support</option> <option value='72' >2.4.x Support</option> <option value='27' >Beginner's Corner</option> <option value='20' >XOOPS general usage questions</option> <option value='1' >Installation Troubleshooting</option> <option value='7' >Q and A</option> <option value='13' >XOOPS Hosting</option> <option value='9' >Fixed Bugs / FAQ (Read-Only)</option> <option value=0> </option> <option value='-2'>[XOOPS Modules Support forums]</option> <option value='4' >Module usage questions</option> <option value='28' >Module troubleshooting</option> <option value='29' >Module reviews</option> <option value='30' >Module requests</option> <option value='15' >Module hack reviews</option> <option value=0> </option> <option value='-1'>[XOOPS Themes and Templates Support forums]</option> <option value='55' >Theme contest</option> <option value='32' >Theme and template troubleshooting</option> <option value='17' >Theme templates and Smarty help</option> <option value='31' >Theme stylesheets (CSS) help</option> <option value='5' >Theme design questions</option> <option value='16' >Theme designer talk</option> <option value='33' >Theme requests</option> <option value='12' >Website reviews of Xoops sites</option> <option value=0> </option> <option value='-3'>[Xoops Development]</option> <option value='34' >Quality Assurance</option> <option value='40' >--Xoops Beta Testing Team</option> <option value='65' >XOOPS Module Development</option> <option value='75' >--Blue Move</option> <option value='66' >--Module Testing Area</option> <option value='67' >--Coding and Security Support</option> <option value='68' >--Code Sharing and Library</option> <option value='69' >--Language and Document Translation</option> <option value='83' >--XOOPS 2.6.x modules</option> <option value='8' >Xoops Development</option> <option value='2' >Xoops Bug Reports</option> <option value='39' >--XOOPS 2.2 bug reports</option> <option value='21' >--Xoops 2.0 Bug Report</option> <option value='10' >Feature Request</option> <option value='14' >XOOPS Core Hacks</option> <option value='23' >Roadmap</option> <option value='18' >XOOPS 2.0 CVS discussions</option> <option value=0> </option> <option value='-10'>[International Support]</option> <option value='60' >Local Web Issues</option> <option value='58' >Translations</option> <option value='59' >Other</option> <option value='79' >Local Languages Support</option> <option value='80' >--Hebrew (עברית)</option> </select> <input type='submit' class='button' value='Go!' ></form> </div> </div> <div class="clear"></div> <br> <!-- end module contents --> <!-- End content module --> </div> </div> <div class="col-xl-3 col-lg-12 col-md-12"> <!-- Start right blocks loop --> <div class="card"> <div class="card-header"> <h3 class="card-title">Login</h3> </div> <div class="card-body p-0"> <div class="card-body pt-3 pb-3"> <div class="panel panel-default"> <form action="https://xoops.org/user.php" method="post" role="form"> <div class="panel-body"> <form class="form-horizontal" role="form"> <div class="form-group"> <label for="inputEmail3" class="col-sm-12 control-label"> Username</label> <div class="col-sm-9"> <input class="form-control login-block-form" style="margin-bottom: 5px;" type="text" name="uname" placeholder="Your Username"> </div> </div> <div class="form-group"> <label for="inputPassword3" class="col-sm-12 control-label"> Password</label> <div class="col-sm-9"> <input class="form-control login-block-form" type="password" name="pass" placeholder="Your Password"> </div> </div> <div class="form-group"> <div class="col-sm-offset-3 col-sm-9"> <div class="checkbox"> <label> <input type="checkbox" name="rememberme" value="On" class="formButton"> Remember me </label> </div> </div> </div> <input type="hidden" name="xoops_redirect" value="/modules/newbb/viewpost.php?forum=0&mode=0&start=293300&viewmode=flat"> <input type="hidden" name="op" value="login"> <div class="form-group last"> <div class="col-sm-offset-3 col-sm-9"> <input type="submit" class="btn btn-success btn-sm" value="User Login"> <button type="reset" class="btn btn-default btn-sm"> Reset </button> </div> </div> </form> </div> </form> <div class="panel-footer" style="text-align: center"> <a href="https://xoops.org/register.php" title="Register now!">Register now!</a>  |  <a href="https://xoops.org/user.php#lost" title="Lost Password?">Lost Password?</a> </div> </div> </div> </div> </div> <div class="card"> <div class="card-header"> <h3 class="card-title">Search</h3> </div> <div class="card-body p-0"> <div class="card-body pt-3 pb-3"> <form role="search" action="https://xoops.org/search.php" method="get"> <div class="input-group"> <input class="form-control" type="text" name="query" placeholder="Search here..."> <input type="hidden" name="action" value="results"> <span class="input-group-btn"> <button class="btn btn-primary" type="submit"> <span class="fas fa-search"></span> </button> </span> </div> </form> <p class="text-right"> <a href="https://xoops.org/search.php" title="Advanced Search"> Advanced Search </a> </p> </div> </div> </div> <div class="card"> <div class="card-header"> <h3 class="card-title">Recent Posts</h3> </div> <div class="card-body p-0"> <div class="job-box"> <div class="inbox-message"> <ul> <li> <div class="message-body1"> <div class="message-body-heading1"> <h5><a href="https://xoops.org/modules/newbb/viewtopic.php?post_id=367252#forumpost367252"><i class="fas fa-angle-right"></i> PHP 8.4.0 Alpha 1 released</a></h5> </div> <div class="olc"><i class="far fa-calendar-alt"></i> Yesterday 6:19 <i class="fas fa-user"></i> <a href="https://xoops.org/userinfo.php?uid=19563" title="Mamba">Mamba</a> </div> </div> </li> <li> <div class="message-body1"> <div class="message-body-heading1"> <h5><a href="https://xoops.org/modules/newbb/viewtopic.php?post_id=367251#forumpost367251"><i class="fas fa-angle-right"></i> Overview of the Composer packages in Admin</a></h5> </div> <div class="olc"><i class="far fa-calendar-alt"></i> Yesterday 6:15 <i class="fas fa-user"></i> <a href="https://xoops.org/userinfo.php?uid=19563" title="Mamba">Mamba</a> </div> </div> </li> <li> <div class="message-body1"> <div class="message-body-heading1"> <h5><a href="https://xoops.org/modules/newbb/viewtopic.php?post_id=367243#forumpost367243"><i class="fas fa-angle-right"></i> Re: xoops_getBaseDomain</a></h5> </div> <div class="olc"><i class="far fa-calendar-alt"></i> 6/29 6:13 <i class="fas fa-user"></i> <a href="https://xoops.org/userinfo.php?uid=19563" title="Mamba">Mamba</a> </div> </div> </li> <li> <div class="message-body1"> <div class="message-body-heading1"> <h5><a href="https://xoops.org/modules/newbb/viewtopic.php?post_id=367242#forumpost367242"><i class="fas fa-angle-right"></i> xoops_getBaseDomain</a></h5> </div> <div class="olc"><i class="far fa-calendar-alt"></i> 6/27 22:55 <i class="fas fa-user"></i> <a href="https://xoops.org/userinfo.php?uid=74855" title="mbu10">mbu10</a> </div> </div> </li> <li> <div class="message-body1"> <div class="message-body-heading1"> <h5><a href="https://xoops.org/modules/newbb/viewtopic.php?post_id=367240#forumpost367240"><i class="fas fa-angle-right"></i> Re: Test 3</a></h5> </div> <div class="olc"><i class="far fa-calendar-alt"></i> 6/10 1:12 <i class="fas fa-user"></i> <a href="https://xoops.org/userinfo.php?uid=72918" title="bushir">bushir</a> </div> </div> </li> <li> <div class="message-body1"> <div class="message-body-heading1"> <h5><a href="https://xoops.org/modules/newbb/viewtopic.php?post_id=367239#forumpost367239"><i class="fas fa-angle-right"></i> Test 3</a></h5> </div> <div class="olc"><i class="far fa-calendar-alt"></i> 6/10 1:08 <i class="fas fa-user"></i> <a href="https://xoops.org/userinfo.php?uid=72918" title="bushir">bushir</a> </div> </div> </li> <li> <div class="message-body1"> <div class="message-body-heading1"> <h5><a href="https://xoops.org/modules/newbb/viewtopic.php?post_id=367238#forumpost367238"><i class="fas fa-angle-right"></i> Re: Test2</a></h5> </div> <div class="olc"><i class="far fa-calendar-alt"></i> 6/9 21:56 <i class="fas fa-user"></i> <a href="https://xoops.org/userinfo.php?uid=72918" title="bushir">bushir</a> </div> </div> </li> <li> <div class="message-body1"> <div class="message-body-heading1"> <h5><a href="https://xoops.org/modules/newbb/viewtopic.php?post_id=367237#forumpost367237"><i class="fas fa-angle-right"></i> Re: Test2</a></h5> </div> <div class="olc"><i class="far fa-calendar-alt"></i> 6/9 21:29 <i class="fas fa-user"></i> <a href="https://xoops.org/userinfo.php?uid=72918" title="bushir">bushir</a> </div> </div> </li> <li> <div class="message-body1"> <div class="message-body-heading1"> <h5><a href="https://xoops.org/modules/newbb/viewtopic.php?post_id=367236#forumpost367236"><i class="fas fa-angle-right"></i> Re: Test2</a></h5> </div> <div class="olc"><i class="far fa-calendar-alt"></i> 6/9 21:25 <i class="fas fa-user"></i> <a href="https://xoops.org/userinfo.php?uid=19563" title="Mamba">Mamba</a> </div> </div> </li> <li> <div class="message-body1"> <div class="message-body-heading1"> <h5><a href="https://xoops.org/modules/newbb/viewtopic.php?post_id=367235#forumpost367235"><i class="fas fa-angle-right"></i> Test2</a></h5> </div> <div class="olc"><i class="far fa-calendar-alt"></i> 6/9 19:34 <i class="fas fa-user"></i> <a href="https://xoops.org/userinfo.php?uid=19563" title="Mamba">Mamba</a> </div> </div> </li> </ul> </div> </div> </div> </div> <div class="card"> <div class="card-header"> <h3 class="card-title">Who's Online</h3> </div> <div class="card-body p-0"> <div class="card-body pt-3 pb-3"> <p><strong>485</strong> user(s) are online (<strong>319</strong> user(s) are browsing <strong>Support Forums</strong>)</p> <hr> <p><i class="fas fa-user-plus"></i> Members: 0</p> <hr> <p><i class="fas fa-street-view"></i> Guests: 485</p> <hr> <p><i class="fas fa-users"></i> </p> <a class="btn btn-sm btn-info" href="javascript:openWithSelfMain('https://xoops.org/misc.php?action=showpopups&type=online','Online',420,350);" title="more...">more...</a> </div> </div> </div> <div class="card"> <div class="card-header"> <h3 class="card-title">Donat-O-Meter</h3> </div> <div class="card-body p-0"> <table class="table table-bordered"> <tr> <td style="width: 100%; font-weight: bold; text-decoration: underline;" colspan="2">Stats</td> </tr> <tr> <td>Goal:</td> <td>$100.00</td> </tr> <tr> <td>Due Date:</td> <td>Jul 31</td> </tr> <tr> <td>Gross Amount:</td> <td>$0.00</td> </tr> <tr> <td>Net Balance:</td> <td>$0.00</td> </tr> <tr> <td style="font-weight: bold;">Left to go:</td> <td style="font-weight: bold;"><span style="color: #CC0000;">$100.00</span></td> </tr> <tr> <td style="width: 100%; text-align: center;" colspan="2"><a href="https://xoops.org/modules/xdonations/index.php"> <img src="https://www.paypal.com/en_US/i/btn/x-click-but21.gif" style="border-width; 0px;" alt="Make donations with PayPal!" width=110 height=23 /> </a></td> </tr> </table> </div> </div> <div class="card"> <div class="card-header"> <h3 class="card-title">Latest GitHub Commits</h3> </div> <div class="card-body p-0"> <div id="demo"> <div class="job-box"> <div class="inbox-message"> <ul> <li v-for="record in commits"> <div class="message-body1"> <div class="message-body-heading1"> <h5><a><i class="fas fa-angle-right"></i></a> <a :href="record.html_url" target="_blank" class="commit">{{ record.sha.slice(0, 7) }} - <span class="message">{{ record.commit.message | truncate }}</span></a></h5> </div> <div class="olc"><i class="fas fa-user"></i> <a :href="record.author.html_url" target="_blank">{{ record.commit.author.name }}</a> <i class="fas fa-folder-open"></i> {{ record.commit.author.date | formatDate }}</div> </div> </li> </ul> </div> </div> </div> <script src="https://cdnjs.cloudflare.com/ajax/libs/vue/2.2.4/vue.min.js"></script> <script> var apiURL = 'https://api.github.com/repos/XOOPS/XoopsCore25/commits?per_page=3&sha=' /** * Actual demo */ var demo = new Vue({ el: '#demo', data: { branches: ['master'], currentBranch: 'master', commits: null }, created: function () { this.fetchData() }, watch: { currentBranch: 'fetchData' }, filters: { truncate: function (v) { var newline = v.indexOf('n') return newline > 0 ? v.slice(0, newline) : v }, formatDate: function (v) { return v.replace(/T|Z/g, ' ') } }, methods: { fetchData: function () { var xhr = new XMLHttpRequest() var self = this xhr.open('GET', apiURL + self.currentBranch) xhr.onload = function () { self.commits = JSON.parse(xhr.responseText) console.log(self.commits[0].html_url) } xhr.send() } } }) </script> </div> </div> <!-- End right blocks loop --> </div> </div> </div> </section> <!--Section--> <!--Footer Section--> <footer class="footer"> <div class="container bottom_border"> <div class="row"> <div class=" col-sm-4 col-md col-6 col"> <h5 class="headin5_amrc col_white_amrc pt2">About us</h5> <!--headin5_amrc--> <ul class="footer_ul_amrc"> <li><a href="https://xoops.org/modules/wfchannel/">About Xoops</a></li> <li><a href="https://xoops.org/modules/wfchannel/index.php?cid=24">Why XOOPS?</a></li> <li><a href="https://xoops.org/modules/wfchannel/index.php?cid=21">Board of Advisors</a></li> <li><a href="https://xoops.org/modules/wgtimelines/index.php?op=list&tl_id=1">Xoops Innovators</a></li> <li><a href="https://xoops.org/modules/wgtimelines/index.php?op=list&tl_id=2">XOOPSers</a></li> <li><a href="https://xoops.org/modules/wfchannel/index.php?cid=6">XOOPS Etiquette</a></li> </ul> <!--footer_ul_amrc ends here--> </div> <div class=" col-sm-4 col-md col-6 col"> <h5 class="headin5_amrc col_white_amrc pt2">Learn</h5> <!--headin5_amrc--> <ul class="footer_ul_amrc"> <li><a href="https://xoops.org/modules/news/article.php?storyid=4534">Books</a></li> <li><a href="https://xoops.org/modules/smartfaq/">FAQ</a></li> <li><a href="https://www.gitbook.com/@xoops/">Core Guides</a></li> <li><a href="https://www.gitbook.com/@xoops/">Module Guides</a></li> </ul> <!--footer_ul_amrc ends here--> </div> <div class=" col-sm-4 col-md col-6 col"> <h5 class="headin5_amrc col_white_amrc pt2">Use</h5> <!--headin5_amrc--> <ul class="footer_ul_amrc"> <li><a href="https://github.com/XOOPS/XoopsCore25/releases">Download Xoops</a></li> <li><a href="https://github.com/XoopsModules25x">Module @ GitHub</a></li> <li><a href="https://github.com/Xoopsthemes">Themes@ GitHub</a></li> <li><a href="https://github.com/XoopsLanguages">Languages @ GitHub</a></li> <li><a href="https://xoops.org/modules/newbb/">Support Forums</a></li> <li><a href="https://xoops.org/modules/xoopspartners/">International Support</a></li> </ul> <!--footer_ul_amrc ends here--> </div> <div class=" col-sm-4 col-md col-6 col"> <h5 class="headin5_amrc col_white_amrc pt2">Develop GitHub</h5> <!--headin5_amrc--> <ul class="footer_ul_amrc"> <li><a href="https://github.com/XOOPS">Core @ GitHub</a></li> <li><a href="https://github.com/XoopsModules25x">Module @ GitHub</a></li> <li><a href="https://github.com/Xoopsthemes">Themes@ GitHub</a></li> <li><a href="https://github.com/XoopsLanguages">Languages @ GitHub</a></li> <li><a href="https://sourceforge.net/projects/xoops/">Legacy XOOPS @ SourceForge </a></li> <li><a href="https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-2-coding-style-guide.md">Coding Standards PSR-2</a></li> </ul> <!--footer_ul_amrc ends here--> </div> <div class=" col-sm-4 col-md col-6 col"> <h5 class="headin5_amrc col_white_amrc pt2">Contribute</h5> <!--headin5_amrc--> <ul class="footer_ul_amrc"> <li><a href="https://xoops.org/modules/xdonations/">$$$ Donations</a></li> <li><a href="https://github.com/orgs/XOOPS/people">Join Team</a></li> <li><a href="https://github.com/XOOPS">Core @ GitHub</a></li> <li><a href="https://github.com/XoopsModules25x">Module @ GitHub</a></li> <li><a href="https://github.com/Xoopsthemes">Themes@ GitHub</a></li> <li><a href="https://github.com/XoopsLanguages">Languages @ GitHub</a></li> <li><a href="https://github.com/XOOPS/XoopsCore25/issues">Report Core Bug</a></li> </ul> <!--footer_ul_amrc ends here--> </div> <div class=" col-sm-4 col-md col-6 col"> <h5 class="headin5_amrc col_white_amrc pt2">Connect</h5> <!--headin5_amrc--> <ul class="footer_ul_amrc"> <li><a href="https://www.facebook.com/groups/xoops/">Facebook</a></li> <li><a href="http://www.linkedin.com/groups?gid=43552">LinkedIn</a></li> <li><a href="http://www.flickr.com/photos/tags/xoops/">Flickr</a></li> <li><a href="https://www.youtube.com/results?search_query=xoops">YouTube</a></li> <li><a href="https://www.openhub.net/p/xoops">Ohloh</a></li> <li><a href="https://twitter.com/xoopsgithub">Twitter</a></li> </ul> <!--footer_ul_amrc ends here--> </div> </div> </div> <div class="container"> <!--foote_bottom_ul_amrc ends here--> <br> <p class="text-center"><a rel="nofollow" href="https://xoops.org/modules/wfchannel/index.php?pagenum=3">Terms of Use</a> | <a rel="nofollow" href="https://xoops.org/modules/wfchannel/index.php?pagenum=4">Privacy Policy</a> | Hosted by <a rel="nofollow" href="http://www.arvixe.com/xoops_hosting?utm_campaign=xoops&utm_medium=banner&utm_source=xoops.org" title="Hosted by Arvixe">Arvixe Hosting</a> | <a rel="nofollow" href="https://xoops.org/backend.php" title="RSS2 Feed"><img src="https://xoops.org/uploads/rss.gif" alt="RSS 2.0 Button" /></a> <script type="module"> jQuery(document).ready(function () { jQuery("ul.sf-menu").superfish(); pathClass: "current" }); </script></p> </div> <center><a href="https://erenyumak.com/" target="_blank">Design: B.Heyula</a></center> </footer> <a href="#top" id="back-to-top" style="display: inline;"><i class="fa fa-long-arrow-up"></i></a> <!--Footer Section--> <!-- JS --> <script src="https://xoops.org/themes/xoops2020/js/jquery-3.5.1.min.js"></script> <script src="https://xoops.org/themes/xoops2020/js/bootstrap.min.js"></script> <script src="https://xoops.org/themes/xoops2020/js/bootstrap.bundle.min.js"></script> <script src="https://xoops.org/themes/xoops2020/js/newapplication.js" defer></script> <!-- JS --> </body> </html>