Webmastersite.net
Register Log In

211 matching results for "sparkalina":

Sort by
Topic Title Author Comment Text Created Forum
Toplist Tweak sparkalina I have turned on mix itemtypes because I have a zillion different itemtypes each sponsored.

This messes with my ability to show "featured" links at the top with mix itemtypes off so I thought I'd remedy that by creating a toplist, but I'm missing one part of the equation because the toplist shows my featured links in every single category rather than the category they belong to.

Basically I'm trying to toplist featured links in the category they belong in and mimic the display of featured links as if mix linktypes were off.

This is what I have so far and it isn't working. What dufus thing did I do or not do?


<table width="100%" cellspacing="5" cellpadding="5">
[INSERTFILE=linkcolumnsbit]
<!-- BEGIN TOPLIST -->
<CONFIG>items,time;title,5,descending,type = 'pfeatured' or 'pfprivacy' or 'pfppp' and catparentid = '{CATID}',,,0,0,0,0,0,0,,0</CONFIG>
[INSERTFILE=linkbit]
<!-- END TOPLIST -->
</table>


I want my featured links to show but only if they are in that category...

Is that even possible?

Also, I suppose creating a featured link top list for user created keyword based search results wouldn't work because you'd have to make a toplist based on that keyword..which you don't know at the time... that makes no sense but I'm going with that. smiling face


Jan 03, 2009 - 8:47 PM Paid Scripts Support
Unable to update forum post? sparkalina Thank you. I realize that now (not having all the new types listed)...*smacks forehead*

The emails is still going out though, that's still happening. Have you checked my email logs yet? They're full of emails that would go to the users if I didn't have subscriptions turned off.
Jan 03, 2009 - 7:13 PM Paid Scripts Support
Unable to update forum post? sparkalina Also:

I just added a category in the albums area and it was not recorded, I was also asked to log in the first attempt to add a category. Refreshing the page did not reveal the new category.


Update: the categories were recorded, just not showing up with the code I chose.
Dec 26, 2008 - 9:25 AM Paid Scripts Support
Unable to update forum post? sparkalina Well now when I make a bookmark I don't see anything listed. The bookmark/item list count says 1 but shows nothing.

Here's my code (albums.tpl):

<IF {SHOWSPONSOR}>
<table {STANDARDTABLE}>
[INSERTFILE=linkcolumnsbit]
<!-- BEGIN PFEATURED ITEMS -->
[INSERTFILE=linkbit]
<!-- END PFEATURED ITEMS -->
</table>
</IF>

<IF {SHOWREGULAR}>
<table {STANDARDTABLE}>
[INSERTFILE=linkcolumnsbit]
<!-- BEGIN PROPERTY ITEMS -->
[INSERTFILE=linkbit]
<!-- END PROPERTY ITEMS -->
</table>
</IF>


Changes made that could affect the code from working...I recently created a ton of item types to represent different pricing levels and then turned mix types to yes.

But now my bookmarks/items aren't showing and it doesn't seem as if there's anything wrong with the code because an item I test bookmarked IS a PFEATURED property and therefore should show in the list.

But to answer your question...

when the bookmark is added, no email is sent out.
when the bookmark is deleted : not available because I can't view the bookmark.


username testlp pw testlp, is the testuser if you want to jump in for a look.

Also, admins are still receiving update emails in the logs, but subscriptions are turned off. I think that's related.
Dec 26, 2008 - 9:09 AM Paid Scripts Support
Unable to upgrade sparkalina Nevermind, I found the issue. There is a weird thing going on.


On Admin>system config>
Your customer downloads area login:
This is needed for automatic updates and the like.

the email address was changed to my user login. so when I attempted to upgrade it said my login was incorrect.

I updated the field again and saved, yet when the page refreshes my email address is not listed, just my login for my admin backend.

BUT I was able to upgrade afterwards.

Odd.




Dec 25, 2008 - 7:08 PM Paid Scripts Support
Unable to upgrade sparkalina Message: The customer login you entered is incorrect.

