Search found 642 matches

by Dragosvr92
Fri Dec 25, 2015 9:34 pm
Forum: [3.x] Discussion
Topic: Hide the post reply title via css?
Replies: 4
Views: 10661

Re: Hide the post reply title via css?

I already did that on my style months ago. I wanted to make an extension as it was requested in this topic http://area51.phpbb.com/phpBB/viewtopic.php?f=81&t=48706&p=286271#p286206 But i noticed the guy made a tiny ext himself. Not sure what to do with it now. lol. I guess ill attach it here...
by Dragosvr92
Wed Dec 23, 2015 7:58 pm
Forum: [3.x] Discussion
Topic: Hide the post reply title via css?
Replies: 4
Views: 10661

Re: Hide the post reply title via css?

Thanks David. :)
by Dragosvr92
Wed Dec 23, 2015 6:15 pm
Forum: [3.x] Discussion
Topic: Hide the post reply title via css?
Replies: 4
Views: 10661

Hide the post reply title via css?

In viewtopic_body.html we have the code bellow. I want to remove it via css, display;none , and replace it with another line added via an extension, but there is no way of doing so. <h3 <!-- IF postrow.S_FIRST_ROW -->class="first"<!-- ENDIF -->> <!-- IF postrow.POST_ICON_IMG --><img src=&q...
by Dragosvr92
Sun Dec 20, 2015 3:47 pm
Forum: [3.x] Discussion
Topic: phpBB 3.1.7 RC1 released
Replies: 27
Views: 76741

Re: phpBB 3.1.7 RC1 released

Whether you edit constants.php or config.php, you are still "editing core". But this has more to do with QA stuff than actually editing core phpBB files. Actually, i dont consider the config.php file as a core file. It is.. a configuration file. You always backup the config.php file with ...
by Dragosvr92
Sat Dec 19, 2015 9:27 pm
Forum: [3.x] Discussion
Topic: phpBB 3.1.7 RC1 released
Replies: 27
Views: 76741

Re: phpBB 3.1.7 RC1 released

Yes, i used to do that on 3.0, but i stopped doing so in 3.1. I think this should be moved into the config.php file though.
Editing the core is supposed to be not required in 3.1.
by Dragosvr92
Thu Dec 17, 2015 8:45 pm
Forum: [3.x] Discussion
Topic: Change title of main topic and title of response
Replies: 12
Views: 51416

Re: Change title of main topic and title of response

VSE, If you want to remove them, you just do it, knowing you cant get them back. I dont see what is so destructive if you dont give any relevance to the data. It is like throwing something you dont need to the garbage. You make sure you dont really need it, before throwing it. Many extensions have t...
by Dragosvr92
Wed Dec 16, 2015 4:29 pm
Forum: [3.x] Discussion
Topic: Change title of main topic and title of response
Replies: 12
Views: 51416

Re: Change title of main topic and title of response

If you do that, could you provide an option to have the 'Re: ' prefix or not? This is the ugliest thing I ever saw (albeit it is the norm in english or even in US-english). To remove the prefix : Find this part in the vse/smartsubjects/event/main_listener.php : // Re: is actually hardcoded within p...
by Dragosvr92
Tue Dec 15, 2015 7:45 pm
Forum: [3.x] Discussion
Topic: Change title of main topic and title of response
Replies: 12
Views: 51416

Re: Change title of main topic and title of response

You could do that in phpmyadmin. And specifying the topic id of the data you want to change should be also possible. I guess it would be something similar to this? UPDATE phpbb_posts SET post_subject = 'Re: NEW TITLE' WHERE post_subject = 'Re: OLD TITLE' AND topic_id="48706"; But using the...
by Dragosvr92
Tue Dec 15, 2015 12:27 am
Forum: [3.x] Discussion
Topic: Change title of main topic and title of response
Replies: 12
Views: 51416

Re: Change title of main topic and title of response

That will be a bit difficult as each post has its own subject title. The same topic title gets copied over and over again. For which i made this topic. http://area51.phpbb.com/phpBB/viewtopic.php?f=81&t=45797 If we remove all the static post title from being copied repeatedly in each post, and j...
by Dragosvr92
Mon Dec 14, 2015 6:59 pm
Forum: [3.x] Discussion
Topic: phpBB 3.1.7 RC1 released
Replies: 27
Views: 76741

Re: phpBB 3.1.7 RC1 released

Dragosvr92 wrote: Sun Dec 13, 2015 9:59 pm The Version check wasnt updated yet. It says im running the latest version 3.1.6.
*Facepalm*. Only now i realised its a RC and not the actual release :oops: