merano
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Visual Editor Add Media buttons doesn’t work WP 2.6.1I found the solution in another post:
I had the wp-amazon plugin installed which seems to interfere with the js in wordpress.
I deactivated it and now the buttons are visible!
Forum: Fixing WordPress
In reply to: No “Add Media” buttonThanks a lot for the hints! I have deactivated the WP-Amazon plugin and now I see the buttons to upload media on the page and on the entry pages 🙂
Forum: Fixing WordPress
In reply to: Visual Editor Add Media buttons doesn’t work WP 2.6.1I do have the same problem 🙁 Anyone found a solution yet?
Thanks a lot in advance!
Forum: Plugins
In reply to: WordPress Photo Album (WPPA) Modification RequestThank you so very much for sharing this fix!
It works superb on my install, too and I have been looking for this for a long time 🙂
Forum: Fixing WordPress
In reply to: PHP 5.2.0 CompatibilitySame with me as Hardmood….
But I only have troubles with the geo plugin… all others work fine….Would be great if anyone could help us 🙂 Thanks a lot in advance!
Forum: Plugins
In reply to: Possibility to submit linksHey… cool idea 😉 Thanks 🙂
Haven’t thought about that 😉
Forum: Themes and Templates
In reply to: Links in a table with 2 columns – 1 table per category… can’t I put them in a table?
I did that with my posts – wp generates a table whit 2 columns and as many rows as needed… but for this I would have to “break up” the get_links tag…. is there a possibility for that??
Forum: Themes and Templates
In reply to: Posts in a table with 3 columnsOk – I found a page in the WordPress codex about the loop in action – I think I can handle this one and put it into a table…
As I am not familiar with php at all, I have no idea, how I can tell the template to:
– make a new row after each 3 posts
– if there aren’t 3 posts for the last row, fill the space with cells containing & nbsp;Does anyone know that??
I have heard about do while loops and that kinda thing but I have no idea how to use them and how to integrate something like this into TheLoop 🙁
Forum: Themes and Templates
In reply to: Posts in a table with 3 columnsThat’s not what I mean… sorry 🙁
For example, if I have 9 posts in one category, I want a table which is 3 colums wide and 3 rows high. In each cell, there should be one post… with 15 posts, the table should be 3 columns wide and 5 rows high…
eg.
post 1 | post 2 | post 3 |
————————–
post 4 | post 5 | post 6 |and so on…
know that I mean??
Forum: Themes and Templates
In reply to: Posts in a table with 3 columnsI thought that far, too – but I don’t know where to put the <td> and <tr> and stuff…. :-((