I'm able to log in to wsnclassifieds customer area with the same password, but it states via the upgrade overview page that I'm not logging in correctly.

checked password on admin backend and it's the same as the one to get into wsnclassifieds customer area.
Dec 25, 2008 - 7:06 PM Paid Scripts Support
paypal.php redirection sparkalina Can the redirection page on paypal.php be set to the memberhome url without mucking up the script?

Thanks.
Dec 20, 2008 - 3:29 PM Paid Scripts Support
Fatal Error sparkalina Thanks! Dec 20, 2008 - 1:48 PM Paid Scripts Support
Fatal Error sparkalina 2285 $q .= ', '. urlencode($alink->country());

Shouldn't it be

2285 $q .= ', '. urlencode($alink->country);

??
Dec 20, 2008 - 12:17 PM Paid Scripts Support
Fatal Error sparkalina Update:

I've been narrowing down when the error occurs.

It's when the field for state is clicked on to reveal the drop down list. Once you've picked a state, you can't do anything...submit or edit a listing.

Fatal error: Call to undefined method onelink::country() in /home/..../public_html/dir/includes/commonfuncs.php on line 2285
Dec 20, 2008 - 11:34 AM Paid Scripts Support
ITEMFUNDSPROJECTION sparkalina ITEMFUNDSFIELD works to show how many funds I have left for this sponsorship type.

shouldn't ITEMFUNDSFIELDPROJECTION calculate the date of sponsorship expiration?
because it doesn't.


ITEMFUNDSPROJECTION produces nothing currently.

should it?

Which is the proper labeling/course of action?


Dec 20, 2008 - 11:10 AM Paid Scripts Support
Fatal Error sparkalina The error comes when I add an address to my item.

Most of the time I've just breezed through the sign up in testing and skip the address. I hadn't even notice this error.

As soon as the item has an address submitted or edited with an address, this error appears.



Here are lines 2277-2287 from my commonfunctions.php


{ // must use these fields: street (or address, or address1), city, country. optional: zip
if ($alink->address) $street = $alink->address;
else if ($alink->address1) $street = $alink->address1;
else $street = $alink->street;
if (!$street) return false; // don't generate coordinates for country, just if there's an address
$q = urlencode($street) .', '. urlencode($alink->city);
if ($alink->state) $q .= ', '. urlencode($alink->state);
if ($alink->zip) $q .= ', '. $alink->zip;
$q .= ', '. urlencode($alink->country());
$q = urlencode($q);
}



Dec 18, 2008 - 3:47 PM Paid Scripts Support
Fatal Error sparkalina In trying to submit a listing/item, I keep getting this error:

Fatal error: Call to undefined method onelink::country() in /home/xxxxxx/xxxxxxx/dir/includes/commonfuncs.php on line 2285

I haven't changed anything with the javacript or fields... and I've made sure my customized templates are up to date by downloading fresh untouched version (5.0.26) yesterday.


Dec 18, 2008 - 2:46 PM Paid Scripts Support
PRIORITY Other membersponsorship issues. sparkalina Please help with this issue as it's the main one that keeps my client from truly launching full force.

If we have to pay you to fish out any errors that are probably MY fault, so be it. But so far I haven't had any luck. I've read the limited manual article on membership sponsorship and everything "appears" to be set correctly yet I still have test users that never got moved to the sponsored group (7) and they sit there at group 8.


Dec 16, 2008 - 11:54 PM Paid Scripts Support
Sponsorship steps out of order? sparkalina -Text changed-

Thanks for the clarification. It still doesn't help me with the "priority posting."

If I have to hire to you fish out the issue, let me know. My client has pulled all his hair out with mine trying to officially launch.

The priority posting reflects all the current changes I've made to registration forms and membership sponsorship settings. I won't change anything until we figure out what needs to be changed together.


Dec 16, 2008 - 4:51 PM Paid Scripts Support
Narrow results to results containing

Link to these search results