Questions tagged [pligg]
23 questions
0
votes
1 answer
php not running script
i want to send mails using php. for that i have to take mails id from database so i am fetching data from tables and then i am using mail functions but when i am going server and run it then it shows nothing blank page appears site is pligg cms…

tg910
- 25
- 1
- 9
0
votes
1 answer
How to change name or hide "New" tab in top nav bar in pligg cms?
I want to rename the "New" tab in top navigation bar in header.tpl but after i rename and save it, nothing changed and an error 404 page appears. please help me I want to hide the New tab in nav bar, which is not working...thanks a lot.

Shaukat Ali
- 3
- 1
0
votes
1 answer
How to Hide Story Content from homepage in pligg powered site
Hide Story Content from Home page
indicator (#116) 10 hours ago storycontent Discuss
Hi Everyone,
I want to hide storycontent from Home and category index but when visitor click on discussion then story-content should be there. How can I do that I…

Indicator
- 17
- 3
0
votes
1 answer
pligg add module to story
in pligg adding new modules to the the main pligg template pligg.tpl is quite straight forward, however, i want to add a new module to the story. located in link_summary.tpl. the problem is that when the link summary template is created, a new…

kamikazeOvrld
- 914
- 8
- 9
0
votes
1 answer
Submit not working on my Pligg 2 site
after researching this issue I removed all widgets and all modules and tried to create a new post, however it still didn't submit. The only posts that are showing are the ones I made about 2 weeks ago.
Then I thought it was a server side issue. So I…

James Mark Osborne
- 39
- 8
0
votes
1 answer
How to display image from URL use pligg cms2.0
the modifier
$string = preg_replace('/(http://|https://){1}.+?.(jpg|gif|bmp|bnp|png)$/is','
',$string);
return $string;
How can I write in the link_summary.tpl
thanks

user2767098
- 1
- 1
0
votes
1 answer
SQL query for Pligg CMS select all published news only from one category
Hello everyone I am new in PHP and MySQL but I need a simple (probably) sql query that will select all published link from one category (for example sport with ID number 6)
Now I have a query that selects all published news from all categories
-
…

Andrew Ceban
- 118
- 15
0
votes
1 answer
How to display with class='current' depending on parent category
Hi I have a navigation bar that contain two types of news TOP and Upcoming with subcategories and I have following code that adds class='current' when subcategory for example "economic" from upcoming is selected but when I press on the same category…

Andrew Ceban
- 118
- 15