Webmastersite.net
Register Log In

43 matching results for "sportrow":

Sort by
Topic Title Author Comment Text Created Forum
Navigation sportrow Looks like I am missing the default.lng. I will check-it out tonight. Thanks for the insight. Dec 18, 2008 - 8:23 AM Paid Scripts Support
Navigation sportrow Hey Paul-

It might be my site- or is the navigation on the pages broken?

Thanks
Cory
Dec 16, 2008 - 9:26 AM Paid Scripts Support
Searching sportrow Hey Paul-

I am wondering if their is a issue with added link fields and searching. I can search on Des Moines and get the results I expect. I can narrow my search by typing in George and get my expected results. However if I start a new search and I type in George Des Moines and I do not get any results. It seems with my configuration I can search all the selected fields together.


In the setting/search - I have configured to search

Default search type for simple search: all the words
Don't require space around search terms to get match: yes
Links: title,url,description,tags,address,city,state,zipcode,phone

Thanks-


Mar 22, 2008 - 10:38 AM Paid Scripts Support
sportrow php.ini - can that be adjusted in the cpanel- or is that webhost fix?

Feb 26, 2008 - 12:01 AM Paid Scripts Support
Avatars sportrow <IF {MEMBERSHOWAVATAR}>
<img src="{MEMBERAVATARURL}" alt="avatar" />
<OTHERWISE>
<img src="default avatar url" alt="avatar" />
</IF>

Hey Paul-

I could only get this to work- any worries for not having

<IF {MEMBERAVATARURLBOOL}> </IF>

Thanks
Cory
Jan 10, 2008 - 10:29 PM Paid Scripts Support
Top List Home Page sportrow <!-- BEGIN TOPLIST 1 -->
<CONFIG>links,id,5,decending</CONFIG>
{NUMBER}. <a href="{LINKDETAILSURL}" class="newlinks" {EXTERNALLINKS}>{LINKTITLE}</a> {LINKADMIN}
<br />
<!-- END TOPLIST 1 -->

Hey Paul- I am not sure if I changed a default somewhere and it was affecting my home page top list. - but as I was testing on my website I found that everything was reporting backwards. Anyways - I changed the ascending to decending and my ranks, new links, most visited are appearing correctly now.

Thanks
Cory
Jan 10, 2008 - 10:25 PM Paid Scripts Support
Avatars sportrow Perfect- Thanks Jan 07, 2008 - 10:03 AM Paid Scripts Support
Avatars sportrow Yo-

I am interested in having a default avatar showing for users when they register. Any thoughts on how to best add that? Thanks Cory
Jan 05, 2008 - 4:28 PM Paid Scripts Support
Custom Ratings sportrow Thanks for the quick fix....c grin Jan 05, 2008 - 9:11 AM Paid Scripts Support
Custom Ratings sportrow Hey Paul- Seems since the last upgrade my custom ratings no longer work properly- They are showing the {LINKRATINGSTARS} and not the actual custom ratings. So they appear to be all the same. The fields I added were tasterating, valuerating, cleanlinessrating, servicerating, and ambiencerating.

<td height=15 width="33%" valign=top><h3>{LINKSTARS} <br />Overall</h3></td>
<td width="32%" valign=top><h3>{LINKTASTERATINGSTARS} <br />Taste</h3></td>
<td width="33%" valign=top><h3>{LINKVALUERATINGSTARS}<br />Value</h3></td></tr>
<tr><td height=15 width="33%" valign=top><h3>{LINKCLEANLINESSRATINGSTARS}<br />Cleanliness</h3></td>
<td width="32%" valign=top><h3> {LINKAMBIENCERATINGSTARS}<br />Ambience</h3></td>
<td width="33%" valign=top><h3>{LINKSERVICERATINGSTARS}<br />Service</h3></td></tr></table>
</td>


www.eatupdesmoines.com/amer...ngers-pizza-25-thread.html
Jan 03, 2008 - 11:07 PM Paid Scripts Support
Custom Link Attachments sportrow Hey Paul- I am digging that. What you are explaining was exactly happening to me. I could really benefit from having a solution to upload 2 seperate files each with their own user permissions. However I am guessing most people using WSNlinks would not have a need for that. Thanks for your info on this. Nov 28, 2007 - 2:37 PM Paid Scripts Support
View Attachments Only sportrow When viewing links - I would like to see an option for people to be able to view attachments- jpgs or pdfs without letting someone download a copy. Nov 26, 2007 - 2:51 PM Paid Scripts Support
Custom Link Attachments sportrow Hello- I have been struggling with the instructions for custom file attachment fields. I have been able to get the files to upload but with quirky outcomes. Understand that I would like to offer both type of upload options when submitting or editing a link. So I am seeking help on some advice here. Also I am having troubles deleting the files once added. The original code below. I have added a tag called {LINKATTACHCOUPONS}



My modified try
<tr>
<td class="labelscolumn" width="20%"><span class="labels">Attach Coupon(s):</span>
<br />Allowed file types: {ALLOWEDEXTENSIONS}</td>
<td class="optionscolumn" width="80%">
<IF {LINKNUMATTACHMENTS} is less than {THISMEMBERGROUPATTACHPERLINK}><input type="file" name="attachcoupons" /> <input type="submit" name="uploadattachment" value="Attach" class="button" /></IF>
<IF {LINKNUMATTACHMENTS}>

<br />Coupon:<br/>
<!-- BEGIN MENU ATTACHMENTS -->
<input type="checkbox" name="attachcouponsdelete[]" value="{ATTACHID}" /> {LINKATTACHCOUPONSTITLE} ({LINKATTACHCOUPONSKB} KB)<br />
<!-- END MENU ATTACHMENTS -->
<input type="submit" name="attachdeletion" value="Delete Selected" class="button" />

</IF>
</td>
</tr>


Orignal Code
<tr>
<td class="labelscolumn" width="20%"><span class="labels">Attach Menu(s):</span>
<br />Allowed file types: {ALLOWEDEXTENSIONS}</td>
<td class="optionscolumn" width="80%">
<IF {LINKNUMATTACHMENTS} is less than {THISMEMBERGROUPATTACHPERLINK}><input type="file" name="filefield" /> <input type="submit" name="uploadattachment" value="Attach" class="button" /></IF>
<IF {LINKNUMATTACHMENTS}>

<br />Menus:<br />
<!-- BEGIN LINK ATTACHMENTS -->
<input type="checkbox" name="attachdelete[]" value="{ATTACHID}" /> {ATTACHFILETITLE} ({ATTACHKB} KB)<br />
<!-- END LINK ATTACHMENTS -->
<input type="submit" name="attachdeletion" value="Delete Selected" class="button" />

</IF>
</td>
</tr>
Nov 25, 2007 - 11:20 PM Paid Scripts Support
CHAT is not responding sportrow Hey Paul-

I reinstalled and the chat feature works now. Thanks Cory
Nov 25, 2007 - 12:37 AM Paid Scripts Support
CHAT is not responding sportrow newstuff has no properties

onreadystatechange()

www.eatupdesmoines.com/inde...x.php?custom=yes&TID=blank
Line 273
if (newstuff != lastid && newstuff != '' && newstuff.search("<!-- OK -->"))


Hey Paul-

For some odd reason my chat page will not load anymore. This is the error that I am getting when I run firefox bug inspector.

I am not really sure what it means but it looks like it does not recognize my permissions to access the page.

Thanks- Cory
Nov 23, 2007 - 9:12 PM Paid Scripts Support
Narrow results to results containing

Link to these search results