Gossamer Forum
Home : Products : Gossamer Links : Development, Plugins and Globals :

[iUNI] Remote Count V2.1.x

(Page 2 of 2)
> >
Quote Reply
Re: [Ian] [iUNI] Remote Count V2.1.x In reply to
Then you are one sick man! LOL



Nice work Ian!
Quote Reply
Re: [Teambldr] [iUNI] Remote Count V2.1.x In reply to
LOL...there must be a cure somewhere. I'm sure there are at least 5 people who need it Crazy

Andy (mod)
andy@ultranerds.co.uk
Want to give me something back for my help? Please see my Amazon Wish List
GLinks ULTRA Package | GLinks ULTRA Package PRO
Links SQL Plugins | Website Design and SEO | UltraNerds | ULTRAGLobals Plugin | Pre-Made Template Sets | FREE GLinks Plugins!
Quote Reply
Re: [Andy] [iUNI] Remote Count V2.1.x In reply to
Just 5? LOL
Quote Reply
Re: [Teambldr] [iUNI] Remote Count V2.1.x In reply to
Ian, Andy, Aki (Chief Lurker), Yogi and yourself of course...duh!
Quote Reply
Re: [Paul] [iUNI] Remote Count V2.1.x In reply to
No Paul eh?Smile Never see him around.


http://www.iuni.com/...tware/web/index.html
Links Plugins
Quote Reply
Re: [Paul] [iUNI] Remote Count V2.1.x In reply to
I noticed that your name was not on that list. LOL
Quote Reply
Re: [Teambldr] [iUNI] Remote Count V2.1.x In reply to
I could leave this forum anytime I wanted to :) .....I'm open to large wagers Wink
Quote Reply
Re: [Paul] [iUNI] Remote Count V2.1.x In reply to
Ahem Paul....who wasn't here for 2 weeks solid? Me by any chance? And don't say I couldn't get on the Internet cos I was on holiday...as I had plenty of chances to go on GT if I really wanted....good old Internet Cafes Tongue (btw: I never went on the Internet while on holiday...I was quite impressed with that...lol).

Andy (mod)
andy@ultranerds.co.uk
Want to give me something back for my help? Please see my Amazon Wish List
GLinks ULTRA Package | GLinks ULTRA Package PRO
Links SQL Plugins | Website Design and SEO | UltraNerds | ULTRAGLobals Plugin | Pre-Made Template Sets | FREE GLinks Plugins!
Quote Reply
Re: [Ian] [iUNI] Remote Count V2.1.x In reply to
Just a reminder to those upgrading to 2.1.1 of RC:

The topx tag is now called with a new format. You will need to alter your tags in your templates:



Quote:
Top X Count

# This subroutine returns the toplist
# Called with <%Plugins::RemoteCount::TopXCount('TopX_Start','TopX_ListSize','Max Title Length', 'Sort Order')%>
# Order:
# iox - IN OUT EXP
# ixo - IN EXP OUT
# xoi - EXP OUT IN
# xio - EXP IN OUT
# oix - OUT IN EXP
# oxi - OUT EXP IN

Example: <%Plugins::RemoteCount::TopXCount('50','20','75', 'xio')%>

Returns the top 20 (from rank 50 to rank 70), with titles capped at 75 chars, and order by Exposures, In's then Out's


EDIT:

Also, by request of two users, I have removed the hyperlinking of links in the topx tag from the code, so that you may put this into your own format in the template. This would allow you to send the user to whatever page you like, detailed, jump etc.

See: http://www.iuni.com/.../viewtopic.php?t=189


http://www.iuni.com/...tware/web/index.html
Links Plugins

Last edited by:

Ian: Aug 6, 2002, 1:41 PM
Quote Reply
Re: [Ian] [iUNI] Remote Count V2.1.x In reply to
Hey Ian,



Just an idea, but can the TOPX link to the page the link is on within the directory and/or to the detail page rather than straight out to the linked site? This would give the site owner one more shot at marketing, getting a review, rating, reccomendation, etc... before the user leaves the site.



Just a thought!Cool
Quote Reply
Re: [Teambldr] [iUNI] Remote Count V2.1.x In reply to
Hi Brian,

