Go Back   NiceCoder Community Forums > Nicecoder Products > IndexU > INDEXU DELUXE v2.x

Notices

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 03-04-2010, 12:38 PM
Registered User
 
Join Date: Nov 2008
Posts: 80
chunguens is on a distinguished road
Default How to use variable <%$tag%> at rows.html

I know that i can use the variable <%$tag%> at the browsetag.html, but i want to use at rows.html too.
Do u have any tip to pass this variable to rows.html?
Best Regards
Reply With Quote
  #2 (permalink)  
Old 03-04-2010, 09:02 PM
pungky's Avatar
Super Moderator
 
Join Date: Mar 2009
Posts: 144
pungky is on a distinguished road
Default

Hi, you need to use this variable
Code:
Content visible to registered users only. Please register at http://www.nicecoder.com/community/register.php
Hope this will work.
Reply With Quote
  #3 (permalink)  
Old 03-05-2010, 09:04 AM
Registered User
 
Join Date: Nov 2008
Posts: 80
chunguens is on a distinguished road
Default Thanks pungky but...

Thanks for your reply pungky!
But <%$keywords|tag_format%> not work at rows.html. It works at browsetag.html but not at rows.html.

I want to use only the tag word at my alt tag of the images links (for seo).
At my rows.html i have a site print screen of each listing. In that image i want to use the same tag that was used in browsetag.html. The variable use at browsetag.html is <%$tag%> but this variable not working ( is empty!) at rows.html!

How to pass this variable from browsetag.html to rows.html?
Thanks in advance
Reply With Quote
  #4 (permalink)  
Old 03-07-2010, 09:56 PM
pungky's Avatar
Super Moderator
 
Join Date: Mar 2009
Posts: 144
pungky is on a distinguished road
Default

Hi,

Could you send or copy the code of your rows.html here, we need to check it.
Reply With Quote
  #5 (permalink)  
Old 03-08-2010, 04:30 PM
Registered User
 
Join Date: Nov 2008
Posts: 80
chunguens is on a distinguished road
Default

The rows.html code is:
Code:
Content visible to registered users only. Please register at http://www.nicecoder.com/community/register.php
I want to use at this file the variable <%$tag%>. But <%$tag%> it always empty! It´s work well at browsetag.html .... but not pass to rows.html.

Waiting for your reply,
Reply With Quote
  #6 (permalink)  
Old 03-08-2010, 08:33 PM
dody's Avatar
Administrator
 
Join Date: Aug 2001
Location: Indonesia
Posts: 3,574
dody has a reputation beyond reputedody has a reputation beyond reputedody has a reputation beyond reputedody has a reputation beyond reputedody has a reputation beyond reputedody has a reputation beyond reputedody has a reputation beyond reputedody has a reputation beyond reputedody has a reputation beyond reputedody has a reputation beyond reputedody has a reputation beyond repute
Default

You can't use <%$tag%> in rows.html.

From my understanding, you want to list the tags / keywords in rows.html which will be displayed in many pages such as category pages and search result.

If so, you should use the following code to show the tag/keyword's of the link.
Code:
Content visible to registered users only. Please register at http://www.nicecoder.com/community/register.php
In rows.html, it could be something like:
Code:
Content visible to registered users only. Please register at http://www.nicecoder.com/community/register.php
__________________
tech support : support @ nicecoder .com
Reply With Quote
  #7 (permalink)  
Old 03-09-2010, 05:57 AM
Registered User
 
Join Date: Nov 2008
Posts: 80
chunguens is on a distinguished road
Default

Code:
Content visible to registered users only. Please register at http://www.nicecoder.com/community/register.php
But is exactly that i want!
There is no way to use(send) this variable at rows.html like we use at browsetag.html ?
If u have an idea please let me know.
Reply With Quote
  #8 (permalink)  
Old 03-10-2010, 10:13 AM
Registered User
 
Join Date: Nov 2008
Posts: 80
chunguens is on a distinguished road
Default browsetag.php

