41
lintu
Modification to the search result page?
  • 2007/10/31 1:41

  • lintu

  • Not too shy to talk

  • Posts: 103

  • Since: 2005/9/18


Hello,

I read through few of the FAQs/forum topics on this site regarding the 'Search' functionality, but did not find any relevant answer to my question. So, I am posting it here-

Majority of my site's content is on the WebLinks module. I need to modify the search results so that it also contains a brief summary along with the heading (like google, yahoo etc) and also display that web link's current user rating.

Can anyone tell me if that's doable and how hard that would be? Also, do we have any other options for a better search engines for our XOOPS sites?

Thank you.

Abu
JigJak.com - A social Bookmarking & Blogging site.

ProjectMgr.net - Online Project Management Software



42
lintu
Weird error during login
  • 2007/10/30 21:46

  • lintu

  • Not too shy to talk

  • Posts: 103

  • Since: 2005/9/18


Hi,

I randomly get this weird error during login on my site, where it displays '_RETRYPOST' and the button 'Submit' on a blank page.

After clicking on the button, it does let me login though. Does anyone know how to get rid of it?

Thanks in advance.

Regards,
Abu
JigJak.com - A social Bookmarking & Blogging site.

ProjectMgr.net - Online Project Management Software



43
lintu
Re: How can I make a custom page within a xoops module accessable to anonymous users
  • 2007/10/5 17:33

  • lintu

  • Not too shy to talk

  • Posts: 103

  • Since: 2005/9/18


I was able to resolve this issue by placing this page outside the module and modifying the code a bit. Thanks.

Abu
JigJak.com - A social Bookmarking & Blogging site.

ProjectMgr.net - Online Project Management Software



44
lintu
How can I make a custom page within a xoops module accessable to anonymous users
  • 2007/10/5 4:09

  • lintu

  • Not too shy to talk

  • Posts: 103

  • Since: 2005/9/18


Hi,

I have created a custom PHP page within one of the XOOPS module. This module is only accessable to registered users, but I would like to make this custom page accessable to anonymous users also. Can someone tell me how to do that?

Thanks a lot!!

Abu
JigJak.com - A social Bookmarking & Blogging site.

ProjectMgr.net - Online Project Management Software



45
lintu
Re: Google maps WYSIWYG editor...RSS hack
  • 2007/9/27 11:58

  • lintu

  • Not too shy to talk

  • Posts: 103

  • Since: 2005/9/18


kerkyra,

I am using Yahoo Maps APIs to publish a member community map on my web site. You can view that here.

During the member registration process, I am capturing their IP address and look up their longitude and Latitude which is then stored on the member's profile. A text file is then created with all the member info, which is used as the feed for the map.

The documentation on the Yahoo developer network was very helpful and it was pretty easy to implement. You can find all the Yahoo map how-to stuff here.

Hope this helps.
JigJak.com - A social Bookmarking & Blogging site.

ProjectMgr.net - Online Project Management Software



46
lintu
Re: Weblinks module
  • 2007/9/18 12:19

  • lintu

  • Not too shy to talk

  • Posts: 103

  • Since: 2005/9/18


Reintjan,

I have been using the .93 version of WebLinks on XOOPS 2.0.16 without any issues. I have customized it too much, so don't see myself upgrading anytime soon.

Abu
JigJak.com - A social Bookmarking & Blogging site.

ProjectMgr.net - Online Project Management Software



47
lintu
Re: WebLinks module: Custom block to display top ten links submitters
  • 2007/9/17 17:09

  • lintu

  • Not too shy to talk

  • Posts: 103

  • Since: 2005/9/18


Any one?
JigJak.com - A social Bookmarking & Blogging site.

ProjectMgr.net - Online Project Management Software



48
lintu
WebLinks module: Custom block to display top ten links submitters
  • 2007/9/16 3:47

  • lintu

  • Not too shy to talk

  • Posts: 103

  • Since: 2005/9/18


Hi,

Could someone fimiliar with the WebLinks module give me some tips on how to write a custom block that would show the top 10 web link subitters based on all the weblinks that has been submitted. The core XOOPS System module has something similar called 'Top Posters', but that one is based on user submitted comments. Here is the code snippet for that:

<table cellspacing="1" class="outer">
  <{foreach 
item=user from=$block.users}>
  <
tr class="<{cycle values="even,odd"}>" valign="middle">
    <
td><{$user.rank}></td>
    <
td align="center">
      <{if 
$user.avatar != ""}>
      <
img src="<{$user.avatar}>" alt="" width="32" /><br />
      <{/if}>
      <
a href="<{$xoops_url}>/userinfo.php?uid=<{$user.id}>"><{$user.name}></a>
    </
td>
    <
td align="center"><{$user.posts}></td>
  </
tr>
  <{/foreach}>
</
table>


Thanks in advance!!
Regards,
Abu
JigJak.com - A social Bookmarking & Blogging site.

ProjectMgr.net - Online Project Management Software



49
lintu
Re: Profiles
  • 2007/9/5 4:21

  • lintu

  • Not too shy to talk

  • Posts: 103

  • Since: 2005/9/18


I don't think you can set this on Xoops, but you can always add some javascript code on your index.html page to redirect to the profile page.
JigJak.com - A social Bookmarking & Blogging site.

ProjectMgr.net - Online Project Management Software



50
lintu
Re: MySpace style module
  • 2007/8/29 16:13

  • lintu

  • Not too shy to talk

  • Posts: 103

  • Since: 2005/9/18


I read through all the discussions here...so did anything come out of it? Will we be seeing a new module soon?
JigJak.com - A social Bookmarking & Blogging site.

ProjectMgr.net - Online Project Management Software




TopTop
« 1 2 3 4 (5) 6 7 8 »



Login

Who's Online

165 user(s) are online (109 user(s) are browsing Support Forums)


Members: 0


Guests: 165


more...

Donat-O-Meter

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

Latest GitHub Commits