GoodForNothing Classifieds [Paid] [Deleted]

Try inspecting that element with browser tools, check style for container div that has id InlineModOverlay
 
Try inspecting that element with browser tools, check style for container div that has id InlineModOverlay
classifieds
upload_2015-9-11_15-57-56.webp

Thread
upload_2015-9-11_15-58-30.webp

inline_mod_controls
Code:
<xen:require css="inline_mod.css" />
<xen:require js="js/xenforo/inline_mod.js" />

<span id="InlineModControls">
    <span class="selectionControl secondaryContent">
        <label for="ModerationCheck">
            {xen:phrase select_all} <input type="checkbox" id="ModerationCheck" title="{$checkboxTitle}" />
        </label>

        <input type="button" class="button ClickNext" value="&darr;" title="{xen:phrase move_down}" />
        <input type="button" class="button ClickPrev" value="&uarr;" title="{xen:phrase move_up}" />
        <a class="SelectionCount">{$selectedItemsPhrase}: <em class="InlineModCheckedTotal">0</em></a>
    </span>

    <span class="actionControl sectionFooter">
        <span class="commonActions">
            <xen:if is="{$inlineModOptions.delete}"><input type="submit" class="button" value="{xen:phrase delete}..." name="delete" /></xen:if>
            <xen:if is="{$inlineModOptions.approve}"><input type="submit" class="button" value="{xen:phrase approve}" name="approve" /></xen:if>
        </span>

        <span class="otherActions">
            <select name="a" id="ModerationSelect" class="textCtrl">
                <option value="">{xen:phrase other_action}...</option>
                <optgroup label="{xen:phrase moderation_actions}">
                    {xen:raw $options}
                </optgroup>
                <option value="closeOverlay">{xen:phrase close_this_overlay}</option>
            </select>

            <input type="submit" class="button primary" value="{xen:phrase go}" />
            <input type="reset" class="button OverlayCloser overylayOnly" value="X" title="{xen:phrase cancel_and_close_these_controls}" />
        </span>
    </span>
</span>
 
Last edited:
Status Update:
It has been some time till the last update. Since the next release (RC1) focuses on the rating module, advertiser fields and some other improvements, it's taking some time to finish this version. Thank you for being patient :)

I was mainly working on the back-end and will be focusing on the front-end in a couple of days and screenshots will be posted to showcase how the rating module looks or feels like.

error when install XenForo Media Gallery
Can you please elaborate? What error are you getting and such?

I have not found your answer to my question !!!!!!!!!!!!!
Don't know why you aren't getting it. Please re-read my messages to why it's not possible to filter the prefix and advert type fields outside the filter menu.
 
Last edited:
Status Update:
It has been some time till the last update. Since the next release (RC1) focuses on the rating module, advertiser fields and some other improvements, it's taking some time to finish this version. Thank you for being patient :)

I was mainly working on the back-end and will be focusing on the front-end in a couple of days and screenshots will be posted to showcase how the rating module looks or feels like.


Can you please elaborate? What error are you getting and such?


Don't know why you are getting it. Please re-read my messages to why it's not possible to filter the prefix and advert type fields outside the filter menu.

Can't wait! :coffee:
;)
 
Status Update:
It has been some time till the last update. Since the next release (RC1) focuses on the rating module, advertiser fields and some other improvements, it's taking some time to finish this version. Thank you for being patient :)

I was mainly working on the back-end and will be focusing on the front-end in a couple of days and screenshots will be posted to showcase how the rating module looks or feels like.


Can you please elaborate? What error are you getting and such?


Don't know why you aren't getting it. Please re-read my messages to why it's not possible to filter the prefix and advert type fields outside the filter menu.
Will this update happen to have virtual currency support? ;)
 
Last edited:
where both @Mr. Goodie2Shoes and @Chris D are in fail (imho).
Using "fail" was a little harsh since I didn't go with prefixes as both the phrases has the same (more or less) content and no duplicates means less work for the translators. And I think @Chris D also went without it because of the same reason.
Templates, yes this conflict we got to fix. :)

Will this update happen to have virtual currency support? ;)
Currency support as in ability to make payments for the packages with the virtual currencies? That would be after this version :)
 
Last edited:
This is currently under construction and don't want to give out any specific date as of yet so that I don't pressurize myself. But hopefully will be able to give out a date (and some screenies) in the next couple of days. But no promises though...

Any plans for a XenCentral Trading System importer? ;)

All the ratings are ternary, meaning they can only be negative (-1), neutral (0) or positive (+1). I am not opting into the "stars" rating system... or should I use that? Let me know why as there's still time to make changes

Yes ternary. Keep it like ebay. Gotta be like ebay since that's what folks know.
 
Yes ternary. Keep it like ebay. Gotta be like ebay since that's what folks know.
Criteria on eBay are not ternary ;-)
But I think that a possible evolution to "stars rating" for criteria (if ever Goodie want will develop it) can be postponed to a next major version.
 
Last edited:
Getting this error installing addons after installing or trying to disable the addon..

ErrorException: Fatal Error: Class GFNClassifieds_Installer contains 2 abstract methods and must therefore be declared abstract or implement the remaining methods (GFNCore_Installer_Abstract::getSqlDataPath, GFNCore_Installer_Abstract::getSqlDataClassPrefix) - library/GFNClassifieds/Installer.php:0
Generated By: admin, 1 minute ago
Stack Trace
#0 [internal function]: XenForo_Application::handleFatalError()
#1 {main}
 
Back
Top Bottom