Diogo15
Forum Replies Created
-
Forum: Plugins
In reply to: GD Star RatingYou can search on the CODEX for: MULTIPLES QUERIES, with this you can create another query for posts, after reading this, look for: PAGE TEMPLATES, and create one, its extremly easy, you just have to copy and paste a file called: “page.php” and add : “templatename=whatever”, at the top of the page, then in your new page temaplate add a secondary query with this parameters:’&gdsr_sort=rating&gdsr_order=desc’….
If you have troubles let me know!..Forum: Plugins
In reply to: GD Star RatingAdd this before the LOOP:
<?php query_posts($query_string . ‘&gdsr_sort=rating&gdsr_order=desc’); ?>
If you dont know what is the loop, look for THE LOOP in the CODEX main section….
Forum: Plugins
In reply to: [Page Links To] [Plugin: Page Links To] Important SECURITY issue!Jajaja, i am sorry, here i go again:
Any user, that does not have an administrative role, should not be allowed to change page links…
Forum: Hacks
In reply to: A Game Database Along With A Game PageI could help, thats easy, do you already have a domain and hosting???
write me to: luisdiegore @ hotmail . com…. send me your theme!..Forum: Plugins
In reply to: [Restricted Tags] Restricted Tags@thenbrent thanks for your support…
Almost resolved!!! I did what you said:
deactivating & reactivating the plugin
Now, if i login as AUTHOR i can not write new tags, the problem is:
I dont see the “tags” in the box!!..the box of tags is empty!…WP USER SYNC = Sincronise the tables of users in wordpress databases.
And about the roles, I am not changing nothing about them, i am just using normal wordpress roles.Forum: Plugins
In reply to: [Plugin: GD Star Rating] Change the words "votes cast" that are outputSuper easy!!!… go to ConfigurationPanel–>TEMPLATES T2–>and look for the template you need to change,… click to open, change the text in the textfield and check the 2 checkboxes, and save it, also there is a tutorial in the plugin page!!!
Forum: Plugins
In reply to: [GD Star Rating] [GD STAR RATING] DON′T WANT IT SHOWING ON MY HOMEPAGEJust deactivate that option, in the “configuration panel->stars” of the plugin GDSTARRATING..
Forum: Plugins
In reply to: [GD Star Rating] Change the plugin functions!You can use the multiratings Feature!!!… to acomplish that result…
Forum: Plugins
In reply to: GD Star RatingAdd this:
&gdsr_sort=rating&gdsr_order=desc
to your query string in the index.php…..
Forum: Plugins
In reply to: [Restricted Tags] Restricted TagsThanks for your support!… the only similar plugin is “Restrict Categories”.. but i will disable most of the plugins and i will let you know if that works,…thanks!
And i am not changing anything about the roles,…i just use the standard wordpress roles…mmmmm…..a im using “WP USER SYNC”, to synchronize users in diferents blogs, do you think that could be that problem??
Look for a plugin to display taxonomy terms, thats it!!!…fast and easy.
Forum: Requests and Feedback
In reply to: Search this site by dates?By default wordpress SHOW the date of the post on searchs queries…
Just submit all the info, and next step will be uploading a photo…
and you want to update, the same way, first submit the changes, then upload the image…Forum: Plugins
In reply to: [Taxonomy Images] Taxonomy image in WIDGETI did it!!!!….
Just place:global $taxonomy_images_plugin;
Inside the widget registration!…
Forum: Plugins
In reply to: [Taxonomy Images] [Plugin: Taxonomy Images BETA] Only show three imagesIf dont have any post inside your terms taxonomy, the images wont show,…
$args = array( 'hide_empty' => 0); $xxx = get_terms('xxx', $args);
If you would like to see it..