See the edit in my post (2 above this one). This might help.


(sorry I forgot to put this into the upgrade change list - I was bound to forget a few things, this upgrade was a little fragmented!)


http://www.iuni.com/...tware/web/index.html
Links Plugins

Last edited by:

Ian: Aug 6, 2002, 1:42 PM
Quote Reply
Re: [Ian] [iUNI] Remote Count V2.1.x In reply to
Thanks Ian
Quote Reply
Re: [Teambldr] [iUNI] Remote Count V2.1.x In reply to
Here is an example of how to direct the user to a jump in the rc_rank template. (This one is now in the default template for new users)


<a href="http://www.categories.ca/...jump.cgi?ID=<%ID%>"><%Title%></a>

The detailed is very similar:

<a href="http://www.categories.ca/Detailed/<%ID%>.html"><%Title%></a>

That should work (untested).

If you are not sure where your detailed directory is, just look in admin->settings->paths and urls->build_detail_url


http://www.iuni.com/...tware/web/index.html
Links Plugins

Last edited by:

Ian: Aug 6, 2002, 2:00 PM
Quote Reply
Re: [Ian] [iUNI] Remote Count V2.1.x In reply to
So replace this:

<%Title%>

with this:

<a href="http://industrypages.com/links/jump.cgi?ID=<%ID%>"><%Title%></a>

and add in _blank, or any other variable. Right?
Quote Reply
Re: [Teambldr] [iUNI] Remote Count V2.1.x In reply to
Yes, that is correct!

And I think that was the idea behind the suggestion of removing the linking from being hardcoded was to enable things like this for those who wanted to modify it a little.


It won't be as confusing for the new users, as the new default template will already have the jump link in it.


http://www.iuni.com/...tware/web/index.html
Links Plugins

Last edited by:

Ian: Aug 6, 2002, 2:09 PM
Quote Reply
Re: [Ian] [iUNI] Remote Count V2.1.x In reply to
But I also have another issue, I use ppc_jump. So would that make it the same but with ppc_jump in place of jump?


I see...Since I moved up to the new version and didn't replace the templates all the changes done to the templates in the new versions are not getting used. But if I was a first time install it would all be in place for me when I edited the template. Cool!

Last edited by:

Teambldr: Aug 6, 2002, 2:12 PM
Quote Reply
Re: [Teambldr] [iUNI] Remote Count V2.1.x In reply to
Yes. Just look for what code the ppc uses, and place that into the spot, subsituting the link id with <%ID%> where necessary.

The old way where the hyperlinking was hardcoded, may be preculuded you from using PPC in the top list.
Sold yet?Tongue


http://www.iuni.com/...tware/web/index.html
Links Plugins

Last edited by:

Ian: Aug 6, 2002, 2:14 PM
Quote Reply
Re: [Ian] [iUNI] Remote Count V2.1.x In reply to
I am sure it was based upon what I have seen so far. So through challenge comes growth! Smile



I think you are right about the "about" file being a force update though. I think a lot of what I have asked about could have been avoided if I had the more recent help file.



Thanks again
Quote Reply
Re: [Teambldr] [iUNI] Remote Count V2.1.x In reply to
Quote:
I think a lot of what I have asked about could have been avoided if I had the more recent help file.
This has been on my todo list for the longest time... maybe today is the day... see you in a few hours!!


http://www.iuni.com/...tware/web/index.html
Links Plugins
Quote Reply
Re: [Ian] [iUNI] Remote Count V2.1.x In reply to
Thanks again for taking time out to help.



I appreciate it!Cool
Quote Reply
Re: [Ian] [iUNI] Remote Count V2.1.x In reply to
Finally I have got the changes I wanted and got it to where it build the pages so they can be indexed..

see:

http://www.2muslims.com/...orank/autorank.shtml
Regards
KaTaBd

Users plug In - Multi Search And Remote Search plug in - WebRing plug in - Muslims Directory
Quote Reply
Re: [katabd] [iUNI] Remote Count V2.1.x In reply to
good script.
but how to call #<%Rank%> from rc_rating.html

<%loop rank_loop%>
<%Rank%>
<%endloop%>
not working.
> >