tkalfaoglu
Forum Replies Created
-
How about letting me know of which function is invoked when the “events” widget is added to the main page? That way I know which code to edit to add ztranslate support – I basically just have to remove the HTML from the text, AFAIK.
Forum: Plugins
In reply to: [Participants Database] Photos look flattened in chromeYep, I just did and it does look bad..
it seems chrome does not shrink proportionally if the images are larger than the specified amount..
see here:
http://arf2.iyte.edu.tr/?page_id=184Forum: Plugins
In reply to: [Participants Database] Multiple sort fields?there are about 15 members. for 3 of them I entered a sort value. the rest are set to zero. however among those that are zero, it is not sorted by last name.
Forum: Plugins
In reply to: [Participants Database] Multi-line list output?I got it — I hacked the <beep> out of the bootstrap code, and got my multi-line display.. Many thanks, -t
Forum: Plugins
In reply to: [Participants Database] Multi-line list output?Many thanks – here is a problem I have.
I need to load the fields first, pick out the firstname, lastname and title from there. Then I display those prominantly and then go back to the record and display all other fields.
So, it seems I need to
1) Go through all the fields, load the 3 special field’s values.
2) display those,
3) reset the field counter
4) Go through the fields again and display all others.in #3, after I go through all the fields, I do a $this->reset_field_counter(); but it just displays blanks in #4.
Any ideas how to re-scan the fields?
Many thanks!Forum: Plugins
In reply to: [Participants Database] Multi-line list output?Or, failing that, I could show a few of the fields, name and lastname for example, and make it CLICKABLE so it shows the detailed info when clicked.. How would I do that?
Forum: Plugins
In reply to: [WP Catalogue] CK EDITOR and WP-CATALOGUEany luck?
Forum: Plugins
In reply to: [WP Catalogue] To insert more pic, do i need pro version?no — there is no version that supports more images..
Forum: Plugins
In reply to: [WP Catalogue] pro version?Why the 3 image limit remains?
My customer wants 15 images per product..Forum: Plugins
In reply to: [W3 Total Cache] W3 Total Cache completely fills available diskspaceI found the same thing — the “db” folder of the total cache was HUGE.. It took ages just to delete all those files.. Something definitely.. But it doesn’t happen everywhere; I installed it on several sites and only one got huge..
Forum: Plugins
In reply to: [Participants Database] links are not displayedThe data was originally inserted as an “import from CSV” operation.
I had the field defined as “link” to begin with. When they did not show, I switched to text-line, which showed the links, but they were unclickable. What shall I do now? Drop the data and re-insert from CSV? I believe I’ll get the same results.Forum: Plugins
In reply to: [Participants Database] links are not displayedOk, here for example.. make clickable is active (but still links are not clickable):
http://www.egemedikalder.org/?page_id=847(But that field is set as textline — otherwise, if I set that field to “link”, then the URL’s you see there all vanish — except the first line’s.. the adadanismanlik.com survives for some reason!)
Here is how it looks if I set that field as “link” instead of text-line: http://www.kalfaoglu.com/field-set-as-link.png
I did a “List Participants” and found two entries that said “array” instead of a real url. I fixed those, so all the entries now have http://www. up front..
Forum: Fixing WordPress
In reply to: Images being deleted from wp-upload folder on FTPI just had the same issue — dozens of files from uploads/2012/12 are now gone.. That folder is blank. All folders+files are 755.
It must be a crappy plugin.
I have these loaded: nextgen-gallery, wordpress-facebook-like-plugin
w3-total-cache.0.9.2.4, comprehensive-google-map-plugin.7.0.31.
And it’s my own server, so I know it’s not the “admins” deleting stuff!Forum: Plugins
In reply to: [Plugin: wpStoreCart] No support from wpStore cart despite paying for PROBtw, the “Name=Kaydet” was something I just added – it doesn’t help nor hinder. It wasnt working before so I was trying things.
Forum: Plugins
In reply to: [Plugin: wpStoreCart] No support from wpStore cart despite paying for PROI’m just trying this plugin now.. I did notice that the Money Order/Check option’s page is missing an icon – so the customer cannot SUBMIT his/her order. Here is the page source:
(…)
<textarea class=”wpsc-textarea” name=”manualresponsetext”></textarea><input type=”submit” Name=”Kaydet” class=”wpsc-button ” value=”Submit” /> </form>
(..)
any idea what to do to have a submit button show up during the ordering process? Currently all the user sees is
1) My blurb,
2) A Textbox area..
3) invisible submit box – if you know where it is, you can click it.