Marcher Technologies Posted October 24, 2011 Posted October 24, 2011 File Name: Nexus Feed BlockFile Submitter: Marcher TechnologiesFile Submitted: 23 Oct 2011File Updated: 23 Dec 2011File Category: IP.Content This IP.Content Feed Source Allows You to Pull data from your IP.Nexus install into Content Feed Blocks. This Allows Data Feeds of Nexus Hosting, Ad, and Product Packages, as well as Nexus ads. Packages can be ordered by price, title, and random, and can be filtered to specific packages, package groups, being shown in store, or being featured, as well as being in stock. Ads can be sorted by clicks, impressions, and random, and can be filtered by ad id, ad's associated member, and "Active" status.(NOTE, I have NO way of tracking clicks/impressions from ad block use!) This Has very little Accompanying Block Template Help Descriptions, but the basis is present, including basic filtering Options. This Was a Quite Large amount of coding work, but I offer this freely as I feel this should be a core content option. If you appreciate this offering, feel free to Donate The current Version is Not a sign of stability, but rather a reflection on the lack of block help descriptions and default template to work from. data return demos:http://www.marcherte...nexus/adpackage Ad Packagehttp://www.marcherte.../nexus/products Products Packagehttp://www.marchertech.com/nexus/ads Ads Included Sidebar Feed block Demo:http://www.marchertech.com/board/Click here to download this file
R1-Limited Posted November 2, 2011 Posted November 2, 2011 Is this that Nexus Mod you spoke about? I have installed and I really like it. However I am having a problem with one area tossing a DB error. I can use the Default Product List it is on my main page, but the feature will fail and I get an error take a look at this page http://www.usa-synthetics.com/test I set up a new block called featured item > Product Package > Selecting filter by package a single item Filter Store, Feature and Stock set either yes or no causes this error. I want to see how the lay out is and working I really like this add on and would like to suggest some features to it. We spoke before I would be willing to pay for a very nice Pro Version of this, allowing packages to be displayed in a Forum Thread and additional blocks for Content.
R1-Limited Posted November 2, 2011 Posted November 2, 2011 If I may suggest for future releases or maybe a purchasable Pro version I would pay up to $50 or a more advanced, I really like what I see, I hope I can get the bug I see corrected to really evaluate the product. I believe this is a great item and I hope it grows. I used to use a product with VB called VBclassified, there was a hoook that allowed for it to create threads, Here is an example of the product at work for ideas. http://www.rimfirecentral.com/forums/forumdisplay.php?f=232 Each one of the links is a hook to the Product in classified [*]Ability to have a featured Block [*]Ability to have Top Seller Block [*]Ability to Link Products to a Forum Thread (Example is say I have Oil Catagory, each new product I can check to have pushed as a Thread, much like what we do to Promote to an article. [*]Images (thumbnails adjustable size) for blocks [*]Description ability
Marcher Technologies Posted November 2, 2011 Author Posted November 2, 2011 Is this that Nexus Mod you spoke about? I have installed and I really like it. However I am having a problem with one area tossing a DB error. I can use the Default Product List it is on my main page, but the feature will fail and I get an error take a look at this page http://www.usa-synthetics.com/test I set up a new block called featured item > Product Package > Selecting filter by package a single item Filter Store, Feature and Stock set either yes or no causes this error. I want to see how the lay out is and working I really like this add on and would like to suggest some features to it. We spoke before I would be willing to pay for a very nice Pro Version of this, allowing packages to be displayed in a Forum Thread and additional blocks for Content. i am looking at this now(that shouldnt driver error, but quite obviously is, therefore ima set it to that exact config and test on a couple types)
Marcher Technologies Posted November 3, 2011 Author Posted November 3, 2011 ok... messing with it now, thats not caused by the featured field itself,... its the multi-select package(package group seems fine) selection thats the root of it.
Marcher Technologies Posted November 3, 2011 Author Posted November 3, 2011 still working on this, something went bork with the addition of the multi-select for packages. which is mightily confusing :P as package groups uses similar code and is happily working.
R1-Limited Posted November 3, 2011 Posted November 3, 2011 ok... messing with it now, thats not caused by the featured field itself,... its the multi-select package(package group seems fine) selection thats the root of it. Sorry, I was going to add it seems when I make multiple selections it does this. I installed your extra Box.xml and that worked until I chose listed one.. Did I mention I really Like this. Seriously, I have bene trying to figure out a new design for the main page as I use IP.C and this is going to work perfectly for what I want, I hope :)
Marcher Technologies Posted November 3, 2011 Author Posted November 3, 2011 Sorry, I was going to add it seems when I make multiple selections it does this. I installed your extra Box.xml and that worked until I chose listed one.. Did I mention I really Like this. Seriously, I have bene trying to figure out a new design for the main page as I use IP.C and this is going to work perfectly for what I want, I hope :smile: yes, tis much appreciated you specifically stated every filter set that triggered it. before the package and package groups were an #id input, which was quite the hassle, swapped it to multi-select, and package groups works, packages do not, which is whats throwing me for a loop :P It had not triggered on me in development as when i chose to filter by a certain package(s) in testing, the other filters had already refined it to 0 results.... working on this.
Marcher Technologies Posted November 3, 2011 Author Posted November 3, 2011 This file has been patched..... multiselect package filter works properly, and as a note, overrides the package groups selection(would think that'd be obvious :tongue: ) applying the fix is a simple reupload of the source and a quick edit of blocks using it.
R1-Limited Posted November 3, 2011 Posted November 3, 2011 Works great, thanks, testing now First item, it is not allowing for BBcode. It displays the code if it is in the product as -- Designed specifically for the performance enthusiast. Iridium IX® offers extreme ignitability, improved throttle response and superior anti fouling<br><br><br> <ol type="1"> <li>Fine Iridium tip ensures high durability and a consistently stable spark</li>
Marcher Technologies Posted November 3, 2011 Author Posted November 3, 2011 Works great, thanks, testing now First item, it is not allowing for BBcode. It displays the code if it is in the product as -- Designed specifically for the performance enthusiast. Iridium IX® offers extreme ignitability, improved throttle response and superior anti fouling<br><br><br> <ol type="1"> <li>Fine Iridium tip ensures high durability and a consistently stable spark</li> 0-o.... that the description? or the product page using the preformed $var?
Marcher Technologies Posted November 3, 2011 Author Posted November 3, 2011 i ask as it looks like you are truncating the description{$r['content']} which is html-enabled description, or are truncating {$r['page']} (the predisplay-parsed page data).... either would likely cause missing closing tags.
Marcher Technologies Posted November 4, 2011 Author Posted November 4, 2011 I'll be running some additional testing myself when i wake, i can only assume you speak of $r['content'] which is the description.... seems i could need to actually predisplay parse that var... or clean it(i may opt for latter, if its not an issue, or give both(seems a better option, choice of fully parsed and stripped in case you wish to run truncation on it.)) That and somehow find the time to document all these $vars im making available.
Marcher Technologies Posted November 4, 2011 Author Posted November 4, 2011 Works great, thanks, testing now First item, it is not allowing for BBcode. It displays the code if it is in the product as -- Designed specifically for the performance enthusiast. Iridium IX® offers extreme ignitability, improved throttle response and superior anti fouling<br><br><br> <ol type="1"> <li>Fine Iridium tip ensures high durability and a consistently stable spark</li> This has been fixed as of 0.0.8, same patch method. also, for anyone wondering, after having looked through my code and the relevant nexus tables, this "should" be functional on a 3.1.x, no tables have changed to cause an improper data return, and the preDisplayParse function for $r['content'] and $r['page'] seems to be functional as well.
R1-Limited Posted November 5, 2011 Posted November 5, 2011 Yup that corrected it.... http://www.usa-synthetics.com/test Thanks again
Marcher Technologies Posted November 7, 2011 Author Posted November 7, 2011 Once i finish this.... list(is it possible to give TOO many $vars to play with?), i will be adding it to the readme and block help.... for this moment, this is a basic list.
R1-Limited Posted November 8, 2011 Posted November 8, 2011 I wish I understood what you are talking about :smile: But I give it my best shot form time to time Question Using ] $r['p_image'] the value of the setting Package Image, example: packages-0641325001319311827.png Coule I use this to set an Image in the List sayon my front page or point to a thumbnail?
Marcher Technologies Posted November 8, 2011 Author Posted November 8, 2011 I wish I understood what you are talking about :smile: ok..... I shall make it clear. While that list is not yet complete, while within the: <foreach loop="$records as $r"> in any of the three package types, you may utilize any of the $variables listed there as you see fit and/or need.... The block help lists ALL the available $vars, but without any reference on what they are. This shall be rectified when i have completed said list, at which time i will add the language strings to make the inline block help.... more helpful.
Marcher Technologies Posted November 8, 2011 Author Posted November 8, 2011 I wish I understood what you are talking about :smile: But I give it my best shot form time to time Question Using ] $r['p_image'] the value of the setting Package Image, example: packages-0641325001319311827.png Coule I use this to set an Image in the List sayon my front page or point to a thumbnail? yes absolutely. you would use this: <img src='{$this->settings['upload_url']}/{$r['p_image']}' />
R1-Limited Posted November 8, 2011 Posted November 8, 2011 Cool, as I would like to try and customize my lists to include thumbs like in the attached (Crude Example)
Marcher Technologies Posted November 8, 2011 Author Posted November 8, 2011 Cool, as I would like to try and customize my lists to include thumbs like in the attached (Crude Example) yup, use some inline css or a class to resize the image and happy days.... very glad i went with the more data available is better route... evil thing though it is to document fully :P
R1-Limited Posted November 21, 2011 Posted November 21, 2011 If I wanted to add some cell padding or for example a Horzontal rule in the Product List (See www.usa-synthetics.com) Left Side PRODCT LIST. Just to seperate it just a tad how would I do that. I have tried setting a br as well as a P set cell spacing in a table format even a HR for a horzontal Rule. It just looks bunched up and i would like to just get a couple of px's of padding between each product. the code is as follows <div class='ipsSideBlock'> <h3>{$title}</h3> <ul class='hfeed'> <if test="is_array( $records ) && count( $records )"> <foreach loop="$records as $r"> <li class='clearfix'><a href='{$r['url']}' title='{$r['title']}'>{$r['title']}</a> *** I place a <BR>, <P> or <HR> Here but isnt what I want and HR doesnt work at all *** <a class='ipsBadge ipsBadge_green right' href='{$r['buylink']}'> Buy Now </a> </li> </foreach> </if> </ul> </div> <br />
Marcher Technologies Posted November 21, 2011 Author Posted November 21, 2011 If I wanted to add some cell padding or for example a Horzontal rule in the Product List (See www.usa-synthetics.com) Left Side PRODCT LIST. Just to seperate it just a tad how would I do that. I have tried setting a br as well as a P set cell spacing in a table format even a HR for a horzontal Rule. It just looks bunched up and i would like to just get a couple of px's of padding between each product. the code is as follows <div class='ipsSideBlock'> <h3>{$title}</h3> <ul class='hfeed'> <if test="is_array( $records ) && count( $records )"> <foreach loop="$records as $r"> <li class='clearfix'><a href='{$r['url']}' title='{$r['title']}'class='ipsPad_half'>{$r['title']}</a> *** I place a <BR>, <P> or <HR> Here but isnt what I want and HR doesnt work at all *** <a class='ipsBadge ipsBadge_green right' href='{$r['buylink']}'> Buy Now </a> </li> </foreach> </if> </ul> </div> <br /> well, hr does gloriously nothing in ipb skins.... i would use an ipsPad, and adjust as needed. <br /> should work though.... this isn't the 90's, please don't capitalize your html... ::shudder::.
R1-Limited Posted November 21, 2011 Posted November 21, 2011 Thanks, I capitalized for emphasis, Normally I misspell and create viruses when I code :)
Marcher Technologies Posted November 29, 2011 Author Posted November 29, 2011 Note, finishing up patch of source file for nexus 1.4.1 compatibility.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.