At browsetag.php we have
Code:
Content visible to registered users only. Please register at http://www.nicecoder.com/community/register.php
Can we use this or implement a function or a global variable that pass the $tag to rows.html template file ?
Reply With Quote
  #9 (permalink)  
Old 03-16-2010, 09:46 PM
dody's Avatar
Administrator
 
Join Date: Aug 2001
Location: Indonesia
Posts: 3,574
dody has a reputation beyond reputedody has a reputation beyond reputedody has a reputation beyond reputedody has a reputation beyond reputedody has a reputation beyond reputedody has a reputation beyond reputedody has a reputation beyond reputedody has a reputation beyond reputedody has a reputation beyond reputedody has a reputation beyond reputedody has a reputation beyond repute
Default

The tag is populated from link's keyword. If you want to show the tag/keyword in rows.html, please use the code as I posted above.

Code:
Content visible to registered users only. Please register at http://www.nicecoder.com/community/register.php
I may not understand your question here. Please show me a screenshot the result of <%$tag%> at the browsetag.html in the browser. I may can give better direction.
__________________
tech support : support @ nicecoder .com
Reply With Quote
  #10 (permalink)  
Old 03-17-2010, 07:10 AM
Registered User
 
Join Date: Nov 2008
Posts: 80
chunguens is on a distinguished road
Default See my image

I made a graphic to explain what i want to do:
Code:
Content visible to registered users only. Please register at http://www.nicecoder.com/community/register.php
What u think about it know? Is possible?
Reply With Quote
  #11 (permalink)  
Old 03-17-2010, 08:14 AM
dody's Avatar
Administrator
 
Join Date: Aug 2001
Location: Indonesia
Posts: 3,574
dody has a reputation beyond reputedody has a reputation beyond reputedody has a reputation beyond reputedody has a reputation beyond reputedody has a reputation beyond reputedody has a reputation beyond reputedody has a reputation beyond reputedody has a reputation beyond reputedody has a reputation beyond reputedody has a reputation beyond reputedody has a reputation beyond repute
Default

I see. It would be not possible without hacking the code.

I have other suggestion. Why not use this code in rows.html:
Code:
Content visible to registered users only. Please register at http://www.nicecoder.com/community/register.php
In browse by tag page, it will list the links with matched tag in the keyword. In this case, all links that contain word "flower". So in alt attribute still contain word 'flower'.

I think it is better rather than having 10 images in rows have the same tag "flower".
__________________
tech support : support @ nicecoder .com
Reply With Quote
  #12 (permalink)  
Old 03-17-2010, 09:50 AM
Registered User
 
Join Date: Nov 2008
Posts: 80
chunguens is on a distinguished road
Default

My alt attribute now is like that:

Code:
Content visible to registered users only. Please register at http://www.nicecoder.com/community/register.php
In this case i have a lot of keywords inside of alt atribute that can be considered to be an unethical search engine optimization (SEO) technique.

So i think for seo purpose it will better to have

Code:
Content visible to registered users only. Please register at http://www.nicecoder.com/community/register.php
I undertansd a litle bit of php development. Can u give me a single tip for start to implement that.
Can i set a global variable at browsetag.php ?
I find this piece of code that can help me
Code:
Content visible to registered users only. Please register at http://www.nicecoder.com/community/register.php
Best regards,
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
rating_img for rows.html DGTALGOODIES Help Wanted/Job Request 15 02-14-2009 01:32 AM
html page question - Pulling variable kosmo101 v5.x 2 02-28-2008 10:16 AM
Create variable to use in HTML michaer v5.x 1 02-28-2007 12:03 AM
Rows.html gspinney v5.x 2 12-20-2006 10:18 PM
rows.html v/s sp_cat_rows.html ?? ideavirus v5.x 1 06-22-2003 07:12 AM


All times are GMT -5. The time now is 09:19 AM.


Powered by vBulletin®
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO